* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: 'Manrope', sans-serif;
font-size: 16px;
line-height: 180%;
font-weight: 400;
color: #282828;
background: #fff;
}

.clear {clear: both;}
.modal {display: none;}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}



#index {
  width: 100%;
  height: 100vh;
  background: url(../img/picture-of-a-wooden-building-in-the-forest.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.bg-black {
  background: rgb(51 51 51 / 47%);
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
}


.index-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.index-contect__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.div-top-logo {
  width: 320px;
  display: flex;
  align-items: center;
}

.top-logo {
  height: 90px;
  border-radius: 6px;
}

.span-top-logo {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
}

.top-right {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-mess {
  width: 36px;
  margin: 0px 3px;
}

.top-phone {
  background: url(../img/icons8-call-24.png) no-repeat left 0px top 10px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 38px;
  margin-left: 30px;
}

.top-phone a {
color: #fff;
text-decoration: none;
font-size: 18px;
}

.midle-text {
    background: rgb(35 35 35 / 44%);
    border-radius: 20px;
    padding: 20px 30px;
    padding-bottom: 60px;
    padding-top: 10px;
    width: 700px;
}



.midle-text h1 {
    font-family: 'Lora';
      font-style: normal;
      font-weight: 400;
      font-size: 52px;
      line-height: 116.3%;
}

.midle-text p {
  font-size: 32px;
}



.index-contect__foot {
  padding-bottom: 50px;
}




.bulits {
  display: flex;
  justify-content: space-between;
}


.bulit {
  width: 26%;
  background: rgb(35 35 35 / 44%);
  border-radius: 20px;
  padding: 20px 30px;
}

.bulit p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}


.bulit b {
  font-size: 18px;
  font-family: 'Lora';
}





#calculator {
  padding-top: 90px;
  padding-bottom: 100px;
}


.calculator__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 80px;

  background: #fff url(../img/icons8-calculator-50.png) no-repeat left 0px center;
  background-size: 42px;
  padding-left: 60px;


}

.calc-box {
  background: #f7f7f7;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  /* -webkit-box-shadow: 10px 10px 40px rgb(211 219 221 / 64%);
    box-shadow: 10px 10px 40px rgb(211 219 221 / 64%); */
    border: 1px solid #d5d5d5;
    border-radius: 22px;
}

.calc-box__left {
  width: 66%;
  padding: 20px;
}

.calc-box__right {
  width: 34%;
  padding: 20px;
}

.p-calc {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.divs-ploshad {
  display: flex;
  justify-content: space-between;
}

.div-ploshad {
  width: 48%;
}

.input {
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid #777;
  display: flex;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}

.input-select {
   background: #fff;
   padding: 12px 30px;
   border-radius: 8px;
   border: 1px solid #777;
   display: flex;
   font-size: 18px;
   width: 100%;
   margin-bottom: 20px;
 }

.textarea {
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid #777;
    display: flex;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }




.input_name {
  background: #fff url(../img/icon_input-name.png) no-repeat left 20px center;
  background-size: 20px;
  padding-left: 50px;
}

.input_phone {
  background: #fff url(../img/icon_form_1_black.png) no-repeat left 20px center;
  background-size: 20px;
  padding-left: 50px;
}

.select-size {
  background: #fff url(../img/icons8-size-50.png) no-repeat left 20px center;
  background-size: 20px;
  padding-left: 50px;
}

.select-komplekt {
  background: #fff url(../img/icons8-house-50.png) no-repeat left 20px center;
  background-size: 20px;
  padding-left: 50px;
}

.textarea-local {
  background: #fff url(../img/icons8-local-50.png) no-repeat left 20px top 15px;
  background-size: 24px;
  padding-left: 60px;
  height: 100px;
}


.p-soglasiye {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}


.btn-1 {
  height: 66px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 66px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  /* box-shadow: 0px 4px 0 0 #e4b91f, 0px 18px 43px 0 #fecb1726, inset 0px 0px 9px 3px #ffde73;
  background-image: linear-gradient(to top, #fecb17, #ffd84d); */
  position: relative;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  background: #2b9530;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.btn-1:hover {
  background: #147418;
}




.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 7s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -550%;
  }

  100% {
    left: 550%;
  }
}




