@font-face {
  font-family: 'Montserrat';
  src: url("../../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}

button, input {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

ul, li, p, a {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pointer {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1840px;
  padding: 0 70px;
}

.header {
  height: 60px;
}

.header-item__list, .header-item.d-flex.align-items-center #horizontal-menu li {
  font-size: 16px;
  margin-right: 50px;
  color: #000;
  position: relative;
}

.header-item__list a, .header-item.d-flex.align-items-center #horizontal-menu li a {
  opacity: 1;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  font-weight: 500;
  border-bottom: 1px solid;
}
.header-item__list a:hover, .header-item.d-flex.align-items-center #horizontal-menu li a:hover {
  border-bottom: 0;
}
.header-item__list:last-child, .header-item.d-flex.align-items-center #horizontal-menu li:last-child {
  margin-right: 0;
}

.header-item__list::after, .header-item.d-flex.align-items-center #horizontal-menu li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #000000;
  -webkit-border-radius: 0px 0px 10px 10px;
          border-radius: 0px 0px 10px 10px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header-item__list:hover::after, .header-item.d-flex.align-items-center #horizontal-menu li:hover::after {
  width: 45px;
}

.header-item__list:hover a, .header-item.d-flex.align-items-center #horizontal-menu li:hover a {
  opacity: 1;
}

.header .lang {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.4;
}

.header .lang:hover {
  opacity: 1;
}

.header .basket {
  margin-right: 15px;
}

.header .basket:hover svg g {
  opacity: 1;
}

.header .burger:hover svg g {
  opacity: 1;
}

.burger svg:last-child {
  display: none;
}

.clickedBurger svg:first-child {
  display: none;
}

.clickedBurger svg:last-child {
  display: block;
}

.menu-item__list {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.showMenu {
  left: 0;
}

.hotel {
  max-width: 1920px;
  margin: 50px auto 0;
  overflow: hidden;
}

.hotel__title {
  font-size: 80px;
  line-height: 97px;
  font-weight: 600;
  color: #472B00;
  text-transform: uppercase;
}

.hotel__title-sub {
  font-size: 24px;
  line-height: 29px;
}

.hotel__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 40px;
}

.faqs {
  position: relative;
  padding: 120px 0 0px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.faqs__title {
  font-size: 56px;
  line-height: 69px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.faqs__title-sup {
  font-size: 32px;
  line-height: 39px;
}

.faqs__title-sub {
  font-size: 28px;
  line-height: 34px;
  padding-right: 150px;
  margin: 13px 0 89px;
}

.faqs-item {
  margin: 150px 0;
}

.faqs-item__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: left;
}

.faqs-item__title-sub {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 45px;
}

.faqs-item__text {
  font-size: 24px;
  line-height: 36px;
  width: 50%;
  margin-left: 60px;
  padding-left: 75px;
  padding-top: 17px;
  text-align: left;
}
.col-xl-7 .faqs-item__text {
  width: 80%;
}
.faqs-item__text::before {
  content: "——";
  padding-right: 12px;
  margin-left: -62px;
}
.faqs__img1 {
  position: absolute;
  top: 0;
  right: 100px;
}

.faqs__img2 {
  position: absolute;
  top: 300px;
  left: 0;
}

.faqs__img3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ecoHouse {
  position: relative;
  padding: 80px 0 100px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.ecoHouse__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  z-index: 2;
}

.ecoHouse__title {
  font-size: 662px;
  line-height: 662px;
  color: #000;
  opacity: 0.1;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
}

.ecoHouse .ecoHouse-anim1 {
  top: 0;
}

.ecoHouse .ecoHouse-anim2 {
  bottom: 170px;
}

.ecoHouse__text {
  font-size: 32px;
  line-height: 39px;
  width: 45%;
  margin-top: 169px;
}
.ecohouse__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 500;
  color: #000;
  padding-left: 80px;
  text-transform: uppercase;
}
.ecohouse__title-sub {
  font-size: 28px;
  line-height: 34px;
  padding-right: 150px;
  margin: 13px 0 89px;
  padding-left: 80px;
}
.comfort {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.comfort__title {
  font-size: 96px;
  line-height: 112px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 80px;
}

.comfort__title-sup {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 6px;
}

.comfort__text {
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  cursor: default;
  padding-left: 145px;
  text-transform: uppercase;
  font-weight: 500;
}
.comfort__text > span::before {
  content: "+";
  top: 12px;
  position: absolute;
  margin-left: -70px;
  font-size: 84px;
  font-weight: 100;
  color: #a5a5a5;
}
.comfort__text::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  font-size: 240px;
  color: #ADD54E;
  opacity: 0.2;
  visibility: hidden;
  display: none;
}

