body {
  font-family: Corsicalx;
  color: #3c3c37;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
  display: none;
}

.bi-header {
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
}

.bi-header__menu_burger {
  box-sizing: content-box;
}

.bi-header__nav-list-select-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bi-header__consult--mobile {
  line-height: 15px;
}

.hero-breadcrumbs {
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.breadcrumbs__item:before {
  background: url("../images/breadcrumbs_arrow-icon.svg") center/100% no-repeat !important;
  width: 16px;
  height: 16px;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  background: #fbf1ea;
  border: 1px solid #b25b22;
  border-radius: 999px;
  cursor: pointer;
  height: 48px;
  width: 81px;
  transition: background 0.15s, border-color 0.15s;
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #b25b22;
  height: 100%;
  padding: 0 20px;
  width: 100%;
  user-select: none;
  box-sizing: border-box;
  background: transparent;
}

.lang-list {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #fbf1ea;
  min-width: 70px;
  border: 1px solid #b25b22;
  border-radius: 16px;
  box-shadow: 0 6px 24px 0 rgba(178, 91, 34, 0.1);
  z-index: 10;
  padding: 6px 0;
}

.lang-option {
  display: block;
  padding: 7px 18px;
  color: #b25c22;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.12s, color 0.12s;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.lang-option.selected {
  color: #b25b22;
}

.lang-label {
  font-size: 14px;
  font-weight: 500;
  color: #b25b22;
  transition: color 0.15s;
}

.breadcrumbs__link {
  color: #b25c22 !important;
}

.breadcrumbs__link_last {
  color: #4d4d4d !important;
}

.s01-icon-txt {
  text-align: center;
}

.bi-header .bi-header__nav-list {
  font-family: PTRootUIWeb, sans-serif;
}

.s01-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 116px;
}

.s01-icon-block {
  width: 75px;
  height: 75px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s01-tab-link {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent !important;
}

.tenor-sans-font {
  font-family: "Nunito Sans", sans-serif;
}

.w-tab-link-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 0;
  text-align: left;
  cursor: pointer;
  color: #222222;
}

.w-inline-block {
  min-width: 8rem;
  display: inline-block;
}

.s1-tab-link-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w--current .s01-icon-block {
  border: 1px solid #eae2d4;
  border-radius: 100%;
  background-color: #fff;
}

.s1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 0px 0px;
  color: #f9f9f9;
}

.sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 100vh;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid rgba(44, 56, 50, 0.1);
  background-color: #fff;
}

.s2 {
  padding-right: 64px;
  padding-left: 64px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #b9904f;
}

.nav-link.nav-link--dn {
  display: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._360-link-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}

._360-link-s1._360-link-s1--mobile {
  display: none;
}

._360-txt {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 31px;
  line-height: 44px;
  letter-spacing: 0px;
}

.navbar-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-consilt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 42px;
  padding: 9px 22px 9px 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185, 144, 79, 0.5);
  border-radius: 100px;
  background-image: url("../images/icon-whatsup-gold.svg");
  background-position: 23px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Nunito Sans", sans-serif;
  color: #b9904f;
  font-size: 15px;
  line-height: 1.73em;
  text-decoration: none;
  text-transform: none;
}

.navbar-consilt-btn:hover {
  border-color: #b9904f;
  background-color: #b9904f;
  background-image: url("../images/icon-whatsup-white.svg");
  color: #fff;
}

.navbar-consilt-btn:active {
  border-color: #836534;
  background-color: #836534;
}

.s1-slider-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-image: url("../images/13school.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 26px;
}

.s1-slider-div.s1-2 {
  border-radius: 0px;
  background-image: url("../images/9.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1-slider-div.s1-3 {
  border-radius: 0px;
  background-image: url("../images/15school.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1-slider-div.s1-7 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(138, 214, 187, 0.9)),
    to(rgba(147, 190, 148, 0.9))
  );
  background-image: linear-gradient(
    180deg,
    rgba(138, 214, 187, 0.9),
    rgba(147, 190, 148, 0.9)
  );
}

.s1-slider-div.s1-8 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(209, 183, 137, 0.9)),
    to(rgba(154, 119, 60, 0.9))
  );
  background-image: linear-gradient(
    180deg,
    rgba(209, 183, 137, 0.9),
    rgba(154, 119, 60, 0.9)
  );
}

.s1-slider-div.s1-9 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(169, 206, 193, 0.9)),
    to(rgba(190, 147, 147, 0.9))
  );
  background-image: linear-gradient(
    180deg,
    rgba(169, 206, 193, 0.9),
    rgba(190, 147, 147, 0.9)
  );
}

.s1-slider-div.s1-10 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(186, 221, 227, 0.9)),
    to(rgba(114, 140, 187, 0.9))
  );
  background-image: linear-gradient(
    180deg,
    rgba(186, 221, 227, 0.9),
    rgba(114, 140, 187, 0.9)
  );
}

.s1-slider-div.s1-1 {
  border-radius: 0px;
  background-image: url("../images/6.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1-slider-div.s1-0 {
  border-radius: 0px;
  background-image: url("../images/bg-main-lubov.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1-slider-logo {
  position: absolute;
  left: 37px;
  top: 83px;
  right: 40px;
  bottom: 100px;
}

.s1-slider-note {
  margin-bottom: 5px;
  color: hsla(0, 0%, 97.7%, 0.3);
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}

.s1-slider-title {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
}

.btn-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 240px;*/
  min-height: 46px;
  padding: 10px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #b25c22;
  border-radius: 100px;
  background-color: #fbf1ea;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #b25c22;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.btn-line:hover {
  border-color: #b25c22;
  background-color: #b25c22;
  color: #fbf1ea;
}

.btn-line.green {
  width: 270px;
  border-color: transparent;
  background-color: #b9904f;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
}

.btn-line.green:hover {
  border-color: #836534;
  background-color: #836534;
}

.btn-line.green:active {
  border-color: #836534;
  background-color: #836534;
}

.btn-line.green.btn-form {
  width: 100%;
  margin-top: 30px;
}

.btn-line.green.btn-form.btn-icon {
  padding-left: 40px;
  background-image: url("../images/icon-phone.svg");
  background-position: 50px 48%;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn-line.green.btn-form.btn-icon-long-txt {
  padding-top: 1px;
  padding-left: 40px;
  background-color: #b9904f;
  background-image: url("../images/icon-phone.svg");
  background-position: 20px 48%;
  background-size: auto;
  background-repeat: no-repeat;
}

.btn-line.green.btn-form.btn-icon-long-txt:hover {
  border-color: #836534;
  background-color: #836534;
}

.btn-line.green.btn-form.form-whatsapp-wrapper-bot {
  background-color: #fa864e;
}

.btn-line.green.contact {
  width: 280px;
  padding-left: 34px;
  border-color: rgba(185, 144, 79, 0.5);
  background-color: transparent;
  background-image: url("../images/icon-whatsup-gold.svg");
  background-position: 10% 47%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #b9904f;
}

.btn-line.green.contact:hover {
  background-color: #b9904f;
  background-image: url("../images/icon-whatsup-white.svg");
  color: #fff;
}

.btn-line.green.contact:active {
  background-color: #836534;
}

.btn-line.white {
  min-width: auto;
  padding-left: 30px;
  border-color: #41a046;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../images/icon-btn-map.svg");
  background-position: 30px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #379961;
}

.btn-line.white:hover {
  border-color: #55b259;
  background-color: #55b259;
  background-image: url("../images/icon-btn-map-white.svg");
  color: #fff;
}

.btn-line.white:active {
  border-color: #04764f;
  background-color: #04764f;
}

.btn-line.white.pokazat-na-karte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s1-slider-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s1-wrp {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 64px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1440px;
  padding-top: 29px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s1-slider {
  position: static;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1-slider-nav {
  position: absolute;
  bottom: 15%;
  display: none;
  width: 200px;
  height: 400px;
  margin-top: 130px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.s1-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #f9f9f9;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.s1-next:hover {
  border-color: #55b259;
  background-color: #55b259;
}

.s1-next:active {
  border-color: #04764f;
  background-color: #04764f;
}

.s1-slider-nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

.s1-slider-nav-div:hover {
  color: #fff;
}

.s1-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #f9f9f9;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.s1-prev:hover {
  border-color: #55b259;
  background-color: #55b259;
}

.s1-prev:active {
  border-color: #04764f;
  background-color: #04764f;
}

.s1-slider-arrow-wrp {
  position: relative;
  display: none;
  width: 0px;
  height: 650px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sidebar-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sidebar-menu-icon {
  margin-bottom: 25px;
}

.sidebar-menu-txt {
  opacity: 0.9;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 15px;
  line-height: 1.33em;
  font-weight: 400;
  text-transform: capitalize;
}

.sidebar-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 440px;
  max-width: 100%;
  min-height: 100vh;
  margin-left: -440px;
  padding: 70px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  color: #fff;
}

.sidebar-link1 {
  margin-bottom: 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Nunito Sans", sans-serif;
  color: #545558;
  font-size: 16px;
  line-height: 1.88em;
  font-weight: 400;
  letter-spacing: 1.43px;
  text-decoration: none;
}

.sidebar-link1:hover {
  color: #b9904f;
}

.sidebar-link1.sidebar-link1--first {
  margin-bottom: 11px;
}

.sidebar-link1.sidebar-link1--dn {
  display: none;
}

.sidebar-link2 {
  margin-bottom: 8px;
  opacity: 0.5;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #545558;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.sidebar-link2:hover {
  opacity: 1;
}

.content-wrp {
  overflow: hidden;
}

.sidebar-spacer-20 {
  width: 100%;
  height: 20px;
}

.sidebar-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 30px;
  cursor: pointer;
}

.s2-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 66px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-title-div {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-bottom: 53px;
  background-color: #fff;
}

.new-section-title-div {
  margin-bottom: 74px;
}

.section-note-title {
  position: absolute;
  left: 0%;
  top: 26px;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 104px;
  margin-right: auto;
  margin-left: -47px;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #a87855 !important;
  font-size: 11px;
  line-height: 2.36em;
  font-weight: 400;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.divider {
  position: absolute;
  border: 1px solid #e9e5e2;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.s1-divider {
}

.s2-divider {
  width: 375%;
  right: 125px;
  transform: rotate(0deg) translateY(-50%);
}

.s3-divider {
}

.s4-divider {
}

.s5-divider {
  right: 125px;
  transform: rotate(0deg) translateY(-50%);
  width: 220%;
}

.s6-divider {
  width: 700%;
  right: 125px;
  transform: rotate(0deg) translateY(-50%);
}

.s7-divider {
}

.s8-divider {
}

.s9-divider {
}

.s10-divider {
  transform: rotate(0deg) translateY(-50%);
  right: 145px;
  width: 435%;
}

.section-note-title.s7-1-note-title {
  top: 48px;
  width: 106px;
}

.section-note-title.s8-1-title-note {
  top: 51px;
}

.section-note-title.s10-1-title-note {
  top: 52px;
  width: 132px;
  margin-left: -57px;
}

.section-note-title.s11-1-title-note {
  top: 42px;
}

.section-note-title.s12-1-title-note {
  left: -2%;
  top: 48px;
  width: 120px;
}

.section-note-title.s12-title-note {
  left: -2%;
  top: 12px;
  width: 120px;
}

.section-note-title.s4-1-note-title {
  top: 5px;
}

.section-title {
  display: none;
  font-family: Iskracyr;
  font-size: 62px;
  line-height: 0.77em;
  font-weight: 700;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}

.section-title.mob-small-size {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  color: #b9904f;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 5px;
}

.section-title.small {
  display: block;
  font-size: 48px;
  line-height: 1em;
}

.sidebar-spacer-40 {
  width: 100%;
  height: 51px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 48px;
  gap: 25px;
}

.s2-txt-block {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.29px;
}

.s2-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 310px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.s2-icon-div {
  width: 46%;
  margin-bottom: 40px;
  padding-right: 0px;
  font-size: 15px;
  line-height: 24px;
}

.txt-big-green {
  margin-bottom: 5px;
  background-image: linear-gradient(297deg, #dd7745 15%, #dd454c 96%);
  color: #dd7745;
  font-size: 48px;
  line-height: 44px;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-big-green.s6-card {
  margin-top: 10px;
  margin-bottom: 0px;
}

.s2-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 50px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s2-video-div {
  display: none;
  height: 532px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(65, 160, 70, 0.74)),
      to(rgba(65, 160, 70, 0.74))
    ),
    url("../images/s2-img.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(65, 160, 70, 0.74),
      rgba(65, 160, 70, 0.74)
    ),
    url("../images/s2-img.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.btn-icon {
  margin-right: 15px;
}

.s3 {
  padding-left: 64px;
}

.s3-wrp {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 109px 40px 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map-note-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 82%;
  bottom: 52%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 3px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 220, 204, 0.5);
  border-radius: 18px;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #545558;
  font-size: 15px;
  line-height: 1.73em;
  cursor: pointer;
}

.map-note-block:hover {
  z-index: 5;
}

.map-note-block.cinema {
  right: 26%;
  bottom: 51%;
}

.map-note-block.park4 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: 73%;
}

.map-note-block.bikeroad {
  right: 27%;
  bottom: 31%;
}

.map-note-block.mall {
  right: 73%;
  bottom: 83%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #5672ff;
}

.map-note-block.walkstreet {
  right: 55%;
  bottom: 70%;
}

.map-note-block.park1 {
  right: 83%;
  bottom: 62%;
}

.map-note-block.riverside {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 44%;
  display: none;
}

.map-note-block.school1 {
  right: 67%;
  bottom: 63%;
}

.map-note-block.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block.school2 {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 65%;
}

.map-note-block.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block.business1 {
  right: 65%;
  bottom: 34%;
}

.map-note-block.park2 {
  left: auto;
  top: auto;
  right: 88%;
  bottom: 33%;
}

.map-note-block.park3 {
  left: auto;
  top: auto;
  right: 44%;
  bottom: 25%;
}

.map-note-block.green-mall {
  right: 25%;
  bottom: 68%;
}

.map-note-block.business3 {
  right: 34%;
  bottom: 40%;
}

.map-note-block.map-detsad {
  right: 82%;
  bottom: 67%;
}

.map-note-block.map-run {
  right: 53%;
  bottom: 81%;
}

.map-note-block.map-arena {
  right: 65%;
  bottom: 52%;
}

.map-note-block.map-flag {
  right: 15%;
  bottom: 41%;
  z-index: 1;
}

.map-note-block.map-magnum {
  right: 22%;
  bottom: 16%;
  z-index: 1;
}

.map-note-block.map-school2 {
  right: 33%;
  bottom: 67%;
}

.map-note-block.map-note-block--alkissa {
  right: 26%;
  bottom: 38%;
}

.map-note-block.map-note-block--baglan {
  right: 43%;
  bottom: 66.5%;
  padding-right: 17px;
  padding-left: 10px;
}

.map-note-block.s5-1-map-note-1 {
  right: 81%;
  bottom: 10%;
}

.map-note-block.s5-1-map-note-2 {
  right: 59.5%;
  bottom: 53%;
}

.map-note-block.s5-1-map-note-3 {
  right: 39%;
  bottom: 10%;
}

.map-note-block.s5-1-map-note-4 {
  right: 10%;
  bottom: 23%;
}

.map-note-block.map-note-block--davinci {
  right: 57%;
  bottom: 72%;
  width: 56px;
  height: 76px;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("../images/pin-map-davinci.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-icon-txt {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.map-note-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-wrp {
  overflow: auto;
}

.map-wrp.box {
  position: relative;
  width: 100%;
  height: auto;
}

.map-icon-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 128px;
  height: 29px;
  margin-top: 4px;
  margin-left: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #f7fcff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #5672ff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.map-icon-div.grey {
  background-color: #a9a693;
}

.map-icon-div.map-icon-div--green {
  background-color: #22b347;
}

.map-icon-div.map-icon-div--pink {
  background-color: #ff4184;
}

.map-icon-div.map-icon-div--bord {
  background-color: #b43145;
}

.map-img {
  position: absolute;
  width: 81%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: 50% 67%;
}

.map-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 49%;
  bottom: 50%;
  z-index: 4;
}

.map-div {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 658px;
}

.map-icon {
  position: relative;
  z-index: 3;
  display: none;
  width: 50px;
  max-width: none;
}

.map-txt-white {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.s3-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 26px;
  background-color: transparent;
  color: #3b3b3c;
  opacity: 0.9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
  line-height: 1.53em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: none;
}

.s3-tab-link.w--current {
  background-color: #fbf1ea;
  color: #b25c22;
}

.map-logo-gl {
  position: absolute;
  left: auto;
  top: 20%;
  right: 23%;
  bottom: auto;
  z-index: 4;
}

.map-area-gl {
  position: absolute;
  left: auto;
  top: 20%;
  right: 19%;
  bottom: auto;
  width: 19.5%;
}

.map-logo-seoul {
  position: absolute;
  left: auto;
  top: 2%;
  right: 35%;
  bottom: auto;
  z-index: 4;
}

.map-area-seoul {
  position: absolute;
  left: auto;
  top: 7%;
  right: 30%;
  bottom: auto;
  width: 15%;
}

.map-area-am {
  position: absolute;
  left: auto;
  top: 17%;
  right: 41%;
  bottom: auto;
  width: 47.5%;
}

.map-logo-am {
  position: absolute;
  left: auto;
  top: 12%;
  right: 58%;
  bottom: auto;
  z-index: 4;
}

.map-logo-head {
  position: absolute;
  left: auto;
  top: 6%;
  right: 46%;
  bottom: auto;
  z-index: 4;
}

.map-area-head {
  position: absolute;
  left: auto;
  top: 12%;
  right: 46%;
  bottom: auto;
  width: 11%;
}

.map-logo-tokio {
  position: absolute;
  left: auto;
  top: 4%;
  right: 78%;
  bottom: auto;
  z-index: 4;
}

.map-area-tokio {
  position: absolute;
  left: auto;
  top: 11.5%;
  right: 74.5%;
  bottom: auto;
  width: 13%;
}

.map-logo-ag {
  position: absolute;
  left: 21%;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 4;
}

.map-area-ag {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 1%;
  width: 49%;
}

.map-logo-free {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 36%;
  z-index: 4;
}

.map-area-free {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 21%;
  width: 11%;
}

.s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
}