#projects {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #232323 url(../img/bg-2.jpg) no-repeat top center;
  background-size: cover;

}


.projects__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 90px;
  color: #fff;
  text-align: center;
}


.projects__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project {
  width: 48%;
  background: #fff;
  border-radius: 22px;
  padding: 20px 30px;
  padding-bottom: 30px;
  margin-bottom: 55px;
}

.project img {
  width: 100%;
}

.project__title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 116.3%;
    margin-top: 13px;
    margin-bottom: 33px;
    text-align: center;

  }

  .project__text {
    position: relative;
  }

.project__p-1 {
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  width: 415px;
  background: rgb(255 255 255 / 81%);
  text-align: right;
  position: absolute;
  right: 0px;
  top: -95px;
  padding: 6px;
  padding-right: 20px;
  border-radius: 6px 0px 0px 6px;

}

.project__span-1 {
    background: url(../img/icons8-full-screen-50.png) no-repeat left 0px center;
    background-size: 20px;
    padding-left: 30px;
    margin-right: 20px;
}

.project__span-2 {
  background:  url(../img/icons8-size-50.png) no-repeat left 0px center;
  background-size: 20px;
  padding-left: 30px;
}

.project__p-2 {
  margin-top: 20px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 600;
}

.project__complectacii-box {
  background: #fcfcfc;
  border: 1px solid #ddd;
 display: flex;
 justify-content: space-between;
}

.project__complectaciya {
  width: 33%;
  padding: 20px;
  font-size: 18px;
  border-right: 1px solid #ddd;
}

.project__complectaciya p span {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Lora';
}

.project__complectaciya-3 {
  border-right: 0px solid #ddd;
}


.project__btns {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.project__btn-1 {
  width: 48%;
  background: #795548;
  padding: 16px 5px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  /* font-family: 'Lora'; */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project__btn-2 {
  width: 48%;
  background: #2b9530;
  padding: 16px 5px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  /* font-family: 'Lora'; */
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}


#sale {
  background: #e49f39;
  text-align: center;
  padding: 40px 20px;
  font-size: 20px;
  color: #fff;
}

.sale__title {
  font-size: 28px;
    font-family: 'Lora';
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
}



#equipments {
  padding-top: 90px;
  padding-bottom: 90px;
}


.equipments__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 80px;

background: #fff url(../img/icons8-prefab-house-50-b.png) no-repeat left 0px center;
  background-size: 42px;
  padding-left: 60px;

}


.equipments {
  display: flex;
  justify-content: space-between;
}

.equipment {
  width: 30%;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 16px;
    padding-bottom: 30px;

}


.equipment-title {
  font-family: 'Lora';
text-align: center;
font-size: 26px;
padding: 16px;
background: #795548;
color: #fff;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 30px;
  border-radius: 16px 16px 0px 0px;
}

.equipment-zagl {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}

.equipment-check {
  background: url(../img/icons8-check-24.png) no-repeat left 35px center;
  background-size: 18px;
  padding-left: 65px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}



#hut {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #fcfcfc;
}

.hut-content {
display: flex;
justify-content: space-between;
align-items: center;
}

.hut-content__left {
  width: 50%;
  padding-right: 40px;
}

.hut-content__right {
  width: 50%;
}



.hut-content__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.hut-content__text {
  font-size: 20px;
  margin-bottom: 30px;
}

.hut-content__price {
  font-size: 20px;
  margin-bottom: 30px;
}

.hut-content__price span {
  font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-left: 10px;
}





.hut-img {
  width: 100%;
  border-radius: 6px;
}

