/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1.6;
  position: relative;
  font-size: 2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Montserrat", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #536360;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 0.98vw;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans Light.eot");
  src: url("../fonts/Open Sans Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans Light.woff") format("woff"), url("../fonts/Open Sans Light.ttf") format("truetype"), url("../fonts/Open Sans Light.svg#Open Sans Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans Bold.eot");
  src: url("../fonts/Open Sans Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans Bold.woff") format("woff"), url("../fonts/Open Sans Bold.ttf") format("truetype"), url("../fonts/Open Sans Bold.svg#Open Sans Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Open Sans.eot");
  src: url("../fonts/Open Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans.woff") format("woff"), url("../fonts/Open Sans.ttf") format("truetype"), url("../fonts/Open Sans.svg#Open Sans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 2.4rem 0;
}
.header .wrapper {
  max-width: 100%;
}
.header-lang {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-lang__link {
  opacity: 0.5;
  color: #fff;
  height: 4rem;
  font-size: 1.6rem;
  width: 3.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}
.header-lang__link.active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 1.6rem 0;
  }
  .header .wrapper {
    padding: 0 1.6rem;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
  background: #FFF;
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  padding: 0rem 0 8.8rem;
  overflow: hidden;
  background: url(../img/bguz3.png) repeat-x bottom;
  -webkit-background-size: auto 4.7rem;
          background-size: auto 4.7rem;
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  padding: 8rem 8rem;
}
.footer-cols__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-cols .form-txt {
  margin-bottom: 1.8rem;
}

