.wood-tents {
  margin: 92px 0 126px;
}

.wood-tents__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 67.2px;
  text-transform: uppercase;
}

.wood-tents__text {
  font-size: 32px;
  line-height: 39px;
  margin-top: 32px;
}

.wood-tents__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-designs {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../../img/png/line-bg.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-designs__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.our-designs-item {
  width: 22%;
  margin: 70px 0 0px;
}

.our-designs-item__title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
}

.our-designs-item__text {
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}

.comfortable {
  margin: 92px 0 126px;
}

.comfortable__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.comfortable__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 35px;
}

.ideal-solution__title-sup {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  text-transform: uppercase;
}

.ideal-solution__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ideal-solution .col-lg-3 {
  margin: 25px 0;
}

.ideal-solution-item {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #000;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  height: 100%;
}

.ideal-solution-item__title {
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  width: 80%;
}

.ideal-solution-item__text {
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
  visibility: hidden;
}

.ideal-solution-item svg.sup {
  display: none;
}

.ideal-solution-item svg.sub {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.ideal-solution-item:hover {
  background: #E8EDCE;
  border-bottom: 1px solid #E8EDCE;
}

.ideal-solution-item:hover .ideal-solution-item__text {
  visibility: visible;
}

.ideal-solution-item:hover svg.sup {
  display: block;
}

.ideal-solution-item:hover svg.sub {
  display: none;
}

.form__title {
  font-size: 80px;
  line-height: 80px;
  color: #000;
}

.form-box {
  width: 420px;
}

.form-box__inp {
  width: 90%;
}

.form__text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.form__text a {
  text-decoration: underline;
}

.form__text a:hover {
  color: #ADD54E;
}

.hug {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hug__title {
  font-size: 96px;
  line-height: 106px;
  font-weight: 600;
  text-transform: uppercase;
}

.hug__title-sub {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 88px;
}

.hug__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.hug__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hug-anim__text {
  font-size: 370px;
  line-height: 370px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(173, 213, 78, 0.42);
  -webkit-animation: animText 8s linear infinite;
          animation: animText 8s linear infinite;
  position: absolute;
  top: 83%;
}

.hug__text-info {
  font-size: 20px;
  line-height: 35px;
  margin-top: 20px;
}

.hug__text-info:first-child {
  margin-top: 300px;
}

.hug__text-info:last-child {
  margin-bottom: 50px;
}

.hug-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 29px;
}

.hug-item img {
  right: 15px;
}

.hug-item__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 114px;
}

.hug-item {
  margin-top: 55px;
}

.hug-item img {
  margin-right: 25px;
}

.hug-item__text {
  font-size: 24px;
  line-height: 29px;
}

@-webkit-keyframes animText {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes animText {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

.faq {
  margin: 100px 0 50px;
}

.faq__title {
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
  margin-bottom: 77px;
}

.faq-info {
  margin-bottom: 20px;
}

.faq-info__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  cursor: pointer;
  display: inline-block;
}

.faq-info__title:hover {
  color: #ADD54E;
}

.faq-info__text {
  font-size: 19px;
  line-height: 25px;
  margin-top: 29px;
  width: 75%;
  display: none;
}

.showFaqInfo .faq-info__title {
  border-bottom: 1px solid #000;
}

.showFaqInfo .faq-info__text {
  display: block;
}

@media (max-width: 1600px) {
  .wood-tents__title {
    font-size: 50px;
    line-height: 60px;
  }
  .wood-tents__text {
    font-size: 24px;
    line-height: 26px;
  }
  .our-designs__title {
    font-size: 50px;
    line-height: 60px;
  }
  .our-designs-item {
    width: 22%;
    margin: 50px 0 10px;
  }
  .our-designs-item__title {
    font-size: 24px;
    line-height: 26px;
  }
  .our-designs-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .comfortable__title {
    font-size: 50px;
    line-height: 60px;
  }
  .ideal-solution__title-sup {
    font-size: 30px;
    line-height: 40px;
  }
  .ideal-solution__title {
    font-size: 50px;
    line-height: 60px;
  }
  .ideal-solution-item {
    padding: 15px 15px 20px 15px;
  }
  .ideal-solution-item__title {
    font-size: 24px;
    line-height: 26px;
  }
  .ideal-solution-item__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .ideal-solution-item svg {
    width: 18px;
  }
  .ideal-solution-item svg.sub {
    left: 15px;
    bottom: 20px;
  }
  .form__title {
    font-size: 50px;
    line-height: 60px;
  }
  .hug__title {
    font-size: 70px;
    line-height: 70px;
  }
  .hug__title-sub {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 88px;
  }
 .hug__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
  .hug__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hug-anim__text {
    font-size: 250px;
    line-height: 250px;
    top: 83%;
  }
  .hug__text-info {
    font-size: 24px;
    line-height: 35px;
    margin-top: 20px;
  }
  .hug__text-info:first-child {
    margin-top: 300px;
  }
  .hug__text-info:last-child {
    margin-bottom: 50px;
  }
  .hug-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    line-height: 29px;
  }
  .hug-item img {
    right: 15px;
  }
  .hug-item__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 114px;
  }
  .hug-item {
    margin-top: 55px;
  }
  .hug-item img {
    margin-right: 25px;
  }
  .hug-item__text {
  font-size: 18px;
  line-height: 26px;
}
 .faq__title {
  font-size: 90px;
  line-height: 90px;
}
  .faq-info__title {
  font-size: 20px;
  line-height: 25px;
}
  .faq-info__text {
  font-size: 17px;
}
}