.hut-img:hover {
-webkit-box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
}

.hut-imgs {
  display: flex;
  justify-content: space-between;
}

.hut-thmb {
  padding-top: 5px;
  height: 110px;
  border-radius: 6px;
}

.hut-thmb:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(75, 87, 96, 0.2);
}



#youget {
  padding-top: 90px;
  padding-bottom: 90px;
}


.youget__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 80px;
}


.youget-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.youget-box {
  width: 32%;
  margin-bottom: 30px;
}

.youget-box p {
  font-size: 18px;
  margin-bottom: 10px;
}

.youget-box p b {
  font-size: 20px;
  font-family: 'Lora';
  font-weight: 700;
}



.youget-box-1 {
  background: url(../img/img-youget-1.png) no-repeat left top 10px;
  padding-left: 70px;
}

.youget-box-2 {
  background: url(../img/img-youget-2.png) no-repeat left top 10px;
  padding-left: 70px;
}

.youget-box-3 {
  background: url(../img/img-youget-3.png) no-repeat left top 10px;
  padding-left: 70px;
}

.youget-box-4 {
  background: url(../img/img-youget-4.png) no-repeat left top 10px;
  padding-left: 70px;
}

.youget-box-5 {
  background: url(../img/img-youget-5.png) no-repeat left top 10px;
  padding-left: 70px;
}

.youget-box-6 {
  background: url(../img/img-youget-6.png) no-repeat left top 10px;
  padding-left: 70px;
}





#gallery {
  padding-top: 50px;
  padding-bottom: 5px;
  background: #232323 url(../img/bg-2.jpg) no-repeat top center;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;

}


.gallery__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo {
  width: 25%;
  padding: 5px;
  padding-bottom: 0px;
}

.photo img {
  width: 100%;
  border-radius: 6px;
}





#whywork {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fcfcfc;
}

.whywork__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 80px;
}


.whywork-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.whywork-box {
  width: 20%;
  text-align: center;
}

.whywork-box img {
  margin-bottom: 10px;
}

.whywork-box p {
  font-size: 20px;
  margin-bottom: 10px;
}

.whywork-box p b {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
}



#faqsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.faq__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 60px;
}


#faqRoot {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#faqindex {
  display: none;
}


#faq {
  display: block;
  width: 100%;
  padding-left: 0px;
}

#faq {
  margin-bottom: 0px;
  margin-bottom: 30px;
}

#faq .faqcontent {

  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* or 134% */

  letter-spacing: 0.045em;

  color: #42463F;
  padding-left: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
}

#faq h2.faqopened,
#faq h2.faqclosed {
  cursor: pointer;
  padding: 20px;
  border-bottom: dotted 0px #ccc;
  margin-bottom: 20px;
  border-radius: 22px;
}



#faq h2.faqclosed {
  color: #232323;
  background: #fcfcfc url(../img/icon-faq-1.png) no-repeat left 10px center;
  background-size: 36px;
  padding-left: 50px;
  border: 1px solid #eee;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #42463F;
}

#faq h2.faqclosed:hover {
  background: #f7f7f7 url(../img/icon-faq-1.png) no-repeat left 10px center;
  background-size: 36px;
}

#faq h2.faqopened {
  color: #232323;
  background: #f7f7f7 url(../img/icon-faq-2.png) no-repeat left 10px center;
  background-size: 36px;
  padding-left: 50px;
  border: 1px solid #ddd;
}

#faq h2.faqopened:hover {
  background: #eee url(../img/icon-faq-2.png) no-repeat left 10px center;
  background-size: 36px;
}



#faq div p {
  margin-bottom: 10px;
}




#footer {
  padding-top: 50px;
  padding-bottom: 10px;
  background: #232323;
  color: #fff;
}


.foot-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.div-foot-logo {
  width: 320px;
  display: flex;
  align-items: center;
}

.foot-logo {
  height: 90px;
  border-radius: 6px;
}

