@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1b1c1f;
  font-family: Intertight, Arial, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 113%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 116%;
}

p {
  color: #596977;
  margin-bottom: 0;
}

a {
  color: #596977;
  text-decoration: underline;
}

img {
  width: 100%;
  display: inline-block;
}

.section.bg-black {
  color: #fff;
  background-color: #000;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.hero {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  height: 680px;
  display: flex;
  overflow: hidden;
}

.flex-v-64 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v-64.max-w-500 {
  max-width: 38rem;
}

.flex-v-64.max-w-500.ru {
  max-width: 42rem;
}

.blue-tag {
  color: #00ade5;
  background-color: #eaf4fa;
  border-radius: 1.5rem;
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 130%;
}

.flex-v-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-v-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-h-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.flex-h-12.max-w-800 {
  flex-flow: wrap;
  max-width: 63rem;
}

.date-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #eaf4fa;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .25rem .25rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.icon-42px {
  width: 2.625rem;
  height: 2.625rem;
}

.flex-v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.main-btn {
  color: #fff;
  background-color: #00ade5;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.main-btn:hover {
  background-color: #0283ad;
}

.main-btn.is-form {
  height: 4.0625rem;
}

.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-696px {
  border-radius: 1.5rem;
  max-width: 45rem;
}

.image-696px._1 {
  margin-bottom: -1rem;
}

.about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f7;
  border-radius: 1.875rem;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.flex-v-0 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-v-0.max-w-475 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 29.6875rem;
}

.flex-v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.about-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #1d1d1d1a;
  border-radius: .75rem;
  flex-flow: column;
  min-width: 35.5rem;
  padding: 1.5rem;
  display: flex;
}

.icon-24px {
  width: 24px;
  height: 24px;
}

.text-color-dark {
  color: #1d1d1d;
  font-weight: 400;
  line-height: 140%;
}

.sep {
  border: 1px solid #1d1d1d1a;
  width: 100%;
  height: .0625rem;
  margin-top: .8125rem;
  margin-bottom: .8125rem;
}

.flex-v-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.grid-3x1 {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-28px {
  font-size: 1.75rem;
}

.price-tag {
  color: #fff;
  background-color: #00ade566;
  border-radius: .75rem;
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 129%;
}

.op-60 {
  color: #fffc;
}

.market {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

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

.flex-h-0.align-center {
  align-items: center;
}

.flex-h-0.align-center.mob-v-32 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
}

.flex-h-0.footer {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-h-0.footer._1 {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-h-0.footer._2 {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-v-44 {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
}

.flex-h-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.market-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f7;
  border-radius: .75rem;
  flex: none;
  justify-content: space-between;
  width: 23rem;
  padding: .875rem 1.5rem;
  display: flex;
}

.date-item-no-bg {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .25rem .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.text-size-44 {
  color: #1b1c1f;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 129%;
}

.market-item-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f7;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.5rem;
  display: flex;
}

.market-tabs {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  margin-top: 1.25rem;
  display: flex;
}

.tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #596977;
  background-color: #f5f5f7;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-weight: 500;
  line-height: 138%;
  display: flex;
}

.tab-link.w--current {
  color: #00ade5;
  background-color: #eaf4fa;
}

.tab-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.625rem;
  display: flex;
}

.organize {
  grid-row-gap: 1.25rem;
  color: #fff;
  background-color: #1b1c1f;
  border-radius: 1.875rem;
  justify-content: space-between;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  padding: 2.75rem;
  display: flex;
}

.flex-h-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.org-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #25292e;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  padding: 1.25rem;
  display: flex;
}

.org-logo {
  width: auto;
  height: 2.5rem;
}

.text-color-light {
  color: #dbe3e6;
}

.text-color-light.max-w-400 {
  max-width: 25rem;
}

.image-735px {
  border-radius: 1.25rem;
  max-width: 45.9375rem;
}

.about-us {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
}

.grid-2x1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-36 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 129%;
}

.text-size-36.text-color-blue {
  color: #00ade5;
}

.about-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #1b1b1d;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.about-item.is-blue {
  background-color: #1b1b1d;
}