.s4-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 40px;
}

.s4-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s4-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-width: 360px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.s4-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s4-icon {
  margin-right: 40px;
}

.s6-card-txt {
  color: rgba(60, 60, 55, 0.4);
  font-size: 15px;
  line-height: 24px;
}

.s4-icon-title {
  font-size: 19px;
}

.s4-s5-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  overflow: hidden;
  width: 65%;
  height: auto;
  max-width: 800px;
  background-color: transparent;
}

.s4-s5-img {
  position: static;
  height: 480px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-green {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  background-image: linear-gradient(317deg, #dd454c 9%, #dd7745 93%);
  opacity: 1;
}

.slider-arrow-green.right {
  border-radius: 100%;
  background-image: linear-gradient(317deg, #dd454c 9%, #dd7745 93%);
}

.slider-arrow-green.right.line {
  border-color: #dd4a4b;
  background-color: transparent;
  background-image: none;
}

.slider-arrow-green.line {
  border: 1px solid #50a47b;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-arrow-icon {
  position: relative;
  z-index: 1;
  height: 12px;
}

.right-arrow {
  height: 100%;
  margin-left: -50px;
}

.s5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
}

.s5-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 40px;
}

.s4-s5-slider-nav {
  height: 60px;
  font-size: 10px;
}

.map-legend {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(65, 160, 70, 0.9)),
    to(rgba(0, 115, 80, 0.9))
  );
  background-image: linear-gradient(
    180deg,
    rgba(65, 160, 70, 0.9),
    rgba(0, 115, 80, 0.9)
  );
  color: #f7fcff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.map-legend-block {
  position: relative;
  z-index: 2;
  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;
}

.map-legend-dot {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #0f7742;
  border-radius: 100px;
  background-color: #f7fcff;
}

.map-legend-dot.grey {
  border-color: #a9a693;
}

.map-legend-dot.broun {
  border-color: #45543d;
}

.map-legend-logo {
  margin-right: 10px;
}

.s5-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s5-txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-width: 360px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s6 {
  position: relative;
  display: block;
}

.s6-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 40px;
}

.places-nearby-image {
  padding: 0 108px;
  margin-bottom: 60px;
}

.map-btn-div {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 2;
}

.s6-slider {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s6-slider-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  margin-right: 30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s6-slider-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #dd5749;
}

.s6-slider-txt-div1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 16px;
}

.s6-slider-img {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  border-radius: 7px;
}

.s6-card-title {
  font-size: 19px;
  line-height: 24px;
}

.s6-slider-txt-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 16px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.s6-dot-line4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -7px;
  bottom: auto;
  width: 50%;
}

.s6-dot-line1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 29%;
}

.s6-dot-line3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 28%;
}

.s6-dot-line2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7px;
  bottom: 0%;
  width: 27%;
}

.s7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
}

.s6-slider-nav-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: -270px;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 64px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s6-prev {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s6-slider-counter {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.86em;
  text-align: center;
}

.s6-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s7-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 40px;
}

.s7-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s7-slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s7-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -0.7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s7-slider-nav-div {
  overflow: hidden;
  width: 10%;
  height: 52px;
  padding-right: 10px;
  padding-left: 10px;
}

.s7-slider-nav-img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.s8 {
  padding-right: 64px;
  padding-left: 64px;
}

.s7-slider-img-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 690px;
  border-radius: 20px;
}

.s7-slider-legend {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  padding: 5px 40px 10px;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(25, 105, 69, 0.7)),
    to(rgba(42, 106, 66, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(25, 105, 69, 0.7),
    rgba(42, 106, 66, 0.7)
  );
  color: #fff;
  text-align: center;
}

.s7-legent-txt2 {
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
}

.s8-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.s8-slider {
  display: none;
  height: auto;
  margin-bottom: 40px;
  background-color: transparent;
}

.mask {
  overflow: auto;
  height: auto;
}

.s8-slider-img-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s8-slide {
  width: 25%;
  min-width: 280px;
}

.s8-slider-img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.s8-slider-nav {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
  font-size: 10px;
}

.s8-slider-arrow {
  display: block;
}

.s8-s10-slider-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dd5749;
  border-radius: 30px;
  background-color: #fff;
  background-image: url("../images/icon-arrow-left-burgundy.svg");
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #dd5749;
  text-decoration: none;
}

.s8-s10-slider-btn:hover {
  background-color: #dd5749;
  background-image: url("../images/icon-arrow-right.svg");
  color: #fff;
}

.s8-s10-slider-btn:active {
  background-color: #dd454c;
}

.s9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2a6a42),
    to(#196945)
  );
  background-image: linear-gradient(180deg, #2a6a42, #196945);
}

.s8-slide-title {
  margin-bottom: 4px;
  color: #635249;
  font-size: 22px;
  line-height: 1.09em;
  text-transform: none;
}

.s8-slide-txt {
  opacity: 0.4;
  color: #635249;
  font-size: 13px;
  line-height: 1.85em;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.s8-slider-label {
  position: absolute;
  left: 8px;
  top: 16px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: linear-gradient(284deg, #dd454c 17%, #dd7745 98%);
  opacity: 0.9;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.s9-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.wide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #e7f6e0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
}

.wide-link:hover {
  background-color: #d2f0c3;
}

.wide-link.wide-link--verstka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s8-link-txt {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4fab61),
    to(#117d61)
  );
  background-image: linear-gradient(180deg, #4fab61, #117d61);
  font-size: 18px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #b9904f;
  font-size: 19px;
}

.form-block {
  width: 280px;
  min-height: 200px;
}

.form-field {
  height: 46px;
  margin-bottom: 15px;
  border: 1px solid #eae2d4;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(84, 85, 88, 0.5);
}

.form-field:hover {
  border-color: #b9904f;
}

.form-field:focus {
  border-color: #b9904f;
}

.form-field::-webkit-input-placeholder {
  color: rgba(34, 36, 43, 0.3);
  text-transform: uppercase;
}

.form-field:-ms-input-placeholder {
  color: rgba(34, 36, 43, 0.3);
  text-transform: uppercase;
}

.form-field::-ms-input-placeholder {
  color: rgba(34, 36, 43, 0.3);
  text-transform: uppercase;
}

.form-field::placeholder {
  color: rgba(34, 36, 43, 0.3);
  text-transform: uppercase;
}

.btn-whatsapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  min-width: 280px;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: url("../images/icon-whatsup-gold.svg");
  background-position: 38px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #b9904f;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background-color: #b9904f;
  background-image: url("../images/icon-whatsup-white.svg");
  color: #fff;
}

.btn-whatsapp:active {
  background-color: #836534;
}

.btn-whatsapp.whatsapp_mobile {
  display: none;
}

.btn-whatsapp.whatsapp_mobile:active {
  background-color: #b9904f;
}

.btn-whatsapp-txt {
  margin-left: 5px;
}

.s10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 64px;
  padding-left: 64px;
}

.s10-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-size: 15px;
  /*line-height: 24px;*/
}

.filters-block {
  width: 25%;
  min-width: 280px;
  margin-bottom: 40px;
  padding-right: 40px;
}

.filters-block.room {
  width: 240px;
}

.filters-block.last-in-line {
  padding-right: 0px;
}

.filters-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filters-div.filters-div--verstka {
  display: none;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b7d8cf;
  border-radius: 5px;
}

.filter-dropdown {
  z-index: 2;
  width: 100%;
}

.icon {
  color: #3fa061;
}

.filter-name {
  margin-bottom: 15px;
}

.filter-room-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding-left: 1px;
}

.filter-room-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-left: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b7d8cf;
  text-align: center;
}

.filter-room-block:hover {
  background-color: #e7f6e0;
}

.filter-room-block:active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4fab61),
    to(#117d61)
  );
  background-image: linear-gradient(180deg, #4fab61, #117d61);
  color: #fff;
}

.filter-room-block:focus {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4fab61),
    to(#117d61)
  );
  background-image: linear-gradient(180deg, #4fab61, #117d61);
  color: #fff;
}

.filter-room-block.room-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.filter-room-block.room-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-list {
  z-index: 3;
  width: 100%;
  max-width: 280px;
  background-color: #e7f6e0;
}

.filter-size-txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-txt-green {
  border-bottom: 1px dotted #379961;
  color: #379961;
  font-weight: 600;
}

.filter-line-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-zero-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d8e3d2;
}

.filter-size-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-choose-line {
  height: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #53aa71;
}

.filter-dot {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4fab61),
    to(#117d61)
  );
  background-image: linear-gradient(180deg, #4fab61, #117d61);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.filter-price-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s10-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.s10-slider.s10-slider--verstka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s10-slide {
  width: 25%;
  min-width: 280px;
}

.s10-slider-schema {
  width: 100%;
  margin-bottom: 30px;
}

.s10-card-title {
  margin-bottom: 15px;
  font-size: 22px;
}

.s10-card-txt-grey {
  color: rgba(60, 60, 55, 0.4);
}

.s10-price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cdd5ce;
}

.s10-card-price {
  font-size: 19px;
}

.s10-card-meters {
  font-size: 19px;
}

.s10-jk-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s11 {
  padding-right: 64px;
  padding-left: 64px;
}

.s11-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s11-form-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 585px;
  padding: 100px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, #dd5b39),
    color-stop(91%, #dd454c)
  );
  background-image: linear-gradient(180deg, #dd5b39 2%, #dd454c 91%);
  color: #fff;
  text-align: center;
}

.s11-spacer {
  width: 100%;
  height: 20px;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 24px;
}

.success-message.success-message {
  background-color: #b9904f;
}

.error-message {
  color: #3c3c37;
}

.s11-slider {
  overflow: hidden;
  width: 65%;
  height: 585px;
  max-width: 800px;
  background-color: transparent;
}

.s11-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 260px;
}

.s11-img {
  height: 585px;
  max-width: none;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s12 {
  padding-right: 64px;
  padding-left: 64px;
}

.s12-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-left: 40px;
}

.social {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 720px) {
  .social {
    display: flex;
    justify-content: end;
    column-gap: 12px;
  }
}

.tab-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-align: center;
}

.tab-menu-link:hover {
  color: #b9904f;
}

.tab-menu-link.w--current {
  border-radius: 17.5px;
  background-color: rgba(185, 144, 79, 0.1);
  color: #b9904f;
}

.contact-tabs-menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 560px;
  margin-bottom: -35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-map-img {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: none;
}

.contact-tabs {
  width: 100%;
}

.contact-map-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  height: 670px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s16-tabs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.contact-btn-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block {
  width: 50%;
  padding-right: 20px;
}

.contact-block.full {
  width: 100%;
}

.contact-place-name {
  margin-bottom: 20px;
  color: #3c3c37;
  font-size: 22px;
}

.contact-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 200px;
  min-height: 0px;
  min-width: 560px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eae2d4;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contact-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 560px;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  color: rgba(60, 60, 55, 0.4);
}

.modal-title {
  margin-bottom: 6px;
  color: #b9904f;
  font-size: 24px;
}