.comfort__text:hover::after {
  visibility: visible;
  -webkit-animation: animText 25s linear infinite;
          animation: animText 25s linear infinite;
}

@-webkit-keyframes animText {
  from {
    left: 0;
  }
  to {
    left: -1000%;
  }
}

@keyframes animText {
  from {
    left: 0;
  }
  to {
    left: -1000%;
  }
}
.comfort__text > span {
  display: block;
  font-size: 19px;
  text-transform: none;
  padding-top: 15px;
  line-height: 24px;
}

.whyUs {
  margin: 100px auto 0px;
  max-width: 1920px;
}

.whyUs__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 192px;
  line-height: 230px;
  color: #472B00;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.whyUs-item {
  width: 32%;
  height: 450px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 2px solid gray;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.1;
  position: relative;
  z-index: 2;
}

.whyUs-item__text {
  opacity: 0.1;
  color: #472B00;
}
.whyUs-item .whyUs-item__title:last-child {
  display: none;
}
.whyUs-item:hover {
  opacity: 1;
}
.whyUs-item .whyUs-item__title {
  text-transform: uppercase;
}
.whyUs-item:hover .whyUs-item__title:first-child {
  display: none;
}
.whyUs-item:hover .whyUs-item__title:last-child {
  display: block;
}

.whyUs:hover .whyUs__title {
  opacity: 0.05;
}

