main{
    position: relative;
    background: url(../images/bg-title.svg);
    background-size: 1600px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 158px;
}

/* hero-section */

.hero-section{
    background-position: center;
    background-size: cover;
    /* min-height: 800px; */
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0;
    /* margin-top: 158px; */
}
.hero-section .content{
    padding: 0 60px 0 230px;
    position: relative;
    z-index: 9;
}
.hero-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 29.5%, rgba(0, 0, 0, 0.2) 81.5%);
}
.hero-section h1{
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    max-width: 700px;
    font-family: "Cormorant Garamond";
}
.hero-section p{
    max-width: 560px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}
.hero-section .btn-theme{
    line-height: 50px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
}

@media screen and (max-width: 1599px){
    .hero-section{
        /* min-height: 650px; */
    }
    .hero-section .content{
        padding-left: 130px;
    }
    .hero-section .content h1{
        font-size: 70px;
    }
}
@media screen and (max-width: 1440px){
    header {
        padding: 30px 60px 30px 60px;
    }
    main{
        padding-top: 118px;
    }
}
@media screen and (max-width: 1200px){
    main{
        padding-top: 0px;
    }
    main .social{
        display: none;
    }
    .hero-section{
        min-height: 0;
        padding: 180px 0 60px;
    }
    .hero-section .content{
        padding-left: 60px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 991px){
  .hero-section .content h1{
    font-size: 50px;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 479px){

}

/* contact-form */

.contact-form{
    background: #f19e39;
    padding: 35px 0 80px;
    position: relative;
  }
  .contact-form:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 230px;
    height: 100%;
    background: #e19030;
    left: calc(50% - 115px);
    z-index: 0;
  }
  .contact-form h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    color: #fff;
    position: relative;
    z-index: 9
  }
  .wrapper-form{
    max-width: 815px;
    border: 2px solid #fff;
    padding: 50px 15px;
    margin: 40px auto 0;
    position: relative;
    z-index: 5
  }
  .wrapper-form form{
    max-width: 490px;
    margin: auto;
    display: block;
  }
  .wrapper-form form p.title{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .wrapper-form form input{
    line-height: 85px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 0 25px;
    background: none;
    width: 100%;
  }
  .wrapper-form form input.isValid{
    border-color: #CD0000;
  }
  .form-group{
    position: relative;
    margin-bottom: 40px;
  }
  .error-message{
    gap: 10px;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: none;
  }
  /* .wrapper-form form input.isValid + .error-message{
    display: flex;
  } */
  .wrapper-form form input::-webkit-input-placeholder {color:#fff;}
  .wrapper-form form input::-moz-placeholder {color:#fff;}
  .wrapper-form form input:-moz-placeholder {color:#fff;}
  .wrapper-form form input:-ms-input-placeholder {color:#fff;}

  .wrapper-form form button{
    line-height: 52px;
    color: #e19030;
    min-width: 200px;
    background: #fff;
    border-radius: 26px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .wrapper-form form button:hover{
    background: #1f3528;
    color: #e19030;
  }
  .house-tree-left-bottom{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 23%;
  }
  .tree-right-bottom{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 33%;
  }
  .kust-bottom{
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 20%;
    width: 350px;
  }

  main .social{
    position: absolute;
    height: 100%;
  }
  main .social a{
    margin-top: 0;
    margin-bottom: 50px;
  }
  main .social a:last-child{
    margin-bottom: 0;
  }

  /* genplan-commercials */

  .genplan-commercials{
    padding: 50px 60px 100px;
    text-align: center;
    position: relative;
  }
  .genplan-commercials:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 100%;
    background: #e19030;
    left: calc(50% - 115px);
    z-index: -1;
  }
  .genplan-commercials .navigation ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
    padding-left: 0;
  }
  .genplan-commercials .navigation ul li{
    list-style: none;
  }
  .genplan-commercials .navigation ul li a{
    line-height: 34px;
    width: 150px;
    text-align: center;
    color: #858585;
    background: #DCDFDD;
    border-radius: 17px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    letter-spacing: .2em;
    transition: all .3s;
  }
  .genplan-commercials .navigation ul li.current-menu-item a{
    background: #1f3528;
    color: #fff;
  }
  .genplan-commercials .navigation ul li a sup{
    line-height: 1;
    letter-spacing: 0;
  }
  .svg-genplan-commercials{
    overflow: auto;
    margin-bottom: 50px;
    background: #fff;
    padding: 10px 0;
  }
  .svg-genplan-commercials svg{
    max-width: 100%;
    height: auto;
    min-width: 1300px;
  }
  .svg-genplan-commercials img{
    max-width: 100%;
    height: auto;
    /* min-width: 1300px; */
    max-width: 800px;
  }

  .commercial-fasad{
    overflow: auto;
  }
  .commercial-fasad img{
    min-width: 1300px;
  }

@media screen and (max-width: 1024px){
    .genplan-commercials{
        padding: 50px 0px 100px;
    }
    .kust-bottom{
        z-index: 0;
    }
    header {
        padding: 10px 60px 10px 60px;
    }
    .hero-section {
        min-height: 0;
        padding: 130px 0 60px;
    }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
    .hero-section .content{
        text-align: center;
    }
    .hero-section .content h1{
        font-size: 50px;
    }
    .hero-section .content p{
        margin: 20px auto;
    }
    .tree-right-bottom,
    .house-tree-left-bottom{
        display: none;
    }
    .kust-bottom{
        width: 350px;
        left: calc((100% - 350px)/2);
    }
    .hero-section .content{
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
    }
    .hero-section:before{
        background: rgba(0,0,0,.5);
    }
}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 479px){
    .hero-section .content h1,
    .contact-form h2{
        font-size: 40px;
    }
    .wrapper-form{
        border: 0;
        padding: 35px 15px 120px;
        margin: 0px auto 0;
    }
    .hero-section{
        padding: 110px 0 60px;
    }
    header {
        padding: 10px 15px 10px 15px;
    }

}

  /* success-form */
  .success-form{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #f19e39;
    display: none;
  }
  .success-form.show{
    display: flex;
  }
  .success-form:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 100%;
    background: #e19030;
    left: calc(50% - 115px);
    z-index: 0;
  }
  .success-form > div{
    max-width: 310px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .success-form p.title{
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 20px 0 10px;
  }
  .success-form p.title + p{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
  }
