/*
Theme Name: GoldenHouse
Version: 1.0
Author: Alina Toesteva
*/
@font-face {
    font-family: 'Federo';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Federo-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/Roboto-Thin.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/Roboto-Black.ttf');
}
.dropdown-toggle::after{
    vertical-align: 0.15em;
}
.mob-header{
    display: none;
}
a{
   color: #D2AC6E;
    text-decoration: none;
}
a:hover{
   color:#402F21;
}
.btn{
    border-radius: 0;
    border:2px solid #D2AC6E;
    background: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 25px;
    color:#fff;
}
.btn:hover,.btn:active,.btn:focus-visible{
   background: #402F21!important;
    border:2px solid #D2AC6E!important;
    box-shadow:none!important;
    color:#fff;
}
.btn-primary{
    color: #fff;
    background: #D2AC6E;
    border: none;
}
.btn-primary:hover{
    color: #fff;
   background: #402F21!important;
    border: none!important;
}
.btn-primary:active{
   color: #fff!important;
    background:#402F21!important;
    border-color:  none!important;
}
.btn-secondary{
    color: #000;
}
.btn-secondary:hover{
    color: #000;
    background: none!important;
    border-color: #000!important;
}
.btn-secondary:active{
   color: #000!important;
    background: none!important;
    border-color: #000!important;
}
.btn-close:focus{
    box-shadow: none!important;
}
body{
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
}
img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
header{
    position: fixed;
    background: rgba(0, 0, 0, 0.69);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 100px;
    top: 0;
    z-index: 999;
    width: 100%;
}
header .logo{
    height:100px;
    display: block;
    width: 210px;
}
header .logo img{
    height: 100%;
    width: auto;
}
header .contact-button{
    width: 210px;
}
header .menu{
    flex:1 1 auto;
    padding: 0 50px;
}
header .menu ul{
    justify-content:center;        
}
header .menu ul li{
    padding: 0 20px;
}
header .menu ul li a{
    color:#F1F1F1;
    font-size: 18px;
}
header .menu ul li a:hover,header .menu ul li a:focus {
    color:#D2AC6E;
}
header .menu .dropdown-menu.show{
    border-radius: 0;
    background: #000;
    border: 0;
}
header .menu .dropdown-menu li{
    padding: 8px 20px;
    color:#fff;
}
header .menu .dropdown-menu li:hover{
    background: none;
}
.carousel-item{
    transform: scale(1, 1);    
}
.carousel-item.active{
    transform: scale(1.2, 1.2);    
    transition: transform 5s;
}
.banner{
    position: relative;
}
.banner .carousel:after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
     width: 100%;
    height: 100%;    
    background: #00000059;
    z-index: 2;
}
.banner .text-container{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;       
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
}
.banner h1{
    color: #D2AC6E;
    font-family: "Federo", Sans-serif;
    font-size: 95px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 125px;
    letter-spacing: -1.5px;
    text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
}
.banner h2{
    color: #FFFFFF;    
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 125px;   
    text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
}
.banner h3{
    color:  #D2AC6E;    
    font-size: 45px;
    font-weight: 300;
    font-style: italic;
    line-height: 76px;
    text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
}
.contact-block{
    background:#000;
    padding: 40px 0;    
}
.contact-block .row{
    align-items: center;
}
.contact-block .links a{
    font-size: 25px;
    margin-right: 25px;
}
.contact-block .links a:hover{
    color:#fff;
}
.contact-block .links{
    margin-bottom: 20px;
}
.contact-block .tel{
    font-size: 25px;
    font-family: "Federo", Sans-serif;
}
.specification{
    padding: 150px 0;
}
.label{
    color:#fff;
    background: #402F21;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 15px;
    font-size: 14px;
    margin-bottom: 25px;
}
.specification h2{
    font-size: 40px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 30px;
}
.specification .spec-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.left-line-gradient{
     
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.left-line-gradient>div{
     position: relative;  
}
.left-line-gradient>div:before{
    content: '';
    display: block;    
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #D2AC6E 0%, #402F21 100%);
}
.left-line-gradient a{
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-family: "Federo", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    color:#000;
   
}
.left-line-gradient h3{
    margin-bottom: 20px
}
.left-line-gradient h3:last-child{
    margin-bottom: 0px
}
.animation{
    visibility: hidden;
    display: block;
}
.ca{
    margin-bottom: 150px;
}
.ca h2{
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 30px;
}
.box{
    padding: 40px;
    background: #F8F8F8;
    margin: 0 15px;
    position: relative;
    margin-bottom: 60px
}

.box.bottom{
    top:50px;
}
.box p{
    margin-bottom: 0;
}
.box span.number{
    color: #D2AC6E;
    font-size: 59px;
    position: absolute;
    right: 15px;
    bottom:-35px;
    font-family: "Federo", Sans-serif;
}
.projects{
    margin-bottom: 150px;
}
.separator{
    background: url(./img/s-back.jpg);    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 505px;
    margin-bottom: 150px;
}
.separator:after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background: #ffffff95;
    z-index: 2;
}
.separator .container{
    z-index: 3;
    position: relative;
    height: 100%;
}
.separator .container div{
    color: #FFFFFF00;
    font-family: "Federo", Sans-serif;
    font-size: 175px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 125px;
    letter-spacing: -1.5px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #D2AC6E;
    stroke: #D2AC6E;
}
.separator .container img{
    width: auto;
}
.separator .container img.top-right{
    position: absolute;
    right: 0;
    top:0;    
}
.separator .container img.bottom-left{
    position: absolute;
    left:0;
    bottom:0;    
}
.separator .container div.top-left{
    position: absolute;
    top:65px;
    left: 0;
}
.separator .container div.bottom-right{
    position: absolute;
    bottom:65px;
    right: 0;
}
h2{
    font-size: 40px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 30px;
}
.icon-text{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding-right: 50px;
}
.icon-text i{
    margin-right: 25px;
    font-size: 60px;
}
.icon-text .text{
    color:#000;
}
.icon-text .text h3{
    font-size: 38px;
}
.activities{
    margin-bottom: 150px;
}