.contact-link-icon {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.contact-txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrp {
  position: relative;
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.contact-place-mark {
  width: 32px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #b9904f;
}

.contact-phone-spacer {
  width: 20px;
  height: 10px;
}

.bottom {
  padding-right: 64px;
  padding-left: 64px;
}

.bottom-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: rgba(60, 60, 55, 0.4);
  font-size: 15px;
  line-height: 24px;
}

.bi-group-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-group-logo {
  width: 140px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.smm-div {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.smm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.smm-link:hover {
  opacity: 0.5;
}

.s7-slider-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s7-slider-arrow-wrp {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s7-prev {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s7-next {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sideform-div {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  margin-right: -100%;
  padding: 80px 60px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.sideform-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 30px;
  cursor: pointer;
}

.navbar-contact-spacer {
  width: 40px;
  height: 10px;
}

.sidebar-menu-icon-mob {
  display: none;
}

.s7-slider-nav-mob {
  width: 0px;
  height: 0px;
}

.s1-logo-mov {
  display: none;
}

.s8-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s8-prev {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.s8-next {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.s10-filters-show-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e7f6e0;
  color: #3fa061;
  text-decoration: none;
}

.image-7 {
  margin-left: auto;
}

.image-9 {
  margin-right: 5px;
}

.s10-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.s10-class-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s10-slider-arrow {
  display: none;
}

.s10-slider-nav {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
  font-size: 10px;
}

.contact-btn-txt-mob {
  display: none;
}

.mao-icon-grey {
  color: hsla(0, 0%, 100%, 0.4);
}

.s6-slider-arrow-icon {
  position: relative;
  z-index: 1;
}

.close-icon-line {
  width: 26px;
  height: 2px;
  margin-bottom: -2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  margin-top: 20px;
  padding-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #545558;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close-icon:hover {
  border-color: #22242b;
  background-color: #22242b;
}

.close-icon:active {
  border-color: #22242b;
  background-color: #22242b;
}

.close-icon-line1 {
  width: 26px;
  height: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-whatsapp-line {
  position: absolute;
  left: 75px;
  top: auto;
  right: 0%;
  bottom: 10px;
  width: 165px;
  border-bottom: 1px dashed #b9904f;
}

.html-embed {
  width: 100%;
  height: 670px;
}

.html-embed-2 {
  width: 100%;
  height: 670px;
}

.html-embed-3 {
  width: 100%;
  height: 670px;
}

.html-embed-4 {
  width: 100%;
  height: 670px;
}

.text-block-7 {
  display: block;
}

.owl-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 712px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item.item1 {
  width: 100%;
  height: auto;
}

.item.item2 {
  width: 100%;
  height: auto;
}

.item.item3 {
  width: 100%;
  height: auto;
}

.item.item4 {
  width: 100%;
  height: auto;
}

.item.item5 {
  width: 100%;
  height: auto;
}

.item.s11-1-owl-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item.s11-1-owl-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item.s11-1-owl-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.place-near__slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 21px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed-5 {
  display: block;
  margin-top: 40px;
}

.filters-block__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0px solid #379961;
}

.filters-block__input {
  width: 100%;
  height: 26px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0px solid #379961;
  border-radius: 5px;
  color: #379961;
}

.s1-wrp-caption {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  padding-bottom: 166px;
}

.s1-wrp-caption__top {
  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;
}

.s1-wrp__caption {
  margin-left: 9px;
  font-family: Iskracyr;
  color: #fff;
  font-size: 92px;
  line-height: 0.52em;
  font-weight: 700;
  letter-spacing: -3.24px;
}

.s1-wrp__text {
  font-family: Iskracyr;
  color: #fff;
  font-size: 46px;
  line-height: 1.04em;
  font-weight: 700;
}

.section-title--gradient {
  margin-top: 2px;
  font-family: "Bickhamscriptthree", "Historypro two", sans-serif;
  color: #3b3b3c;
  font-size: 100px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  z-index: 10;
}

.section-title--gradient.section-title--gradient--cut {
  width: 43%;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s3-wrp-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s3-wrp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #635249;
}

.s3-wrp-item__circle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #dd4c4b;
}

.s3-wrp-item__circle-wrap.brown-cl {
  background-color: #dd7745;
}

.s3-wrp-item__circle-wrap.yellow-cl {
  background-color: #efbd42;
}

.s3-wrp-item__circle-wrap.green-cl {
  background-color: #b1c76c;
}

.s3-wrp-item__circle-wrap.burgundy-cl {
  background-color: #b43145;
}

.s3-wrp-item__circle-wrap.laim-cl {
  background-color: #22b347;
}

.s3-wrp-item__circle-wrap.blue-cl {
  background-color: #5672ff;
}

.s3-wrp-item__circle-wrap.pink-cl {
  background-color: #ff4184;
}

.s3-wrp-item__circle-inner {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
}

.text-block-8 {
  margin-bottom: 1px;
  margin-left: 6px;
  font-size: 19px;
}

.s3-wrp-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s3-wrp-item__wrp-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s3-wrp-item__wrp-icon.icon-man {
  width: 13px;
  height: 17px;
}

.s3-wrp-item__wrp-icon.icon-house {
  width: 17px;
  height: 17px;
}

.s3-wrp-item__icon {
  width: 100%;
  height: 100%;
}

.s4-2 {
  padding-top: 80px;
  padding-right: 64px;
  padding-left: 64px;
}

.s-4-2-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-4-2-slider-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 100%;
  padding-top: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #dd454c;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(2%, #dd454c),
    color-stop(91%, #dd5b39)
  );
  background-image: linear-gradient(0deg, #dd454c 2%, #dd5b39 91%);
}

.s-4-2-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.s-4-2-tabs {
  width: 100%;
  margin-top: 56px;
}

.s-4-2-slider {
  width: 63%;
  height: 480px;
  max-width: 800px;
}

.s-4-2-tabs-content {
  height: 480px;
}

.s-4-2-tab {
  height: 100%;
}

.s-4-2-slider-info__count-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-4-2-slider-info__big-text {
  font-family: Iskracyr;
  color: #fff;
  font-size: 180px;
  line-height: 1em;
  letter-spacing: -4.94px;
}

.s-4-2-slider-info__big-text-note {
  font-family: Iskracyr;
  color: #fff;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -0.88px;
}

.s-4-2-slider-info__caption {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 1.26em;
  font-weight: 600;
}

.s-4-2-slider-info__bot-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-4-2-slider-info__text {
  opacity: 0.5;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.s-4-2-slider-info__decor {
  position: absolute;
  top: 0px;
  right: -86px;
  z-index: 2;
  width: 150px;
  height: 100%;
  background-image: url("../images/group-18.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s-4-2-slider-div {
  width: 100%;
  height: 100%;
}

.s-4-2-slider-img {
  height: 480px;
  max-width: none;
  min-width: 100%;
}

.s-4-2-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.s-4-2-tab-link.w--current {
  background-color: transparent;
  color: #dd7745;
}

.s-4-2-tab-link__wrp-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.s-4-2-tab-link__text {
  margin-top: 4px;
  font-size: 19px;
  line-height: 1.26em;
  text-align: center;
}

.s6-slider-inner-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}

.s6-slider-decor-line {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 53%;
  z-index: -1;
  width: 130%;
  height: 2px;
  background-color: #dd5749;
}

.s6-slider-wrp-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.s8-quarters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-note--rect {
  position: absolute;
  right: 82%;
  bottom: 83%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2.4px solid #fff;
  border-radius: 3.2px;
  background-color: #b1c76c;
}

.map-note--rect.map-note--rect-1 {
  right: 74%;
  bottom: 72%;
}

.map-note--rect.map-note--rect-2 {
  right: 85%;
  bottom: 61%;
  background-color: #dd4c4b;
}

.map-note--rect.map-note--rect-3 {
  right: 45%;
  bottom: 61%;
  background-color: #efbd42;
}

.map-note--rect.map-note--rect-4 {
  right: 22%;
  bottom: 51%;
  background-color: #dd7745;
}

.image-10 {
  width: 23px;
  height: 43px;
}

.map-note--persp-1 {
  position: absolute;
  left: 7%;
  top: 8%;
  width: 17%;
}

.map-note--persp-2 {
  position: absolute;
  left: 2%;
  top: 26%;
  width: 20%;
}

.map-note--persp-3 {
  position: absolute;
  left: 18%;
  top: 11.5%;
  width: 18%;
}

.map-note--persp-4 {
  position: absolute;
  left: 45%;
  top: 19%;
  width: 18%;
}

.map-note--persp-5 {
  position: absolute;
  left: 59%;
  top: 28%;
  width: 38%;
}

.map-note-block__wrp-icon {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-note-block__icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.s-slider {
  width: 100%;
  height: 100%;
}

.s-slider-div {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(32, 31, 31, 0.68)),
      color-stop(30%, rgba(60, 55, 55, 0))
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(60, 55, 55, 0)), to(rgba(22, 22, 22, 0.77))),
    url("../images/bg-main-lubov.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(32, 31, 31, 0.68),
      rgba(60, 55, 55, 0) 30%
    ),
    linear-gradient(180deg, rgba(60, 55, 55, 0) 45%, rgba(22, 22, 22, 0.77)),
    url("../images/bg-main-lubov.jpg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.s-slider-div.s1-0 {
  display: block;
  background-image: url("../images/bg-main-lubov.jpg");
}

.s-slider-div.s1-1 {
  display: block;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, rgba(60, 55, 55, 0)),
      to(rgba(22, 22, 22, 0.77))
    ),
    url("../images/6.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(60, 55, 55, 0) 45%,
      rgba(22, 22, 22, 0.77)
    ),
    url("../images/6.jpg");
}

.s-slider-div.s1-2 {
  display: block;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, rgba(60, 55, 55, 0)),
      to(rgba(22, 22, 22, 0.77))
    ),
    url("../images/1Tokyo.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(60, 55, 55, 0) 45%,
      rgba(22, 22, 22, 0.77)
    ),
    url("../images/1Tokyo.jpg");
}

.s-slider-div.s1-3 {
  display: block;
}

.s-slider-div.s1-4 {
  display: block;
}

.s-slider-div.s1-5 {
  display: block;
}

.s-slider-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}

.s-slider-nav-div {
  width: 20%;
  opacity: 0.4;
  cursor: pointer;
}

.s1-wrp-caption-2 {
  padding-bottom: 166px;
}

.s-bot-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 372px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(60, 55, 55, 0)),
    to(rgba(22, 22, 22, 0.77))
  );
  background-image: linear-gradient(
    180deg,
    rgba(60, 55, 55, 0),
    rgba(22, 22, 22, 0.77)
  );
}

.s-slider-nav-div--decor-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50px;
  width: 100%;
  height: 2px;
  background-color: #d63333;
  opacity: 0.56;
}

.div-block-7 {
  width: 100%;
  height: 100%;
}

.s-slider-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.s2-div-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 502px;
}

.s3-show-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-slider-arrow-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 166px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-slider-arrow-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 100%;
}

.s-slider-arrow-count {
  width: 40px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 4px;
  text-align: center;
}

.s-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

.slider-arrow-empty {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid #b9904f;
  border-radius: 100%;
  background-color: #f8f3ed;
}

.map-hover-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: 15%;
  display: block;
  width: 248px;
  height: auto;
  padding: 16px;
  border-radius: 17px;
  background-color: #fff;
}

.map-hover-div.map-hover-div-1 {
  bottom: 18%;
  display: block;
}

.map-hover-div.map-hover-div-2 {
  right: 71%;
  bottom: 14%;
  display: block;
}

.map-hover-div.map-hover-div-3 {
  right: 7%;
  bottom: 10%;
  z-index: 2;
  display: block;
}

.map-hover-inside-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(193, 186, 182, 0.2);
  border-bottom: 1px solid rgba(193, 186, 182, 0.2);
}

.map-hover-inside-left {
  width: 40%;
}

.map-hover-inside-right {
  width: 60%;
  margin-left: 6px;
}

.remodal-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(53, 38, 30, 0.75);
}

.modal-div--senim {
  position: relative;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 80%;
  height: 90%;
  max-height: 690px;
  max-width: 1216px;
  padding: 37px 30px 30px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #fff;
}

.modal-div-close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #e0dcdb;
  border-radius: 100%;
  cursor: pointer;
}

.modal-bot-tab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-left-tab-inner {
  width: 50%;
}

.modal-right-tab-inner {
  width: 50%;
  height: 100%;
}

.modal-div--heart {
  position: relative;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 80%;
  height: 90%;
  max-height: 692px;
  max-width: 1216px;
  padding: 37px 30px 30px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #fff;
}

.modal-div-close--heart {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  width: 32px;
  height: 32px;
  padding-top: 0px;
  padding-left: 1px;
  border: 2px solid #e0dcdb;
  border-radius: 100%;
  cursor: pointer;
}

.modal-div--sezim-qala {
  position: relative;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 80%;
  height: 90%;
  max-height: 692px;
  max-width: 1216px;
  padding: 37px 30px 30px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
}

.modal-div-close--senim {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  width: 32px;
  height: 32px;
  padding-top: 0px;
  padding-left: 1px;
  border: 2px solid #e0dcdb;
  border-radius: 100%;
  cursor: pointer;
}