.assortment {
  padding: 100px 0 50px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.assortment__title {
  font-size: 71px;
  line-height: 87px;
  color: #472B00;
  margin-bottom: 44px;
}

.assortment-item {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
  border: 3px solid #000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.tov {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}
.tov-img > .image {
  overflow: hidden;
  height: 30em;
  display: flex;
}
.tov-img > .image > a {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.assortment-item__img {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.assortment-item-info {
  border-top: 0;
  padding: 30px 20px 100px;
  font-weight: 600;
  color: #000;
}

.assortment-item__title, .tov .caption .tov-title a {
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
}
.assortment-item__price, .price {
  font-size: 20px;
  line-height: 25px;
  margin-top: 9px;
  color: #f82e56;
}
.price::before {
  content: "Цена: ";
  color: #000;
  font-weight: 400;
}
.tov .caption {
  min-height: 140px !important;
}
/ /.assortment-item:hover {
/ /  -webkit-transform: translateY(-10px);
/ /      -ms-transform: translateY(-10px);
/ /          transform: translateY(-10px);
/ /}

.form {
  padding: 60px 0 200px;
}

.form__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  color: #472B00;
  text-transform: uppercase;
}

.form__title-sub {
  font-size: 32px;
  line-height: 39px;
  margin-top: 46px;
}

.form-box {
  width: 345px;
}

.form-box__inp {
  width: 100%;
  height: 58px;
  text-align: center;
  border: 2px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 34px;
  color: #000;
  font-size: 20px;
  border-radius: 5px;
}

.form-box__inp::-webkit-input-placeholder {
  color: #000;
}

.form-box__inp:-ms-input-placeholder {
  color: #000;
}

.form-box__inp::-ms-input-placeholder {
  color: #000;
}

.form-box__inp::placeholder {
  color: #000;
}

.form-box__inp:focus {
  border: 2px solid #ADD54E;
}

.form-box__submit {
  width: 245px;
  height: 58px;
  border: 2px solid #000000;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 20px;
  margin-top: 10px;
}

.form-box__submit:hover {
  background: #E8EDCE;
  color: #000;
  border: 2px solid #E8EDCE;
}
.choise-item__text {
  padding-top: 50px;
}
.choice__title {
  font-size: 50px;
  line-height: 74px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  padding-bottom: 20px;
}

.choice__title-sub {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  z-index: 2;
  text-align: left;
  text-transform: uppercase;
}
.choice-item {
  position: relative;
  z-index: 1;
}

.choice-item__text {
  font-size: 16px;
  line-height: 20px;
}

.choice-item__link {
  width: 239px;
  height: 58px;
  border: 2px solid #000000;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 20px;
  margin-top: 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 50px;
  margin-top: 26px;
}

.choice-item__link:last-child {
  margin-right: 0;
}

.choice-item__link:hover {
  background: #E8EDCE;
  color: #000;
  border: 2px solid #E8EDCE;
}

.review-video {
  margin: 300px 0 230px;
  position: relative;
}

.review-video .video-js {
  width: 100%;
  height: 666px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}

.review-video .video-js .vjs-big-play-button {
  width: 290px;
  height: 290px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  position: relative;
  margin: 0  !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  border: 4px solid #FFFFFF;
}

.review-video .video-js:hover .vjs-big-play-button {
  background: #0006;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.review-video .video-js .vjs-play-progress {
  background-color: #ADD54E;
}

.review-video .video-js .vjs-volume-level {
  background-color: #ADD54E;
}

.review-video .video-js .vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.review-video .vjs-big-play-button .vjs-icon-placeholder:before {
  content: url(../../img/svg/play.svg) !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute !important;
  top: 35% !important;
  left: 55% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.review-video__title {
  font-size: 65px;
  line-height: 90px;
  color: #472B00;
  font-weight: 600;
  word-break: break-word;
  hyphens: auto;
  word-wrap: break-word;
}
.review-video__title-sub {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.review-video__text {
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
}

.review-video-title {
  font-size: 168px;
  line-height: 120px;
  color: #472B00;
  font-weight: 600;
  z-index: 5;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.discount {
  max-width: 1920px;
  height: 950px;
  padding: 57px 0;
  margin: 0 auto;
  background-image: url(../../img/png/discount.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.discount__title-sup {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.discount__title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  text-transform: uppercase;
}

.discount-item {
  position: absolute;
  width: 230px;
  height: 150px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding: 18px 20px 15px;
}

.discount-item__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.discount-item .circle {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.discount-item .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff;
  -webkit-animation: animCircle .5s alternate infinite;
          animation: animCircle .5s alternate infinite;
}

@-webkit-keyframes animCircle {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes animCircle {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.discount-item .circle:hover::after {
  -webkit-animation: none;
          animation: none;
}

.discount .item1 {
  top: 340px;
  left: 450px;
}

.discount .item2 {
  top: 380px;
  left: 820px;
}

.discount .item3 {
  top: 10px;
  right: 470px;
}

.discount .item4 {
  top: 170px;
  right: 150px;
}

@media (max-width: 1600px) {
  .container {
    padding: 0 35px;
  }
  .hotel__title {
    font-size: 60px;
    line-height: 77px;
  }
  .hotel__title-sub {
    font-size: 20px;
    line-height: 24px;
  }
  .faqs {
    padding: 80px 0 0px;
  }
  .faqs__title, .ecohouse__title {
  font-size: 50px;
  line-height: 60px;
}
  .faqs__title-sup {
    font-size: 20px;
    line-height: 24px;
  }
  .faqs__title-sub, .ecohouse__title-sub {
    font-size: 24px;
    line-height: 28px;
    padding-right: 50px;
    margin: 30px 0 50px;
  }
  .faqs-item {
    margin: 100px 0;
  }
  .faqs-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .faqs-item__title-sub {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
  }
.faqs-item__text {
  font-size: 17px;
  line-height: 24px;
  padding-left: 75px;
  padding-top: 17px;
  text-align: left;
}
  .faqs-item__text::before {
  margin-left: -48px;
}
  .faqs__img1 {
    width: 40%;
    right: 0;
  }
  .faqs__img2 {
    width: 30%;
  }
  .faqs__img3 {
    width: 40%;
  }
  .ecoHouse {
    position: relative;
    padding: 80px 0 80px;
  }
  .ecoHouse__title {
    font-size: 400px;
    line-height: 400px;
  }
  .ecoHouse .ecoHouse-anim1 {
    top: 0;
  }
  .ecoHouse .ecoHouse-anim2 {
    bottom: 100px;
  }
  .ecoHouse__text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 100px;
  }
  .comfort__title {
  font-size: 50px;
  line-height: 67px;
  margin-bottom: 50px;
}
  .comfort__title-sup {
    font-size: 20px;
    line-height: 24px;
  }
  .comfort__text {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .comfort__text > span {
  font-size: 14px;
  line-height: 20px;
}
  .comfort__text::after {
    font-size: 130px;
  }
  .whyUs {
    margin: 150px 0 80px;
  }
  .whyUs__title {
    font-size: 130px;
    line-height: 140px;
  }
  .whyUs-item {
    width: 32%;
    height: 300px;
    font-size: 25px;
    line-height: 30px;
  }
  .assortment {
    padding: 0px 0 50px;
  }
  .assortment__title {
    font-size: 60px;
    line-height: 77px;
    margin-bottom: 30px;
  }
  .assortment-item {
    width: 32%;
    border: 2px solid #000;
  }
  .assortment-item__img {
    height: 300px;
  }
  .assortment-item-info {
    border-top: 0;
    padding: 25px 20px 50px;
    font-weight: 600;
    color: #000;
  }
  .assortment-item__title, .tov .caption .tov-title a {
  font-size: 17px;
  line-height: 22px;
}
.assortment-item__price, .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #f82e56;
}
  .tov-img > .image {
  height: 25em;
}
  .form {
    padding: 60px 0 200px;
  }
  .form__title {
  font-size: 70px;
  line-height: 80px;
}
  .form__title-sub {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}
  .review-video {
    margin: 150px 0;
    position: relative;
  }
  .review-video .video-js {
    height: 550px;
  }
  .review-video .video-js .vjs-big-play-button {
    width: 200px;
    height: 200px;
  }
  .review-video .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 30% !important;
  }
  .review-video__title-sub {
    font-size: 18px;
    line-height: 22px;
  }
  .review-video__text {
    font-size: 16px;
    line-height: 20px;
  }
.review-video-title {
  font-size: 65px;
  line-height: 90px;
  color: #472B00;
  font-weight: 600;
  z-index: 5;
}
  .discount {
    height: 850px;
  }
  .discount__title-sup {
    font-size: 16px;
    line-height: 20px;
  }
  .discount__title {
    font-size: 50px;
    line-height: 60px;
  }
  .discount-item {
    position: absolute;
    width: 200px;
    height: 120px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
  }
  .discount-item__title {
    font-size: 14px;
    line-height: 16px;
  }
  .discount .item1 {
    top: 280px;
    left: 350px;
  }
  .discount .item2 {
    top: 350px;
    left: 670px;
  }
  .discount .item3 {
    top: 10px;
    right: 350px;
  }
  .discount .item4 {
    top: 170px;
    right: 70px;
  }
}

@media (max-width: 1200px) {
  .review-video {
    margin: 200px 0 100px;
  }
  .discount {
    height: auto;
    padding: 50px 0;
    background-image: none;
  }
  .discount__title-sup {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }
  .discount__title {
    font-size: 50px;
    line-height: 60px;
    color: #472B00;
  }
  .discount-item {
    position: relative;
    width: 49%;
    height: 130px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    border: 1px solid #000;
  }
  .discount-item__title {
    font-size: 14px;
    line-height: 16px;
  }
  .discount .item1,
  .discount .item2,
  .discount .item3,
  .discount .item4 {
    top: 0;
    left: 0;
  }
}

@media (max-width: 992px) {
  .hotel .container {
    padding: 0;
  }
  .hotel__title {
    font-size: 40px;
    line-height: 50px;
    padding-right: 20px;
  }
  .hotel__title-sub {
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
  }
  .faqs {
    padding: 50px 0;
  }
  .faqs__title {
    font-size: 40px;
    line-height: 50px;
  }
  .faqs__title-sup {
    font-size: 18px;
    line-height: 22px;
  }
  .faqs__title-sub {
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
    margin: 10px 0 20px;
  }
  .faqs-item {
    margin: 50px 0;
    padding-right: 0;
  }
  .faqs-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .faqs-item__title-sub {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
 .faqs-item__text {
  font-size: 16px;
  line-height: 20px;
  width: 85%;
  margin-left: 0;
}
  .faqs .align-items-end {
  align-items: flex-start !important;
}
  .video_vstavka {
  margin-top: 20px !important;
}
 .notent {
  margin: 30px 0 0 0;
  max-width: 100%;
}
  .ecohouse__title, .ecohouse__title-sub, .comfort__title {
  padding-left: 0px;
}
  .ecoHouse {
    position: relative;
    padding: 50px 0 50px;
  }
  .ecoHouse__title {
    font-size: 200px;
    line-height: 200px;
  }
  .ecoHouse .ecoHouse-anim1 {
    top: 0;
  }
  .ecoHouse .ecoHouse-anim2 {
    bottom: 100px;
  }
  .ecoHouse__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
  }
  .ecoHouse__img {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
  .tov-img > .image {
  height: 13em;
}
  .comfort__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .comfort__title-sup {
    font-size: 18px;
    line-height: 24px;
  }
  .comfort__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 70px;
  }
  .comfort__text::after {
    font-size: 70px;
  }
  .whyUs {
    margin: 50px 0;
  }
  .whyUs__title {
    font-size: 40px;
    line-height: 40px;
    position: relative;
    opacity: 1 !important;
  }
  .whyUs-item {
    width: 49.5%;
    height: 200px;
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    margin-bottom: 10px;
  }
  .assortment__title {
    font-size: 40px;
    line-height: 47px;
  }
  .assortment-item {
    width: 49%;
  }
  .assortment-item__img {
    height: 250px;
  }
  .assortment-item-info {
    padding: 20px 20px 30px;
  }
  .assortment-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .assortment-item__price {
    margin-top: 5px;
  }
  .form {
    padding: 60px 0 80px;
    text-align: center;
  }
  .form__title {
    font-size: 40px;
    line-height: 50px;
  }
  .form__title-sub {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
  }
  .form-box {
    margin-top: 25px;
  }
  .choice__title {
    font-size: 40px;
    line-height: 40px;
  }
  .choice__title-sub {
    font-size: 18px;
    line-height: 20px;
  }
  .choice-item {
    margin-top: 50px;
  }
  .choice-item__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .choice-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .choice-item__link {
    width: 160px;
    height: 50px;
    font-size: 16px;
    margin-right: 15px;
  }
  .review-video {
    position: relative;
    margin: 80px auto;
  }
  .review-video .video-js {
    height: 500px;
    margin-top: 25px;
  }
  .review-video .video-js .vjs-big-play-button {
    width: 150px;
    height: 150px;
  }
  .review-video .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 20% !important;
  }
  .review-video__title-sub {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .review-video__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
  .review-video-title {
    position: relative;
    top: 0;
    font-size: 90px;
    line-height: 90px;
  }
}

@media (max-width: 576px) {
  .hotel__title {
    font-size: 30px;
    line-height: 35px;
  }
  .hotel__title-sub {
    font-size: 16px;
    line-height: 20px;
  }
  .hotel__img {
    margin-top: 20px;
  }
  .faqs__title {
    font-size: 30px;
    line-height: 35px;
  }
  .faqs-item__text {
    width: 95%;
  }
  .faqs__img1 {
    width: 60%;
  }
  .faqs__img2 {
    width: 50%;
  }
  .faqs__img3 {
    width: 60%;
  }
  .tov-img > .image {
  height: 24em;
}
  .review-video__title {
  font-size: 35px;
  line-height: 40px;
  }
  .ecohouse__title {
  font-size: 30px;
  line-height: 35px;
}
  .ecoHouse {
    padding: 50px 0 50px;
  }
  .ecoHouse__title {
    font-size: 150px;
    line-height: 150px;
  }
  .ecoHouse .ecoHouse-anim1 {
    top: 0;
  }
  .ecoHouse .ecoHouse-anim2 {
    bottom: 100px;
  }
  .ecoHouse__text {
    margin-top: 30px;
    width: 85%;
  }
  .comfort__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .whyUs__title {
    font-size: 36px;
  }
  .whyUs-item {
    width: 49.5%;
    height: 130px;
    font-size: 12px;
    padding: 10px;
    line-height: 16px;
    opacity: 1;
    margin-bottom: 5px;
  }
  .assortment__title {
    font-size: 32px;
    line-height: 35px;
  }
  .assortment-item {
    width: 100%;
  }
  .assortment-item__img {
    height: 200px;
  }
  .form__title {
    font-size: 32px;
    line-height: 32px;
  }
  .form-box {
    margin-top: 25px;
  }
  .form-box__inp {
    margin-bottom: 20px;
  }
  .choice__title {
    font-size: 22px;
    line-height: 22px;
  }
  .choice__title-sub {
    font-size: 14px;
    line-height: 16px;
  }
  .choice-item {
    margin-top: 5px;
  }
  .choice-item__text {
    font-size: 14px;
    line-height: 16px;
  }
  .review-video .video-js {
    height: 300px;
  }
  .review-video-title {
    font-size: 60px;
    line-height: 60px;
  }
  .review-video {
    margin: 80px 0 50px;
  }
  .discount {
    height: auto;
    padding: 50px 0;
    background-image: none;
  }
  .discount__title-sup {
    font-size: 12px;
    line-height: 14px;
  }
  .discount__title {
    font-size: 32px;
    line-height: 32px;
  }
  .discount-item {
    position: relative;
    width: 49%;
    height: 130px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    border: 1px solid #000;
  }
  .discount-item__title {
    font-size: 14px;
    line-height: 16px;
  }
  .container {
  padding: 0 15px;
}
}

.product-category-20 > .container, .product-category-20 > .container > .row > #content,
.product-category-20_117 > .container, .product-category-20_117 > .container > .row > #content,
.product-category-20_240 > .container, .product-category-20_240 > .container > .row > #content,
.product-category-20_254 > .container, .product-category-20_254 > .container > .row > #content,
.product-category-145 > .container, .product-category-145 > .container > .row > #content,
.product-category-131 > .container, .product-category-131 > .container > .row > #content,
.product-category-134 > .container, .product-category-134 > .container > .row > #content,
.product-category-137 > .container, .product-category-137 > .container > .row > #content,
.product-category-138 > .container, .product-category-138 > .container > .row > #content,
.product-category-138_228 > .container, .product-category-138_228 > .container > .row > #content,
.product-category-138_229 > .container, .product-category-138_229 > .container > .row > #content,
.product-category-138_238 > .container, .product-category-138_238 > .container > .row > #content,
.product-category-255 > .container, .product-category-255 > .container > .row > #content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.zahvat.flex-column .warn {
  text-align: center;
}
.zahvat.flex-column .warn a {
  text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
  font-size: 14px;
  margin-right: 7px;
  margin-top:30px;
}
.breadcrumb a:hover {
text-decoration: underline;
}
.breadcrumb > li + li::before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.all-pages-form {
  margin-top: 10px;
  margin-bottom: 130px;
}
footer .form {
  padding-top: 0;
  padding-bottom: 0;
}
.assortment + div div .assortment {
  padding-top: 0;
  margin-top: -49px;
}
.input-group-addon {
  line-height: 2.8 !important;
}
.col-sm-6.text-right.hidden-xs {
  text-align: right;
}
.tov-sort, .tov .caption h2 {
  border-bottom: 0;
}
.menus + .container > .row{
  margin: 0;
}
footer .logo .img-responsive {
  max-width: 100%;
}
footer .inner-addon input.btn[type="submit"], .modal_div .btn.btn-new {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: 500;
  background: #94a871;
  color: #fff;
  border-color: transparent;
  padding: 9pt 20pt;
}
#overlay {
z-index: 5 !important;
}
.modal_div{
z-index: 6 !important;
}
#FormBusinessPage {
  margin-top: 70px;
}
.formbusinesspage .form-box__inp {
  height: 58px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  padding-right: 35px;
}
.formbusinesspage .inner-addon {
  text-align: center;
}
.formbusinesspage .form-box__submit {
  margin-top: 15px;
}
.formbusinesspage .warn, .formbusinesspage .msgs {
  max-width: 345px;
}
.formbusinesspage .inner-addon > i {
  left: 5pt;
  top: 12pt;
}
.weDo-item .calculate {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  width: 100%;
}
.swiper-slide.weDo-item__progress {
margin-bottom: 22px;
}
#burger-menu {
  margin-left: 0;
  padding: 0;
}
#burger-menu .navbar .navbar-nav {
  margin-top: 0;
}
.header-item__list {
  padding-top: 35px;
}
.dropdown.open .dropdown-menu.nsmenu-type-category-simple {
  z-index: 1039;
  display: block;
}
.header__logo {
  z-index: 0;
}
.attractive__title {
    word-wrap: break-word;
    word-break: break-all;
}
.video_vstavka {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 25px;
  overflow: hidden;
}
.video_vstavka iframe {
  top: 0;
  height: 101%;
}
#forma-glamping .warn {
  margin-top: -10px;
}
#forma-glamping .msgs {
  margin-bottom: 20px !important;
  margin-top: -20px !important;
}
@media (max-width: 799px) {
  .header > .container > .row > .align-items-center.justify-content-end, .header > .container > .row > .d-flex.justify-content-start {
  padding-right: 0;
}
  .spa__link:last-child {
  margin-top: 0px;
}
  .header .basket {
  display: none;
  }
  .lang .language {
  top: -26px;
  right: 0;
}
.header__logo img {
  max-width: 100%;
  margin-top: 23px;
  padding-bottom: 3px;
}
.hotel {
  margin: 20px auto 0;
}
  .tov .caption {
  padding: 10px 15px;
}
footer .form {
  padding-right: 18pt;
}
  #burger-menu {
  margin-bottom: 0;
}
  .header .lang {
  margin-right: 25px;
}
}

