body{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.clear{
    clear:both;
}

.header{
    background: #FFEEAA;
    padding: 15px 0;
}
.header-logo{
    color: #FA6503;
    font-family: 'Century Gothic';
}
.header-logo img{
    width:100%;
}
.header-logo-text{
    font-size:42px;
    font-weight:700;
}
.header-logo-pre-text{
    font-size: 25px;
    font-weight:700;
}
.header-logo span{
    color:#ED3002;
}
.header-title{
    text-transform: uppercase;
    color:#ED3002;
    font-size:60px;
    line-height:62px;
    font-family: 'Bebas Neue';
}
.header-description{
    color:#ED3002;
    font-size:38px;
    line-height:40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
}
.header-put-content{
    display: table;
    width:100%;
    height:100%;
}
.header-content{
    display: table-cell;
    vertical-align: middle;
}
.header-table{
    display: table;
    width:100%;
    height:100%;
}
.header-table img{
    max-width:100%;
    height:auto;
}
.header-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-line-left{
    width:20%;
    margin-right:1%;
    float:left;
    text-align:center;
}
.header-contact-line-right{
    width:79%;
    float:left;
}
.header-contact-line a{
    font-size:36px;
    line-height:38px;
    color: #FA6503;
    font-weight:700;
    text-decoration: none;
    font-family: 'Century Gothic';
}
.header-contact-line2{
    margin-top:5px;
}
.header-contact-line2 a{
    font-size:36px;
    line-height:38px;
    color: #ED3002;
    font-weight:700;
    text-decoration: none;
    font-family: 'Century Gothic';
}

.slider{
    padding: 20px 0;
}
.slider img{
    width:100%;
}
.slider-block-bg{
    background: #FFD882;
}
.slider-block{
    display: table-cell;
    vertical-align: middle;
}
.slider-table{
    padding:30px;
    display:table;
    height:100%;
}
.slider-block-first{
    padding: 10px;
    background-color: rgba(255,255,255,0.72);
    font-size: 38px;
    line-height: 40px;
    font-family: 'Bebas Neue';
}
.slider-block-first-title{
    color:#000;
}
.slider-block-first-description{
    color: #E0AE43;
    margin-top:5px;
}
.slider-block-second{
    background-color: rgba(224,174,67,0.92);
    font-size:30px;
    line-height: 32px;
    font-family:'Bebas Neue';
    padding: 10px;
    display: inline-block;
}
.slider-block-second-description{
    margin-top:5px;
    color:#000;
    font-weight:700;
}
.slider-block-third{
    background-color: rgba(224,174,67,0.52);
    padding:10px;
    text-transform: uppercase;
    font-size:18px;
    color: white;
    font-family: 'Bebas Neue';
    display: inline-block;
}

.services{
    padding: 50px 0 30px;
}
.services-title{
    color:#E0AE43;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight:400;
    font-size:79px;
    line-height:81px;
}
.services-content{
    margin-top:40px;
}
.services img{
    max-width:100%;
    height:auto;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.47)
}
.services-block-title{
    font-weight: 400;
    font-family: 'Bebas Neue';
    font-size:28px;
    line-height:30px;
    text-align:center;
    color:#4C4C4C;
    margin-top:15px;
}
.services-button{
    text-align:center;
    margin: 10px 0;
}
.services-button button {
    background: #FA6503;
    width: 375px;
    height: 55px;
    border-radius: 25px;
    color: #fff;
    border: 0;
    font-family: 'Bebas Neue';
    font-size: 31px;
    font-weight: 400;
}
.services-button button:hover {
    background: #141414;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.portfolio{
    padding: 0 0 50px;
}
.portfolio img{
    max-width:100%;
}
.portfolio-title{
    text-align: center;
    text-transform: uppercase;
    color: #4C4C4C;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 59px;
}
.portfolio-content{
    margin-top: 30px;
}

.house{
    padding: 20px;
}
.house-block{
    width:100%;
    padding: 20px;
    background: #E0AE43 url('../img/bg3.png');
    background-repeat:no-repeat;
    background-position: top right;
    background-size:auto 100%;
}
.house-block-title{
    font-size: 36px;
    line-height: 38px;
    color: #303030;
    font-family: 'Bebas Neue';
    font-weight:400;
}
.house-block-content{
    margin-top: 20px;
}
.house-block-content ul{
    margin:0;
    padding:0;
}
.house-block-content ul li{
    list-style: none;
    color: #491B1B;
    font-weight: 400;
    font-family: 'Bebas Neue';
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-left:30px;
}
.house-block-content ul li:before{
    content: '';
    width:23px;
    height:23px;
    background: url('../img/galk.png');
    background-repeat: no-repeat;
    background-size:cover;
    margin-right:10px;
    position: absolute;
    top:1px;
    left:0;
}
.house-block-content ul li:last-child{
    margin-bottom: 0;
}
.house-block-content ul li span{
    position: absolute;
    left: 25px;
    top:0;
}
.offer{
    padding: 50px 0;
}
.offer img{
    max-width:100%;
    height:auto;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
}
.offer-box{
    background: #FFD882;
    padding: 20px;
}
.offer-title{
    font-size: 59px;
    line-height:71px;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Bebas Neue';
    color: #4C4C4C;
}
.offer-content{
    margin-top: 30px;
}
.offer-block-title{
    text-align:center;
    text-transform: uppercase;
    color:#4C4C4C;
    font-family: 'Bebas Neue';
    font-size:29px;
    line-height:31px;
    margin-top:15px;
    font-weight:400;
}
.offer-block-text{
    font-weight:400;
    text-transform: uppercase;
    color:#4C4C4C;
    font-size:19px;
    line-height:21px;
    font-family: 'Bebas Neue';
    text-align:center;
    margin-top: 5px;
}
.offer-spec{
    text-align:center;
}