.modal__caption {
  width: 60%;
  min-width: 605px;
  background-color: #dd594a;
  background-image: linear-gradient(275deg, #dd454c 18%, #dd7745 98%);
  font-family: Iskracyr;
  font-size: 58px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -1.59px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal__sub-caption {
  margin-top: 8px;
  font-family: Iskracyr;
  color: #635249;
  font-size: 19px;
  line-height: 1.26em;
}

.modal__text {
  width: 95%;
  max-width: 460px;
  margin-top: 42px;
  margin-bottom: 31px;
  color: #635249;
  line-height: 1.63em;
  letter-spacing: 0.29px;
}

.modal-tabs {
  margin-top: 40px;
}

.modal-tabs-menu {
  margin-bottom: 36px;
}

.modal-tab-link {
  padding: 4px 16px 6px;
  border-radius: 17.5px;
  background-color: #fff;
}

.modal-tab-link.w--current {
  background-color: rgba(221, 139, 69, 0.12);
  color: #dd594a;
}

.inner-sec1-modal-tabs {
  position: relative;
  height: 100%;
}

.inner-sec1-modal-menu {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.inner-sec1-modal-content {
  height: 100%;
}

.inner-sec1-modal-tab-link {
  margin-left: 8px;
  padding: 8px 22px 9px 20px;
  border-radius: 24px;
  background-color: rgba(251, 241, 233, 0.5);
  color: #635249;
}

.inner-sec1-modal-tab-link.w--current {
  background-color: #fbf1e9;
  color: #dd594a;
}

.inner-sec1-modal-slider {
  z-index: 1;
  height: 100%;
  background-color: transparent;
}

.modal-bot-tab-left {
  width: 48%;
}

.modal-bot-tab-right {
  width: 48%;
  margin-bottom: auto;
}

.modal-bot-tab-sec2__caption {
  margin-bottom: 46px;
  background-color: #dd594a;
  background-image: linear-gradient(278deg, #dd454c 18%, #dd7745 98%);
  font-family: Iskracyr;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-bot-tab__material-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-bot-tab__material-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 77, 75, 0.5);
  border-radius: 100%;
}

.modal-bot-tab__material-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 83px;
  height: 83px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #dd4d4b;
  border-radius: 100%;
}

.modal-bot-tab__note-block {
  width: 100%;
  margin-left: 22px;
  padding-top: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-bot-tab__note-caption {
  margin-bottom: 4px;
  background-color: #dd594a;
  background-image: linear-gradient(287deg, #dd454c 17%, #dd7745 97%);
  font-family: Iskracyr;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.66px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-bot-tab__note-text {
  opacity: 0.5;
  color: #635249;
  line-height: 1.25em;
  letter-spacing: 0.29px;
}

.modal-bot-tab-sec3__status-bl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.modal-bot-tab-sec3__stage-bl {
  margin-right: 48px;
  color: #635249;
  font-size: 15px;
  line-height: 1.33em;
}

.modal-bot-tab-sec3__stage-cap {
  font-family: Corsicalx;
  color: #e93d3c;
  font-size: 17px;
  line-height: 1.06em;
  letter-spacing: 0.31px;
}

.modal-bot-tab-sec3__stage-cap.brown-cl {
  color: #e46e34;
}

.modal-bot-tab-sec3__stage-cap.yellow-cl {
  color: #ddb045;
}

.modal-bot-tab-sec3__stage-cap.green-cl {
  margin-bottom: 3px;
  color: #b1c76c;
}

.modal-menu-c3 {
  position: absolute;
  left: auto;
  top: 31px;
  right: 24px;
  bottom: auto;
  z-index: 3;
}

.modal-link-c3 {
  margin-left: 8px;
  padding: 8px 12px 9px;
  border-radius: 24px;
  background-color: rgba(251, 241, 233, 0.5);
}

.modal-link-c3.w--current {
  background-color: #fbf1e9;
  color: #dd594a;
}

.modal-tab-cont-bl-c3 {
  width: 100%;
  height: 375px;
}

.tab-pane-tab-1-2 {
  z-index: 2;
}

.map-hover-and-dots--sezim-qala {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-sec1-modal-slider__wrp-img {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.inner-sec1-modal-slider__img {
  border-radius: 16px;
}

.modal-left-tab-charac-block {
  width: 32%;
  margin-right: 4%;
}

.modal-left-tab-charac-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-left-tab-charac-note {
  letter-spacing: 0.29px;
}

.modal-left-tab-charac-value {
  background-color: #dd594a;
  background-image: linear-gradient(286deg, #dd454c 17%, #dd7745 98%);
  font-family: Iskracyr;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.55px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s8-slide-price-text {
  margin-top: 16px;
  margin-bottom: 6px;
  background-color: #dd594a;
  background-image: linear-gradient(279deg, #dd454c 18%, #dd7745 98%);
  font-size: 24px;
  line-height: 1em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s8-slide-price-text-m2 {
  opacity: 0.5;
  color: #635249;
  font-size: 15px;
  line-height: 1.06em;
}

.map-hover__subcaption {
  margin-bottom: 5px;
  opacity: 0.4;
  color: #635249;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.2px;
}

.map-hover__subcaption.non-opacity {
  opacity: 1;
}

.s1-wrp-bg-and-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 595px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url("../images/div-s1-wrp-bg-and-content.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1-wrp-bg-and-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 135px;
  background: linear-gradient(180deg, rgba(24, 29, 36, 0) 0%, #3b3b3c 100%);
  z-index: 3;
}

.s1-wrp-bg-and-content-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(80%);
}

.s1-top__wrp-logo {
  position: relative;
  z-index: 4;
  width: 408px;
  height: 72px;
  margin-bottom: 167px;
  margin-top: 45px;
}

.s1-top__logo {
  width: 100%;
}

.s1__caption {
  position: relative;
  z-index: 4;
  margin-top: 15px;
  font-family: Bickhamscriptthree, "Historypro two", sans-serif;
  color: #3b3b3c;
  font-size: 96px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 24px;
  line-height: 24px;
}

.s1__caption-btn-link {
  z-index: 4;
  margin-top: 40px;
  margin-bottom: 5px;
  margin-left: 17px;
  display: flex;
  position: relative;
}

.s1__caption-btn-link-header {
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 8;
}

.s1__caption-btn-link a {
  text-align: center;
  cursor: pointer;
  background: #b25c22;
  border-radius: 100px;
  padding: 10px 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  max-width: 206px;
}

.s1__sub-caption {
  position: relative;
  z-index: 4;
  margin-top: 73px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 2px;
}

.s1-wrp-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185, 144, 79, 0.5);
  background-color: transparent;
}

.body {
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-weight: 400;
}

.s1-text-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 5;
  position: absolute;
  width: 100%;
  bottom: 24px;
  padding: 0 97px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1.84px;
  color: #ffffff;
  gap: 10px;
  @media screen and (max-width: 768px) {
    padding: 0 24px;
  }
}

.s1-text-wrapper-item {
  display: flex;
  justify-content: space-between;
}

.s1-text-label {
  width: 100%;
  text-align: left;
}

.s1-text-value {
  width: 100%;
  text-align: right;
  @media screen and (max-width: 768px) {
    max-width: 1690px;
  }
}

.s1-wrp-decor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.s2-embed-text-bottom {
  margin-top: 10px;
}

.s3-tabs {
  position: relative;
}

.s3-tabs-menu {
  position: absolute;
  left: auto;
  top: -78px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s6-slider__wrap-img {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  padding: 16px 17px 15px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eae2d4;
  border-radius: 100%;
  background-color: #fff;
}

.s6-slider__img {
  width: 100%;
  height: 100%;
}

.s6-slider__text {
  opacity: 0.9;
  font-size: 17px;
  line-height: 1.53em;
}

.s6-slider__note {
  opacity: 0.4;
  font-size: 14px;
  line-height: 1.86em;
  letter-spacing: 0.3px;
}

.s6-slider__decor-line {
  position: absolute;
  left: 0px;
  top: 297px;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #e8decf;
}

.s1-wrp-bg--line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  border: 0px solid #524c3c;
}

.s5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s5-1-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s5-1__text {
  margin-top: 40px;
}

.s5-1__text.s5-1__text--mobile {
  display: none;
}

.s5-1__top-block {
  width: 50%;
  padding-left: 48px;
}

.s5-1-tabs {
  padding-right: 0px;
  padding-left: 0px;
}

.s5-1-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s5-1-tab-link {
  border-radius: 26px;
  background-color: transparent;
  opacity: 0.9;
  font-size: 17px;
  line-height: 1.53em;
}

.s5-1-tab-link.w--current {
  background-color: #fbf1ea;
  color: #b25c22;
}

.s5-1-tabs-content {
  height: 612px;
}

.s5-1-slider {
  height: 100%;
}

.s5-1-slide__wrap-img {
  position: relative;
  width: 100%;
  height: 612px;
}

.s5-1-slide__img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-pane-tab-1-3 {
  height: 100%;
}

.s6-1 {
  position: relative;
}

.s6-1-wrp {
  position: static;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 40px;
}

.s6-1__top-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 59px;
}

.s6-1__text {
  position: relative;
  z-index: 1;
  width: 35%;
  max-width: 488px;
  margin-left: 16%;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.73em;
}

.slider-s6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-s6__item {
  padding-right: 70px;
}

.slider-s6__item_new {
  padding-right: 40px;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.slider-s6__item_span {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  color: #a06f4e;
}

.slider-s6__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.s7-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s7-1-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 40px;
}

.s7-1__top-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

.slider-s7__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 616px;
  padding-top: 67px;
  padding-bottom: 68px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-s7__item.slider-s7__item--even {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-s7__item.slider-s7__item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-s7__item.slider-s7__item-4 {
  display: none;
}

.slider-s7__wrap-img {
  width: 30vw;
  height: 34vw;
  max-height: 528px;
  max-width: 464px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-s7-circle__block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  height: 325px;
  margin: 5px 1vw auto -20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.slider-s7-circle__block.slider-s7-circle__block--even {
  margin-top: auto;
  margin-bottom: 0px;
}

.slider-s7-circle__caption {
  margin-bottom: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #a87855;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 1.97px;
}

.slider-s7-circle__text {
  width: 100%;
  text-align: left;
  color: #22242b;
  font-size: 13px;
  line-height: 19px;
}

.slider-s7__img {
  width: 100%;
  height: 100%;
  border-radius: 500px 500px 500px 0px;

  @media screen and (max-width: 479px) {
    border-radius: inherit;
  }
}

.s8-1-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s8-1__top-block {
  position: relative;
  width: 50%;
  margin-bottom: 59px;
}

.s8-1__slider {
  height: 100%;
  background-color: transparent;
}

.s8-1__slider-mask {
  height: 100%;
}

.s8-1__slide-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  padding-left: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s8-1__slide-right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  height: 100%;
  max-width: 566px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s8-1__slide-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  max-width: 528px;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.s8-1__slide-wrap-img {
  width: 100%;
  max-width: 545px;
  height: 496px;
  border-radius: 500px 0 0 500px;
  background-color: #eae2d4;
}

.s8-1__slide-img {
  width: 100%;
  height: 534.53px;
  -o-object-fit: cover;
  transform: translateY(-19.27px);
  object-fit: cover;
  border-radius: 0 500px 500px;
}

.s8-1__slide-caption {
  width: 428px;
  margin-bottom: 33px;
  font-family: "Nunito Sans", sans-serif;
  color: #a06f4e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.s8-1__slide-item-text {
  margin-bottom: 5px;
  margin-left: 12px;
  font-size: 15px;
  line-height: 1.47em;
  text-transform: none;
}

.s8-1__slide-right-decor {
  position: static;
  left: 0;
  top: 32px;
  right: 7%;
  bottom: 32px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 410px;
  padding: 85px 78px 81px 44px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #eae2d4;
  background-color: #eae2d4;
}

.s8-1__slider-nav {
  position: relative;
  background-color: transparent;
}

.s8-1__slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s8-1__slide-item-rotate-square {
  width: 6px;
  height: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b9904f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block-10 {
  opacity: 0.5;
  color: #545558;
}

.s9-1-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s9-1__video-block {
  position: relative;
  width: 50%;
  height: 420px;
}

.s9-1__right-block {
  width: 50%;
  padding-top: 27px;
  padding-left: 7%;
}

.s9-1__wrp-video {
  position: relative;
  height: 420px;
}

.s9-1__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s9-1__caption {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #545558;
  font-size: 30px;
  line-height: 1.47em;
  font-weight: 400;
  text-transform: uppercase;
}

.s9-1__text {
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.73em;
}

.s9-1__text.s9-1__text--mobile {
  display: none;
}

.s9-1__note {
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.73em;
}

.s9-1__note.s9-1__note--mobile {
  display: none;
}

.s9-1__video-play {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin: auto;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90%;
  background-color: #fff;
}

.s10-1__top-block {
  position: relative;
  z-index: 1;
  width: 50%;
}

.calc-div {
  margin-left: 48px;
}

.calc-rooms-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
}

.tabs-rooms-content {
  width: 50%;
  max-width: 466px;
}

.calc-rooms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 44px;
  padding: 9px 22px 9px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  opacity: 0.9;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.calc-rooms:hover {
  border-color: transparent;
  background-color: #fbf1ea;
  border-radius: 26px;
  color: #b25c22;
  font-weight: 500;
}

.calc-rooms:focus {
  border-color: transparent;
  background-color: #fbf1ea;
  border-radius: 26px;
  color: #b25c22;
  font-weight: 500;
}

.calc-subtitle {
  opacity: 0.5;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  line-height: 1.73em;
  font-weight: 400;
}

.calc-meters-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calc-meters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 44px;
  padding: 9px 10px 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  opacity: 0.9;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.calc-meters:hover {
  border-color: transparent;
  background-color: #fbf1ea;
  border-radius: 26px;
  color: #b25c22;
  font-weight: 500;
}

.calc-img-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-wrp {
  position: relative;
}

.calc-result-rooms {
  margin-top: 33px;
  margin-bottom: 14px;
  font-family: "Nunito Sans", sans-serif;
  color: #545558;
  font-size: 34px;
  line-height: 1.53em;
  font-weight: 400;
  letter-spacing: 3.58px;
}

.calc-result-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 9px;
  border-top: 1px solid rgba(84, 85, 88, 0.21);
  border-bottom: 1px solid rgba(84, 85, 88, 0.21);
}

.calc-result-block {
  width: 30%;
  margin-right: 2%;
}

.calc-result {
  font-family: "Nunito Sans", sans-serif;
  color: #545558;
  font-size: 21px;
  line-height: 1.24em;
  font-weight: 400;
}

.calc-result-note {
  opacity: 0.5;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
}

.calc-result-price {
  line-height: 1em;
}

.calc-img {
  width: 100%;
  height: 100%;
}

.all-plan-link {
  margin-top: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #b25c22;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  align-self: center;
}

.calc-field {
  margin-top: 19px;
  margin-bottom: 7px;
  opacity: 0.5;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
}

.tabs-result-price-div {
  font-family: "Nunito Sans", sans-serif;
  color: #b9904f;
  font-size: 40px;
  line-height: 0.65em;
  font-weight: 400;
}

.tabs-result-cost-div {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: "Nunito Sans", sans-serif;
  color: #545558;
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 400;
}

.calc-result-bottom-text {
  opacity: 0.5;
  font-family: "Nunito Sans", sans-serif;
  color: #22242b;
  font-size: 13px;
  line-height: 1.46em;
  font-weight: 400;
}

.s-11-1 {
  position: relative;
}

.s11-1-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s11-1__top-block {
  position: relative;
  width: 50%;
  max-width: 374px;
  margin-bottom: 12px;
  background-color: #fff;
}

.s11-1__slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel-s11 {
  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;
}

.s11-1-item__wrap-img {
  position: relative;
  z-index: 1;
  height: 464px;
  padding-top: 16px;
  background-color: #fff;
}

.s11-1-item__wrap-img.s11-1-merge-2 {
  position: relative;
  z-index: 1;
  height: 416px;
}

.s11-1-item__bot-caption {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  margin-left: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 1.36em;
  letter-spacing: 1.97px;
  text-transform: uppercase;
}

.s11-1-item__bot-caption.s11-1-item__bot-caption--even {
  color: #a06f4e;
}

.s-12-1 {
  /*display: none;*/
  padding-left: 64px;
}

.s12-1-wrp {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s12-1__top-block {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
  white-space: normal;
}

.s12-1__wrap-decor {
  width: 100%;
  height: 706px;
  padding: 24px;
  border: 1px solid #eae2d4;
}

.s12-1__inner-content {
  width: 100%;
  height: 706px;
}

.s12-1__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s12-1-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s12-1-tab-link {
  border-radius: 26px;
  background-color: #fff;
  font-size: 17px;
  line-height: 1.53em;
}

.s12-1-tab-link.w--current {
  background-color: rgba(185, 144, 79, 0.1);
  color: #b9904f;
}

.s2-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 48px;
  background-color: #fff;
  white-space: normal;
}

.s3-wrap-map {
  padding: 24px;
  border: 1px solid #eae2d4;
}

.vidizokna-mob {
  display: none;
}

.s3-note-title {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 5;
  width: 104px;
  margin-right: auto;
  margin-left: -47px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(34, 36, 43, 0.3);
  font-size: 11px;
  line-height: 2.36em;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.s6-note-title {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 5;
  width: 104px;
  margin-right: auto;
  margin-left: -47px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(34, 36, 43, 0.3);
  font-size: 11px;
  line-height: 2.36em;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.s4-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
}

.s4-1-wrp {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px 0 40px;
}

.slider-s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-s4__item {
  width: 694px;
  height: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-s4__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s5-note-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 104px;
  margin-right: auto;
  margin-left: -47px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #a87855;
  font-size: 11px;
  line-height: 2.36em;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  border-radius: 100%;
}

.s2-decor-circle {
  position: absolute;
  left: 46%;
  top: 800px;
  right: unset;
  bottom: 0;
  z-index: 0;
  height: 348px;
  background: url("../images/vivaldi-decor.svg");
  width: 1018px;
}

.s2-decor-circle-left {
  left: unset;
  right: 89%;
}

.s3-title-div {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin-bottom: 53px;
  background-color: #fff;
}

.s2-decor-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 32%;
  z-index: -2;
  width: 100%;
  height: 1px;
  border: 0px solid #e8decf;
  background-color: #e8decf;
}

.s6-1-note-title {
  position: absolute;
  left: 0px;
  top: -6px;
  z-index: 5;
  width: 104px;
  margin-right: auto;
  margin-left: -47px;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(34, 36, 43, 0.3);
  font-size: 11px;
  line-height: 2.36em;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}

.s6-1-decor-line {
  position: absolute;
  left: 0%;
  top: 17%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  width: 100%;
  height: 1px;
  background-color: #e8decf;
}

.s6-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 309px;
  margin-left: 18px;
  padding-left: 30px;
  background-color: #fff;
}

.s6-1-caption-embed-new {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 586px;
  margin-left: 18px;
  padding-left: 30px;
  background-color: #fff;
}

.s6-1-decor-vert-line {
  position: absolute;
  left: 14%;
  top: 32px;
  right: 0%;
  z-index: -2;
  width: 1px;
  height: 48px;
  background-color: #e8decf;
}

.s6-1-slider-nav-div {
  position: absolute;
  left: auto;
  top: 14%;
  right: 40px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.s6-1-slider-nav-div-new {
  position: absolute;
  left: auto;
  top: 14%;
  right: 40px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.s6-1-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s6-1-prev-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s6-1-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s6-1-next-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s6-1-slider-counter {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.86em;
  text-align: center;
  letter-spacing: 0.19px;
}

.s6-1-slider-counter-new {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.86em;
  text-align: center;
  letter-spacing: 0.19px;
}

.s7-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  margin-left: 18px;
  padding-left: 30px;
  background-color: #fff;
}

.s7-1-slider-nav-div {
  position: absolute;
  top: 14%;
  right: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.s7-1-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s7-1-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s7-1-slider-counter {
  width: 40px;
  opacity: 0.9;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.19px;
}

.s7-1-decor-line {
  position: absolute;
  left: 0%;
  top: 17%;
  right: 0%;
  z-index: -2;
  width: 100%;
  height: 1px;
  background-color: #e8decf;
}

.slider-s7__vert-decor-line {
  position: absolute;
  left: 138px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #e8decf;
}

.slider-s7-circle__inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #eae2d4;
  border-radius: 0px 285px 285px 285px;
}

.s6-slider__wrap-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.arrow-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-slider.s8-1-arrow-left {
  margin-left: 28px;
}

.arrow-slider.s8-1-arrow-right {
  right: 7%;
}

.arrow-slider__wrp-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fbf1ea;
}

.s8-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
}

.s9-1__top-block {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px;
}

.s9-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
  white-space: nowrap;
}

.s10-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
  white-space: nowrap;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.s11-1-item__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s12-1-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
  white-space: nowrap;
}

.s12__top-block {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
  white-space: normal;
}

.s12-caption-embed-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
  white-space: nowrap;
}

.s12-caption-embed {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 327px;
  margin-left: 48px;
  background-color: #fff;
  white-space: nowrap;
}

.s1-rhomb-decor {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #22242b;
}

.s1-rhomb-decor.s1-rhomb-top-left {
  left: 5px;
  top: 5px;
  right: auto;
  bottom: auto;
}

.s1-rhomb-decor.s1-rhomb-top-right {
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 1;
}

.s1-rhomb-decor.s1-rhomb-bot-right {
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
}

.s1-rhomb-decor.s1-rhomb-bot-left {
  left: 5px;
  top: auto;
  right: auto;
  bottom: 5px;
}

.s1-inner-rhomb {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(208, 182, 108, 0.57);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.s4-1-title-div {
  position: absolute;
  left: 51%;
  z-index: 1;
  max-width: 480px;
  margin-top: -10%;
  margin-bottom: 0px;
  background-color: transparent;
}

.div-block-19 {
  width: 14px;
  height: 18px;
  margin-left: 28px;
  background-image: url("../images/play-video-white.svg");
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.div-block-17:hover {
  background-color: transparent;
}

.lightbox-link {
  display: block;
  text-decoration: none;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 48px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(248, 250, 255, 0.3);
  border-radius: 26px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 16px;
  color: #fff;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 49%;
  height: 28vw;
  max-height: 372px;
}

.video-wrapper.video-wrapper_pc {
  width: 100%;
  height: 420px;
  max-height: none;
  background-image: url(../images/lifestyle-03.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-video {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  width: 131%;
  height: 133%;
}

.html-embed-6 {
  display: none;
}

.s4-1-slider-nav-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-right: 64px;
  padding-left: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s4-1-prev {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s4-1-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s4-slider-counter {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.86em;
  text-align: center;
  letter-spacing: 0.19px;
}

.html-embed-7 {
  width: 100%;
  height: 100%;
}

.s3-wrap-ymap {
  width: 100%;
  height: 658px;
  padding: 24px;
  border: 1px solid #eae2d4;
}

.s3-wrap-ymap__embed {
  width: 100%;
  height: 100%;
}

.s5-1-circle-desc-block {
  display: none;
}

.s5-1-slide__mobile-wrap {
  display: none;
}

.s5-1-slide__mob-bot-text {
  display: none;
}

.div-block-20 {
  width: 50%;
  max-width: 410px;
}

.calc-div__top {
  width: 50%;
  max-width: 410px;
}

.tabs-meters-btn {
  display: block;
  width: 100%;
  max-width: 256px;
  margin-top: 18px;
  padding: 10px 33px 12px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(185, 144, 79, 0.5);
  border-radius: 26px;
  background-color: transparent;
  background-image: url("../images/icon-whatsapp-gold.svg");
  background-position: 25px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: "Nunito Sans", sans-serif;
  color: #b9904f;
  font-size: 15px;
  line-height: 1.73em;
  font-weight: 400;
}

.tabs-meters-btn:hover {
  border-color: transparent;
  background-color: #b9904f;
  background-image: url("../images/icon-whatsup-white.svg");
  color: #fff;
}

.tabs-meters-btn:active {
  background-color: #836534;
}

.tabs-meters-btn.modal-btn-whatsup-mobile {
  display: none;
}

.html-embed-8 {
  width: 100%;
  height: 100%;
}

.s5-1-slide__wrap-facade-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 612px;
}

.s5-1-slide__facade-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 50% 90%;
}

.s4-1__bot-text {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.8s linear;
  transition: visibility 0s, opacity 0.8s linear;
  display: none;
  margin-top: 26px;
  margin-left: 17px;
}

.s4-1__bot-text.active-text {
  display: block;
  opacity: 0.9;
  visibility: visible;
  max-height: none;
}

.s4-1__bot-text .title-text {
  color: #a06f4e;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 17px;
}

.s4-1__bot-text .description-text {
  color: #22242b;
  font-size: 15px;
  line-height: 1.73em;
}

.s11-1-decor-line {
  position: absolute;
  left: 0%;
  top: 12%;
  right: 0%;
  z-index: -2;
  width: 100%;
  height: 1px;
  background-color: #e8decf;
}

.s11-1__owl-counter {
  position: absolute;
  left: auto;
  top: 96px;
  right: 146px;
  bottom: auto;
  z-index: 4;
}

.s11-1__slide-vert-decor {
  position: absolute;
  left: 100px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #e8decf;
}

.s11-1__slide-circle-decor {
  position: absolute;
  left: -40px;
  top: auto;
  right: auto;
  bottom: -77px;
  z-index: 1;
  width: 220px;
  height: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eae2d4;
  border-radius: 100%;
  background-color: #fff;
}

.s11-1__slide-circle-bot-empty {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: -97px;
  z-index: 1;
  width: 100%;
  height: 97px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid #eae2d4;
  border-radius: 100%;
  background-color: #fff;
}

.s11-1__slider-block--mob {
  display: none;
}

.slick-s11__item {
  width: 197px;
}

.slick-s11__wrp-img.slick-s11__wrp-img--even {
  width: 320px;
}

.slick-s11__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s1__bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.resourse-note-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 58%;
  bottom: 91%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  padding: 3px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 220, 204, 0.5);
  border-radius: 18px;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #545558;
  font-size: 15px;
  line-height: 1.73em;
  cursor: pointer;
}

.resourse-note-block:hover {
  z-index: 5;
}

.resourse-note-block.cinema {
  right: 26%;
  bottom: 51%;
}

.resourse-note-block.park4 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: 73%;
}

.resourse-note-block.bikeroad {
  right: 27%;
  bottom: 31%;
}

.resourse-note-block.mall {
  right: 73%;
  bottom: 83%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #5672ff;
}

.resourse-note-block.walkstreet {
  right: 55%;
  bottom: 70%;
}

.resourse-note-block.park1 {
  right: 83%;
  bottom: 62%;
}

.resourse-note-block.riverside {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 44%;
  display: none;
}

.resourse-note-block.school1 {
  right: 67%;
  bottom: 63%;
}

.resourse-note-block.business2 {
  right: 34%;
  bottom: 74%;
}

.resourse-note-block.school2 {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 65%;
}

.resourse-note-block.business2 {
  right: 34%;
  bottom: 74%;
}

.resourse-note-block.business1 {
  right: 65%;
  bottom: 34%;
}

.resourse-note-block.park2 {
  left: auto;
  top: auto;
  right: 88%;
  bottom: 33%;
}

.resourse-note-block.park3 {
  left: auto;
  top: auto;
  right: 44%;
  bottom: 25%;
}

.resourse-note-block.green-mall {
  right: 25%;
  bottom: 68%;
}

.resourse-note-block.business3 {
  right: 34%;
  bottom: 40%;
}

.resourse-note-block.map-detsad {
  right: 82%;
  bottom: 67%;
}

.resourse-note-block.map-run {
  right: 53%;
  bottom: 81%;
}

.resourse-note-block.map-arena {
  right: 65%;
  bottom: 52%;
}

.resourse-note-block.map-flag {
  right: 15%;
  bottom: 41%;
  z-index: 1;
}

.resourse-note-block.map-magnum {
  right: 22%;
  bottom: 16%;
  z-index: 1;
}

.resourse-note-block.map-school2 {
  right: 33%;
  bottom: 67%;
}

.resourse-note-block.map-note-block--alkissa {
  right: 72%;
  bottom: 38%;
  width: 108px;
}

.resourse-note-block.map-note-block--baglan {
  right: 10%;
  bottom: 18%;
  width: 96px;
  padding-right: 17px;
  padding-left: 10px;
}

.resourse-note-block.image {
  width: 90px;
  height: 90px;
  fill: #b9904f;
  stroke-width: 1px;
  stroke: #e9e5e2;
  mix-blend-mode: soft-light;
  border: none;
  justify-content: center;
  background: none;
  opacity: 0.7;
  left: 13%;
}

.resourse-note-block.s5-1-map-note-1 {
  right: 48%;
  bottom: 1%;
}

.resourse-note-block.s5-1-map-note-2 {
  right: 40%;
  bottom: 28%;
}

.resourse-note-block.s5-1-map-note-3 {
  right: 15%;
  bottom: 19%;
}

.resourse-note-block.s5-1-map-note-4 {
  right: 45%;
  bottom: 74%;
}

.map-note-block-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 58%;
  bottom: 91%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  padding: 3px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 220, 204, 0.5);
  border-radius: 18px;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #545558;
  font-size: 15px;
  line-height: 1.73em;
  cursor: pointer;
}

.map-note-block-copy:hover {
  z-index: 5;
}

.map-note-block-copy.cinema {
  right: 26%;
  bottom: 51%;
}

.map-note-block-copy.park4 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: 73%;
}