.span-foot-logo {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
}

.foot-local {
  background: url(../img/icons8-local-50-w.png) no-repeat left center;
  background-size: 26px;
  padding-left: 36px;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}

.foot-right {
  width: 335px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-mess {
  width: 36px;
  margin: 0px 3px;
}

.foot-phone {
  background: url(../img/icons8-call-24.png) no-repeat left 0px top 10px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 38px;
  margin-left: 30px;
  padding-right: 15px;
}

.foot-phone a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}


.foot-div-callback {
  text-align: right;
  padding-top: 15px;
}

.a-foot-callback {
  background: #2b9530;
    padding: 12px 25px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    /* font-family: 'Lora'; */
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}


.p-privacy {
  text-align: center;
  padding-top: 0px;
}

.p-privacy a {
  font-size: 14px;
  color: #999;
}


.modal__box_privacy {
  max-width: 600px;
}


.modal-h5 {
  font-size: 20px;
  text-align: center;
  font-family: 'Lora';
  margin-bottom: 20px;
}

.p-pol {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 8px;
  text-align: justify;
}





.modal__box {
  max-width: 300px;
  padding: 0px;
}

.modal__title {
  font-size: 28px;
  text-align: center;
  font-family: 'Lora';
  margin-bottom: 10px;
  color: #232323;
}

.modal__img {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.modal__input {
  padding: 15px 30px;
  padding-left: 50px;
  border-radius: 8px;
  border: 1px solid #777;
  display: flex;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}

.modal__btn {
  background: #2b9530;
    padding: 16px 25px;
    width: 100%;
    border: 0px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    /* font-family: 'Lora'; */
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}



.modal__box_project {
  max-width: 900px;
}

.modal-project__title {
  font-size: 28px;
    text-align: center;
    font-family: 'Lora';
    margin-bottom: 30px;
}

.modal-project__content {
  display: flex;
  justify-content: space-between;
}

.modal-project__content-left {
  width: 50%;
  padding-right: 20px;
}

.modal-project__content-right {
  width: 50%;
}

.modal-project__content-left img {
  width: 100%;
  border-radius: 8px;
} 


.modal-project__p-1 {
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
}

.modal-project__span-1 {
  background: url(../img/icons8-full-screen-50.png) no-repeat left 0px center;
  background-size: 20px;
  padding-left: 30px;
  margin-right: 20px;
}

.modal-project__span-2 {
  background: url(../img/icons8-size-50.png) no-repeat left 0px center;
  background-size: 20px;
  padding-left: 30px;
}



.modal-project__p-2 {
  font-size: 16px;
  line-height: 120%;
  text-align: justify;
  margin-bottom: 20px;
}

.modal-project__p-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.modal-project__var-plan a {
  text-decoration: none;
}

.img-var-plan {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 80px;
  margin-right: 10px;
}

.img-var-plan:hover {
  border: 1px solid #777;
}


.modal-project__complectacii-title {
  margin-top: 10px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.modal-project__complectacii-box {
  background: #fcfcfc;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.modal-project__complectaciya {
  width: 33%;
  padding: 20px;
  font-size: 14px;
  line-height: 140%;
  border-right: 1px solid #ddd;
}

.modal-project__complectaciya p span {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Lora';
}

.modal-project__complectaciya-3 {
  border-right: 0px solid #ddd;
}



.faq-complect-title {
  text-align: left;
  font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}


#appeal {
background: #fcfcfc;
padding-top: 90px;
padding-bottom: 0px;
}




.appeal-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appeal-content__left {
  width: 70%;
  padding-right: 50px;
}



.appeal__title {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 116.3%;
  margin-bottom: 60px;
}
.appeal__text {
  font-size: 18px;
  margin-bottom: 10px;
}


.appeal-content__right {
  width: 30%;
}

.appeal-content__right img {
  width: 100%;
  border-radius: 6px;
}