.contacts {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.3rem;
  text-align: left;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.contacts-item__icon img {
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.contacts-item__text {
  font-weight: 500;
  font-size: 1.6rem;
}
.contacts-item__text p {
  padding: 0;
}
.contacts-item a {
  color: currentColor;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 4.7rem;
  }
  .footer-cols {
    display: block;
    padding: 0;
  }
  .footer-left {
    padding: 3rem 0 2.4rem;
  }
  .footer-left .form-txt {
    font-weight: 400;
  }
  .footer-left .box-field label, .footer-left .form-control {
    border-width: 0.1rem;
  }
  .footer-left .form-row {
    padding-top: 1.3rem;
  }
  .footer-right {
    padding: 4rem 2.4rem;
    margin: 0 -2.4rem;
    background: #EEF0F0;
  }
  .contacts {
    gap: 0.8rem;
    margin-top: -0.2rem;
  }
  .contacts-item__text {
    font-size: 1.4rem;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrapper {
  min-width: 320px;
  max-width: 148.8rem;
  padding: 0 2.4rem 0 2.4rem;
  margin: 0 auto;
  position: relative;
}

/* titles */
p {
  padding: 1rem 0 1rem 0;
}

h1 {
  font-size: 6.4rem;
  line-height: 1.125;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 0 1rem 0;
  font-weight: 600;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  padding: 0rem 0 1.4rem 0;
  font-weight: 700;
}
h2 span {
  color: #536360;
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  padding: 0rem 0 1.4rem 0;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  line-height: 1.6;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 0 1rem 0;
  font-weight: 700;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
  opacity: 0;
}

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none;
}

.loaded .icon-load {
  display: block;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section {
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

picture {
  display: block;
}

.box-btn {
  text-align: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  padding: 1rem 3.2rem;
  height: 6.4rem;
  background: #536360;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  gap: 0.8rem;
  color: #FFF;
  border: none;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-white {
  background: #fff;
  color: #536360;
}
.btn-white:hover {
  color: #FFF;
  background: #536360;
  opacity: 1;
}
.btn-bord {
  background: #fff;
  color: #111111;
  border: 2px solid #E0E0E0;
}
.btn-bord:hover {
  color: #FFF;
  background: #536360;
  opacity: 1;
  border-color: #536360;
}

input.btn:disabled {
  background: #f8f8f8;
  color: #bdbdbd;
  cursor: default;
}

/* */
.bg-grey {
  background: #EEF0F0;
}

.icon {
  fill: currentColor;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
}

.icon-str {
  fill: none;
  stroke: currentColor;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
}

/*main-section*/
.main-section {
  position: relative;
  padding-top: 8.1rem;
  padding-bottom: 3.2rem;
}

.main-inf {
  text-align: center;
}
.main-inf__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.main-inf__bg iframe, .main-inf__bg video, .main-inf__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-inf__bg:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.main-inf__logo {
  width: 33.8rem;
  margin: 0 auto -4rem;
}
.main-inf__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-inf__text h1 {
  color: #fff;
  padding: 0;
  margin: 0 auto 4rem;
  max-width: 120rem;
}
.main-inf__btn {
  margin-bottom: 7rem;
}
.main-inf__arr {
  margin: 0 auto 2.5rem;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 0;
}
.main-inf__arr img {
  width: 3.6rem;
  height: 2.2rem;
  -webkit-animation: bounce2 2s infinite;
          animation: bounce2 2s infinite;
}
.main-inf__arr img + img {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
body .main-inf__logo {
  opacity: 0;
}
body .main-inf__text h1 {
  opacity: 0;
}
body .boxes-item {
  opacity: 0;
}
body .main-inf__arr {
  opacity: 0;
}
body .main-inf__btn .btn {
  opacity: 0;
}

body.loaded .main-inf__bg {
  opacity: 0;
}

body.ready .main-inf__logo {
  -webkit-animation: 700ms fadeInDown ease-out 200ms;
          animation: 700ms fadeInDown ease-out 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.ready .main-inf__text h1 {
  -webkit-animation: 700ms fadeInUp ease-out 200ms;
          animation: 700ms fadeInUp ease-out 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.ready .main-inf__arr {
  -webkit-animation: 700ms fadeIn ease-out 200ms;
          animation: 700ms fadeIn ease-out 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.ready .main-inf__btn .btn {
  -webkit-animation: 600ms zoomIn ease-out 1400ms;
          animation: 600ms zoomIn ease-out 1400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.ready .boxes-item {
  -webkit-animation: 500ms fadeInUp ease-out 100ms;
          animation: 500ms fadeInUp ease-out 100ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body.ready .boxes-item:nth-child(2) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
body.ready .boxes-item:nth-child(3) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
body.ready .boxes-item:nth-child(4) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
body.ready .boxes-item:nth-child(5) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    -ms-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    -ms-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  85% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  text-align: left;
}
.boxes-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow: hidden;
  padding: 2.4rem;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boxes-item:before {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  z-index: 0;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
}
.boxes-item__icon {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.6rem;
}
.boxes-item__icon img, .boxes-item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.boxes-item__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.boxes-item__text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.boxes-item__text p {
  padding: 0;
  margin: 0;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.tabs-item {
  list-style: none;
}
.tabs-item__link {
  border: 2px dotted rgba(83, 99, 96, 0.5019607843);
  color: #566260;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  height: 6.4rem;
  align-items: center;
  padding: 1rem 1.4rem;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  gap: 0.8rem;
}
.tabs-item__icon img {
  display: block;
  mix-blend-mode: multiply;
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.tabs-item.active .tabs-item__link {
  border: 2px solid transparent;
  background: #EEF0F0;
  color: #111111;
}

.tabs-cont.hide-tab {
  display: none;
}

/*about section*/
.about-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about > h2 {
  display: none;
}
.about h2 {
  padding: 0.6rem 0;
}
.about__img {
  width: 19.028%;
  min-width: 19.028%;
}
.about__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: auto;
}
.about__text p b {
  font-weight: 600;
}

.separator {
  height: 4.8rem;
  background: url(../img/bguz.png) repeat-x;
  -webkit-background-size: auto 4.8rem;
          background-size: auto 4.8rem;
}

/*advantage section*/
.advantage-section {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
}
.advantage__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.advantage__text {
  font-size: 1.6rem;
}

.advantage-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantage-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage-list__icon {
  width: 6.4rem;
  height: 6.4rem;
}
.advantage-list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.advantage-list__title {
  font-weight: bold;
  margin: 0.7rem 0 0.8rem;
}
.advantage-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.advantage-list__text p {
  font-size: 1.6rem;
  line-height: 1.428;
  padding: 0;
  margin: 0;
}

/* plan section */
.plan-section {
  padding: 0rem 0;
  position: relative;
}

.plan {
  position: relative;
}
.plan-wrap {
  position: relative;
}
.plan-bg {
  position: relative;
}
.plan-bg:before {
  content: "";
  display: block;
  padding-bottom: 43.963%;
}
.plan-bg img, .plan-bg svg {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.plan-lays {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plan-lays__item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.plan-lays__item.active {
  display: block;
}
.plan-lays__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.plan-btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2.4rem;
  z-index: 4;
  -webkit-border-radius: 1.4rem;
          border-radius: 1.4rem;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 0.4rem;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.plan-btns a {
  color: #111111;
  font-weight: 600;
  font-size: 1.4rem;
  background: #fff;
  padding: 0 1.6rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan-btns a svg, .plan-btns a img {
  width: 2.4rem;
  height: 2.4rem;
}
.plan-btns a.active, .plan-btns a:hover {
  background: #536360;
  color: #fff;
}
.plan-btns a:first-child {
  -webkit-border-radius: 0.8rem 0 0 0.8rem;
          border-radius: 0.8rem 0 0 0.8rem;
}
.plan-btns a:last-child {
  -webkit-border-radius: 0 0.8rem 0.8rem 0;
          border-radius: 0 0.8rem 0.8rem 0;
}
.plan-btns a + a {
  border-left: 1px solid #E0E0E0;
}
.plan-point {
  margin-top: -2rem;
  gap: 0.8rem;
  top: 0;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 5;
  color: #111111;
  font-weight: 600;
  font-size: 1.3rem;
  background: #fff;
  height: 4rem;
  padding: 0 1.6rem 0 0.8rem;
}
.plan-point__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.plan-point__icon img, .plan-point__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.plan-point__txt {
  padding-top: 0.2rem;
  line-height: 1.2;
  border-bottom: 0.2rem dotted transparent;
  overflow: hidden;
  white-space: nowrap;
}
.plan-point__img {
  position: absolute;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.9rem;
  padding-bottom: 0.9rem;
  pointer-events: none;
}
.plan-point__img.bottom-position {
  bottom: auto;
  top: 3.9rem;
  padding-top: 0.9rem;
}
.plan-point__img img {
  display: block;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  width: 50.9rem;
  height: 38.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-point1 {
  top: 10.2%;
  left: 8.75%;
}
.plan-point2 {
  top: 18.2%;
  left: 10.3%;
}
.plan-point3 {
  top: 26.1%;
  left: 13.18%;
}
.plan-point4 {
  top: 34.5%;
  left: 26.6%;
}
.plan-point5 {
  top: 76.3%;
  left: auto;
  right: 81.3%;
}
.plan-point5 .plan-point__img {
  left: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.plan-point6 {
  top: 76.3%;
  left: 26.9%;
}
.plan-point7 {
  top: 26.1%;
  right: 39.95%;
}
.plan-point8 {
  top: 55.8%;
  right: 39.95%;
}
.plan-point9 {
  top: 63.8%;
  right: 39.95%;
}
.plan-point10 {
  top: 10.2%;
  left: 69.75%;
}
.plan-point11 {
  top: 18.2%;
  left: 69.75%;
}
.plan-point12 {
  top: 59.2%;
  left: 67.75%;
}
.plan-point13 {
  top: 68.3%;
  left: 67.75%;
}
.plan-point14 {
  top: 18.2%;
  left: 85.32%;
}
.plan-point14 .plan-point__img {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.plan-point15 {
  top: 26.1%;
  left: 85.32%;
}
.plan-point15 .plan-point__img {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.plan-point16 {
  top: 59.2%;
  left: 84.4%;
}
.plan-point16 .plan-point__img {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.plan-point17 {
  top: 10.2%;
  left: 40.8%;
}
.plan-point18 {
  top: 18.2%;
  left: 42.35%;
}

a.plan-point {
  cursor: default;
  color: #536360;
}
a.plan-point .plan-point__txt {
  border-color: currentColor;
}
a.plan-point:hover {
  background: #536360;
  color: #fff;
  z-index: 6;
}
a.plan-point:hover .plan-point__txt {
  border-color: transparent;
}
a.plan-point:hover .plan-point__img {
  display: block;
}

/* house section */
.house-section {
  padding: 8rem 0;
  overflow: hidden;
}

.house-item {
  padding: 0rem 0 4rem;
}
.house-item__row {
  padding-top: 0.3px;
  position: relative;
  padding-right: calc(62.5% + 6.4rem);
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /*overflow: hidden;*/
}
.house-item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
}
.house-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.house-item__text {
  margin-bottom: 2.4rem;
  margin-top: 0.6rem;
}
.house-item__text p {
  padding: 0;
}
.house-item__data {
  margin-bottom: 2.4rem;
}
.house-item__btn .btn {
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  gap: 1.3rem;
}

.house-item + .house-item {
  padding-top: 7.1rem;
  background: url(../img/bguz2.png) repeat-x;
  -webkit-background-size: auto 3.1rem;
          background-size: auto 3.1rem;
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem;
  gap: 1.2rem;
  line-height: 1.2;
}
.data-item__icon {
  width: 3.2rem;
  height: 3.2rem;
}
.data-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-item__size {
  color: #333333;
  font-size: 1.6rem;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.data-item__text {
  color: #333333;
  font-size: 1.4rem;
}
.data-item__text p {
  padding: 0;
  margin: 0;
}

/*form section*/
.form-section {
  padding: 0;
  margin-bottom: 4rem;
}

.form-wrap {
  position: relative;
}
.form-wrap h2 {
  font-weight: 600;
}

.form-txt {
  font-weight: 500;
  margin: 0.2rem 0 2.6rem;
}
.form-txt p {
  padding: 0;
}

.form-wrap-grey {
  text-align: center;
  -webkit-border-radius: 2.4rem;
          border-radius: 2.4rem;
  background: #EEF0F0;
  padding: 8rem;
}
.form-wrap-grey .form-control, .form-wrap-grey .box-field label {
  border-width: 1px;
}
.form-wrap-grey form {
  max-width: 80rem;
  margin: 0 auto;
}
.form-wrap-grey .form-lay-thnk {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-lay.hid {
  opacity: 0;
  visibility: hidden;
}

.form-lay-thnk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.form-lay-thnk:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.form-icon {
  mix-blend-mode: multiply;
  width: 12.8rem;
  height: 12.8rem;
  margin: 2.6rem auto 0;
}
.form-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding-top: 1.4rem;
}

.form-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-col-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 21.8rem;
  min-width: 21.8rem;
}
.form-col .btn {
  width: 100%;
  font-size: 1.6rem;
}

.box-field {
  display: block;
  position: relative;
}
.box-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  padding: 1.6rem 2.4rem;
  height: 6.4rem;
  border: 0.2rem solid transparent;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.box-field label span {
  color: #ff2c2c;
}

.form-control {
  display: block;
  width: 100%;
  border: 0.2rem solid #D5DDDB;
  -webkit-border-radius: 1.2rem;
          border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
  height: 6.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #111;
}
.form-control:focus + label, .form-control.filled + label {
  opacity: 0;
}

.spam .filled label {
  opacity: 0;
}

.filled label {
  opacity: 0;
}

.list-check {
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-check__item {
  display: block;
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 4rem;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  margin-bottom: 0.8rem;
}
.list-check__item input {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  opacity: 0;
  z-index: -1;
}
.list-check__item input:checked + .styled-check {
  border-color: #222;
}
.list-check__item input:checked + .styled-check:after {
  display: block;
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.9rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list-check__text {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.23;
  color: #222;
}
.list-check .wpcf7-form-control-wrap {
  display: block;
}
.list-check .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-check .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 0.8rem;
  display: block;
  margin-left: 0;
}
.list-check .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
}
.list-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 4rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.23;
  color: #222;
}
.list-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  display: block;
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  border: 1px solid #E6E6E6;
}
.list-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  display: block;
  content: "";
  position: absolute;
  left: 2.2rem;
  top: 1.4rem;
  width: 0.5rem;
  height: 0.9rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.list-check .wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  opacity: 0;
  z-index: -1;
}
.list-check .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  border-color: #222;
}
.list-check .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.styled-check {
  display: block;
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  border: 1px solid #E6E6E6;
}

/* */
.map-section {
  position: relative;
  padding: 0rem 0;
  height: 83.6rem;
  overflow: hidden;
}

.map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.map-cont {
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -72rem;
  position: absolute;
  width: 72rem;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  padding: 6.4rem;
  -webkit-border-radius: 1.6rem;
          border-radius: 1.6rem;
  left: 50%;
}

.map-info {
  counter-reset: item;
  margin-top: 1.8rem;
}
.map-info-item {
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.map-info-item:before {
  padding-top: 0.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  background: #ddd;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  content: counter(item);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map-info-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.map-info-item__dist {
  font-weight: 700;
  color: #536360;
}
.map-info-item:nth-child(1):before {
  background: #FF5733;
}
.map-info-item:nth-child(2):before {
  background: #3DBB53;
}
.map-info-item:nth-child(3):before {
  background: #3357FF;
}
.map-info-item:nth-child(4):before {
  background: #FF33A8;
}
.map-info-item:nth-child(5):before {
  background: #A833FF;
}
.map-info-item:nth-child(6):before {
  background: #C2C23E;
}
.map-info-item:nth-child(7):before {
  background: #56CFCF;
}

/* */
.gallery-section {
  padding: 0;
  position: relative;
  text-align: center;
  min-height: 100vh;
  background: #000;
}

.gallery-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 0.9;
}
.gallery-bg__lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.gallery-bg__lay:first-child {
  opacity: 0.7;
}
.gallery-bg__lay:first-child.active {
  opacity: 1;
}
.gallery-bg__lay.active {
  opacity: 1;
}
.gallery-bg img, .gallery-bg video, .gallery-bg iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-screen {
  padding: 0 2.4rem;
  position: relative;
  z-index: 1;
  height: 94vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-screen-0 {
  height: 100vh;
  margin-top: -100vh;
}
.gallery h2, .gallery h3, .gallery .h3 {
  padding: 0;
  color: #fff;
}
.gallery h2 {
  max-width: 70rem;
  margin: 0 auto;
}
.gallery h3, .gallery .h3 {
  font-weight: 600;
  max-width: 70rem;
  margin: 0 auto;
}

/* */
.land-section {
  padding: 4rem 0 0;
}

.land {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2.4rem;
          border-radius: 2.4rem;
}
.land__bg {
  position: relative;
  z-index: 0;
  -webkit-border-radius: 2.4rem;
          border-radius: 2.4rem;
  overflow: hidden;
}
.land__bg:before {
  content: "";
  display: block;
  padding-bottom: 48.3%;
}
.land__bg img, .land__bg video, .land__bg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 2.4rem;
          border-radius: 2.4rem;
}
.land__text {
  width: 58.5rem;
  position: absolute;
  left: 8rem;
  color: #fff;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.land__text h2, .land__text h3 {
  color: #fff;
  padding-top: 0.1rem;
  text-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}
.land__text p:last-child {
  padding-bottom: 0;
  text-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}

.win-form {
  width: 88.8rem;
  -webkit-border-radius: 1.6rem;
          border-radius: 1.6rem;
  padding: 0;
}

.win-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.win-cols:after {
  content: "";
  display: block;
  width: 3.2rem;
  min-width: 3.2rem;
  background: url(../img/bguz4.png) repeat-y 0 0;
  -webkit-background-size: 3.2rem auto;
          background-size: 3.2rem auto;
}
.win-cols__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.win-cols .form-wrap h3 {
  text-align: left;
}
.win-cols .form-txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0.3rem 0 0.1rem;
}
.win-cols .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.win-cols .form-col-btn {
  width: 100%;
}
.win-cols .form-control {
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
}
.win-cols .contacts-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.win-cols .contacts-item__text {
  line-height: 2;
}

.win-left {
  padding: 6.4rem;
}

.win-right {
  padding: 6.4rem;
  background: #EEF0F0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.win-house {
  max-width: 102.4rem;
  padding: 0;
}
.win-house .tabs {
  margin: 0;
}
.win-house .tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.win-housewrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.win-title {
  padding: 1.6rem 2.4rem;
  min-height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.win-btns {
  padding: 2.4rem;
  min-height: 10.4rem;
}

.win-planimg {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.4rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.win-planimg img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.win-planimg .tabs-cont {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.win-planimg .tabs-cont.hide-tab {
  display: none;
}

.win-obj .win-planimg {
  padding: 0;
}

/* */
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 992px) {
  .house-item:nth-child(even) .house-item__row {
    padding-left: calc(62.5% + 6.4rem);
    padding-right: 0;
  }
  .house-item:nth-child(even) .house-item__img {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 10px;
  }
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 3.4rem;
  }
  .main-section {
    padding: 0;
  }
  .main-inf__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -1.6rem -2.4rem -0.1rem;
    padding: 2.4rem;
    background: #EEF0F0;
    -webkit-border-radius: 1.6rem 1.6rem 0 0;
            border-radius: 1.6rem 1.6rem 0 0;
  }
  .main-inf__text h1 {
    color: #111111;
    margin: 0.1rem 0 3.2rem;
  }
  .main-inf__bg {
    max-height: 46rem;
    height: 77.3vw;
  }
  .main-inf__logo {
    max-height: 46rem;
    padding-bottom: 1.6rem;
    height: 77.3vw;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-inf__logo img {
    width: 30rem;
  }
  .main-inf__arr {
    display: none;
  }
  .main-inf__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
  .main-inf__btn .btn {
    background: #536360;
    color: #fff;
    height: 8.8rem;
    font-size: 1.6rem;
  }
  .boxes {
    gap: 0.8rem;
  }
  .boxes-item {
    padding: 2.5rem 3.2rem 2.4rem 2.4rem;
  }
  .boxes-item:before {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    background: #fff;
  }
  .boxes-item__icon {
    position: absolute;
    top: 3rem;
    right: 2.4rem;
  }
  .about {
    overflow: hidden;
    display: block;
  }
  .about > h2 {
    display: block;
  }
  .about__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .about__text h2 {
    display: none;
  }
  .about__text p {
    overflow: hidden;
  }
  .about__text p:last-child {
    padding-bottom: 0;
  }
  .about__img {
    width: 13.6rem;
    float: right;
    margin-left: 1.6rem;
    margin-top: 0.9rem;
  }
  .advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .advantage__text {
    line-height: 1.5;
  }
  .advantage__text p {
    padding: 0;
  }
  .plan-wrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .plan {
    height: 70.4rem;
    width: 160rem;
  }
  .plan-point {
    opacity: 1 !important;
    visibility: visible !important;
  }
  a.plan-point:hover .plan-point__img {
    display: none;
  }
  .house-item h2 {
    text-align: center;
  }
  .house-item__row {
    height: auto;
    padding: 0;
  }
  .house-item__text {
    text-align: center;
    margin-top: 0;
  }
  .house-item__img {
    height: 58vw;
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .house-item__btn {
    text-align: center;
  }
  .data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-wrap-grey {
    padding: 6rem;
  }
  .map-section {
    height: 90.4rem;
    max-height: 100vh;
  }
  .map-cont {
    max-width: 57rem;
    left: 2.4rem;
    right: 2.4rem;
    width: auto;
    margin: 0 auto;
    top: 1.7rem;
    padding: 4rem;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .map-cont h2 {
    text-align: center;
    font-size: 3rem;
  }
  .map-info-item__text {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .map-info-item__dist {
    font-size: 1.6rem;
  }
  .map-info-item:before {
    font-size: 1.6rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .land__bg {
    max-height: calc(100vh - 4rem);
  }
  .land__bg:before {
    padding-bottom: 190%;
  }
  .land__text {
    line-height: 1.2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4.8rem 0.9rem;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
  }
  .win-form {
    width: 45.4rem;
    max-width: 100%;
  }
  .win-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .win-cols:after {
    width: 100%;
    height: 3.1rem;
    background: url(../img/bguz2.png) repeat-y 0 0;
    -webkit-background-size: auto 3.1rem;
            background-size: auto 3.1rem;
  }
  .win-right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .win-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .win-house, .win-obj {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .boxes-item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(50% - 0.6rem);
    flex-basis: auto;
  }
  .main-inf__btn .btn {
    width: calc(50% - 0.6rem);
  }
}
/*.land__bg:after{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    border-radius: 1rem;
  }*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.34;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.32;
  }
  h3, .h3 {
    font-size: 2.4rem;
  }
  .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boxes-item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .boxes-item__text {
    font-size: 1.4rem;
  }
  .main-inf__logo img {
    width: 22.5rem;
  }
  .main-inf__btn .btn {
    width: 100%;
  }
  .main-inf__text h1 {
    margin: 0.1rem 0 1.5rem;
  }
  .about-section {
    padding-top: 4.1rem;
    padding-bottom: 4rem;
  }
  .tabs {
    margin-bottom: 1.9rem;
  }
  .tabs-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tabs-item__link {
    height: 5.6rem;
    font-size: 1.5rem;
  }
  .tabs-item__icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .advantage {
    gap: 2.4rem;
  }
  .advantage-section {
    padding-top: 4.1rem;
    padding-bottom: 4rem;
  }
  .advantage-section h2 {
    line-height: 1.35;
  }
  .advantage-list__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .advantage-list__title {
    font-size: 1.7rem;
    margin: 0 0 -0.1rem;
  }
  .advantage-list__text p {
    font-size: 1.4rem;
  }
  .advantage-list {
    gap: 10.5px;
  }
  .house-section {
    padding: 3.9rem 0;
  }
  .house-item h2 {
    font-size: 3.2rem;
    padding-bottom: 0.8rem;
  }
  .house-item__text {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .house-item__data {
    margin-bottom: 1.6rem;
  }
  .house-item__btn .btn {
    padding: 1rem 2.4rem;
    font-size: 1.5rem;
    gap: 0.9rem;
    width: 100%;
  }
  .house-item__btn .btn .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .house-item + .house-item {
    padding-top: 7rem;
  }
  .data {
    gap: 0;
  }
  .data-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .data-item__size {
    margin-top: 0.2rem;
    margin-bottom: 0px;
    line-height: 1;
  }
  .data-item__text {
    font-size: 1.2rem;
  }
  .map-cont {
    max-width: 38.2rem;
    padding: 2.4rem 1.6rem;
  }
  .map-cont h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0.8rem;
  }
  .map-info {
    margin-top: 0rem;
  }
  .map-info-item {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .map-info-item__text {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .map-info-item__dist {
    font-size: 1.3rem;
  }
  .map-info-item:before {
    padding-top: 0rem;
    font-size: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .gallery h2 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .form-col-btn {
    width: 100%;
  }
  .form-col-btn .btn {
    -webkit-border-radius: 0.8rem;
            border-radius: 0.8rem;
  }
  .form-wrap h2 {
    padding-bottom: 1rem;
  }
  .form-wrap h3 {
    text-align: center;
    padding-bottom: 0.6rem;
  }
  .form-wrap-grey {
    padding: 3.2rem;
    -webkit-border-radius: 1.6rem;
            border-radius: 1.6rem;
  }
  .form-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.9rem;
  }
  .form-txt {
    text-align: center;
  }
  .box-field label,
  .form-control {
    height: 5.6rem;
    -webkit-border-radius: 0.8rem;
            border-radius: 0.8rem;
  }
  .form-wrap-grey .box-field label,
  .form-wrap-grey .form-control {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .land-section {
    padding: 2.4rem 0 0;
  }
  .land, .land__bg, .land__bg img, .land__bg video, .land__bg iframe {
    -webkit-border-radius: 1.6rem;
            border-radius: 1.6rem;
  }
  .win-form {
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .win-right {
    padding: 5.5rem 4rem;
  }
  .win-left {
    padding: 4rem;
  }
  .win-cols .form-txt {
    margin: 0rem 0 0.1rem;
  }
  .win-cols .box-field label, .win-cols .form-control {
    height: 6.4rem;
  }
  .win-cols .contacts {
    gap: 1.6rem;
    margin-top: 0;
  }
  .win-cols .contacts-item__text {
    font-size: 1.6rem;
  }
  .gmnoprint,
  .gm-svpc,
  .gm-fullscreen-control {
    display: none !important;
  }
}
@media screen and (max-width: 413px) {
  html {
    font-size: 2.415vw;
  }
}
/*# sourceMappingURL=style.css.map */