.map-note-block-copy.bikeroad {
  right: 27%;
  bottom: 31%;
}

.map-note-block-copy.mall {
  right: 73%;
  bottom: 83%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #5672ff;
}

.map-note-block-copy.walkstreet {
  right: 55%;
  bottom: 70%;
}

.map-note-block-copy.park1 {
  right: 83%;
  bottom: 62%;
}

.map-note-block-copy.riverside {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 44%;
  display: none;
}

.map-note-block-copy.school1 {
  right: 67%;
  bottom: 63%;
}

.map-note-block-copy.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block-copy.school2 {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 65%;
}

.map-note-block-copy.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block-copy.business1 {
  right: 65%;
  bottom: 34%;
}

.map-note-block-copy.park2 {
  left: auto;
  top: auto;
  right: 88%;
  bottom: 33%;
}

.map-note-block-copy.park3 {
  left: auto;
  top: auto;
  right: 44%;
  bottom: 25%;
}

.map-note-block-copy.green-mall {
  right: 25%;
  bottom: 68%;
}

.map-note-block-copy.business3 {
  right: 34%;
  bottom: 40%;
}

.map-note-block-copy.map-detsad {
  right: 82%;
  bottom: 67%;
}

.map-note-block-copy.map-run {
  right: 53%;
  bottom: 81%;
}

.map-note-block-copy.map-arena {
  right: 65%;
  bottom: 52%;
}

.map-note-block-copy.map-flag {
  right: 15%;
  bottom: 41%;
  z-index: 1;
}

.map-note-block-copy.map-magnum {
  right: 22%;
  bottom: 16%;
  z-index: 1;
}

.map-note-block-copy.map-school2 {
  right: 33%;
  bottom: 67%;
}

.map-note-block-copy.map-note-block--alkissa {
  right: 72%;
  bottom: 38%;
  width: 108px;
}

.map-note-block-copy.map-note-block--baglan {
  right: 10%;
  bottom: 18%;
  width: 96px;
  padding-right: 17px;
  padding-left: 10px;
}

.map-note-block-copy.s5-1-map-note-1 {
  right: 81%;
  bottom: 10%;
}

.map-note-block-copy.s5-1-map-note-2 {
  right: 59.5%;
  bottom: 53%;
}

.map-note-block-copy.s5-1-map-note-3 {
  right: 39%;
  bottom: 10%;
}

.map-note-block-copy.s5-1-map-note-4 {
  right: 10%;
  bottom: 23%;
}

.s0-video {
  display: none;
  padding-left: 64px;
}

.s0-wrap {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.s6-1__text-mobile {
  position: relative;
  z-index: 1;
  display: none;
  width: 35%;
  max-width: 488px;
  margin-left: 12%;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.73em;
}

.slick-s7__circle-bot {
  display: none;
}

.test-video__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bda4a4;
}

.s4-1__slider-block {
  margin-top: 65px;
}

.s4-1__slider-block--mob {
  display: none;
}

.s4-1-slick-nav-div {
  display: none;
}

.slick-s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 48px;
}

