@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;
}

@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: 3.375rem;
  font-weight: 600;
  line-height: 113%;
}

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

h3 {
  color: #1d1d1d;
  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;
}

.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;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.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: 31.25rem;
}

.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;
}

.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: 43.5rem;
}

.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: #00ade5;
  background-color: #eaf4fa;
  border-radius: .75rem;
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 129%;
}

.op-60 {
  color: #1d1d1d99;
}

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

.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: flex-start;
  align-items: center;
}

.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;
}

.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-top: 4rem;
  margin-bottom: 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: #1b1c1f;
  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: #f5f5f7;
  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: #eaf4fa;
}

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

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

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

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

.input::placeholder {
  color: #1b1d1d66;
}

.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;
}

.achievement-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f5f5f7;
  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: #4c061c;
  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;
}

.nav:hover {
  background-color: #a85126;
}

.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: #544d48b3;
  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: #f5f5f7;
  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: #f5f5f7;
  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;
  background-color: #1b1c1f;
  border-radius: 1.875rem;
  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 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

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

.navbar {
  background-color: #f5f5f7;
  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: auto;
  height: 1.5rem;
}

.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: 500;
  line-height: 110%;
}

.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;
  height: 7rem;
  display: flex;
}

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

.reviews {
  border: 1px solid #f5f5f7;
  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 #dbe3e6;
  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: inherit;
  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 {
  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;
}

@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;
  }

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

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

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

  .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-v-44 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .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;
  }

  .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, .main-form.is-popup {
    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: 1;
    position: relative;
  }

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

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

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

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

  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: 1.25rem;
  }

  .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%;
  }
}

@media screen and (max-width: 479px) {
  .date-item {
    font-size: .875rem;
  }

  .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;
  }

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


@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;
}