main{
  position: relative;
}
.title-page{
  position: relative;
}
.title-page:after{
  content: '';
  position: absolute;
  top: 0;
  width: 230px;
  height: 100%;
  background: #f19e39;
  left: calc(50% - 115px);
  z-index: 1;
}
.title-page ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding-left: 0;
}
.title-page ul li{
  list-style: none;
}
.title-page ul li a{
  line-height: 34px;
  font-size: 17px;
  color: #858585;
  background: #DCDFDD;
  border-radius: 17px;
  font-weight: 700;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.title-page ul li a sup{
  line-height: 1;
  font-size: 12px;
}
.title-page ul li.active a,
.title-page ul li.current-menu-item a,
.title-page ul li a:hover{
  background: #f19e39;
  color: #1f3528;
}

/* type */
.type:after{
  content: '';
  position: absolute;
  top: 0;
  width: 230px;
  height: 100%;
  background: #f19e39;
  left: calc(50% - 115px);
  z-index: -1;
}
.type{
  margin-top: -120px;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}
.type .content{
  padding: 0 230px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.type .swiper-wrapper{
  align-items: flex-end;
  height: 200px;
}
.type .swiper-slide{
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.type .swiper-slide img{
  width: 70%;
  display: block;
  margin: 0 auto;
  transition: all 0.2s;
}
.type .swiper-slide.swiper-slide-active img{
  width: 100%;
}
.type .swiper-slide-prev img{
  margin-right: 22%;
}
.type .swiper-slide-next img{
  margin-left: 22%;
}
.sides{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.sides p{
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.slider-navigation{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}
.slider-navigation > div{
  cursor: pointer;
}
.building-name{
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  background: #fff;
  color: #f19e39;
  line-height: 30px;
  top: 0;
  width: 100px;
  font-weight: 700;
  opacity: 0;
  left: calc((100% - 100px)/2);
  transition: all .1s;
}
.swiper-slide-active .building-name{
  opacity: 1;
}

@media screen and (max-width: 1600px){
  .type .content{
    padding: 0 130px;
  }
  .type .swiper-wrapper{
    height: 160px;
  }
}

/* planning */

.planning{
  background: #F4F4F4;
  position: relative;
  z-index: 10;
  padding: 35px 0 60px;
}
.planning:after{
  content: '';
  position: absolute;
  top: 0;
  width: 230px;
  height: 100%;
  background: #f19e39;
  left: calc(50% - 115px);
  z-index: 0
}
.planning .content{
  padding: 0 230px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  position: relative;
  z-index: 10;
}
.planning h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Cormorant Garamond";
}
.wrapper-items-planning{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 35px;
}
.wrapper-items-planning > div{
  width: calc((100% - 30px)/2);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  align-items: flex-start;
}
.wrapper-items-planning > div > .item{
  width: calc((100% - 30px)/2);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.wrapper-items-planning > div > .item a{
  position: relative;
}
.wrapper-items-planning > div > .item a .icon{
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 6;
  background: #f19e39;
  border-radius: 50%;
}
.wrapper-items-planning .item .information .title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #1f3528;
}
.wrapper-items-planning .item .information ol{
  padding-left: 15px;
  margin: 15px 0 10px;
}
.wrapper-items-planning .item .information ol li{
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #212121;
}
.total{
  font-size: 14px;
  font-weight: 700;
  color: #1f3528;
  line-height: 2;
  position: relative;
}
.total:before{
  content: '';
  width: 208px;
  height: 2px;
  background: #1f3528;
  display: block;
  margin-bottom: 3px;
}
.tree-planning{
  position: absolute;
  z-index: -1;
  top: -200px;
  right: -60px;
}
.price{
  text-align: center;
  width: 100%;
  margin-top: -40px;
}
.wrapper-price{
  width: 370px;
  height: 370px;
  background: url(../images/bg-price.png) 50% 50% / cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.circle-price{
  width: 263px;
  height: 263px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e19030;
}
.price .title,
.price .dollars{
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.price .cost{
  font-weight: 500;
  color: #fff;
  font-family: "Cormorant Garamond";
  font-size: 70px;
  line-height: 50px;
  margin-bottom: 17px;
  margin-top: 5px;
}

/* configuration */
.configuration{
  position: relative;
  padding: 70px 0;
  background: #3A3A3A url(../images/bg-configuration.png);
  background-position: center top;
}
.configuration:before{
  content: '';
  position: absolute;
  top: 0;
  width: 230px;
  height: 100px;
  background: #f19e39;
  left: calc(50% - 115px);
  z-index: 0
}
/* .configuration:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 70px;
  background: #e19030;
  left: calc(50% - 115px);
  z-index: 0
} */
.configuration 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
}
.items-configuration{
  max-width: 926px;
  margin: 40px auto 0;
  position: relative;
  z-index: 15
}
.items-configuration .item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 12px 0;
}
.items-configuration .item p{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 22px;
}
.items-configuration .item p.title{
  width: 300px;
}
.items-configuration .item p.value{
  width: calc(100% - 300px);
}
.items-configuration .item:nth-child(odd){
  background: rgba(160,160,160,.25);
}
.wrapper-btn{
  text-align: center;
  padding: 60px 0 0;
}
.configuration .btn-theme span{
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
a.btn-theme.show-3d span{
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* 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: 35%;
}
.tree-right-bottom{
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 40%;
}
.kust-bottom{
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 20%;
  width: 350px;
}

main .social{
  position: absolute;
  max-height: 600px;
}

/* 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;
}

/* interior */
.interiors{

}

.interiors h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Cormorant Garamond";
  color: #212121;
  position: relative;
  max-width: 700px;
  margin: auto;
}

.interiors .title-section{
  text-align: center;
  background-image: url(../img-promisto2/bg-interior-section.svg);
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.interiors .title-section p{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f3528;
  letter-spacing: .2em;
  margin-bottom: 10px;
}

.interior-slider{
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.interior-slider .swiper{
  max-width: 1100px;
  overflow: visible;
}

.interior-slider .swiper-slide {
  padding: 0 11px;
}

.interior-slider .swiper-slide img{
  display: block;
}

.interiors .play-button{
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}
.interiors .play-button span{
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2em;
  display: block;
}

.interior-navigation{
  background: #f19e39;
  text-align: center;
  position: relative;
  margin-top: -1px;
}

.interior-navigation:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 100%;
  background: #e19030;
  left: calc(50% - 115px);
  z-index: 0;
}

.group-interior-nav{
  background: #f19e39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 2;
  margin-top: -95px;
}
.group-interior-nav .interior-button-prev,
.group-interior-nav .interior-button-next{
  cursor: pointer;
  margin-top: 25px;
}
.interior-num-slide{
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #1f3528;
  font-family: "Cormorant Garamond";
  font-style: italic;
  position: absolute;
  top: -20px;
  padding-bottom: 10px;
  left: auto;
}
#modal-gif{
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 99999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
#modal-gif.show{
  opacity: 1;
  visibility: visible;
  top: 0;
}
#modal-gif video{
  /* max-height: 80vh; */
  max-width: 100%;
  max-height: 100%;
}
.content-modal-gif{
  position: relative;
  max-width: 500px;
  width: 100%;
  background: rgb(0,0,0);
}
.content-modal-gif:before{
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 11.97%, rgba(0, 0, 0, 0) 100%);
}
.gif-navigation{
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gif-navigation .gif-button-prev,
.gif-navigation .gif-button-next{
  cursor: pointer;
}
.num-gif-slide{
  position: relative;
}
.num-gif-active-slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .2em;
}
.mt-40{
  margin-top: 40px;
}




@media screen and (max-width: 1600px){
  .planning .content{
    padding: 0 130px;
  }
}
@media screen and (max-width: 1200px) {
  .planning{
    overflow: hidden;
  }
  .type .swiper-wrapper {
    height: 200px;
  }
  .wrapper-items-planning > div{
    width: 100%;
  }
  .tree-planning{
    right: -65%;
  }
  .wrapper-items-planning > div.left .item:last-child .information{
    padding-left: 130px;
  }
  main .social{
    display: none;
  }
  .type .content{
    padding: 0 60px;
    padding: 0;
    overflow: auto;
  }
  .type .content img{
    max-width: max-content;
    height: 250px;
  }
}
@media screen and (max-width: 991px){
  .tree-planning{
    right: -75%;
  }
  .tree-right-bottom{
    right: -20%;
  }
  .kust-bottom{
    max-width: 250px;
  }
  .house-tree-left-bottom{
    left: -10%;
  }
  .items-configuration{
    padding: 0 20px;
  }
  .tree-planning{
    display: none;
  }
  .planning .content{
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px){
  .type .swiper-wrapper{
    height: auto;
  }
  .title-page:after{
    display: none;
  }
  .title-page{
    height: 350px;
    z-index: 2;
  }
  .type{
    margin-top: -20px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
  }
  .title-page div{
    background: none;
  }
  .planning:after{
    height: 105px;
  }
  .wrapper-items-planning > div.left .item:last-child .information{
    padding-left: 0;
  }
  .wrapper-items-planning > div > .item{
    width: 100%;
    max-width: 417px;
  }
  .wrapper-items-planning > div{
    justify-content: center;
  }
  .items-configuration .item p.title{
    width: 200px;
  }
  .items-configuration .item p.value {
    width: calc(100% - 200px);
  }
  .swiper-slide-prev img{
    margin-right: 0;
  }
  .swiper-slide-next img {
    margin-left: 0%;
  }
  .interior-slider .swiper-slide {
    padding: 0;
  }
  .interiors h2{
    font-size: 35px;
  }
  .group-interior-nav{
    width: 160px;
    height: 160px;
  }
  .interior-num-slide{
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
  .group-interior-nav{
    margin-top: -25px;
  }
}
@media screen and (max-width: 600px){
  .items-configuration .item{
    flex-wrap: wrap;
  }
  .items-configuration .item p.title,
  .items-configuration .item p.value{
    width: 100%;
  }
  .items-configuration .item p.title{
    font-weight: 700;
    margin-bottom: 5px;
  }
  .wrapper-form{
    border: 0;
  }
  .house-tree-left-bottom,
  .tree-right-bottom{
    display: none;
  }
  .planning h2,
  .configuration h2,
  .contact-form h2{
    font-size: 35px;
  }
  .wrapper-form{
    padding-top: 0;
  }
  .wrapper-form form p.title{
    font-size: 10px;
  }
  .contact-form{
    padding-bottom: 200px;
  }
  .kust-bottom {
    width: 80%;
    max-width: none;
    left: 10%;
  }
  .planning .content{
    padding: 0 20px;
  }
  .wrapper-price{
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 479px){
  .title-page{
    min-height: 290px;
    height: 290px;
  }
  .type .swiper-slide img{
    width: 100%;
    margin-top: 20px;
  }
  .title-page ul{
    gap: 5px;
  }
  .title-page ul li a{
    min-width: 90px;
    font-size: 15px;
  }
}