.pads-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.main-form.max-w-500 {
  width: 100%;
  max-width: 32.5rem;
  margin-bottom: 0;
}

.main-form.is-popup {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.875rem;
  width: 31.25rem;
  max-width: 31.25rem;
  margin-bottom: 0;
  padding: 2rem;
  position: relative;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 1.25rem;
  width: 100%;
  height: 4.0625rem;
  margin-bottom: 0;
}

.input::placeholder {
  color: #fff6;
}

.input.light {
  color: #fff;
  background-color: #0000;
  border-color: #fff9;
}

.input.light::placeholder {
  color: #fff9;
}

.input.stroked {
  color: #000;
  border-color: #292e2e33;
}

.input.stroked::placeholder {
  color: #3b3f3f96;
}

.about-metropolitan__list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.swiper {
  z-index: 1;
  position: relative;
}

.title__one {
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 100%;
}

.achievement-card__image {
  object-fit: contain;
  height: 11.25rem;
}

.achievements__title-root {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.swiper__nav-root {
  z-index: 3;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-metropolitan__list-wrapper {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.375rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.about-metropolitan__descr {
  line-height: 150%;
}

.title-two {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

.nav__icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-metropolitan__title-root {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 3rem;
  display: grid;
}

.about-metropolitan__item-bottom {
  line-height: 150%;
}

.section-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-2.about-metropolitan {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.section-2.about-metropolitan.bg-black {
  color: #fff;
  background-color: #000;
}

.achievement-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1b1b1d;
  border: 1px solid #544d481a;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem .75rem;
  display: flex;
}

.achievement-card__text-root {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.achievement-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

.container-2 {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: visible;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  position: static;
  inset: 0% 0% auto;
}

.nav.next, .nav.prev {
  cursor: pointer;
}

.title-four {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.title-four.about-metropolitan__item-subtitle {
  text-transform: none;
}

.achievement-card__title-top {
  color: #00ade5;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.achievement-card__descr {
  color: #bbaca1b3;
  font-size: .875rem;
  line-height: 130%;
}

.swiper-slide {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.about-metropolitan__item {
  background-color: #544d481a;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: auto;
  min-height: 27.5rem;
  max-height: none;
  padding: 1.5rem;
  display: flex;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-metropolitan__item-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.swiper-next {
  color: #00ade5;
  background-color: #1b1b1d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.swiper-next.next, .swiper-next.prev {
  cursor: pointer;
}

.swiper-prev {
  color: #00ade5;
  background-color: #1b1b1d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.swiper-prev.next, .swiper-prev.prev {
  cursor: pointer;
}

.footer {
  grid-row-gap: 3rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2.75rem;
  display: flex;
}

.flex-h-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex_h-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #000;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  display: flex;
}

.nav-logo {
  flex: none;
  width: 100%;
}

.popup-cons {
  z-index: 11111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #1b1c1f66;
  position: absolute;
  inset: 0%;
}

.icon-close {
  cursor: pointer;
  position: absolute;
  inset: 1.5rem 1.25rem auto auto;
}

.form-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.form-header.mob-white {
  justify-content: space-between;
  align-items: center;
}

.success-icon {
  width: 3.5625rem;
  margin-bottom: 3.125rem;
}

.text-size-36px {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 110%;
}

.text-size-36px.text-color-white {
  color: #fff;
}

.text-size-14px {
  font-size: .875rem;
  font-weight: 300;
  line-height: 110%;
}

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

.card-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph, .paragraph-2 {
  line-height: 130%;
}

.reviews {
  color: #fff;
  border: 1px solid #f5f5f754;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.75rem;
  text-decoration: none;
  display: flex;
}

.flex-v-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.text-size-20 {
  font-size: 1.25rem;
}

.image-254px {
  max-width: 15.875rem;
}

.image-111px {
  max-width: 6.9375rem;
}

.reviews-badge {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  border: 1px solid #dbe3e65c;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.lang_selector {
  text-decoration: none;
  display: flex;
}

.lang-wrap {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem .875rem .625rem;
  display: flex;
}

.lang-wrap.w--open {
  color: #464646;
  background-color: #fff;
  border-radius: .9375rem .9375rem 0 0;
}

.lang-wrap.hover-gold {
  color: #000;
  text-decoration: none;
  transition: color .2s;
}

.lang-wrap.hover-gold:hover {
  color: #1eade5;
}

.lang-flag {
  width: 1.5rem;
  height: auto;
  margin-right: .375rem;
}

.lang_text {
  font-size: .875rem;
  line-height: 150%;
}

.lang_icon {
  flex: none;
  width: 1rem;
  margin: .125rem 0 0 .375rem;
  font-size: .8rem;
  font-weight: 300;
  position: static;
}

.lang_icon.opacity-0 {
  opacity: 0;
}

.dropdown-lang-list {
  margin-top: .625rem;
}

.dropdown-lang-list.w--open {
  color: #464646;
  background-color: #fff;
  border-bottom-right-radius: .9375rem;
  border-bottom-left-radius: .9375rem;
  margin-top: 2.5rem;
  box-shadow: 0 10px 20px #281c101a;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-text {
  color: #fff;
  margin-left: 2rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 130%;
}

.section-3.visible {
  overflow: visible;
}

.spacer-70 {
  height: 4.375rem;
}

.form_horizontal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #27abe2;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex_v-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading_48px {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.heading_48px:lang(ar) {
  line-height: 110%;
}

.text-size_16px {
  font-size: 1rem;
  line-height: 150%;
}

.text-size_16px.text_color_white {
  color: #fff;
}

.text-size_16px.text_color_white.weight-600 {
  font-weight: 600;
}

.form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-wrap: wrap;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  display: grid;
}

.form.horizontal {
  color: #fff;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.flex-horizontal-input {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(75% - .5rem);
  display: grid;
}

.btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: calc(var(--size--16) * 3);
  padding-right: calc(var(--size--16) * 3);
  background-color: #27abe2;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.btn:hover {
  background-color: #1599e0;
}

.btn.form-first {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  color: #1b1d1d;
  background-color: #f2f2f7e6;
  flex: 1;
  order: -1;
  width: calc(25% - .5rem);
  height: 4.0625rem;
  font-weight: 600;
}

.btn.form-first:hover {
  background-color: #f0f0f0;
}

.success-message-light {
  color: #000;
  background-color: #fafafa;
  border-radius: 1rem;
  padding: 1.25rem;
  overflow: hidden;
}

.flex_v-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.icon_36px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.text_size-24 {
  font-size: 1.5rem;
  line-height: 110%;
}

.text_size-24.weight-600 {
  margin-bottom: 0;
  font-weight: 600;
}

.text_align-left {
  text-align: left;
}

.graphic-absolu {
  z-index: -1;
  width: 23rem;
  position: absolute;
  inset: auto 0% -4rem auto;
}

.graphic-absolu:lang(ar) {
  left: 0;
  right: auto;
}

.spacer-120 {
  height: 7.5rem;
}

.banner-wrapper {
  color: #fff;
  background-color: #333;
  border-radius: 1.25rem;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.grid-2col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.grid-2col.asymmetric {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.flex-v-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-v-30.z-index-100 {
  z-index: 111;
}

.flex-v-30.z-index-100.max-w-400 {
  max-width: 31rem;
}

.flex-v-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.text-color-grey-light {
  color: #b5b5b5;
}

.btn-link {
  color: #fff;
  white-space: nowrap;
  background-color: #27abe2;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-link:hover {
  color: #27abe2;
  background-color: #fff;
}

.tag-white {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2.1875rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.tag-white.border {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.tag-white.border.type-2 {
  text-transform: none;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.icon-16px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.banner-media-wrap {
  width: 60%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.img-absolute {
  z-index: 10;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-gradient {
  z-index: 10;
  background-image: linear-gradient(90deg, #333, #2b2b2ba6 50%, #33333347);
  position: absolute;
  inset: 0%;
}

.link-card-absolute {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.image-wrap {
  border-radius: 1rem;
  width: 100%;
  height: 15.625rem;
  position: relative;
  overflow: hidden;
}

.tags-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  font-size: 3.8rem;
  line-height: 100%;
}

.tags-wrap-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.logo-footer {
  width: 13rem;
  height: 3rem;
}

.footer-menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #1b1d1d;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .65;
}

.social-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.img-contain {
  object-fit: scale-down;
  height: auto;
}

.divider-h {
  background-color: #dfdfdf4d;
  width: 100%;
  height: .0625rem;
}

.caption-m {
  font-size: .875rem;
  font-weight: 400;
}

.spacer-80 {
  height: 5rem;
}

.mob-nav-logo {
  display: none;
}

.profit-spoiler {
  overflow: hidden;
}

.flex_v-12-stretch {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 31.25rem;
  display: flex;
}

.text_step {
  color: #fff;
  background-color: #1b1d1d;
  border-radius: 2.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.text-size_28px {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

.margin-letf-60 {
  margin-left: 3.75rem;
}

.flex_v-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.flex_v-8:lang(ru) {
  align-self: auto;
}

.flex_h-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-line {
  background-color: #1b1d1d;
  width: 1rem;
  height: 1px;
}

.buy-banner {
  border-radius: 2rem;
  width: 100%;
  height: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.buy-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 105%;
  max-width: none;
  height: 100%;
  margin-left: -2px;
  margin-right: -2px;
  position: absolute;
  inset: 0% -5px;
}

.grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.buy-spoiler {
  overflow: hidden;
}

.popup-brochure {
  z-index: 11111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex-h-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.btn-circle {
  background-color: #00aee5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-10px {
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: 1.0625rem;
  margin-right: -2px;
  display: flex;
}

.video-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.video-link:hover {
  opacity: .75;
}

.spoiler-tab {
  background-color: #0000;
  flex: 1;
  padding: 0;
}

.spoiler-tab.w--current {
  background-color: #0000;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.tabs {
  width: 100%;
}

.popup-youtube {
  z-index: 11111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-frame {
  width: 800px;
}

.h1-ru {
  font-size: 4rem;
}

.max-w-600 {
  max-width: 52rem;
}

.project-image {
  object-fit: cover;
  height: 100%;
}

.h2-ru {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .flex-v-64.max-w-500 {
    max-width: none;
  }

  .date-item, .main-btn {
    font-size: 1rem;
  }

  .image-696px {
    order: -9999;
    max-width: none;
  }

  .image-696px._1 {
    order: 0;
  }

  .about {
    border-radius: 1.25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-v-0.max-w-475 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    max-width: none;
  }

  .flex-v-0.mob-v-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-v-12.align-left.mob {
    flex-flow: row;
  }

  .about-card {
    min-width: auto;
  }

  .grid-3x1 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-h-0.mob-v-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-h-0.align-center.mob-v-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
  }

  .flex-h-0.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-0.footer._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-h-0.footer._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-v-44 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .flex-h-10 {
    flex-flow: column;
  }

  .flex-h-10.mob-h-flex {
    flex-flow: row;
  }

  .flex-h-10.mob-h-flex.top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-h-10.mob-left-auto {
    z-index: 0;
    margin-left: auto;
    position: relative;
  }

  .market-item {
    border-radius: 1.25rem;
    flex-flow: column;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-44 {
    font-size: 1.75rem;
  }

  .market-item-2 {
    border-radius: 1.25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .market-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .tab-link {
    font-size: .875rem;
  }

  .tab-menu {
    align-items: stretch;
    width: auto;
  }

  .organize {
    grid-row-gap: 2.75rem;
    border-radius: 1.25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-h-8 {
    flex-flow: column;
  }

  .org-item {
    width: auto;
  }

  .text-color-light.max-w-400, .image-735px {
    max-width: none;
  }

  .about-us {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-size-36 {
    font-size: 1.75rem;
  }

  .about-item {
    border-radius: 1.25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mob-hide {
    display: none;
  }

  .main-form.max-w-500 {
    max-width: none;
  }

  .main-form.is-popup {
    width: auto;
    max-width: none;
  }

  .about-metropolitan__list {
    overflow: auto;
  }

  .swiper.achievements-swiper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .achievements__title-root {
    flex-flow: column;
    margin-bottom: 2rem;
    padding-left: 1rem;
  }

  .swiper__nav-root {
    display: flex;
  }

  .swiper__nav-root.achievements {
    justify-content: flex-start;
    align-items: center;
    margin-top: .75rem;
    position: static;
  }

  .about-metropolitan__list-wrapper {
    padding-right: 0;
  }

  .about-metropolitan__title-root {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .container-2.achievements {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: flex;
  }

  .about-metropolitan__item {
    min-width: 18.75rem;
    min-height: 16.875rem;
  }

  .footer {
    grid-row-gap: 2.75rem;
    border-radius: 1.25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-header.mob-white {
    color: #fff;
  }

  .text-size-36px {
    font-size: 2rem;
  }

  .reviews {
    display: none;
  }

  .lang_selector {
    z-index: 0;
    margin-left: auto;
    position: relative;
  }

  .lang_text {
    font-size: .75rem;
  }

  .lang_icon {
    font-size: .5rem;
  }

  .dropdown-lang-list {
    background-color: #fff;
    margin-top: .5rem;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 90%;
  }

  .nav-text {
    color: #000;
    text-align: left;
    margin-top: 5rem;
    margin-left: 1.25rem;
  }

  .spacer-70 {
    height: 2.5rem;
  }

  .form_horizontal {
    border-radius: 1rem;
    padding: 1rem;
  }

  .flex_v-32 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .heading_48px {
    font-size: 2.25rem;
  }

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .form.horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-horizontal-input {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .btn.form-first {
    order: 0;
    width: 100%;
  }

  .text_size-24 {
    font-size: 1.25rem;
  }

  .graphic-absolu {
    display: none;
  }

  .spacer-120 {
    height: 2.5rem;
  }

  .banner-wrapper {
    border-radius: 1.25rem;
    flex-flow: row;
    width: 100%;
    min-height: 34rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    display: flex;
  }

  .grid-2col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .grid-2col.asymmetric {
    grid-template-columns: 1fr;
  }

  .flex-v-30 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-30.z-index-100.max-w-400 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-link {
    align-self: stretch;
  }

  .tag-white {
    display: flex;
  }

  .tag-white.border.mob-none {
    display: none;
  }

  .tag-white.border.type-2 {
    text-align: left;
    flex: 0 auto;
  }

  .banner-media-wrap {
    width: 100%;
    height: 90%;
    position: absolute;
    inset: 0%;
  }

  .banner-gradient {
    background-image: linear-gradient(0deg, #333, #333 25%, #333333e8 45%, #33333326 80%);
  }

  .div-block {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .logo-footer {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-link {
    font-weight: 500;
  }

  .social-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: flex-end;
  }

  .burger {
    z-index: 2;
    color: #fff;
  }

  .burger.w--open {
    color: #000;
    background-color: #c8c8c800;
  }

  .nav-logo-wrap {
    padding-left: 0;
    position: relative;
  }

  .mob-nav-logo {
    width: auto;
    height: 2rem;
    display: block;
    position: absolute;
    inset: 2.5rem auto auto 1.25rem;
  }

  .buy-banner {
    width: 100%;
  }

  .grid, .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .video-frame {
    width: 90vw;
  }

  .max-w-600 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .hero {
    margin-bottom: 2rem;
  }

  .flex-v-64.max-w-500 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    max-width: none;
  }

  .flex-h-12.mob-20 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .main-btn {
    width: 100%;
  }

  .flex-v-12.align-left.mob {
    flex-flow: column;
  }

  .text-color-dark {
    line-height: 130%;
  }

  .flex-v-50 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-3x1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .h3-28px {
    font-size: 2rem;
  }

  .market {
    padding-top: 5.5rem;
  }

  .mob-14px {
    font-size: .875rem;
  }

  .organize {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .org-logo {
    height: 1.875rem;
  }

  .text-color-light.mob-14 {
    font-size: .875rem;
  }

  .image-735px {
    border-radius: 1rem;
    order: -9999;
  }

  .about-us {
    margin-bottom: 0;
  }

  .achievement-card__image {
    height: 7.75rem;
  }

  .container-2 {
    margin-bottom: 0;
  }

  .container-2.achievements {
    padding-right: 0;
  }

  .swiper-slide {
    min-height: 100%;
  }

  .about-metropolitan__item {
    min-height: 15.5rem;
  }

  .swiper-wrapper {
    height: 100%;
    min-height: 0;
  }

  .footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-h-24 {
    flex-flow: column;
  }

  .flex-h-24.mob-h-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
  }

  .link-footer {
    color: #dbe3e6;
  }

  .navbar {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .paragraph {
    line-height: 130%;
  }

  .form_horizontal {
    min-width: auto;
  }

  .banner-wrapper {
    border-radius: .625rem;
    min-height: 27.5rem;
  }

  .text-size_28px {
    font-size: 1.5rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .buy-image {
    height: 105%;
    margin-top: -5px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.9rem;
  }

  .date-item {
    font-size: .875rem;
  }

  .h3-28px {
    font-size: 2rem;
  }

  .flex-h-10.mob-h-flex.top {
    flex-flow: wrap;
  }

  .grid-2x1 {
    grid-template-columns: 1fr;
  }

  .swiper-slide {
    display: block;
  }

  .footer {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .navbar {
    border-radius: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lang-wrap {
    border-style: none;
    padding-right: 0;
  }

  .flex_v-32 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .btn {
    align-self: stretch;
  }

  .banner-wrapper {
    border-radius: 1rem;
    min-height: 25rem;
  }

  .grid-2col.asymmetric {
    width: 100%;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .banner-media-wrap {
    height: auto;
  }

  .spacer-80 {
    height: 4rem;
  }

  .spacer-80.footer {
    height: 6rem;
  }

  .burger {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-logo-wrap {
    width: 9.375rem;
  }

  .mob-nav-logo {
    top: 2rem;
  }

  .buy-banner {
    border-radius: 1rem;
  }

  .grid, .grid-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .h1-ru {
    font-size: 2.6rem;
  }
}

#w-node-_53bc40a2-4311-2602-c62f-3233bcb8a66e-92f5da9b, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-92f5da9b, #w-node-_336f9019-dd17-4335-3a29-06a43712e125-92f5da9b, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-92f5da9b, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-92f5da9b, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a66e-0d78b273, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-0d78b273, #w-node-_336f9019-dd17-4335-3a29-06a43712e125-0d78b273, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-0d78b273, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-0d78b273, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a66e-e5ce29b2, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-e5ce29b2, #w-node-_336f9019-dd17-4335-3a29-06a43712e125-e5ce29b2, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-e5ce29b2, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-e5ce29b2, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a66e-d697a8c3, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-d697a8c3, #w-node-_336f9019-dd17-4335-3a29-06a43712e125-d697a8c3, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-d697a8c3, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-d697a8c3, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a66e-79fb2666, #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-79fb2666, #w-node-_336f9019-dd17-4335-3a29-06a43712e125-79fb2666, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-79fb2666, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-79fb2666 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-92f5da9b, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-92f5da9b, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-92f5da9b {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5d9905e8-4286-f0b2-dc12-830c9c84d50e-92f5da9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-0d78b273, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-0d78b273, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-0d78b273 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5d9905e8-4286-f0b2-dc12-830c9c84d50e-0d78b273 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-e5ce29b2, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-e5ce29b2, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-e5ce29b2 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5d9905e8-4286-f0b2-dc12-830c9c84d50e-e5ce29b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-d697a8c3, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-d697a8c3, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-d697a8c3 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5d9905e8-4286-f0b2-dc12-830c9c84d50e-d697a8c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53bc40a2-4311-2602-c62f-3233bcb8a670-79fb2666, #w-node-_1751aae1-c429-39a7-c923-d1d3454fd34b-79fb2666, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-79fb2666 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_5d9905e8-4286-f0b2-dc12-830c9c84d50e-79fb2666 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-e5ce29b2, #w-node-de3ef4cf-5a01-2003-b09b-d34c94aa0888-d697a8c3 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}