@media (max-width: 1200px) {
  .wood-tents__title {
    font-size: 40px;
    line-height: 50px;
  }
  .wood-tents__text {
    font-size: 18px;
    line-height: 20px;
  }
  .our-designs-item {
    width: 23%;
  }
  .our-designs__title {
    font-size: 40px;
    line-height: 50px;
  }
  .comfortable__title {
    font-size: 40px;
    line-height: 50px;
  }
  .ideal-solution__title-sup {
    font-size: 24px;
    line-height: 26px;
  }
  .ideal-solution__title {
    font-size: 40px;
    line-height: 50px;
  }
  .form__title {
    font-size: 40px;
    line-height: 50px;
  }
  .form-box {
    margin-top: 40px;
  }
  .hug__title {
    font-size: 40px;
    line-height: 50px;
  }
  .hug__title-sub {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .hug__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .hug-anim__text {
    font-size: 200px;
    line-height: 200px;
    top: 88%;
  }
  .hug__text-info {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .hug__text-info:first-child {
    margin-top: 150px;
  }
  .hug__text-info:last-child {
    margin-bottom: 25px;
  }
  .hug-item {
    font-size: 18px;
    line-height: 22px;
  }
  .hug-item__title {
    font-size: 30px;
    line-height: 32px;
    margin-top: 50px;
  }
  .hug-item {
    margin-top: 55px;
  }
  .hug-item img {
    margin-right: 15px;
  }
  .hug-item__text {
    font-size: 18px;
    line-height: 24px;
  }
  .faq {
    margin: 80px 0 30px;
  }
  .faq__title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
  .faq-info {
    margin-bottom: 25px;
  }
  .faq-info__title {
    font-size: 26px;
    line-height: 30px;
  }
  .faq-info__text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .wood-tents__text {
    margin: 10px 0 20px;
  }
  .our-designs-item {
    margin: 20px 0 0;
    width: 48%;
  }
  .our-designs .container > .row:last-child {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .assortment {
  padding: 0px 0 0px !important;
}
  .wood-tents {
    margin: 50px 0 80px;
  }
  .wood-tents__title {
    font-size: 30px;
    line-height: 35px;
  }
  .wood-tents__text {
    font-size: 16px;
    line-height: 20px;
  }
  .our-designs__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .our-designs-item__title {
    font-size: 16px;
    line-height: 22px;
  }
  .our-designs-item__text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
  }
  .comfortable {
    margin: 80px 0;
  }
  .comfortable__title {
    font-size: 30px;
    line-height: 35px;
  }
  .ideal-solution {
    margin-bottom: 20px;
  }
  .ideal-solution__title-sup {
    font-size: 20px;
    line-height: 24px;
  }
  .ideal-solution__title {
    font-size: 30px;
    line-height: 35px;
  }
  .ideal-solution-item__title {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
  }
  .ideal-solution-item__text {
  margin-top: 10px;
  visibility: visible;
  display: none;
}
  .ideal-solution-item {
  padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #b8b8b8;
}
  .ideal-solution-item:hover svg.sup {
  display: none;
}
  .ideal-solution-item:hover {
  background: transparent;
}
  .ideal-solution-item svg.sup {
    display: none;
  }
  .ideal-solution-item svg.sub {
    display: none;
  }
  .ideal-solution .col-lg-3 {
  margin: 9px 0;
}
  .form__title {
    font-size: 40px;
    line-height: 50px;
  }
  .form__text {
    font-size: 14px;
  }
  .form-box {
    width: 100%;
  }
  .form-box__inp {
    width: 100%;
  }
  .hug__title {
    font-size: 30px;
    line-height: 35px;
  }
  .hug-anim__text {
    font-size: 80px;
    line-height: 80px;
    top: 95%;
  }
  .hug__text-info {
    font-size: 16px;
    line-height: 20px;
  }
  .hug__text-info:first-child {
    margin-top: 80px;
  }
  .hug-item {
    font-size: 16px;
    line-height: 20px;
  }
  .hug-item__title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 25px;
  }
  .hug-item {
    margin-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .hug-item img {
    margin-right: 5px;
    width: 30px;
  }
  .hug-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-info {
    margin-bottom: 20px;
  }
  .faq-info__title {
  font-size: 17px;
  line-height: 20px;
}
  .faq-info__text {
  font-size: 14px;
  line-height: 20px;
}
}
.assortment {
  padding: 0px 0 50px;
}
.advantages__title.bani {
  margin-top: 90px;
}
.advantages__title.naves {
  margin-top: 120px;
}
.product-category-181 .choose {
  margin-bottom: 40px;
}
.product-category-248 > .container, .product-category-248 > .container > .row > #content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}