.promo:after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background: #03030380;
    z-index: 2;
}
.promo{
    margin-bottom: 150px;
    background: url(./img/promo-back.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px 200px 0px;
}
.promo.promo-about{
    background-image: url(./img/promo-about-back.webp);
}
.promo .container{
    z-index: 3;
    position: relative;
    color:#fff;
}
.promo .text{
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 46px; 
    margin-bottom: 30px;
}
.about{
    margin-bottom: 150px;
}
.about .text{
    font-size: 39px;
}
.steps{
     margin-bottom: 150px;
}
.box h4{
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 25px;
}
.call{
     margin-bottom: 150px;
}
.call h4{
    text-align: center;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 30px;
}
.form-label{
    font-weight: bolder;
}
.form-label span.red{
    color:#ff0000;
}
.form-control{
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAECF1;
    background-color: #F6F7FA;
    line-height: 33px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #D6D8E0;
    outline: 0;
    box-shadow:none;
}
.footer{
    text-align: center;
   
}
.footer img{
    width: 150px;
    height: auto;
    margin-bottom: 50px;
}
.footer-menu{
    list-style: none;
    display: flex;
    margin: 50px 0;
    justify-content: center;
    padding: 0;
}
.footer-menu li{
    margin: 5px 15px;
}
.footer .tels a, .modal .tels a{
    margin: 5px 15px;
}
.footer .tels, .modal .tels, .contant-block .tels{
    margin-bottom: 20px;
}
.footer .tels a span, .modal .tels a span, .contant-block .tels a span{
    color:#000;
}
.footer .socials{
    margin-bottom: 30px;
}
.footer .socials a, .modal .socials a, .contant-block .socials a{
    font-size: 30px;
    margin: 5px 15px;
}
.contant-block .socials a:first-child{
    margin-left: 0;
}
.footer .copywrite{
    padding: 15px 0;
    background: #000;
    color:#fff;
    /*margin-top: 30px;*/
}
.modal-header{
    border-bottom: none;
}
.modal-content{
    border-radius: 1px;
}



.banner-container {
    overflow: hidden;
    position: relative;
}
.banner-container li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.banner-container li a {
    display: block;
    padding: 0px;
    margin: 0px;
}
.banner-container li a img {
    max-width: none;
    width: auto;
    height: 400px; /* Высота фотографий */
}
.banner-container li span.overlay {
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner-container li .proj-name{
    color:#fff;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom:25px;
    /*opacity: 0;*/
    display: none;
    transition: all 0.8s;
}
.page-banner{
    padding: 230px 0 85px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
    
}
.page-banner:after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background: #03030380;
    z-index: 2;
}
.page-banner .container{
    position: relative;
    z-index: 3;
}
.page-banner.serv-back{
   background-image: url(./img/s-back.jpg);
}
.page-banner h1{
    color:#fff;
    font-size: 50px;
    font-weight: normal;
    padding-left: 40px;
    position: relative;
}
.page-banner h1:before{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;   
    width: 3px;
    height: 100%;    
    background: #fff;
}
.contant-block{
    padding: 40px 0 120px;
}
.port-block{
    margin-bottom: 120px;
}
.sub-steps, .price{
    margin-bottom: 120px;
}
.price-item{
	background: #fff8dc50;
    border-radius: 1px;
    border:1px solid rgba(0, 0, 0, 0.175);    
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.price-title{
    background: #D2AC6E;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding:10px 20px;
    height: 170px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.price-desk{
    padding:20px;
    flex: 1 1 auto;
}
.price-value{
    padding:0 20px 20px 20px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.price-value .note{
    font-size: 16px;
    font-weight: normal;
}
.wpcf7-spinner{
    display: none!important;
}
.breadcrumbs a{
    color: #fff;
}
.icon-list{
    display: flex;
}
.icon-list i{
    font-size: 45px;
    margin-right: 20px;
    color:#D2AC6E;
}
.sertif{
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
}
.sertif a{
    display: block;
    width: 40%; 
    margin: 10px;
}
.sertif img{
    border:1px solid rgba(0, 0, 0, 0.175);   
    
}
.fix-bottom{
    position: absolute;
    width: 100%;
    bottom:0;
    margin-top: 0;
}
.stats span{
    display: block;
    text-align: center;
}
.stats span.number{
    font-size: 50px;
    font-weight: bold;
}
.stats span.desc{
    font-size: 19px;
}
.sep-quots{
    margin-top: 120px;
    position: relative;
}
.sep-quots .img{
    width: 60%;
    position: relative;
}
.sep-quots .img:after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;    
    background: #03030380;
    z-index: 2;
}
.sep-quots .text{
    width: 35%;
    height: auto;
    position: absolute;
    top:15%;
    left: 50%;
    padding: 40px;
    box-shadow: 0px 0px 27px 14px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 3;
}
.sep-quots .text h4{
    font-size: 38px;
    margin-bottom: 30px;
}
.contant-block .sub-steps{    
    margin-top: 120px;
    margin-bottom: 0;
}
.prod-img img{
    width: 60%; 
}
.prod-img{    
    position: relative;   
    text-align: right;
}
.svodka{
    padding: 40px;
    background: #211D1A;
    color:#fff;
    width: 60%;
    position: relative;
    top:-150px;
    right: -60px;
}
.svodka ul{
    margin-bottom: 0;
    list-style-type:square;
    color:#D2AC6E;
    padding-left: 17px;
    font-size: 17px;
}
.svodka ul li{
    padding: 5px 0;
}
.svodka ul li span{
    color:#fff;
}
ul{
    margin-bottom: 0; 
    padding-left: 17px;
    font-size: 17px;
}
ul li{
    padding: 5px 0;
}

.planing{
    margin-bottom: 120px;
}
.projects{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.project-link{
    width: 50%;
    padding: 20px;
    display: block;
    opacity: 0.9;
    transition: all 0.2s;
    position: relative;
    color:#fff
}
.project-link p{
    font-size: 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    transition: all 0.2s;
}
.project-link:hover{   
    opacity: 1;   
    color:#fff
}
.project-link:hover p{
    padding-bottom: 50px;
}
.contact-block a:hover{
    color: #fff;
}
.banner.banner-404{
    height:calc(100vh - 54px);
    overflow: hidden;
    text-align: center;
}
.banner.banner-404 img{
    object-fit: cover
}
.proj-carousel>.owl-carousel img{
    max-height: 450px;
    width: auto;
}
@media (max-width: 1589.98px) {    
    header{
        padding: 10px 30px;
    }
    header .menu{
        padding: 0 25px;
    }
}
@media (max-width: 1399.98px) { 
    .banner h2{
        font-size: 40px;
        line-height: 65px;
    }
    .banner h3 {        
        font-size: 35px;        
        line-height: 55px;    
    }
    header .menu>ul>li{
        padding: 0 10px;
    }
    header{
        padding: 10px 25px;
    }
    .nav-link{
        padding: 0 8px;
    }
    .sep-quots .text{
        width: 48%;
        top:8%;
    }
}
@media (max-width: 1199.98px) { 
    header .contact-button{
        width: 153px;
    }
    header .logo{
        width: 153px;
    }
    header .contact-button .btn{
        font-size: 12px;
        padding: 10px 15px;
    }
    header .menu ul li a {        
        font-size: 15px;
    }
    header .menu{
        padding: 0 20px;
    }
    .about, .ca, .steps, .sub-steps{
        padding: 0 20px;
    }
    .banner h2{
        margin-bottom: 20px;
    }
    .sep-quots .text{
        width: 58%;
        top:8%;
        left: 40%;
    }
    .sep-quots .text h4{
        font-size: 30px;
    }
}
@media (max-width: 991.98px) {    
    .contact-block{
        display: none;
    }
    .mob-header{
        display: flex;
        background: #000;
    }
    .mob-header a:hover, .mob-menu .nav .nav-link:hover{
        color:#fff;
    }
    .mob-header i{
        font-size: 25px;
        padding: 5px 10px;
    }
    .mob-menu-bar{
        color:#D2AC6E;
        font-size: 30px;
        cursor: pointer;
        width: 115px;
        text-align: end;
    }
    .mob-menu-bar:hover{
        color:#fff;
    }
    .mob-menu{
        position: absolute;
        right: 0;
        top:120px;
        display: none;
        background: #000;
    }
    .mob-menu.open{
        display: block;
    }
    .mob-menu .nav{
        flex-direction: column;
        font-size: 25px;
        padding: 20px;
        text-align: end;
    }
    .mob-menu .nav .menu-item{
        padding: 10px 0;
        font-weight: bolder;
    }
    .mob-menu .nav .nav-link{
        color:#D2AC6E;
        padding: 0;
    }
    .mob-menu .nav .menu-item ul{
        list-style: none;
        font-weight: normal;
        padding-right: 15px;
    }
    .mob-menu .nav ul.sub-menu li{
        padding: 5px 0;
        font-size: 20px;
        font-weight: normal;
    }
    .mob-menu .nav .menu-item ul li:last-child{
        padding-bottom: 0;
    }
    header{
        display: none;
    }
    header .logo {
        width: 115px;
    }
    .banner{
        padding-top: 120px;
    }
    .banner h1{
        font-size: 60px;
        line-height: 90px;
    }
    .banner h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .banner h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .specification {
        padding: 70px 0;
    }
    .box.bottom{
        top:0;
    }
    .box{
        margin: 0 0;
        margin-bottom: 50px;
    }
    .ca{
        margin-bottom: 70px;
    }
    .projects {
        margin-bottom: 70px;
    }
    .separator{
       margin-bottom: 70px; 
        height: 410px;
    }
    .separator .container div{
        font-size: 75px;
    }
    .separator .container img{
        width: 50%;
    }
    .activities {
        margin-bottom: 70px;
    }
    .promo {
        margin-bottom: 70px;
    }
    .banner .text-container{
        padding-top: 120px;
    }
    .contant-block{
        padding: 70px 0;
    }
    .port-block{
        margin-bottom: 70px;
    }
    .sub-steps, .price{
        margin-bottom: 70px;
    }
    .sep-quots{
        margin-top: 70px;
    }
    .contant-block .sub-steps{    
        margin-top: 70px;
    }
    .sep-quots .img{
        width: 100%;
    }
    .planing{
        margin-bottom: 70px;
    }
    .call{
        margin-bottom: 70px;
    }
}
@media (max-width: 767.98px) { 
    .footer-menu li{
        margin: 5px 10px;
    }
    .sep-quots .text{
        position: static;
        width: 100%;        
    }
    .project-link{
        width: 100%;
        
    }
}
@media (max-width: 575.98px) {   
    .mob-menu{
        top: 90px;
    }
    .banner h1{
        font-size: 40px;
        line-height: 50px;
    }
    .banner h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .banner h3 {
        font-size: 20px;
        line-height: 30px;
    }
    header .logo{
        height: 70px;
        width: 85px;
    }
    .mob-menu-bar{
         width: 85px;
    }
    .banner {
        padding-top: 90px;
    }
    .banner .text-container {
        padding-top: 90px;
    }
    .footer-menu{
        flex-direction: column;
    }
    .page-banner{
        padding: 150px 0 60px;
    }
}
@media (max-width: 449.98px) {    
    header {
        padding: 10px 10px;
    }
    header .logo{
        height: 40px;
        width: 45px;
    }
	.page-banner h1{
		font-size: 32px;   
    	padding-left: 17px;
	}
    .mob-menu-bar{
         width: 45px;
    }
	.mob-menu {
		top: 72px;
	}

    .mob-header i {
        font-size: 16px;
        padding: 5px 10px;
    }
    .banner {
        padding-top: 72px;
    }
    .banner .text-container {
        padding-top: 72px;
    }
    .banner h1{
        font-size: 30px;
        line-height: 40px;
    }
    .banner h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .specification h2, h2, .ca h2{
        font-size: 25px;
        line-height: 30px;
    }
    .left-line-gradient a{
        font-size: 20px;
    }
    .box{
        padding: 20px;
    }
    .box span.number{
        bottom:-46px;
    }
    .separator .container div {
        font-size: 55px;
    }
    .separator {    
        height: 310px;
    }
    .icon-text{
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
    }
    .icon-text i{
        margin: 0;
    }
    .icon-text .text h3 {
        font-size: 25px;
        margin-top: 15px;
    }
    .promo .text {        
        font-size: 35px;  
        line-height: 37px;      
    }
    .about .text {
        font-size: 25px;
    }
    .box h4 {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 25px;
    }
    .footer .tels a, .modal .tels a{
        display: block;
    }
    .footer .copywrite{
        font-size: 14px;
    }
    .contant-block h2{
        text-align: center;
    }
    .contant-block h3{
        text-align: center;
        font-size: 20px;
    }
    .svodka{
        position: static;    
        width: 100%;
        margin-bottom: 70px;    
    }
    .prod-img img{
        width: 100%;
    }
}