.materials{
    padding: 50px 0;
}
.materials-title{
    text-align:center;
    text-transform: uppercase;
    color:#4C4C4C;
    font-family:'Bebas Neue';
    font-weight:400;
    font-size:59px;
}
.materials-content{
    margin-top:30px;
}
.materials-content img{
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    max-width:100%;
}
.materials-block-title{
    text-transform: uppercase;
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    font-size:57px;
    line-height:59px;
    color: #4C4C4C;
    font-family: 'Bebas Neue';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform:translate(-50%,0);
    white-space: nowrap;
}

.certificate{
    padding-bottom: 50px;
}
.certificate-title{
    text-align:center;
    font-family:'Bebas Neue';
    font-size:59px;
    color: #4C4C4C;
    font-weight:400;
}
.certificate-content{
    margin-top:50px;
}
.certificate-content img{
    max-width:100%;
    height:auto;
}

.videos{
    padding: 50px 0;
}
.videos iframe{
    width:100%;
    height: 350px;
}
.videos-title{
    font-weight:400;
    font-size:39px;
    line-height:41px;
    font-family: 'Bebas Neue';
    color: #000;
    text-transform: uppercase;
    text-align:center;
}

.getprice{
    padding: 50px 0;
}
.getprice-title{
    text-align:center;
    color: #4C4C4C;
    font-family:'Bebas Neue';
    font-size:39px;
    line-height:41px;
}
.getprice-content{
    margin-top:30px;
}
.getprice button{
    background: #FA6503;
    width: 375px;
    height: 55px;
    border-radius: 25px;
    color: #fff;
    border:0;
    font-family: 'Bebas Neue';
    font-size:31px;
    font-weight:400;
}
.getprice button:hover{
    background: #141414;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.getprice-table{
    display: table;
    height:100%;
}
.getprice-table-middle{
    display: table-cell;
    vertical-align: middle;
}
.getprice-line{
    margin-bottom: 30px;
}
.getprice-line-left{
    width:10%;
    float:left;
    margin-right:2%;
}
.getprice-line-left img{
    max-width:100%;
    height:auto;
}
.getprice-line-right{
    width: 88%;
    float:left;
    font-weight:400;
    font-family: 'Bebas Neue';
    font-size:28px;
    line-height:30px;
    color: #000;
}

