@font-face {
  font-family: "RocaOne";
  src:
    url("../fonts/RocaOne-Th.woff2") format("woff2"),
    url("../fonts/RocaOne-Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RocaOne";
  src:
    url("../fonts/RocaOne-Lt.woff2") format("woff2"),
    url("../fonts/RocaOne-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RocaOne";
  src:
    url("../fonts/RocaOne-Rg.woff2") format("woff2"),
    url("../fonts/RocaOne-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RocaOne";
  src:
    url("../fonts/RocaOne-It.woff2") format("woff2"),
    url("../fonts/RocaOne-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RocaOne";
  src:
    url("../fonts/RocaOne-Bold.woff2") format("woff2"),
    url("../fonts/RocaOne-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src:
    url("../fonts/TTHovesProTrial-Rg.woff2") format("woff2"),
    url("../fonts/TTHovesProTrial-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src:
    url("../fonts/TTHovesProTrial-Md.woff2") format("woff2"),
    url("../fonts/TTHovesProTrial-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src:
    url("../fonts/TTHovesProTrial-Lt.woff2") format("woff2"),
    url("../fonts/TTHovesProTrial-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src:
    url("../fonts/TTHovesProTrial-Bd.woff2") format("woff2"),
    url("../fonts/TTHovesProTrial-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 1.25vw;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "RocaOne", sans-serif;
}
body.b-hidden {
  overflow: hidden;
}

.app {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 94.4444444444vw;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  height: 3.75vw;
  border-radius: 100px;
  background: #fff;
  width: max-content;
  padding-right: 1.6666666667vw;
  padding-left: 1.6666666667vw;
  font-size: 1.1111111111vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  color: #000;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .btn {
    height: 65px;
    padding: 0 24px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn svg {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media (max-width: 767px) {
  .btn svg {
    width: 20px;
    height: 20px;
  }
}

.heading {
  margin-bottom: 2.4305555556vw;
}
@media (max-width: 767px) {
  .heading {
    margin-bottom: 44px;
  }
}

.title {
  text-align: center;
  margin-bottom: 0.2777777778vw;
  font-size: 4.4444444444vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 4px;
    font-size: 28px;
    text-align: left;
  }
}

.subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 1.6666666667vw;
  line-height: 1.1;
  font-family: "TT Hoves Pro Trial", sans-serif;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 14px;
    text-align: left;
  }
}

.heading-left .title,
.heading-left .subtitle {
  text-align: left;
}

.btn-download {
  display: flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  background: #ff7745;
  height: 3.75vw;
  gap: 0.6944444444vw;
  padding-right: 1.6666666667vw;
  padding-left: 1.6666666667vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 600;
  max-width: 100%;
}
@media (max-width: 767px) {
  .btn-download {
    height: auto;
    padding: 12px 24px;
    font-size: 14px;
    margin: 0 auto;
    gap: 10px;
  }
  .btn-download span {
    max-width: 195px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .btn-download {
    width: 100%;
    justify-content: center;
  }
}
.btn-download img {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media (max-width: 767px) {
  .btn-download img {
    width: 20px;
    height: 20px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 4.4444444444vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1.6666666667vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  color: #000;
  outline: none;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  font-family: "TT Hoves Pro Trial", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.form__tel {
  position: relative;
}
.form__tel img {
  position: absolute;
  width: 1.6666666667vw;
  left: 1.6666666667vw;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .form__tel img {
    width: 18px;
    left: 24px;
  }
}
.form__tel span {
  position: absolute;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 500;
  font-size: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  left: 4.0277777778vw;
}
@media (max-width: 767px) {
  .form__tel span {
    font-size: 16px;
    left: 52px;
  }
}
.form__tel input[type="tel"] {
  padding-left: 7.5694444444vw;
}
@media (max-width: 767px) {
  .form__tel input[type="tel"] {
    padding-left: 89px;
  }
}

.hero {
  background-size: cover;
  background-position: center center;
  margin-bottom: 6.9444444444vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 50px;
  }
}
.hero .container {
  height: 55.5555555556vw;
  color: #fff;
  padding-top: 4.4444444444vw;
  padding-bottom: 6.25vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .hero .container {
    display: block;
    height: auto;
    padding-top: 64px;
    padding-bottom: 53px;
  }
}
.hero__top {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1.7361111111vw;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero__top {
    gap: 0;
    display: block;
  }
}
.hero__info {
  max-width: 44.0277777778vw;
}
@media (max-width: 767px) {
  .hero__info {
    max-width: 100%;
  }
}
.hero__title {
  font-weight: 300;
  font-size: 4.4444444444vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 32px;
	  max-width: 308px;
  }
}
.hero__description {
  font-size: 1.6666666667vw;
  font-weight: 300;
  font-family: "TT Hoves Pro Trial", sans-serif;
}
@media (max-width: 767px) {
  .hero__description {
    font-size: 16px;
  }
}
.hero__menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2.7777777778vw;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .hero__menu {
    display: none;
  }
}
.hero__menu li {
  line-height: 1.2;
}
.hero__menu li a {
  font-size: 1.1111111111vw;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  font-family: "TT Hoves Pro Trial", sans-serif;
  position: relative;
}
.hero__menu li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
}
.hero__menu li a:hover:before {
  left: 0;
  width: 100%;
}
.hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hero__bottom {
    margin-top: 200px;
    display: block;
  }
}
.hero__slider {
  width: 42.9166666667vw;
  overflow: visible;
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 767px) {
  .hero__slider {
    width: 100vw;
    transform: translateX(calc(50% - 79px));
    flex: none;
    margin-bottom: 8px;
  }
}
.hero__slider .swiper-slide {
  display: flex;
}
@media (max-width: 767px) {
  .hero__slider .swiper-slide {
    width: 158px;
    height: 158px;
  }
}
.hero__slider img {
  width: 100%;
  height: 15.0694444444vw;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__slider img {
    height: 100%;
  }
}
.hero__bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.6944444444vw;
  width: max-content;
  margin-left: auto;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  font-size: 1.25vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 300;
  backdrop-filter: blur(120px);
  background: rgba(255, 255, 255, 0.15);
  height: 3.6111111111vw;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .hero__bottom-text {
    height: 44px;
    font-size: 15px;
    padding: 0 22px;
    margin: 0 auto 24px;
    gap: 8px;
  }
}
@media (max-width: 400px) {
  .hero__bottom-text {
    width: 100%;
  }
}
.hero__bottom-text strong {
  font-weight: bold;
}
.hero__bottom-text svg {
  width: 0.9722222222vw;
  height: 0.9722222222vw;
}
@media (max-width: 767px) {
  .hero__bottom-text svg {
    width: 12px;
    height: 12px;
  }
}
.hero__separator {
  width: 0.1388888889vw;
  height: 0.8333333333vw;
  background: #fff;
}
@media (max-width: 767px) {
  .hero__separator {
    width: 2px;
    height: 10px;
  }
}
.hero__separator-2 {
  width: 1px;
  height: 1.1111111111vw;
  background: #fff;
}
@media (max-width: 767px) {
  .hero__separator-2 {
    height: 14px;
  }
}
.hero__top-text {
  margin-left: auto;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.5555555556vw;
  line-height: 1.1;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 500;
  font-size: 0.9722222222vw;
  text-transform: uppercase;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 767px) {
  .hero__top-text {
    gap: 6px;
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.hero__top-text svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media (max-width: 767px) {
  .hero__top-text svg {
    width: 19px;
    height: 19px;
  }
}
.hero__logo {
  left: 33.2638888889vw;
  bottom: 6.3194444444vw;
  position: absolute;
  width: 15.5555555556vw;
  height: 17.5vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .hero__logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero .desktop {
    display: none;
  }
}
.hero .mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero .mobile {
    display: flex;
  }
}

.open-mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .open-mobile-menu {
    display: flex;
    position: absolute;
    right: 16px;
    top: 32px;
    background: transparent;
    border: 0;
  }
}

.mobile-menu {
  position: fixed;
  width: 216px;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 58px 16px 220px;
  transform: translateX(100%);
  transition: all 0.5s ease;
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu__overlay {
    display: block;
  }
}
.mobile-menu__overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav {
  display: grid;
  gap: 24px;
}
.mobile-menu__nav li a {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.mobile-menu__logo {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  display: flex;
}
.mobile-menu__close {
  position: absolute;
  top: 32px;
  right: 16px;
  display: flex;
  background: transparent;
  border: 0;
}

.footer {
  background: #000;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer .container {
  display: grid;
  grid-template-columns: 20.833vw 1fr 20.833vw;
  align-items: center;
  gap: 0.6944444444vw;
}
@media (max-width: 767px) {
  .footer .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-size: 1.3888888889vw;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__text a {
  color: #ff7745;
}
.footer__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__logotype {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.footer__logo {
  font-size: 2.3611111111vw;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  margin-bottom: 4.0277777778vw;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer__logo {
    margin: 0;
    font-size: 34px;
  }
}
.footer__copyright {
  line-height: 1.1;
  font-size: 1.1111111111vw;
  opacity: 0.5;
  font-family: "TT Hoves Pro Trial", sans-serif;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  margin-bottom: 5.04666667vw;
  gap: 0.6944444444vw;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 767px) {
  .footer__socials {
    margin-bottom: 24px;
    gap: 10px;
  }
}
.footer__socials li a {
  display: flex;
}
.footer__socials li a svg,
.footer__socials li a img {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .footer__socials li a svg,
  .footer__socials li a img {
    width: 32px;
    height: 32px;
  }
}
.footer__address,
.footer__phone {
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.1111111111vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  .footer__address,
  .footer__phone {
    font-size: 14px;
  }
}
.footer__address span,
.footer__phone span {
  text-decoration: underline;
}
.footer__address:hover span,
.footer__phone:hover span {
  text-decoration: none;
}

.villas {
  margin-bottom: 9.0277777778vw;
}
@media (max-width: 767px) {
  .villas {
    margin-bottom: 100px;
  }
}
.villas__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6944444444vw;
  margin-bottom: 2.5694444444vw;
}
@media (max-width: 767px) {
  .villas__head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.villas__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5694444444vw;
}
@media (max-width: 767px) {
  .villas__wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.villas__slider {
  width: 52.4305555556vw;
}
@media (max-width: 767px) {
  .villas__slider {
    width: 100%;
  }
}
.villas__image {
  width: 40.625vw;
}
@media (max-width: 767px) {
  .villas__image {
    width: 100%;
  }
}
.villas__image img {
  display: flex;
  margin: 0 auto;
}
.villas__heading {
  font-family: "TT Hoves Pro Trial", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.6666666667vw;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .villas__heading {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.villas__slider {
  display: grid;
  grid-template-columns: 1fr 5.208vw;
  gap: 0.6944444444vw;
}
@media (max-width: 767px) {
  .villas__slider {
    display: block;
    margin-bottom: 20px;
  }
}

.villas__slider {
  display: flex;
  height: 42.9166666667vw;
}
@media (max-width: 767px) {
  .villas__slider {
    height: auto;
    display: block;
  }
}

.js-villas-main {
  flex: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .js-villas-main {
    height: 266px;
    margin-bottom: 5px;
  }
}

.js-villas-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-villas-thumbs {
  width: 5.2083333333vw;
  height: 100%;
}
@media (max-width: 767px) {
  .js-villas-thumbs {
    width: 100%;
    height: 54px;
  }
}

.js-villas-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.villas__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .villas__foot {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.villas__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.1666666667vw;
}
@media (max-width: 767px) {
  .villas__list {
    gap: 60px;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
  }
}
.villas__list li {
  line-height: 1.1;
}
.villas__list li div {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  font-size: 1.3888888889vw;
}
@media (max-width: 767px) {
  .villas__list li div {
    gap: 10px;
    font-size: 16px;
  }
}
.villas__list li div svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .villas__list li div svg {
    width: 18px;
    height: 18px;
  }
}
.villas__list h5 {
  margin-bottom: 0.5555555556vw;
  font-weight: 100;
  font-size: 1.1111111111vw;
}
@media (max-width: 767px) {
  .villas__list h5 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
  }
}
.villas__price {
  text-align: right;
  font-weight: 100;
  font-size: 1.1111111111vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .villas__price {
    text-align: center;
    font-size: 12px;
    margin-bottom: 44px;
  }
}
.villas__price span {
  display: block;
  padding-top: 0.5555555556vw;
  font-size: 3.0555555556vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .villas__price span {
    padding-top: 8px;
    font-size: 24px;
  }
}

.custom-select {
  position: relative;
  cursor: pointer;
  font-family: sans-serif;
  width: 100%;
  height: 3.75vw;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .custom-select {
    height: 54px;
  }
}

.selected-option {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.icon {
  flex-shrink: 0;
  display: flex;
  margin-right: 1.6666666667vw;
}
@media (max-width: 767px) {
  .icon {
    margin-right: 24px;
  }
}
.icon img {
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .icon img {
    width: 32px;
    height: 32px;
  }
}

.number {
  flex-shrink: 0;
  font-size: 1.6666666667vw;
  margin-right: 0.6944444444vw;
}
@media (max-width: 767px) {
  .number {
    font-size: 18px;
    margin-right: 10px;
  }
}

.text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 1.25vw;
}
@media (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.arrow {
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.2s;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-left: 0.6944444444vw;
}
@media (max-width: 767px) {
  .arrow {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
.arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-select.active .arrow {
  transform: rotate(180deg);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  z-index: 1000;
  margin-top: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s;
}

.option:last-child {
  border-bottom: none;
}

.option:hover {
  background: #f5f5f5;
}

.custom-select.active .options {
  display: block;
}

.infra {
  margin-bottom: 12.2222222222vw;
}
@media (max-width: 767px) {
  .infra {
    margin-bottom: 100px;
  }
}
.infra__wrap {
  display: grid;
  grid-template-columns: 36.111vw 1fr;
  gap: 3.6805555556vw;
}
@media (max-width: 767px) {
  .infra__wrap {
    display: none;
  }
}
.infra__tab {
  height: 100%;
}
.infra__tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infra__tab:not(.active) {
  display: none;
}
.infra__tab.active {
  opacity: 1 !important;
}
.infra__number {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
  font-size: 5vw;
  transition: all 0.5s ease;
}
.infra__circle {
  transition: all 0.5s ease;
  margin-right: 1.3888888889vw;
  border: 3px solid #f0f0f0;
  border-width: 0.2083333333vw;
  border-radius: 50%;
  background: #fcfcfc;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media (max-width: 767px) {
  .infra__circle {
    margin-right: 13px;
    width: 18px;
    height: 18px;
  }
}
.infra__name {
  font-weight: 100;
  font-size: 1.25vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
}
@media (max-width: 767px) {
  .infra__name {
    font-size: 14px;
  }
}
.infra__name span {
  display: block;
  line-height: 1;
  font-family: "RocaOne", sans-serif;
  margin-bottom: 0.1388888889vw;
  font-size: 1.6666666667vw;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .infra__name span {
    margin-bottom: 2px;
  }
}
.infra__tabs-list {
  display: grid;
  gap: 6.9444444444vw;
}
.infra__tabs-list__item {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 9.6527777778vw;
}
@media (max-width: 767px) {
  .infra__tabs-list__item {
    padding-left: 45px;
  }
}
.infra__tabs-list__item.active .infra__number {
  font-size: 6.6666666667vw;
  font-weight: 400;
  opacity: 1;
}
@media (max-width: 767px) {
  .infra__tabs-list__item.active .infra__number {
    font-size: 32px;
  }
}
.infra__tabs-list__item.active .infra__circle {
  background: #ff7745;
  border-color: #d36239;
}
.infra__tabs-list__item.active .infra__name span {
  font-size: 3.0555555556vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .infra__tabs-list__item.active .infra__name span {
    font-size: 20px;
  }
}
.infra__mobile {
  display: none;
}
@media (max-width: 767px) {
  .infra__mobile {
    display: block;
  }
  .infra__mobile--image {
    width: 100%;
    height: 228px;
    object-fit: cover;
    margin-bottom: 12px;
    display: flex;
  }
}
.infra__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.infra__nav .pagination {
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.infra__nav .pagination .swiper-pagination-bullet {
  margin: 0 !important;
  font-weight: 100;
  font-size: 10px;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #000;
  background: transparent;
  opacity: 0.5;
}
.infra__nav .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

.location {
  height: 61.3888888889vw;
  margin-bottom: 7.8472222222vw;
  background: url("../img/map-new.png") left bottom/cover;
  position: relative;
}
@media (max-width: 767px) {
  .location {
    background: transparent;
    overflow: hidden;
    height: auto;
    margin-bottom: 100px;
  }
}
.location::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9.4444444444vw;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .location:after {
    height: 88px;
  }
  .mobile-none {
    display: none !important;
  }
}

.location:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 9.4444444444vw;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .location:before {
    height: 88px;
    z-index: 1;
  }
}
.location .heading {
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) {
  .location .heading {
    position: absolute;
    top: 5.347vw;
    left: 2.7777777778vw;
  }
}
@media (max-width: 767px) {
  .location .heading {
    padding: 0 16px;
  }
}
.location__list {
  position: absolute;
  left: 2.7777777778vw;
  bottom: 10.3472222222vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .location__list {
    margin-bottom: 0;
    padding: 0 16px 0 31px;
    left: 0;
  }
}
.location__list li {
  line-height: 1.1;
  font-size: 1.6666666667vw;
}
@media (max-width: 767px) {
  .location__list li {
    font-size: 14px;
  }
  .location__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.location__mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .location__mobile-image {
    display: flex;
    justify-content: flex-end;
    height: 604px;
    margin-right: -159px;
    position: relative;
  }
  .location__mobile-image img {
    height: 100%;
    max-width: inherit;
  }
}

.socials {
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 767px) {
  .socials {
    margin-bottom: 60px;
  }
}
.socials .container {
  height: 28.125vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.4722222222vw;
}
@media (max-width: 767px) {
  .socials .container {
    height: auto;
    display: block;
  }
}
.socials .container:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .socials .container:before {
    display: none;
  }
}
.socials__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 28.6805555556vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .socials__wrapper {
    width: 100%;
  }
}
.socials__link {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 1.6666666667vw;
  gap: 1.6666666667vw;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .socials__link {
    gap: 10px;
    font-size: 18px;
  }
}
.socials__link img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .socials__link img {
    width: 44px;
    height: 44px;
  }
}
.socials__top {
  margin-bottom: 3.8888888889vw;
}
@media (max-width: 767px) {
  .socials__top {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.socials__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .socials__list {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.7777777778vw;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .team {
    gap: 10px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
  }
}
.team__member {
  text-align: center;
}
.team__photo {
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  display: flex;
  margin: 0 auto 1.6666666667vw;
  object-fit: cover;
}
@media (max-width: 767px) {
  .team__photo {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }
}
.team__name {
  margin-bottom: 0.2777777778vw;
  line-height: 1.1;
  font-size: 2.0833333333vw;
}
@media (max-width: 767px) {
  .team__name {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.team__prof {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-size: 1.3888888889vw;
  margin-bottom: 1.6666666667vw;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .team__prof {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.team__inst {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  text-decoration: none;
  color: #000;
  line-height: 1.1;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-size: 1.3888888889vw;
}
@media (max-width: 767px) {
  .team__inst {
    gap: 8px;
    font-size: 12px;
  }
}
.team__inst img {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .team__inst img {
    width: 32px;
    height: 32px;
  }
}

.form {
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .form {
    margin-bottom: 100px;
  }
}
.form__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 767px) {
  .form__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }
}
.form__button {
  display: flex;
  margin: 0 auto;
  width: max-content;
  border-radius: 100px;
  cursor: pointer;
  height: 3.75vw;
  align-items: center;
  background: #ff7745;
  border: 0;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  gap: 0.6944444444vw;
  color: #fff;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 600;
  font-size: 1.1111111111vw;
}
@media (max-width: 767px) {
  .form__button {
    padding: 0 24px;
    height: 64px;
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .form__button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.form__button img {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .form__button img {
    width: 20px;
    height: 20px;
  }
}

.dev {
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .dev {
    margin-bottom: 100px;
  }
}
.dev__wrap {
  display: grid;
	grid-template-columns: repeat(3, 1fr);

  align-items: center;
  gap: 2.778vw;
  justify-content: center;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .dev__wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.dev__col {
  height: 26.181vw;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
@media (max-width: 767px) {
  .dev__col {
    width: 100%;
    height: auto;
  }
}
.dev__col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dev__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.3333333333vw;
}
@media (max-width: 767px) {
  .dev__list {
    display: grid;
    gap: 56px;
  }
}
.dev__item {
  width: 22.2222222222vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  line-height: 1.1;
  font-size: 1.3888888889vw;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .dev__item {
    gap: 24px;
    width: 100%;
    font-size: 14px;
  }
}
.dev__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6666666667vw;
  width: 1px;
  background: rgba(0, 0, 0, 0.8);
  left: calc(100% + 4.167vw);
}
@media (max-width: 767px) {
  .dev__item:not(:last-child):before {
    height: 1px;
    width: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    top: calc(100% + 28px);
  }
}
.dev__item img {
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  object-fit: contain;
}
@media (max-width: 767px) {
  .dev__item img {
    width: 32px;
    height: 32px;
  }
}

.about {
  margin-bottom: 10.4166666667vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 64px;
    height: auto;
  }
}
.about__wrap {
  margin-left: 18.611vw;
  width: 52.083vw;
  display: grid;
  gap: 5vw;
  padding: 1.389vw 0;
}
@media (max-width: 767px) {
  .about__wrap {
    position: relative;
    top: 0;
    transform: translate(0);
    left: 0;
    width: 100%;
    padding: 0 16px;
    gap: 24px;
    margin: 0;
  }
}
.about__wrap .heading {
  margin: 0;
}
.about__text {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 16px;
  }
}
.about__text strong {
  font-weight: 600;
}
.about__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875vw 1.389vw;
  align-items: center;
}
@media (max-width: 767px) {
  .about__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.about__list li {
  position: relative;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
  line-height: 1.2;
  padding-left: 4.1666666667vw;
}
@media (max-width: 767px) {
  .about__list li {
    font-size: 14px;
    padding-left: 52px;
  }
}
.about__list li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  object-fit: contain;
  max-width: inherit;
  max-height: inherit;
}
@media (max-width: 767px) {
  .about__list li img {
    width: 32px;
    height: 32px;
  }
}
.about__list li span {
  display: block;
  margin-bottom: 0.2777777778vw;
  font-family: "RocaOne", sans-serif;
  font-size: 1.25vw;
  line-height: 1.1;
	font-weight: bold;
}

@media (max-width: 768px) {
	.about__list li span {
		font-size: 16px;
		margin-bottom: 4px;
	}
}
.about__left-desktop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15.139vw;
}
@media (max-width: 767px) {
  .about__left-desktop {
    display: none;
  }
}
.about__right-desktop {
  position: absolute;
  right: 0;
  top: 0;
  width: 25.833vw;
  height: 100%;
}
@media (max-width: 767px) {
  .about__right-desktop {
    display: none;
  }
}
.about__top-img {
  display: none;
}
@media (max-width: 767px) {
  .about__top-img {
    display: flex;
    width: calc(100% - 16px);
    margin-bottom: 50px;
  }
}
.about__bottom-img {
  display: none;
}
@media (max-width: 767px) {
  .about__bottom-img {
    display: flex;
    margin-left: auto;
    width: calc(100% - 16px);
    margin-top: 70px;
  }
}

.investment {
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .investment {
    margin-bottom: 100px;
  }
}
.investment__list {
  position: relative;
  margin-bottom: 6.4583333333vw;
}
@media (max-width: 767px) {
  .investment__list {
    margin-bottom: 44px;
  }
}
.investment__item {
  white-space: nowrap;
  width: max-content;
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 300;
  font-size: 1.6666666667vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .investment__item {
    width: 154px;
    font-size: 16px;
    white-space: normal;
  }
}
.investment__item:not(:last-child) {
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 767px) {
  .investment__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.investment__item:nth-child(2) {
  margin: 0 auto;
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 767px) {
  .investment__item:nth-child(2) {
    margin-bottom: 24px;
  }
}
.investment__item:nth-child(3) {
  margin-left: auto;
}
.investment__item span {
  margin-bottom: 0.8333333333vw;
  font-weight: 500;
  font-size: 6.6666666667vw;
  display: block;
}
@media (max-width: 767px) {
  .investment__item span {
    font-size: 44px;
    margin-bottom: 12px;
  }
}
.investment__btn {
  display: flex;
  justify-content: center;
}
.investment__quote {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  max-width: 23.4722222222vw;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .investment__quote {
    position: relative;
    max-width: 134px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .team-slider {
    padding: 0 16px;
  }
}
.team-slider .swiper-slide {
  width: max-content;
}
.team-slider .swiper-slide img {
  display: flex;
  height: 40.9722222222vw;
}
@media (max-width: 767px) {
  .team-slider .swiper-slide img {
    height: 215px;
    width: 100%;
    object-fit: cover;
  }
}

.video {
  margin-bottom: 6.9444444444vw;
}

@media (max-width: 767px) {
  .video {
    padding: 0 16px;
    margin-bottom: 100px;
  }
}
.video iframe,
.video__file {
  display: flex;
  width: 100%;
  height: auto;
}

.video iframe {
  height: 62.5vw;
}

@media (max-width: 767px) {
  .video iframe {
    height: auto;
  }
}
