@import "bootstrap.min.css";
@import "normalize.css";
@import "fonts.css";
@import "font-awesome.css";
@import "jquery.fancybox.min.css";
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,900|Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext');

body{
    font: 16px/22px 'Open Sans', sans-serif;
    background-color: #f5f1d6;
}

.header__top{
    background-color: #221616;
    padding: 10px 0;
}
.header__top-right{
    text-align: right;
}
.address{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #f6d48d;
    text-align: left;
}
.phone-top{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #f6d48d;
    display: inline-block;
    margin-right: 27px;
}

.phone-top a{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #f6d48d;
    text-decoration: none;
}
.callback-btn{
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #f6d48d;
    font-family: 'Fira Sans', sans-serif;
    outline: none !important;
    padding: 0;
}
.callback-btn:focus{
    color: #f6d48d;
}
.header__bottom{
    background-color: #150d0f;
    padding: 15px 0;
}
.callback-btn:hover{
    color: #f6d48d;
    outline: none;
}
.header__contacts{
    position: relative;
    color: #f6d48d;
}
.header__contacts a{
    color: #f6d48d;
}
.header__contacts a:hover{
    text-decoration: none;
}
.header__contacts:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #4a3623;
}
.header__contacts .fa{
    font-size: 18px;
}
.number{
    font: 600 24px 'Open Sans', sans-serif;
}
.calculatecost button{ 
    text-transform: uppercase;
    font: 600 18px 'Open Sans', sans-serif;
    color: #020102;
    background-color: #efb964;
    border: 1px solid #efb964;
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
    outline: none;
    width: 90%;
    margin-top: 5px;
    float: right;
}
.calculatecost button:before{
    content: "";
    position: absolute;
    width: 98%;
    height: 90%;
    border: 2px solid #020102;
    border-radius: 5px;
    left: 1%;
    top: 5%;
}
.sidebar{
    background-image: url(../img/sidebar-bg.png);
    padding-top: 30px;
    padding-right: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar__description{
    font: 600 14px 'Open Sans', sans-serif;
    padding: 0 15px;
    margin-bottom: 20px;
    padding-right: 25px;
}
nav ul{
    padding: 0;
    margin: 0;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
    transition: all .5s ease;
}
nav ul li a:hover{
    color: #efb964;
    background-color: #221616;
    text-decoration: none;
}
.active a{
    color: #efb964;
    background-color: #221616;
    text-decoration: none;
}
nav ul li a .fa{
    color: #e2af5f;
    float: right;
    font-size: 14px;
    margin-top: 5px;
}
.advertising{
    margin-top: 25px;
    margin-left: 8px;
}
.main-content{
    background-color: #fff;
    float: right;
    padding: 30px;
    min-height: 500px;
}
.title h2{
    font-size: 23px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.product-item{
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    text-align: center;
    padding: 10px;
    height: 200px;
    margin: 10px 0;
    transition: all .5s ease;
}
.product-item:hover, .product-item--last:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-item--last{
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    text-align: center;
    margin: 10px 0;  
    transition: all .5s ease; 
}
.product-item--last img{
    height: 200px;
    width: 100%;
}
.product-item a{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.product-item img{
    width: 100%;
}
.shadow-content{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #fff;
    position: relative;
}
.content-bottom p{
    font: 600 16px 'Open Sans', sans-serif;
}
.form-title h3{
    color: #673c2e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.form-control{
    border-radius: 0;
    border-color: #4d3d3f;
    color: #353535;
    font-size: 14px;
}
.btn-request{
    text-transform: uppercase;
    font: 600 18px 'Open Sans', sans-serif;
    color: #020102;
    background-color: #efb964;
    border: 1px solid #efb964;
    border-radius: 5px;
    position: relative;
    padding: 10px 17px;
    outline: none;
    width: 100%;
}
.btn-request:before{
    content: "";
    position: absolute;
    width: 98%;
    height: 90%;
    border: 2px solid #fff;
    border-radius: 5px;
    left: 1%;
    top: 5%;
}
.content-bottom form{
    border: 6px solid #f5f5f5;
    padding: 20px 25px 10px 25px;
}
.footer{
    background-color: #150d0f;
    color: #f6d48d;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 50px;

}
.footer a{
    color: #f6d48d;
    font-size: 16px;
    display: inline-block;
}
.footer a:hover{
    text-decoration: none;
}
.footer a:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    background-color: #f6d48d;
    transition: width .3s ease-in-out;
}
.footer a:hover:after,
.footer a:focus:after {
    width: 100%;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    list-style: none;
    line-height: 34px;
}
.footer__title h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer p{
    margin-top: 20px;
}
.footer .fa{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.footer .fa-chevron-right{
    font-size: 10px;
}
.footer .first-menu{
    width: 20%
}
.footer .last-menu{
    width: 20%;
    margin-top: 60px;
}
.footer__bottom{
    background-color: #221616;
    padding: 15px 0;
}
.footer__bottom p{
    text-align: center;
    color: #f6d48d;
    margin: 5px 0;
}
.about p{
    font-weight: 600;
}
.content-bottom ul{
    padding: 0;
    margin: 0;
}
.content-bottom ul li{
    list-style: none;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
}
.content-bottom ul li a{
    list-style: none;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none; 
}
.content-bottom .fa{
    margin-right: 10px;
}
.btn-contacts{
    width: 100%;
    float: right;
}
.contacts-title{
    margin-top: 60px;
}
.sertificate p{
    font-weight: 600;
    margin-bottom: 30px;
}
.product-info__title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-info .table{
    font-size: 14px;
    width: 96%;
}
.product-info .table tr td:last-of-type{
    text-align: right;
}
.product-info{
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    transition: all .5s ease;
    margin-top: 20px;
    padding: 10px;
}
.product-info img{
    border-right: 1px solid #e8e8e8;
    width: 100%;
}
.product-info:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-info .table tr td{
    border: none;
    padding: 0;
}
.product-info__price{
    color: #fff;
    border-radius: 5px;
    background-color: #221616;
    display: inline-block;
    padding: 6px 15px;
}
.sertificate img{
    width: 100%;
}
.modal-content{
    margin-top: 100px;
}
.modal-dialog .btn-request{
    text-transform: none;
    font-size: 14px;
}
.modal-title{
    font-weight: bold;
}
.footer .logo a:hover:after,
.footer .logo a:focus:after{
    width: 0;
}
.advantages{
    margin-top: 45px;
    position: relative;
    margin-bottom: 45px;
}
.advantages:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    top: -20px;
    left: 0;
}
.advantages-item{
    text-align: center;
}
.advantages-item p{
    margin-top: 15px;
    padding: 0 10px;
}
.controls .btn{
	float: none !important;
}
.breadcrumb li a{
    color: #000;
}
.breadcrumb li a:hover{
 	text-decoration: none;
}
.item-content{
    margin-top: 40px;
}
.logo img{
    height: 60px;
}
.logo-footer img{
    height: 80px;
}
.modal-header{
    text-align: center;
}
.modal-header .close {
    margin-top: 2px;
}
@media screen and (max-width: 769px){
    .logo img{
        width: 70%;
        margin-bottom: 25px;
    }
    .logo{
        display: inline;
    }
    .sidebar{
        display: none;
    }
    .sidebar{
        display: none;
    }
    #btn-nav{
        float: right;
        margin-top: 35px;
        margin-right: 40px;
    }
    .footer .first-menu{
        width: auto;
    }
    .footer .last-menu{
        width: auto;
    }
    .advertising{
        display: none;
    }
    .sidebar{
        position: relative;
        padding-bottom: 20px;
    }
    .header__top-right{
        text-align: center;
    }
    .address{
        text-align: center;
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 770px){
    #btn-nav{
        display: none;
    }
}
@media screen and (max-width: 420px){
    .logo img{
        width: 70%;
    }
    .logo {
        display: inline;
    }
    .header__contacts{
        text-align: center;
        margin-top: 10px;
    }
    .calculatecost button{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .product-item{
        height: auto;
    }
    .footer .first-menu{
        width: 100%;
    }
    .footer .last-menu{
        width: 100%;
    }
    .advertising{
        display: none;
    }
    .callback-btn{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .address{
        float: none;
        text-align: center;
    }
    .product-info{
        margin-top: 30px;
        text-align: center;
    }
    .logo img{
        margin-bottom: 0;
    }
    #btn-nav {
        float: right;
        margin-top: 0;
        margin-right: 0;
    }
    .btn-contacts {
        width: 100%;
    }
    .content-bottom form{
        margin-top: 20px;
    }
    .contacts-title h2{
        text-align: center;
    }
    .btn-request {
        text-transform: none;
        font: 600 16px 'Open Sans', sans-serif;
    }
    .product-info__title {
        text-align: center;
        margin-top: 10px;
    }
    .product-info .table {
        text-align: left;
    }
    .advantages-item{
        margin-top: 30px;
    }
    
    .phone-top{
       margin: 2px 0px;
    }
    .product-info .table{
        width: 100%;
    }

}