.footer{
    margin: 20px 0;
}
.footer-title{
    font-family: 'Bebas Neue';
    font-size:60px;
    font-weight:400;
}
.footer-logo{
    color: #FA6503;
    font-family: 'Century Gothic';
}
.footer-logo img{
    width:100%;
}
.footer-logo-text{
    font-size:42px;
    font-weight:700;
}
.footer-logo-pre-text{
    font-size: 25px;
    font-weight:700;
}
.footer-logo span{
    color:#ED3002;
}
.footer-table{
    display: table;
    text-align:right;
    width:100%;
    height:100%;
}
.footer-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.footer-unp{
    font-family: 'Century Gothic';
    font-size: 21px;
    line-height:23px;
    margin-bottom:5px;
    text-transform: uppercase;
    color: #000;
    font-weight:700;
}
.footer-vk{
    margin-bottom:5px;
}
.footer-vk a{
    text-decoration: none;
    color: #000;
    font-family:'Century Gothic';
    font-weight:700;
    font-size:24px;
    line-height:26px;
}
.footer-email{
    margin-top:10px;
}
.footer-email a{
    text-decoration: none;
    font-size:30px;
    line-height:32px;
    font-family: 'Century Gothic';
    color: #000;
    font-weight:700;
}
.header-social-line{
    margin-top:5px;
}
.header-social-line ul{
    margin: 0;
    padding: 0;
    text-align:center;
}
.header-social-line ul li{
    list-style: none;
    display: inline-block;
    margin-right:5px;
}
.header-social-line ul li:last-child{
    margin-right:0;
}
.bg{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index:1;
    background: rgba(0,0,0,0.9);
    display: none;
}
.feedback{
    background: white;
    padding: 20px;
    width:400px;
    position:fixed;
    top:50%;
    left:50%;
    z-index:2;
    transform: translate(-50%,-50%);
    border-radius:5px;
    display: none;
    color:#000;
    font-family:'Bebas Neue';
}
.feedback input[type="text"]{
    width:100%;
    padding: 3px 5px;
}
.feedback-close{
    cursor:pointer;
    position: absolute;
    right:-50px;
    top:-13px;
    color:white;
}
.feedback-close svg{
    width:50px;
}
.feedback-title{
    text-align:center;
    color:#FA6503;
    font-size:25px;
    line-height:27px;
    font-weight:700;
}
.feedback-input-label{
    font-weight:700;
    font-size:18px;
    line-height:20px;
}
.feedback-line{
    margin-bottom:15px;
}
.feedback input[type='submit']{
    background: #FA6503;
    border:0;
    width:200px;
    height:40px;
    font-size:18px;
    line-height:20px;
    color:white;
    display:block;
    margin: 0 auto;
    padding: 5px 25px;
    font-weight:700;
    border-radius:20px;
}
.feedback input[type='submit']:hover{
    background: black;
}
.formerror{
    border:1px solid red;
}
@media only screen and (max-width : 1200px) {
	.header-title{
        font-size:48px;
        line-height:50px;
    }
    .header-description{
        font-size:30px;
        line-height: 32px;
    }
    .header-contact-line-left{
        width:22%;
    }
    .header-contact-line-right{
        width:77%;
    }
    .header-contact-line a,.header-contact-line2 a{
        font-size:28px;
        line-height:30px;
    }
}
@media only screen and (max-width : 992px) {
    .header-logo-text{
        font-size:30px;
    }
    .header-logo-pre-text{
        font-size:18px;
    }
    .header-title{
        font-size:35px;
        line-height:37px;
    }
    .header-description{
        font-size:22px;
        line-height:24px;
    }
    .header-contact-line-left img{
        width:25px;
    }
    .header-put-content{
        text-align:center;
    }
    .header-contact-line-left{
        width:23%;
    }
    .header-contact-line-right{
        width:76%;
    }
    .header-contact-line a, .header-contact-line2 a{
        font-size:22px;
        line-height:24px;
    }
    .header-social-line img{
        width:30px;
    }
    .house-block{
        background: #E0AE43;
    }
    .videos-title br{
        display: none;
    }
    .videos .col-md-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .videos{
        padding: 0;
    }
}
@media only screen and (max-width : 767px) {
    .header-logo{
        display:none;
    }
    .header-contacts{
        width: 300px;
        text-align: center;
        margin: 0 auto;
        margin-top:10px;
        display: block;
    }
    .header-contact-line-right{
        text-align:left;
    }
    .slider-block-first-title br,.slider-block-second br,.slider-block-third br{
        display: none;
    }
    .services-content{
        text-align:center;
    }
    .offer-box{
        text-align:center;
    }
    .videos .mb-5{
        margin-bottom: 0px !important;
    }
    .videos-title{
        margin-bottom: 10px;
    }
    .video1{
        margin-bottom: 30px;
    }
    .materials-title,.certificate-title{
        font-size:35px;
        line-height:37px;
    }
    .certificate-content{
        margin-top:20px;
    }
    .certificate-content img{
        margin-bottom:20px;
    }
    .certificate {
        text-align:center;
    }
    .getprice-table{
        text-align:center;
        margin-top: 20px;
        width:100%;
    }
    .getprice{
        padding: 30px 0;
    }
    .footer-table{
        text-align:center;
    }
}
@media only screen and (max-width : 480px) {
    .slider-block-first{
        font-size:33px;
        line-height:35px;
    }
    .services-title{
        font-size:50px;
        line-height:52px;
        text-align:center;
    }
    .services{
        padding: 30px 0;
    }
    .services-content{
        margin-top: 20px;
    }
    .mb-5{
        margin-bottom:2rem !important;
    }
    .portfolio{
        padding: 0 0 30px;
    }
    .portfolio-title{
        font-size: 35px;
        line-height:37px;
    }
    .offer-block-text{
        margin-bottom:20px;
    }
    .offer .mt-5{
        margin-top:0 !important; 
    }
    .house{
        padding: 0;
    }
    .videos-title{
        font-size:25px;
        line-height:27px;
    }
    .videos iframe{
        height:200px;
    }
    .materials-block-title{
        font-size:33px;
        line-height:35px;
    }
    .getprice-line-right br{
        display:none;
    }
    .getprice button{
        width:100%;
    }
    .footer-title,.footer-email{
        text-align:center;
    }
    .footer-email a,.footer-vk a,.footer-unp{
        font-size:18px;
    }
}