.wrapper {
  padding-top: 97px;
}

.wrapper__title {
  font-size: 61px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 87px;
}

.wrapper__title-sub {
  font-size: 34px;
  font-weight: 500;
  padding-left: 100px;
  color: #000;
}

.wrapper__link-text {
  font-size: 11.2512px;
  line-height: 14px;
  margin-top: 15px;
}

.wrapper__link:hover svg circle {
  stroke: #ADD54E;
}

.wrapper__link:hover svg path {
  stroke: #ADD54E;
}

.wrapper-item {
  margin-top: 30px;
  position: relative;
}

.wrapper-item__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper-item__text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
}
@media (max-width: 1500px) {
  .wrapper__title {
    font-size: 50px;
    line-height: 55px;
  }
  .wrapper__title-sub {
    font-size: 26px;
  }
  .wrapper__link svg {
    width: 100px;
    height: 100px;
  }
  .wrapper-item__text {
    font-size: 22px;
  }
  .hotel .col-lg-9.wow.fadeInUp {
  padding: 0 25px;
}
}

@media (max-width: 768px) {
  .wrapper__title {
    font-size: 30px;
    line-height: 35px;
  }
  .wrapper__title-sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wrapper__link svg {
    width: 40px;
    height: 40px;
  }
  .wrapper__link-text {
    margin-top: 0;
  }
  .wrapper-item-text {
    font-size: 20px;
  }
  .col-6.col-lg-4.col-md-4.col-sm-6.col-xs-6.wow.fadeInUp {
  margin-bottom: 15px;
}
}
@media (max-width: 576px) {
  .wrapper__title {
    font-size: 22px;
    line-height: 30px;
    text-align: center !important;
  }
  .wrapper__title-sub {
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
  }
  .wrapper-item {
    margin-top: 15px;
  }
  .wrapper-item__text {
    top: 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
.tov-img > .image {
  height: 20em;
  }
}
.form-box__submit.open_modal {
  display: inline-block;
  width: auto;
  background: #E8EDCE;
  color: #000;
  border: 2px solid #E8EDCE;
  padding: 0 25px;
  line-height: 2.7;
  margin-top: 25px;
  margin-bottom: 15px;
  height: auto;
  font-size: 18px;
}
.form-box__submit.open_modal:hover {
  opacity:0.8;
}
.others {
  margin-bottom: 110px;
}
.others p {
  text-align: center;
}
.others img {
  width: 100%;
}
.another {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid;
  margin-left: -10px;
}
header .support + .col-lg-1.col-md-1.col-sm-1.col-xs-0 {
  position: relative;
}
header .navbar .navbar-nav {
  display: inline-block;
  margin-top: -6px;
}
header #horizontal-menu > .nav > li {
  float: left;
}
header #logo a + a {
  display: inline-flex;
}
header .menu-fixed > .container {
  padding-left: 12px;
  padding-right: 13px;
}
header #burger-menu {
  margin-left: 40px !important;
}
header #burger-menu .nav.navbar-nav {
  margin-top: 9px;
}
header .navbar-nav .dropdown-menu {
  position: absolute;
}
header .head-main #nav .dropdown-menu.nsmenu-type-category-simple {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support {
  width: 75%;
}
    header #nav ul li a {
  font-size: 10pt;
  letter-spacing: -0.5px;
}
    header .support + .col-lg-1.col-md-1.col-sm-1.col-xs-0 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
}
@media only screen and (max-width: 767px) {
header .logo {
  max-width: 200pt !important;
  padding-right: 40pt !important;
  width: 50% !important;
}
header #logo > a > img {
  width: 100%;
}
header .support + .col-lg-1.col-md-1.col-sm-1.col-xs-0 {
  position: absolute;
  left: 0;
  right: 0;
}
header  .head-main .container {
  padding: 0 0px;
}
header #burger-menu .nav.navbar-nav {
  margin-top: 20px;
}
header  #burger-menu {
  right: 30px;
}
}