.slick-s4__item {
  width: 694px;
  height: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slick-s4__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s4-1-slick-nav-div1 {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 54px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-right: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s4-1-prev--mob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s4-1-next--mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.contact-div-content {
  position: static;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eae2d4;
}

.map-img--hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-note-block__text {
  position: static;
  left: auto;
  top: auto;
  right: 81%;
  bottom: 52%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(230, 220, 204, 0.5);
  border-radius: 0px;
  background-color: transparent;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #545558;
  font-size: 15px;
  line-height: 1.73em;
  cursor: pointer;
}

.map-note-block__text:hover {
  z-index: 5;
}

.map-note-block__text.cinema {
  right: 26%;
  bottom: 51%;
}

.map-note-block__text.park4 {
  left: auto;
  top: auto;
  right: 16%;
  bottom: 73%;
}

.map-note-block__text.bikeroad {
  right: 27%;
  bottom: 31%;
}

.map-note-block__text.mall {
  right: 73%;
  bottom: 83%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #5672ff;
}

.map-note-block__text.walkstreet {
  right: 55%;
  bottom: 70%;
}

.map-note-block__text.park1 {
  right: 83%;
  bottom: 62%;
}

.map-note-block__text.riverside {
  left: auto;
  top: auto;
  right: 13%;
  bottom: 44%;
  display: none;
}

.map-note-block__text.school1 {
  right: 67%;
  bottom: 63%;
}

.map-note-block__text.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block__text.school2 {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 65%;
}

.map-note-block__text.business2 {
  right: 34%;
  bottom: 74%;
}

.map-note-block__text.business1 {
  right: 65%;
  bottom: 34%;
}

.map-note-block__text.park2 {
  left: auto;
  top: auto;
  right: 88%;
  bottom: 33%;
}

.map-note-block__text.park3 {
  left: auto;
  top: auto;
  right: 44%;
  bottom: 25%;
}

.map-note-block__text.green-mall {
  right: 25%;
  bottom: 68%;
}

.map-note-block__text.business3 {
  right: 34%;
  bottom: 40%;
}

.map-note-block__text.map-detsad {
  right: 82%;
  bottom: 67%;
}

.map-note-block__text.map-run {
  right: 53%;
  bottom: 81%;
}

.map-note-block__text.map-arena {
  right: 65%;
  bottom: 52%;
}

.map-note-block__text.map-flag {
  right: 15%;
  bottom: 41%;
  z-index: 1;
}

.map-note-block__text.map-magnum {
  right: 22%;
  bottom: 16%;
  z-index: 1;
}

.map-note-block__text.map-school2 {
  right: 33%;
  bottom: 67%;
}

.map-note-block__text.map-note-block--alkissa {
  right: 26%;
  bottom: 38%;
  width: 108px;
}

.map-note-block__text.map-note-block--baglan {
  right: 54%;
  bottom: 56%;
  width: 96px;
  padding-right: 17px;
  padding-left: 10px;
}

.map-note-block__text.s5-1-map-note-1 {
  right: 81%;
  bottom: 10%;
}

.map-note-block__text.s5-1-map-note-2 {
  right: 59.5%;
  bottom: 53%;
}

.map-note-block__text.s5-1-map-note-3 {
  right: 39%;
  bottom: 10%;
}

.map-note-block__text.s5-1-map-note-4 {
  right: 10%;
  bottom: 23%;
}

.map-note-block__text.map-note-block--davinci {
  right: 57%;
  bottom: 72%;
  width: 56px;
  height: 76px;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("../images/pin-map-davinci.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-note-inner-block {
  position: relative;
}

.image-13 {
  position: absolute;
}

.map-note-block__img {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 10px;
  height: 6px;
}

.bird-tip {
  display: none;
}

.text-block {
  color: #eec37c;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.success-message {
  height: 136px;
  padding: 26px 20px;
}

.s01-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 3.3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s01-txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  padding-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 35rem;
}

.s01-slider-inner {
  overflow: hidden;
  width: 65%;
  margin-bottom: 20px;
  background-color: transparent;
}

.s07-slide-img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.s01-tabs-content {
  overflow: visible;
  margin-top: 48px;
}

@media screen and (max-width: 991px) {
  .places-nearby-image {
    width: 100%;
    padding: 0;
  }

  .s1 {
    min-height: auto;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .s01-txt-div {
    width: 100%;
    margin-top: 55px;
    padding-right: 0vw;
    padding-bottom: 7vw;
    padding-left: 0vw;
  }

  .s01-slider-inner {
    height: 42vw;
    width: 100%;
    overflow: visible;
  }

  .s01-slider-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sidebar {
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px 20px 20px 40px;
    border-right-width: 0px;
    background-color: transparent;
  }

  .s2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #22242b;
  }

  .brand {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  ._360-link-s1 {
    top: 10px;
    right: auto;
    margin-bottom: 0px;
    color: #545558;
  }

  ._360-link-s1._360-link-s1--dc {
    display: none;
  }

  ._360-link-s1._360-link-s1--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
    color: #fff;
  }

  .navbar-contact-div {
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-consilt-btn {
    padding-top: 7px;
    border-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/icon-whatsup-white.svg");
    color: #fff;
  }

  .s1-slider-div {
    min-height: 460px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 140px;
    border-bottom-left-radius: 140px;
  }

  .s1-slider-logo {
    width: 0px;
    height: 0px;
  }

  .s1-slider-title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .s1-slider-btn-div {
    padding-top: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .s1-wrp {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 36px;
  }

  .nav-wrp {
    height: 85px;
    padding-top: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }

  .s1-slider-nav {
    height: 380px;
    margin-top: 60px;
  }

  .s1-next {
    width: 42px;
    height: 42px;
  }

  .s1-prev {
    width: 42px;
    height: 42px;
  }

  .s1-slider-arrow-wrp {
    height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sidebar-menu-btn {
    width: 42px;
    height: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    background-color: transparent;
  }

  .sidebar-menu-icon {
    display: none;
    margin-bottom: 0px;
  }

  .sidebar-menu-txt {
    display: none;
  }

  .s2-wrp {
    padding-right: 40px;
  }

  .section-title-div {
    margin-bottom: 30px;
  }

  .section-note-title.s9-1-title-note {
    top: 50px;
  }

  .section-title {
    font-size: 34px;
    line-height: 34px;
  }

  .s2-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .s2-txt-block {
    width: auto;
    min-width: 0px;
    margin-bottom: 18px;
  }

  .s2-icon-block {
    width: 80%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s2-icon-div {
    width: auto;
    min-width: auto;
    margin-bottom: 40px;
  }

  .txt-big-green {
    font-size: 34px;
    line-height: 34px;
  }

  .s2-btn-div {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
    align-items: center;
  }

  .s2-video-div {
    height: 480px;
  }

  .s3 {
    padding-left: 0px;
  }

  .map-note-block {
    padding-top: 4px;
  }

  .map-note-block.s5-1-map-note-2 {
    right: 63.5%;
  }

  .map-icon-txt {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .map-icon-div {
    right: 1%;
  }

  .map-logo {
    width: 90px;
  }

  .map-div {
    width: 1036px;
  }

  .s3-tab-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .s4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s4-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .s4-icon-div {
    min-width: 300px;
  }

  .s4-icon {
    margin-right: 20px;
  }

  .s5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s5-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .s5-txt-div {
    min-width: 300px;
  }

  .s6 {
    padding-left: 0px;
  }

  .s6-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .s6-slider-div {
    width: 33%;
    margin-right: 20px;
    margin-left: -20px;
  }

  .s7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s6-slider-nav-div {
    margin-top: -70px;
    margin-bottom: 40px;
  }

  .s7-wrp {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .s7-slider-nav-div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .s8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s7-slider-img-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s8-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .s8-slide {
    width: 33%;
  }

  .s9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s9-wrp {
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
  }

  .btn-whatsapp:active {
    background-color: #b9904f;
  }

  .btn-whatsapp:focus {
    background-color: #b9904f;
  }

  .btn-whatsapp.whatsapp_pc {
    display: none;
  }

  .btn-whatsapp.whatsapp_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s10-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .filters-div {
    max-width: 720px;
  }

  .s10-slide {
    width: 33%;
  }

  .s11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .s11-form-div {
    border-top-left-radius: 140px;
  }

  .s11-slider-div {
    border-bottom-right-radius: 140px;
  }

  .s12-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .contact-tabs-menu {
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }

  .contact-map-img {
    width: 100%;
  }

  .contact-map-div {
    width: 100%;
    height: 400px;
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .s16-tabs-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-block {
    height: auto;
  }

  .contact-div {
    position: relative;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-place {
    width: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .modal-title {
    margin-bottom: 10px;
  }

  .contact-wrp {
    margin-top: 20px;
  }

  .bottom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bottom-wrp {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bi-group-logo-div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 15px;
  }

  .smm-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-contact-spacer {
    width: 20px;
  }

  .s1-slider-title-mobile-del {
    display: none;
  }

  .sidebar-menu-icon-mob {
    display: block;
  }

  .s8-slide-div {
    width: 32%;
    padding-right: 0px;
  }

  .html-embed {
    height: 400px;
  }

  .html-embed-2 {
    height: 400px;
  }

  .html-embed-3 {
    height: 400px;
  }

  .html-embed-4 {
    height: 400px;
  }

  .s1-wrp__caption {
    font-size: 86px;
  }

  .s1-wrp__text {
    width: 100%;
    font-size: 36px;
  }

  .section-title--gradient {
    width: 80%;
  }

  .s-4-2-wrp {
    padding-left: 0px;
  }

  .s6-slider-decor-line {
    bottom: 50%;
  }

  .s8-quarters {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .map-note--persp-3 {
    left: 18%;
    top: 11%;
  }

  .s2-div-top {
    width: 80%;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .modal-bot-tab-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .modal-left-tab-inner {
    width: 100%;
  }

  .modal-right-tab-inner {
    width: 100%;
  }

  .modal__caption {
    width: 100%;
    font-size: 52px;
  }

  .modal__text {
    width: 100%;
    margin-top: 32px;
  }

  .modal-tabs-menu {
    overflow: auto;
    width: 100%;
  }

  .modal-tab-link {
    margin-left: 0px;
  }

  .modal-bot-tab-left {
    width: 100%;
  }

  .modal-bot-tab-right {
    width: 100%;
  }

  .modal-bot-tab-sec3__status-bl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-bot-tab-sec3__stage-bl {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .s1__caption {
    font-size: 40px;
  }

  .s1__sub-caption {
    font-size: 40px;
  }

  .s2-embed-text-bottom {
    margin-top: 18px;
  }

  .s6-slider__decor-line {
    top: 207px;
  }

  .s1-wrp-bg--line {
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    display: none;
    border-width: 1px;
  }

  .s5-1 {
    padding-left: 0px;
  }

  .s5-1-wrp {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .s6-1 {
    padding-left: 0px;
  }

  .s6-1__top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s6-1__text {
    width: 50%;
    margin-top: 16px;
    margin-left: 46px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-s7__item {
    width: 100%;
  }

  .slider-s7__item.slider-s7__item-1 {
    height: 560px;
  }

  .slider-s7-circle__block {
    border-radius: 100%;
  }

  .s8-1 {
    padding-left: 0px;
  }

  .s8-1__top-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s8-1__slide-wrap {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s8-1__slide-right {
    width: 60%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .s8-1__slide-left {
    width: 50%;
  }

  .s8-1__slide-caption {
    width: 100%;
  }

  .s8-1__slide-right-decor {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0px;
  }

  .s9-1 {
    padding-left: 0px;
  }

  .s9-1__right-block {
    padding-top: 0px;
    padding-left: 5%;
  }

  .calc-rooms-div {
    width: auto;
    max-width: 560px;
  }

  .tabs-rooms-content {
    width: auto;
    max-width: 560px;
  }

  .calc-meters-div {
    width: auto;
    max-width: 560px;
  }

  .calc-img-div {
    position: relative;
    width: 75%;
  }

  .s-11-1 {
    padding-left: 0px;
  }

  .s-12-1 {
    padding-left: 0px;
  }

  .s4-1 {
    margin-top: 125px;
    padding-left: 0px;
  }

  .s4-1__slider-block {
    display: none;
  }

  .s4-1__bot-text.active-text {
    margin-left: 0;
  }

  .slider-s4 {
    padding-left: 0px;
  }

  .s3-title-div {
    max-width: 300px;
  }

  .arrow-slider.s8-1-arrow-right {
    right: 0%;
  }

  .s8-1-caption-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s9-1-caption-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s10-1-caption-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s12-1-caption-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s12-caption-embed-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s12-caption-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 327px;
    margin-left: 48px;
    background-color: #fff;
  }

  .s1-rhomb-decor {
    display: none;
    background-color: transparent;
  }

  .s4-1-title-div {
    position: relative;
    left: 0%;
    margin-bottom: 30px;
  }

  .video-wrapper.video-wrapper_pc {
    display: block;
  }

  .s4-1-slider-nav-div {
    display: none;
    margin-top: -70px;
    margin-bottom: 40px;
  }

  .tabs-meters-btn.modal-btn-whatsup-pc {
    display: none;
  }

  .tabs-meters-btn.modal-btn-whatsup-mobile {
    display: block;
  }

  .s5-1-slide__facade-img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .s1__bg-video {
    /*display: none;*/
  }

  .resourse-note-block.s5-1-map-note-2 {
    right: 63.5%;
  }

  .map-note-block-copy.s5-1-map-note-2 {
    right: 63.5%;
  }

  .s6-1__text-mobile {
    width: 50%;
    margin-top: 16px;
    margin-left: 46px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .s4-1__slider-block--mob {
    display: block;
  }

  .s4-1-slick-nav-div {
    display: block;
  }

  .slick-s4 {
    padding-left: 0px;
  }

  .slick-s4__item {
    width: 100%;
    height: 380px;
  }

  .s4-1-slick-nav-div1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -70px;
    margin-bottom: 40px;
  }

  .map-note-block__text.s5-1-map-note-2 {
    right: 63.5%;
  }

  .s12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.s01-slide-title {
  color: #303030;
  font-weight: 700;
  letter-spacing: -1.2px;
  font-size: 3.125vw;
  line-height: 3.125vw;
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  .s01-slide-title {
    margin-top: 0vw;
    font-size: 6vw;
    line-height: 6vw;
    margin-bottom: 15px;
  }

  .s01-tabs-menu {
    overflow-x: scroll;
    margin: 0;
  }

  .s01-tab-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s01-tab-link {
    width: 35%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s1 {
    padding-bottom: 0px;
  }

  .sidebar {
    padding-top: 12px;
  }

  .navbar {
    background-color: #22242b;
  }

  ._360-link-s1 {
    z-index: 10;
  }

  ._360-link-s1._360-link-s1--mobile {
    color: #fff;
  }

  .navbar-contact-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-consilt-btn {
    width: 42px;
    padding-right: 0px;
    padding-left: 0px;
    border-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/icon-whatsup-white.svg");
    background-position: 50% 50%;
  }

  .s1-slider-div {
    min-height: 440px;
    line-height: 19px;
  }

  .btn-line {
    width: 289px;
  }

  .s1-wrp {
    padding: 20px 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-wrp {
    height: 64px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-width: 0px;
  }

  .s1-slider {
    width: 400px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s1-slider-nav {
    display: none;
    width: 0px;
    height: 0px;
    margin-top: 0px;
  }

  .s1-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .s1-prev {
    margin-right: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .s1-slider-arrow-wrp {
    width: 400px;
    height: 42px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-menu-btn {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }

  .s2-wrp {
    padding-top: 60px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .section-title-div.s-title-mob-padding {
    margin-right: 40px;
    margin-left: 40px;
  }

  .section-title-div.s5-note-title {
    position: static;
    /*margin-bottom: 0px;*/
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-note-title {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 34px;
    margin-top: 25px;
  }

  .divider,
  .s6-1-decor-vert-line {
    display: none;
  }

  .section-note-title.s10-1-title-note {
    margin-left: 0px;
  }

  .section-note-title.s11-1-title-note {
    width: 112px;
    margin-left: -8px;
    padding-left: 8px;
  }

  .s2-div {
    padding-left: 0px;
  }

  .s2-txt-block {
    margin-bottom: 16px;
    opacity: 0.9;
    color: #22242b;
  }

  .s2-icon-block {
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s2-icon-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .s2-video-div {
    height: 320px;
  }

  .s3-wrp {
    padding-top: 60px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .map-note-block {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .map-note-block.map-note-block--alkissa {
    bottom: 50%;
  }

  .map-note-block.map-note-block--davinci {
    bottom: 74%;
  }

  .map-note-div {
    overflow: hidden;
  }

  .map-img {
    height: 512px;
  }

  .map-div {
    height: 513px;
  }

  .s3-tab-link {
    padding-right: 21px;
    padding-left: 21px;
  }

  .s4-wrp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s4-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s4-icon-div {
    width: 100%;
    min-width: auto;
    padding-left: 40px;
  }

  .s4-s5-slider-div {
    border-radius: 0px;
  }

  .slider {
    width: 100%;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .slider-arrow-green {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s5-wrp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .map-legend {
    padding: 10px 20px;
  }

  .s5-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s5-txt-div {
    width: 100%;
    padding-top: 40px;
    padding-right: 40px;
  }

  .s6-wrp {
    padding-right: 36px;
    padding-left: 36px;
  }

  .s6-slider-div {
    width: 50%;
  }

  .s6-slider-nav-div {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .s7-wrp {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .s7-slider-nav {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 10px;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
  }

  .s7-slider-nav-div {
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }

  .s7-slider-nav-img {
    width: 0px;
  }

  .s7-slider-img-div {
    border-radius: 0px;
  }

  .s7-slider-legend {
    display: none;
  }

  .s8-slide {
    width: 45%;
  }

  .s9-wrp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .filters-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .filters-block.last-in-line {
    padding-right: 10px;
  }

  .filters-div {
    height: 570px;
  }

  .filters-div.filters-div--verstka {
    display: none;
  }

  .s10-slide {
    width: 45%;
    margin-bottom: 36px;
  }

  .s11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s11-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s11-form-div {
    padding-top: 40px;
    border-radius: 0px;
  }

  .s11-slider {
    width: 100%;
    height: 320px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .s11-slider-div {
    border-bottom-right-radius: 0px;
  }

  .s12-wrp {
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-tabs-menu {
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 17px;
  }

  .contact-map-div {
    height: 300px;
  }

  .contact-btn-div {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-block {
    width: 100%;
    padding-bottom: 40px;
  }

  .contact-div {
    height: 240px;
    min-width: auto;
    padding-bottom: 8px;
    border-radius: 0px;
  }

  .contact-place {
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bi-group-logo-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .bi-group-logo {
    margin-right: 0px;
  }

  .s7-slider-wrp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s7-slider-arrow-wrp {
    top: 345px;
  }

  .navbar-cons-txt {
    display: none;
  }

  .s7-slider-nav-mob {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #fff;
  }

  .s8-slide-div {
    width: 80%;
  }

  .s10-filters-show-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .html-embed {
    height: 300px;
  }

  .html-embed-2 {
    height: 300px;
  }

  .html-embed-3 {
    height: 300px;
  }

  .html-embed-4 {
    height: 300px;
  }

  .item {
    width: 100%;
    height: 396px;
  }

  .begunki {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .s1-wrp-caption {
    left: 26px;
    right: 26px;
  }

  .s1-wrp-caption__wrp-logo {
    width: 35px;
    height: 70px;
  }

  .s1-wrp-caption__logo {
    width: 100%;
    height: 100%;
  }

  .s1-wrp__caption {
    font-size: 66px;
  }

  .s1-wrp__text {
    font-size: 28px;
  }

  .section-title--gradient {
    width: 100%;
    font-size: 50px;
  }

  .section-title--gradient.section-title--gradient--cut {
    width: 100%;
  }

  .s3-wrp-list {
    width: 100%;
  }

  .s3-wrp-legend {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .s4-2 {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .s-4-2-wrp {
    padding-right: 26px;
    padding-left: 26px;
  }

  .s-4-2-slider-info {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 12px;
    border-radius: 0px;
  }

  .s-4-2-slider-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .s-4-2-slider {
    display: block;
    width: 100%;
    height: 320px;
  }

  .s-4-2-tabs-content {
    width: 100vw;
    height: 100%;
    margin-left: -26px;
  }

  .s-4-2-slider-info__big-text {
    font-size: 140px;
  }

  .s-4-2-slider-info__decor {
    display: none;
  }

  .tabs-menu-2 {
    overflow: auto;
  }

  .s6-slider-decor-line {
    display: none;
  }

  .s8-quarters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-slider-nav {
    padding-bottom: 42px;
  }

  .s3-show-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-style: solid;
    border-width: 0px;
    border-color: #000 #000 rgba(221, 71, 76, 0.16);
    color: #dd594a;
  }

  .s3-show-text {
    border-bottom: 1px solid rgba(221, 71, 76, 0.16);
  }

  .s3-show-list__wrp-icon {
    width: 9px;
    height: 8px;
    margin-top: 9px;
    margin-left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .image-11 {
    width: 100%;
    height: 100%;
  }

  .s-slider-arrow-nav {
    right: auto;
    bottom: 32px;
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s-slider-arrow-count {
    display: none;
  }

  .map-hover-div.map-hover-div-1 {
    right: 32%;
    bottom: 15%;
  }

  .map-hover-div.map-hover-div-2 {
    right: 70%;
    bottom: 11%;
  }

  .map-hover-div.map-hover-div-3 {
    right: 6%;
    bottom: 6%;
  }

  .modal-bot-tab-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .modal-left-tab-inner {
    width: 100%;
  }

  .modal-right-tab-inner {
    width: 100%;
  }

  .modal__caption {
    font-size: 38px;
  }

  .modal__text {
    width: 100%;
  }

  .modal-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .modal-tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .inner-sec1-modal-slider {
    width: 100%;
  }

  .s1-wrp-bg-and-content {
    height: 536px;
  }

  .s1-top__wrp-logo {
    width: 180px;
    height: 72px;
    margin-bottom: 30px;
  }

  .s1__caption {
    font-size: 40px;
  }

  .s1__sub-caption {
    margin-top: 40px;
    font-size: 34px;
  }

  .s1-wrp-bg {
    width: 100vw;
    margin-top: 44px;
    margin-left: -40px;
    padding: 0px;
    border-width: 0px;
  }

  .s2-embed-text-bottom {
    margin-top: 16px;
  }

  .s3-tabs {
    width: 100vw;
    margin-left: -36px;
  }

  .s3-tabs-menu {
    position: static;
    padding-right: 36px;
  }

  .s6-slider__decor-line {
    top: 297px;
  }

  .s1-wrp-bg--line {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
  }

  .s5-1-wrp {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .s5-1__text {
    width: 100%;
    margin-top: 0px;
    letter-spacing: 0.29px;
    font-size: 16px;
    line-height: 24px;
    color: #3b3b3c;
  }

  .s5-1__text.s5-1__text--desk {
    display: none;
  }

  .s5-1__text.s5-1__text--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    background-color: transparent;
  }

  .s5-1__top-block {
    width: 100%;
    max-width: 560px;
    margin-bottom: 26px;
    padding-left: 0px;
  }

  .s5-1-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s5-1-tabs-menu {
    margin-bottom: 43px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s5-1-tabs-content {
    height: auto;
  }

  .s5-1-slider {
    position: relative;
    background-color: transparent;
  }

  .s5-1-slide__wrap-img {
    display: block;
    height: 100%;
  }

  .s5-1-slide__img {
    display: none;
  }

  .s6-1 {
    padding-left: 0px;
  }

  .s6-1-wrp {
    padding-right: 36px;
    padding-left: 36px;
  }

  .s6-1__top-block {
    margin-bottom: 39px;
  }

  .s6-1__text {
    display: none;
    width: 100%;
    margin-left: 0px;
    letter-spacing: 0.29px;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
  }

  .s6-1__slider-block {
    padding-left: 0px;
  }

  .slider-s6__item {
    padding-right: 30px;
  }

  .s7-1 {
    padding-left: 0px;
  }

  .s7-1-wrp {
    padding-top: 60px;
    padding-right: 40px;
  }

  .s7-1__top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-s7__item {
    width: 100%;
    height: 560px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider-s7__item.slider-s7__item-3 {
    height: 458px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider-s7__item.slider-s7__item-1 {
    height: 458px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider-s7__item.slider-s7__item-2 {
    height: 458px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider-s7__wrap-img {
    position: relative;
    width: 100%;
    height: 296px;
    max-height: none;
    max-width: none;
  }

  .slider-s7__wrap-img.slider-s7__wrap-img-1 {
    background-image: url("../images/1-Теплые-террасы-.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-s7-circle__block {
    width: 100%;
    height: auto;
    margin-right: 0vw;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .slider-s7-circle__caption {
    width: 195px;
  }

  .slider-s7-circle__text {
    width: 285px;
  }

  .slider-s7__img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider-s7__img.slider-s7__img-1 {
    display: none;
  }

  .s8-1 {
    margin-top: -30px;
    padding-left: 0px;
  }

  .s8-1-wrp {
    padding-top: 60px;
  }

  .s8-1__top-block {
    width: 100%;
    margin-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s8-1__slider-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s8-1__slider {
    width: 80%;
  }

  .s8-1__slide-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }

  .s8-1__slide-right {
    width: 100%;
  }

  .s8-1__slide-left {
    width: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s8-1__slide-wrap-img {
    width: 100%;
    height: 250px;
    border-radius: 0;
    background: none;
  }

  .s8-1__slide-img {
    border-radius: 0;
    height: 250px;
  }

  .s8-1__slide-right-decor {
    min-width: 0px;
    padding: 16px;
    background: none;
    border: none;
  }

  .s8-1__slider-nav {
    display: none;
  }

  .s9-1 {
    padding-left: 0px;
  }

  .s9-1-wrp {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .s9-1__video-block {
    width: 100%;
    height: auto;
  }

  .s9-1__right-block {
    width: 100%;
    padding-left: 0%;
  }

  .s9-1__wrp-video {
    position: relative;
    height: 380px;
  }

  .s9-1__text.s9-1__text--dc {
    display: none;
  }

  .s9-1__text.s9-1__text--mobile {
    display: block;
    margin-top: 18px;
  }

  .s9-1__note.s9-1__note--dc {
    display: none;
  }

  .s9-1__note.s9-1__note--mobile {
    display: block;
  }

  .calc-div {
    margin-left: 0px;
  }

  .calc-rooms {
    padding: 7px 12px 7px 10px;
  }

  .calc-meters {
    padding: 7px 12px 7px 10px;
  }

  .calc-img-div {
    width: 100%;
  }

  .calc-result-rooms {
    font-size: 30px;
  }

  .calc-result {
    font-size: 20px;
  }

  .tabs-result-price-div {
    font-size: 38px;
  }

  .s-11-1 {
    padding-left: 0px;
  }

  .s11-1-wrp {
    padding-top: 60px;
  }

  .s11-1__top-block {
    margin-bottom: 38px;
    background-color: transparent;
  }

  .s11-1__slider-block {
    display: none;
  }

  .s-12-1 {
    padding-left: 0px;
  }

  .s12-1-wrp {
    padding-top: 60px;
  }

  .s12-1__wrap-decor {
    height: 420px;
    padding: 0px;
    border-width: 0px;
  }

  .s12-1__inner-content {
    height: 420px;
  }

  .s2-caption-embed {
    margin-left: 0px;
  }

  .s3-wrap-map {
    overflow: visible;
    height: 881px;
    padding: 0px;
  }

  .s3-note-title {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .s6-note-title {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .s4-1 {
    margin-top: 0px;
  }

  .s4-1-wrp {
    padding-top: 60px;
  }

  .slider-s4 {
    padding-left: 0px;
  }

  .slider-s4__item {
    width: 100%;
    height: 320px;
  }

  .s6-1-caption-embed {
    margin-left: 0px;
    padding-left: 0px;
  }

  .s7-1-caption-embed {
    margin-left: 20px;
    padding-left: 0px;
  }

  .slider-s7__vert-decor-line {
    display: none;
  }

  .slider-s7-circle__inner-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 0px;
    border-radius: 0%;
  }

  .arrow-slider {
    top: 0px;
  }

  .arrow-slider.s8-1-arrow-left {
    top: 0px;
    margin-left: 0px;
    padding-top: 124px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arrow-slider.s8-1-arrow-right {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 124px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s8-1-caption-embed {
    margin-left: 0px;
  }

  .s9-1-caption-embed {
    margin-left: 0px;
  }

  .s10-1-caption-embed {
    margin-left: 0px;
  }

  .s12-1-caption-embed {
    margin-left: 0px;
  }

  .s12-caption-embed-copy {
    margin-left: 0px;
  }

  .s12-caption-embed {
    margin-left: 0px;
  }

  .s1-rhomb-decor {
    display: none;
  }

  .s4-1-title-div {
    position: relative;
    left: auto;
  }

  .s4-1-title-div.s-title-mob-padding {
    margin-right: 40px;
    margin-left: 40px;
  }

  .s4-1-title-div.s5-note-title {
    position: static;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .video-wrapper.video-wrapper_pc {
    width: 100%;
    height: 400px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .s4-1-slider-nav-div {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .s5-1-slide__mobile-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .s5-1-slide__mobile-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s5-1-slide__mob-wrp-icon {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s5-1-slide__mob-icon {
    border-radius: 100%;
  }

  .s5-1-slide__mob-item__text {
    margin-left: 16px;
    opacity: 0.9;
    font-size: 17px;
    line-height: 1.18em;
  }

  .s5-1-slide__mob-wrp-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eae2d4;
    border-radius: 100%;
  }

  .s5-1-slide__mob-bot-text {
    display: block;
    width: 100%;
    margin-top: 4px;
    opacity: 0.9;
    line-height: 1.71em;
  }

  .tabs-meters-btn.modal-btn-whatsup-pc {
    display: none;
  }

  .s5-1-slider-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -40px;
    padding-top: 16px;
  }

  .s5-1-slide__wrap-facade-img {
    display: block;
    height: 100%;
  }

  .s5-1-slide__facade-img {
    display: block;
  }

  .s4-1__bot-text {
    margin-left: 0px;
  }

  .s11-1-decor-line {
    top: 70px;
  }

  .s11-1__slider-block--mob {
    display: block;
  }

  .slick-s11__item.slick-s11__item-1 {
    position: relative;
    display: block;
    height: 386px;
  }

  .slick-s11__item.slick-s11__item-2 {
    display: none;
  }

  .slick-s11__item.slick-s11__item-3 {
    display: none;
  }

  .slick-s11__item.slick-s11__item-4 {
    display: none;
  }

  .slick-s11__wrp-img {
    position: relative;
    z-index: -1;
  }

  .slick-s11__wrp-img.slick-s11__wrp-img--even {
    position: relative;
  }

  .slick-s11__img {
    z-index: 1;
  }

  .slick-s11__bot-text {
    z-index: 1;
    margin-top: 20px;
    margin-left: 2px;
    font-family: "Nunito Sans", sans-serif;
    color: #545558;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 1.79px;
  }

  .slick-s11__bot-text.slick-s11__bot-text--even {
    color: #b9904f;
  }

  .slick-s11__circle-bot {
    position: absolute;
    left: 8px;
    top: auto;
    right: auto;
    bottom: -73px;
    z-index: -1;
    width: 180px;
    height: 180px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #eae2d4;
    border-radius: 100%;
  }

  .resourse-note-block {
    position: absolute;
    display: none;
  }

  .map-note-block-copy {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s6-1__text-mobile {
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .slick-s7__circle-bot {
    position: absolute;
    left: 8px;
    top: auto;
    right: auto;
    bottom: -73px;
    z-index: -1;
    display: block;
    width: 180px;
    height: 180px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px solid #eae2d4;
    border-radius: 100%;
  }

  .slick-s4 {
    padding-left: 0px;
  }

  .slick-s4__item {
    width: 100%;
    height: 320px;
  }

  .s4-1-slick-nav-div1 {
    position: absolute;
    bottom: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .map-img--hover {
    height: 512px;
  }

  .map-note-block__text {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bird-tip {
    position: absolute;
    left: 86%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: normal;
  }

  .image-3 {
    margin-top: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-4 {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .lang-dropdown {
    height: 30px;
    width: 60px;
    align-self: center;
  }

  .lang-btn {
    padding: 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .s1 {
    min-height: 0vh;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .breadcrumbs_landing {
    width: 94% !important;
    margin: 0px;
  }

  .hero-breadcrumbs {
    top: 1.4rem;
    padding: 0 16px;
  }

  .sidebar {
    padding-left: 15px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._360-link-s1 {
    color: #22242b;
  }

  ._360-link-s1._360-link-s1--mobile {
    padding-top: 1px;
    color: #fff;
  }

  ._360-txt {
    margin-top: 3px;
    margin-left: 4px;
    line-height: 1.3em;
  }

  .navbar-contact-div {
    min-width: 240px;
  }

  .s1-slider-div {
    min-height: 410px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px 0px;
    text-align: center;
  }

  .s1-slider-note {
    color: hsla(0, 0%, 97.7%, 0.5);
  }

  .s1-slider-title {
    max-width: 180px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .btn-line {
    min-height: 50px;
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .btn-line.green.btn-form.btn-icon-long-txt {
    background-position: 15px 48%;
  }

  .s1-slider-btn-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s1-wrp {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-wrp {
    padding-left: 0px;
  }

  .s1-slider {
    width: 100%;
    max-width: 320px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s1-next {
    width: 36px;
    height: 36px;
  }

  .s1-prev {
    width: 36px;
    height: 36px;
  }

  .s1-slider-arrow-wrp {
    position: absolute;
    left: auto;
    top: 180px;
    right: auto;
    bottom: auto;
    width: 360px;
    height: 0px;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar-link1 {
    font-size: 18px;
  }

  .sidebar-link1.sidebar-link1--first {
    margin-bottom: 24px;
  }

  .sidebar-link2 {
    display: none;
  }

  .sidebar-spacer-20 {
    display: none;
  }

  .s2-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-title-div {
    margin-bottom: 27px;
  }

  .section-title-div.s-title-mob-padding {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-note-title.s7-1-note-title {
    width: 116px;
    padding-right: 0px;
  }

  .section-note-title.s6-1-note-title {
    width: 66px;
  }

  .section-title.mob-small-size {
    max-width: 220px;
    font-size: 28px;
  }

  .section-title.small {
    font-size: 28px;
  }

  .s2-txt-block {
    width: 100%;
    line-height: 1.71em;
  }

  .s2-icon-block {
    width: 100%;
    min-width: 0px;
    padding-bottom: 0px;
  }

  .s2-icon-div {
    width: 50%;
    padding-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .txt-big-green.s6-card {
    font-size: 48px;
    line-height: 48px;
  }

  .s2-video-div {
    height: 240px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .s3-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tabs-menu {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-wrp.box {
    height: 100%;
  }

  .map-img {
    height: 100%;
  }

  .map-logo {
    width: 70px;
  }

  .map-div {
    height: 100%;
  }

  .s4-wrp {
    padding-top: 40px;
  }

  .s4-icon-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s4-icon {
    width: 60px;
  }

  .s4-s5-img {
    height: 280px;
  }

  .slider-arrow-green {
    width: 36px;
    height: 36px;
    border-radius: 100%;
  }

  .slider-arrow-green.right {
    border-radius: 100%;
  }

  .s5-wrp {
    padding-top: 40px;
  }

  .s4-s5-slider-nav {
    height: 40px;
  }

  .map-legend {
    left: 15px;
    right: 15px;
    bottom: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
  }

  .map-legend.area-mob-move {
    bottom: 20px;
  }

  .s5-txt-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s6-wrp {
    position: relative;
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .map-btn-div {
    left: 0px;
    right: 0px;
    bottom: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s6-slider {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s6-slider-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s6-slider-dot {
    display: none;
  }

  .s6-slider-txt-div1 {
    display: none;
    padding-top: 0px;
  }

  .s6-slider-txt-div2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .s6-dot-line4 {
    display: none;
    width: 0px;
  }

  .s6-dot-line1 {
    display: none;
    width: 0px;
  }

  .s6-dot-line3 {
    display: none;
    width: 0px;
  }

  .s6-dot-line2 {
    display: none;
    width: 0px;
  }

  .s6-slider-nav-div {
    position: absolute;
    left: 0px;
    top: 120px;
    right: 26px;
    bottom: 0px;
    z-index: 3;
    height: 0px;
    margin-top: 60px;
    margin-bottom: -25px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s6-prev {
    z-index: 2;
    background-color: #fff;
  }

  .s6-slider-counter {
    display: none;
    width: 0px;
    height: 0px;
  }

  .s6-next {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  .s7-wrp {
    padding-top: 40px;
  }

  .s7-slider-img {
    width: auto;
    height: 280px;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .s7-slider-img-div {
    height: 280px;
  }

  .s8-wrp {
    padding: 40px 15px;
  }

  .s8-slider {
    padding-bottom: 60px;
  }

  .mask {
    overflow: hidden;
  }

  .s8-slide {
    width: 100%;
    min-width: auto;
  }

  .s8-slider-img {
    border-radius: 12px;
  }

  .s8-slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s8-slider-arrow {
    left: auto;
    top: auto;
    right: auto;
    bottom: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
  }

  .s8-slider-arrow.right {
    right: 0%;
    bottom: 133px;
    width: 36px;
    height: 36px;
  }

  .s8-slide-title {
    font-size: 20px;
  }

  .s8-slider-label {
    left: 10px;
    top: 10px;
  }

  .s9-wrp {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wide-link {
    display: none;
  }

  .s10-wrp {
    padding: 40px 16px 0px;
  }

  .filters-block {
    width: 100%;
  }

  .filters-div {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s10-slider {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .s10-slide {
    width: 100%;
  }

  .s10-slider-schema {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .s11-form-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s12-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tab-menu-link {
    padding-right: 8px;
    padding-left: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
  }

  .contact-tabs-menu {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-map-div {
    height: 280px;
  }

  .contact-block {
    width: 100%;
  }

  .contact-div {
    padding: 0px;
  }

  .contact-place {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1em;
  }

  .bottom-wrp {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s7-slider-arrow-wrp {
    top: 140px;
  }

  .sideform-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s1-logo-mov {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .s8-slide-div {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .s8-next {
    width: 36px;
    height: 36px;
  }

  .s10-filters-show-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .s10-slide-div {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .s10-slider-arrow {
    left: 0%;
    top: 60px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
  }

  .s10-slider-arrow.s10-right {
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    width: 36px;
    height: 36px;
  }

  .s10-slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-btn-txt-desk {
    display: none;
  }

  .contact-btn-txt-mob {
    display: block;
  }

  .html-embed {
    height: 280px;
  }

  .html-embed-2 {
    height: 280px;
  }

  .html-embed-3 {
    height: 280px;
  }

  .html-embed-4 {
    height: 280px;
  }

  .s1-wrp-caption {
    left: 26px;
    right: 26px;
  }

  .s1-wrp-caption__top {
    margin-bottom: 8px;
  }

  .s1-wrp__caption {
    font-size: 46px;
  }

  .s1-wrp__text {
    font-size: 24px;
  }

  .section-title--gradient {
    font-size: 50px;
  }

  .s4-2 {
    padding-top: 40px;
  }

  .s-slider-nav-div {
    font-size: 13px;
    font-weight: 700;
  }

  .s2-div-top {
    width: 100%;
  }

  .text-block-9 {
    text-align: center;
  }

  .s3-show-list {
    width: 100%;
  }

  .slider-arrow-empty {
    background-color: #f8f3ed;
  }

  .modal-div--senim {
    width: 100%;
  }

  .modal-div--heart {
    width: 100%;
  }

  .modal-div--sezim-qala {
    width: 100%;
  }

  .modal__caption {
    font-size: 28px;
  }

  .modal__text {
    width: 100%;
  }

  .modal-tab-content {
    overflow: visible;
  }

  .inner-sec1-modal-slider {
    width: 100vw;
    margin-left: -32px;
  }

  .modal-bot-tab-sec3__stage-bl {
    width: 50%;
    padding-right: 10px;
  }

  .inner-sec1-modal-slider__wrp-img {
    width: 100%;
    height: 100%;
  }

  .inner-sec1-modal-slider__img {
    width: 100%;
    height: 100%;
  }

  .slide {
    width: 100%;
  }

  .mask-2 {
    width: 100%;
  }

  .modal-left-tab-charac-block {
    width: 100%;
  }

  .modal-left-tab-charac-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-left-tab-charac-inner-one {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s1-wrp-bg-and-content {
    height: 100%;
    padding-top: 28px;
    background-size: cover;
  }

  .s1__caption {
    /*width: 80%;*/
    /*   margin-top: 12px;
    margin-right: auto;*/
    font-size: 40px;
    /*   line-height: 1.74em;
    text-align: left;
    letter-spacing: 2.63px;*/
  }

  .s1__sub-caption {
    margin-top: 70px;
    margin-right: auto;
    font-size: 21px;
    letter-spacing: 1.57px;
  }

  .s1__caption-btn-link {
    margin-left: 0;

    margin-top: 26px;
  }

  .s1__caption-btn-link a {
    width: 100%;
    max-width: none;
  }

  .s1__caption-btn-link-header {
    margin-top: 0;
  }

  .s1-wrp-bg {
    height: 580px;
    margin-top: 44px;
    margin-left: 0px;
  }

  .s1__bot-text {
    left: 20px;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.67em;
    text-align: left;
    letter-spacing: 1.7px;
  }

  .s1-wrp-decor {
    color: #fff;
    line-height: 1em;
  }

  .s3-tabs {
    margin-left: -15px;
  }

  .s3-tabs-menu {
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .s6-slider__text {
    text-align: center;
  }

  .s6-slider__note {
    text-align: center;
  }

  .s6-slider__decor-line {
    top: 178px;
  }

  .s1-wrp-bg--line {
    border-bottom-color: #83754f;
    opacity: 0.5;
  }

  .s5-1-wrp {
    padding: 40px 16px 0px;
  }

  .s5-1-tabs-menu {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s5-1-tab-link {
    padding: 8px 16px;
    font-size: 15px;
  }

  .s5-1-tabs-content {
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .s5-1-slider-mask {
    height: 100%;
  }

  .s5-1-slide__wrap-img {
    width: 100%;
    height: 100%;
  }

  .s5-1-slide__img {
    display: none;
  }

  .tab-pane-tab-1-3 {
    height: auto;
  }

  .s6-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .s6-1__top-block {
    margin-bottom: 16px;
  }

  .slider-s6__item {
    height: 330px;
    padding-right: 0px;
  }

  .slider-s6__item_new {
    height: 330px;
    padding-right: 0px;
  }

  .s7-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s7-1__top-block {
    margin-bottom: 38px;
  }

  .slider-s7__item {
    height: 458px;
  }

  .slider-s7__item.slider-s7__item-3 {
    display: none;
  }

  .slider-s7__item.slider-s7__item-2 {
    display: none;
  }

  .slider-s7__item.slider-s7__item-4 {
    display: none;
  }

  .slider-s7__wrap-img {
    position: relative;
  }

  .s8-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s8-1__top-block {
    margin-bottom: 16px;
  }

  .s8-1__slider {
    width: 100%;
  }

  .s8-1__slide-left {
    width: 240px;
  }

  .s8-1__slide-caption {
    margin-bottom: 20px;
    text-align: center;
  }

  .s8-1__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .s8-1__slide-item {
    margin-left: 2px;
  }

  .text-block-10 {
    opacity: 0.9;
    font-size: 14px;
  }

  .s9-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s9-1__video-block {
    height: auto;
  }

  .s9-1__text.s9-1__text--mobile {
    margin-top: 12px;
  }

  .calc-result-rooms {
    font-size: 25px;
  }

  .calc-result {
    font-size: 19px;
  }

  .tabs-result-price-div {
    font-size: 36px;
  }

  .s11-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s11-1__top-block {
    margin-bottom: 38px;
  }

  .s11-1-item__wrap-img {
    height: 310px;
  }

  .s11-1-item__wrap-img.s11-1-merge-2 {
    height: 310px;
  }

  .s12-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s12-1__wrap-decor {
    height: 219px;
  }

  .s12-1__inner-content {
    height: 219px;
  }

  .s12-1-tabs-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s3-tab-content {
    height: 512px;
  }

  .vidizokna {
    display: flex;
    justify-content: space-between;
  }

  .vidizokna-mob {
    width: 49.9%;
    object-fit: scale-down;
    display: block;
  }

  .vidizokna-pc {
    display: none;
  }

  .s3-wrap-map {
    height: 100%;
  }

  .s4-1-wrp {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .slider-s4__item {
    height: 220px;
  }

  .s6-1-decor-line {
    top: 51px;
  }

  .s6-1-slider-nav-div {
    position: absolute;
    top: 46%;
    right: 0px;
    width: 100%;
    padding-right: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .s6-1-slider-nav-div-new {
    position: absolute;
    top: 56%;
    right: 0px;
    width: 100%;
    padding-right: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .s6-1-slider-counter {
    display: none;
  }

  .s6-1-slider-counter-new {
    display: none;
  }

  .s7-1-slider-nav-div {
    display: none;
  }

  .s7-1-decor-line {
    top: 50px;
  }

  .s6-slider__wrap-circle {
    margin-right: auto;
    margin-left: auto;
  }

  .arrow-slider.s8-1-arrow-left {
    padding-top: 104px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .arrow-slider.s8-1-arrow-right {
    padding-top: 104px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-pane-tab-1-4 {
    height: 100%;
  }

  .s4-1-title-div {
    margin-bottom: 27px;
  }

  .s4-1-title-div.s-title-mob-padding {
    margin-right: 15px;
    margin-left: 15px;
  }

  .div-block-18 {
    width: 217px;
    height: 55px;
    margin-bottom: 4px;
  }

  .video-wrapper.video-wrapper_pc {
    height: 220px;
  }

  .s4-1-slider-nav-div {
    position: absolute;
    left: 0px;
    top: 120px;
    right: 26px;
    bottom: 0px;
    z-index: 3;
    height: 0px;
    margin-top: 150px;
    margin-bottom: -25px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s4-1-prev {
    z-index: 2;
    background-color: transparent;
  }

  .s4-1-next {
    position: relative;
    z-index: 2;
    background-color: transparent;
  }

  .s4-slider-counter {
    display: none;
    width: 0px;
    height: 0px;
  }

  .calc-div__top {
    width: 100%;
  }

  .s5-1-slide {
    height: 100%;
  }

  .s5-1-slider-nav {
    padding-top: 16px;
  }

  .s5-1-slide__wrap-facade-img {
    width: 100%;
    height: 240px;
  }

  .s5-1-slide__facade-img {
    display: block;
  }

  .s11-1-decor-line {
    top: 51px;
  }

  .s4-1__slider-block--mob {
    width: 100vw;
    margin-right: -16px;
    margin-left: -16px;
  }

  .slick-s4__item {
    height: 220px;
  }

  .s4-1-slick-nav-div1 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 26px;
    bottom: 137px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0px;
    margin-top: 150px;
    margin-bottom: -25px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s4-1-prev--mob {
    z-index: 2;
    background-color: transparent;
  }

  .s4-1-next--mob {
    position: relative;
    z-index: 2;
    background-color: transparent;
  }

  .contact-div-content {
    padding-top: 26px;
    padding-bottom: 22px;
    border-width: 0px;
  }

  .map-img--hover {
    height: 100%;
  }

  .bird-tip {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
}

.new-s1-wrp {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;

  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-border {
  border-radius: 10px;
  border: 1px solid #a06f4e;
  padding: 40px 43.5px;

  .s1-wrp-bg-and-content:after {
    background: initial;
  }

  @media screen and (max-width: 479px) {
    padding: 16px;
  }
}

.video-vivaldi {
  width: 100%;
}

.video-vivaldi-title {
  margin-bottom: 43px;

  @media screen and (max-width: 479px) {
    margin-bottom: 23px;
  }
}

.vivaldi-logo-svg {
  position: absolute;
  left: 36%;
  right: 100%;
  bottom: -100%;
  top: -125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  & > img {
    @media screen and (max-width: 479px) {
      display: none;
    }
  }
}

.video-vivaldi-content {
  @media screen and (max-width: 479px) {
    height: 193px;
  }
}

@font-face {
  font-family: "Historypro two";
  src: url("../fonts/HistoryPro-Two.eot") format("embedded-opentype"),
    url("../fonts/HistoryPro-Two.woff") format("woff"),
    url("../fonts/HistoryPro-Two.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gillsansc";
  src: url("../fonts/GillSansC.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gillsansc";
  src: url("../fonts/GillSansC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gillsansc";
  src: url("../fonts/GillSansC-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gillsansc";
  src: url("../fonts/GillSansC-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gillsanscondc";
  src: url("../fonts/GillSansCondC.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gillsanscondc";
  src: url("../fonts/GillSansCondC-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bickhamscriptthree";
  src: url("../fonts/Bickhamscriptthree.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
