main{
  position: relative;
  padding-bottom: 200px;
}
.main-bottom-image{
  height: calc(100vw / 5.731343);
  background-image: url(../images/footer-image-remont.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
h2{
  font-family: "Cormorant Garamond";
  font-weight: 500;
}
@media screen and (max-width: 767px){
  .main-bottom-image{
      background-size: auto calc(100vw / 5.731343);
  }
}


/* section-hero */
.section-hero{
  background: #ECECEC;
  display: flex;
  gap: 30px;
  padding: 50px 90px 50px 230px;
  margin-top: 118px;
  position: relative;
}
.section-hero:after{
  content: '';
  position: absolute;
  width: 265px;
  left: calc((100% - 265px) / 2);
  background: #f19e39;
  height: 118px;
  top: -118px;
}
.section-hero .text,
.section-hero .image{
  width: calc((100% - 20px) / 2);
}
.section-hero .image .swiper{
  position: sticky;
  top: 60px;
}
.section-hero .image img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.section-hero .text h1{
  color: #1f3528;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .2em;
  margin-bottom: 30px;
}
.section-hero .text h1 span{
  font-size: 80px;
  display: block;
  font-family: "Cormorant Garamond";
  font-weight: 500;
  color: #212121;
}
.section-hero .text p{
  line-height: 1.8;
  margin-bottom: 10px;
}
.section-hero .text ul{
  padding-left: 20px;
  margin-bottom: 20px;
}
.section-hero .text ul li{
  line-height: 1.8;
}
.section-hero .text .insta-link{
  color: #f19e39;
  font-weight: 800;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.section-hero .founder{
  max-width: 210px;
  margin-top: 30px;
  text-align: center;
}
.section-hero .founder img{
  border-radius: 50%;
}
.section-hero .founder .name{
  font-size: 21px;
  margin-bottom: 0;
}
.section-hero .founder .position{
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .2em;
  font-weight: 800;
}
.wrapper-navigation{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
.wrapper-navigation .button-prev,
.wrapper-navigation .button-next{
  cursor: pointer;
}
.wrapper-navigation .button-next circle,
.wrapper-navigation .button-prev circle{
  transition: all .3s;
  fill: #f19e39;
}
.wrapper-navigation .button-next:hover circle,
.wrapper-navigation .button-prev:hover circle{
  opacity: .7;
}
.wrapper-navigation .button-next svg path.arrow,
.wrapper-navigation .button-prev svg path.arrow{
  transition: all .3s;
  fill: #fff;
}
@media screen and (max-width: 1600px) {
    .section-hero {
        padding: 50px 60px 50px 130px;
    }
}
@media screen and (max-width: 1200px){
  .section-hero{
    padding: 50px 60px;
  }
  .section-hero:after{
    display: none;
  }
  .section-hero{
    margin-top: 90px;
  }
  main .social{
    display: none;
  }
  .section-hero .text h1 span{
    font-size: 60px;
  }
}
@media screen and (max-width: 991px){
  .section-hero{
    flex-wrap: wrap;
  }
  .section-hero .text, .section-hero .image{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .section-hero {
    padding: 50px 20px;
    margin-top: 56px;

  }
}
@media screen and (max-width: 480px){
  .section-hero{
    padding: 30px 20px;
  }
  .section-hero .founder{
    margin: 30px auto 0;
  }
}
/* -- section-hero */

/* advantages */
.advantages-section{
  padding: 50px 60px;
  background: #ECECEC;
}
.advantages {
    display: flex;
    position: relative;
}
.advantages-section .advantages-line {
    position: absolute;
    left: 10%;
    right: 10%;
    width: auto;
    background-image: url(../images/timeline-line.svg);
    background-position: center;
    height: 4px;
}
.advantages .item {
    width: 20%;
    text-align: center;
    position: relative;
    padding: 40px 40px 0;
}
.advantages .item:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f19e39;
    position: absolute;
    top: -5px;
    left: calc((100% - 10px) / 2);
    z-index: 3;
}
.advantages .item:after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: calc((100% - 30px) / 2);
    background: #ECECEC;
    border: 2px solid #f19e39;
    z-index: 2;
}
.advantages .item img{
  margin-bottom: 10px;
}
.advantages .item p{
  font-size: 26px;
}

@media screen and (max-width: 1440px){
    .advantages-section {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 1199px){
  .advantages .item p{
    font-size: calc(100vw / 80);
  }
}
@media screen and (max-width: 991px){
  .type-repair.type-repair2{
    padding-top: 0;
  }
  .advantages .item img{
    max-width: 50px;
  }
  .advantages .item{
    padding: 30px 10px;
  }
  .advantages .item p{
    font-size: 14px;
  }
  .advantages-section {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 767px){
  .advantages .advantages-line{
    display: none;
  }
  .advantages{
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages .item{
    width: 60%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
  }
  .advantages .item:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f19e39;
    position: absolute;
    left: -5px;
    top: calc((100% - 10px) / 2);
    z-index: 3;
  }
  .advantages .item:after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: calc((100% - 30px) / 2);
    background: #ECECEC;
    border: 2px solid #f19e39;
    z-index: 2;
  }
  .advantages .item {
    padding: 10px 10px 10px 30px;
  }
}
/* -- advantages */

/* type */
.type{
    background: #ECECEC;
    padding: 80px 100px;
    position: relative;
}
.type .tree-remont{
  position: absolute;
  bottom: 10%;
  right: 0px;
  width: 20%;
}
.type .tree-remont-2{
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 20%;
}
.type .title-section{
    text-align: center;
    max-width: 980px;
    margin: auto;
    margin-bottom: 60px;
}
.type .title-section h2{
    font-size: 80px;
    color: #000;
    font-family: "Cormorant Garamond";
    line-height: 1.1;
    margin: 0 0 30px;
}
.type .title-section p{
    font-size: 22px;
    line-height: 36px;
}
.type .swiper-slide{
    width: calc(((100% - 28px) / 2 - 28px) / 2);
    height: calc(100vw / 3.14);
    background-size: cover;
    background-position: center;
}
.type .swiper-slide:first-child,
.type .swiper-slide:nth-child(3n+1){
    width: calc((100% - 28px) / 2);
}
.nav-slider-repair-gallery{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    gap: 40px;
}
.description-slider{
  display: flex;
  align-items: center;
  gap: 20px;
}
.description-slider p{
  width: calc(100% - 290px);
  font-size: 18px;
  line-height: 1.4;
  color: #212121;

}
.description-slider .title{
  width: 270px;
  font-size: calc(100vw / 48);
  color: #000;
  font-weight: 500;
  line-height: calc(100vw / 27.82608696);
  font-family: "Cormorant Garamond";
}
.nav-slider-repair-gallery .swiper-pagination{
  height: calc(100vw / 27.82608696);
}
.swiper.slider-repair-gallery{
  margin-bottom: 50px;
}
.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #221D2F;
    opacity: .3;
    transition: all .2s;
}
.swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    opacity: 1;
}
.swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: auto;
    bottom: 0;
}
.nav-slider-repair-gallery .swiper-pagination {
    height: calc(100vw / 27.82608696);
}
@media screen and (max-width: 1440px){
    .type{
        padding: 60px 30px;
    }
    .type .title-section p {
        font-size: 18px;
        line-height: 1.6;
    }
    .description-slider p{
        font-size: 18px;
        line-height: 1.6;
    }
    .type .title-section h2{
        font-size: 60px;
    }
}
@media screen and (max-width: 1199px){
  .description-slider p {
    font-size: 14px;
    width: calc(100% - 190px);
  }
  .description-slider .title{
    width: 170px;
  }
}
@media screen and (max-width: 991px){
    .nav-slider-repair-gallery{
        flex-wrap: wrap;
    }
    .description-slider{
        order: 3;
    }
    .description-slider .title{
        font-size: 22px;
    }
    .type .title-section h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 900px){
    .type .swiper-slide,
    .type .swiper-slide:first-child,
    .type .swiper-slide:nth-child(3n+1){
        width: 100%;
        height: calc(100vw / 1.7);
    }
}
@media screen and (max-width: 767px){
    .description-slider{
        flex-wrap: wrap;
    }
    .description-slider .title{
        width: 100%;
    }
    .description-slider p{
        width: 100%;
    }
    .type .title-section p{
        font-size: 16px;
    }
    .type {
        padding: 40px 20px;
    }
    .nav-slider-repair-gallery .swiper-pagination{
        display: none;
    }
    .type .swiper-navigation{
        margin: auto;
    }
    .nav-slider-repair-gallery{
      margin-top: 20px;
    }
    .description-slider .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 599px){

}
/* -- type */

/* form */
.remont-pro-form{
    max-width: 855px;
    margin: 60px auto 0;
    background: #fff;
    padding: 55px 20px;
}
.remont-pro-form h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.remont-pro-form .manager{
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 530px;
    margin: 0 auto 35px;
}
.remont-pro-form .manager .image{
    width: 180px;
    text-align: right;
    position: relative;
}
.remont-pro-form .manager .image:before{
    content: '';
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #DEF4E0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.remont-pro-form .manager .image img{
    border-radius: 50%;
    width: 140px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: relative;
    z-index: 9;
}
.remont-pro-form .manager .meta{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 220px);
}
.remont-pro-form .manager .meta .title{
    font-size: 16px;
    line-height: 22px;
    color: #f19e39;
}
.remont-pro-form .manager .meta .name{
    font-size: 36px;
    color: #1f3528;
    font-weight: 600;
}
.remont-pro-form form{
    max-width: 530px;
    margin: auto;
    text-align: center;
}
.remont-pro-form form input{
    line-height: 70px;
    border: 1px solid #D9D9D9;
    margin-bottom: 42px;
    width: 100%;
    padding: 0 35px;
    text-transform: uppercase;
    font-family: "e-Ukraine Medium";
    font-size: 12px;
}
.remont-pro-form form input::-webkit-input-placeholder {color:#C2C2C2;}
.remont-pro-form form input::-moz-placeholder          {color:#C2C2C2;}/* Firefox 19+ */
.remont-pro-form form input:-moz-placeholder           {color:#C2C2C2;}/* Firefox 18- */
.remont-pro-form form input:-ms-input-placeholder      {color:#C2C2C2;}

.remont-pro-form form button{
    border: 0;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .2em;
    color: #fff;
    padding: 0 30px
}
.remont-pro-form form input{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.remont-pro-form form input.isValid {
    border-color: red;
}
.success{
  display: none;
  margin-top: 20px;
  font-weight: 600;
  color: #1f3528;
}
.type .swiper-navigation{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: 34px;
  align-items: center;
}
.type .swiper-navigation > div{
  cursor: pointer;
}
.type .swiper-navigation .button-next circle,
.type .swiper-navigation .button-prev circle{
  transition: all .3s;
  fill: #f19e39;
}
.type .swiper-navigation .button-next:hover circle,
.type .swiper-navigation .button-prev:hover circle{
  opacity: .7;
}
.type .swiper-navigation .button-next svg path.arrow,
.type .swiper-navigation .button-prev svg path.arrow{
  transition: all .3s;
  fill: #fff;
}
.type .swiper-navigation .button-next:hover svg path.arrow,
.type .swiper-navigation .button-prev:hover svg path.arrow{

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

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

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

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

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

}
@media screen and (max-width: 767px){
  .remont-pro-form form input{
    font-size: 14px;
  }
  .remont-pro-form form button{
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 599px){
    .remont-pro-form .manager .image{
        width: 100px;
    }
    .remont-pro-form .manager .image img,
    .remont-pro-form .manager .image:before{
        width: 83px;
        height: 83px;
    }
    .remont-pro-form form input{
        line-height: 55px;
        margin-bottom: 20px;
    }
    .remont-pro-form form button{
        font-size: 14px;
    }
    .remont-pro-form .manager .meta{
        width: calc(100% - 93px);
    }
    .remont-pro-form .manager .meta .title{
        font-size: 13px;
    }
    .remont-pro-form .manager .meta .name{
        font-size: 18px;
    }
    .remont-pro-form form button{
        font-size: 12px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 479px){

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

}

/* -- form */

/* specification-table */

.section-specification-table{
  padding: 50px 60px;
  background: #fff;
}
.specification-table{
  position: relative;
  z-index: 9;
  overflow: hidden;
  max-width: 855px;
  margin: 0px auto 10px;
  background: rgba(241, 158, 57, .5);
}
.specification-table p{
  font-size: calc(100vw / 96);
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.specification-table .row{
  display: flex;
  padding: 12px 0;
  gap: 16px;
}
.specification-table .row.title{
  padding: 15px 0;
  margin-bottom: 15px;
  background: #f19e39;
}
.specification-table .row.title p{
  text-align: center;
  color: #fff;
}
.specification-table .row.title p.title-col{
  font-size: calc(100vw / 64);
  font-weight: 600;
}
.specification-table .row .item{
  width: 100%;
  padding: 0 10px;
}
.specification-table .row .item li{
  line-height: 1.4;
  margin-bottom: 10px;
}
.section-specification-table > p{
    color: #212121;
    margin-top: 10px;
    font-weight: 600;
}
.specification-table p{
  color: #212121;
}
.type-price{
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #f19e39;
  margin-bottom: 0px;
  background: #fff;
  line-height: 1.4;
  padding: 10px 5px;
}
@media screen and (max-width: 1599px){
  .specification-table .row .item{
    /* padding: 0 0 0 20px!important; */
  }
}
@media screen and (max-width: 1440px){
    .section-specification-table{
        padding: 60px 30px;
    }
    .specification-table p{
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px){
  .specification-table p{
    font-size: 14px;
  }
}
@media screen and (max-width: 991px){
  .specification-table .row.title p.title-col{
    font-size: 20px;
  }
  .wrapper-specification-table{
    overflow: auto;
  }
  /* .specification-table .row .item:first-child{
    width: 220px;
  } */
  .specification-table .row .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .section-specification-table{
    padding: 40px 0px;
  }
  .section-specification-table > p{
    padding: 0 20px;
  }
  .specification-table .row{
    flex-wrap: wrap;
    gap: 12px;
    background: none!important;
  }
  .specification-table .row.title .item{
    background: none!important;
  }
  .specification-table .row.title{
    margin-bottom: 0;
  }
  .specification-table .row .item p{
    color: #212121;
  }
   .specification-table .row .item{
    padding: 0;
   }
   .specification-table .row .item ul{
    padding-left: 0px;
   }
   .specification-table .row .item ul li{
    background: rgba(90, 199, 100, .3);
    list-style: none;
    padding: 5px 7px;
   }
   .specification-table .row{
    padding: 0;
   }
   .specification-table .row.title{
    padding: 15px 0 0;
   }
   .type-price{
    font-size: 20px;
   }
}
@media screen and (max-width: 479px){
    .specification-table p {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* --specification-table */

/* development-projects */
.development-projects{
    text-align: center;
    padding-bottom: 50px;
    padding-left: calc(100vw / 21.33333333);
    padding-right: calc(100vw / 21.33333333);
}
.development-projects p{
    font-size: calc(100vw / 96);
    position: relative;
    z-index: 9;
    color: #212121;
    font-size: 18px;
    line-height: 2;
}
.development-projects a{
    margin-top: 10px;
}
.content-development-projects{
    max-width: 950px;
    margin: auto;
}
.development-projects h2{
    font-size: 60px;
    line-height: 1.05;
    margin-bottom: 30px;
    color: #000;
    max-width: 500px;
    margin: 0 auto 30px;
}
.content-development-projects .title-section{
    margin-bottom: 50px;
}
.content-development-projects .title-section p{
    color: #212121;
    font-size: 18px;
    line-height: 2;
}
.table-price{
    max-width: 700px;
    margin: 0 auto 50px;
    background: #DEF4E0;
    overflow: hidden;
}
.table-price .row{
    display: flex;
}
.table-price .row:last-of-type{
    border-top: 1px solid #fff;
}
.table-price .item{
    width: 50%;
    padding: 9px 0;
}
.table-price .row.title{
    background: #f19e39;
    padding: 10px 0;
}
.table-price .row.title p{
    color: #fff;
    font-weight: 600;
}
.btn-theme-icon{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.development-projects .btn-theme{
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1440px){
  .content-development-projects{
    max-width: 750px;
  }
  .development-projects p{
    font-size: 16px;
  }
  .content-development-projects .title-section p{
    line-height: 1.6;
  }
}
@media screen and (max-width: 1199px){
    .development-projects h2{
        font-size: 40px;
    }
    .content-development-projects{
        max-width: 590px;
    }
    .table-price{
        max-width: 540px;
    }
    .development-projects p{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .development-projects{
        padding: 40px 20px 0px;
    }
    .development-projects h2{
        font-size: 34px;
        line-height: 1.2;
    }
    .content-development-projects .title-section p{
        font-size: 16px;
        line-height: 1.6;
    }
    .btn-theme-icon{
        font-size: 14px;
    }
}

/* -- development-projects */
