/*
Theme Name: Zamok
Theme URI: zamok44.ru
Description: 
Version: 1.0
Author: TekMedia
Author URI: https://tekmedia.ru/
*/

body {
    font-family: 'OpenSans-Regular';
}


header {
    padding: 30px 0;
}
.header-logo a {
    font-weight: bold;
    font-size: 40px;
    color: #333;
    line-height: 1.8;
    text-decoration: none;
}
.header-desc {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
.header-contacts {
    text-align: right;
}
.header-contacts strong {
    display: block;
    line-height: 1.2;
}
.header-contacts strong a {
    font-size: 25px;
    color: #333;
    text-decoration: none;
}
.header-contacts strong.header-contacts-phone-red a {
    /*color: #B20303;*/
}
.header-contacts-phone-red {
    margin-bottom: 5px;
    margin-top: 10px;
}
@media(max-width: 991px) {
    .header-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .header-contacts {
        text-align: center;
        margin-top: 10px;
    }
    .header-contacts strong {
        display: inline;
        margin: 0 15px;
        white-space: nowrap;
    }
    .header-contacts > a {
        display: block;
        margin-top: 15px;
    }
}


.navbar-default {
    margin-bottom: 0;
    background: #333;
    border: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-shadow: inherit;
padding: 15px 13px;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #444;
}
@media(min-width: 768px) {
    .navbar-default .navbar-collapse {
        padding: 0;
    }
}


.jumbotron {
    background: #E7E7E7 url(images/header-banner.jpg) no-repeat center 0;
    height: 450px;
}
@media(max-width: 991px) {
    .jumbotron {
        background-size: auto 100%;
        height: 225px;
    }
}


section {
    padding: 30px 0;
}
.maintitle {
    margin-top: 0;
    margin-bottom: 25px;
}


footer {
    background-color: #333;
    padding: 40px 0;
    color: #fff;
    text-align: center;
}


.callback-container {
    max-width: 500px;
}
.callback-container h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
.form-acceptance {
    margin-bottom: 10px;
}
.form-acceptance .your-acceptance {
    margin: 0;
    float: left;
}

.tablesp td, .tablesp th{
	padding:5px 10px;
	border: solid 1px;
}

.tablesp th{
background: #f0f0f0;
}