section.investments-city-hero {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 200px 80px 80px 80px;
  color: #fff;
  background-size: cover;
  background-position: top right;
  background-color: #000;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  section.investments-city-hero {
    padding: 200px 10px 100px 10px;
    max-height: 100%;
    height: 100%;
  }
}
section.investments-city-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(270deg, rgba(38, 34, 35, 0) 0%, #030303 100%) 0% 0% no-repeat padding-box;
}
section.investments-city-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.investments-city-hero .hero-content {
  max-width: 800px;
}
section.investments-city-hero .hero-content h1 {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-content h1 {
    margin-bottom: 50px;
  }
}
section.investments-city-hero .hero-content h1 span {
  display: block;
}
section.investments-city-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.investments-city-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.investments-city-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.investments-city-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.investments-city-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.investments-city-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.investments-city-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.investments-city-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
section.investments-city-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  section.investments-city-hero .hero-buttons .agent {
    padding: 0;
    margin: 0;
  }
}
section.investments-city-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-city-hero .hero-buttons .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
section.investments-city-hero .hero-buttons .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.investments-city-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.investments-city-locations .content {
  color: #fff;
  background: #242021;
  padding: 100px 0 200px 0;
}
section.investments-city-locations .content h2 {
  font-size: 41px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
  margin: 60px 0 100px 0;
}
section.investments-city-locations .content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 200;
}
section.investments-city-locations .slider {
  margin: -200px 0 40px 0;
}
section.investments-city-locations .slider .slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  color: #4B4B4B;
}
section.investments-city-locations .slider .slider-item .image {
  width: 100%;
  height: 363px;
  border-radius: 10px;
  overflow: hidden;
}
section.investments-city-locations .slider .slider-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
section.investments-city-locations .slider .slider-item .image img:hover {
  transform: scale(1.05);
}
section.investments-city-locations .slider .slider-item h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin: 15px 0 10px 0;
}
section.investments-city-locations .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.investments-city-locations .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 10px;
}
section.investments-city-locations .slider .navigation .swiper-button-prev::after {
  font-size: 26px;
}
section.investments-city-locations .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
}
section.investments-city-locations .slider .navigation .swiper-button-next::after {
  font-size: 26px;
}
section.investments-city-locations .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.investments-city-locations .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.investments-city-locations .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.investments-city-locations .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
section.investments-city-locations .buttons {
  text-align: center;
}

section.investments-city-offers h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  margin: 70px 0 45px 0;
}
section.investments-city-offers .slider {
  margin: 0 30px;
}
@media (max-width: 992px) {
  section.investments-city-offers .slider {
    margin: 0 10px;
  }
}
section.investments-city-offers .slider .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 464px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
}
section.investments-city-offers .slider .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.investments-city-offers .slider .offer .bottom {
  padding: 20px 10px;
}
section.investments-city-offers .slider .offer .bottom .type {
  background-color: #ffab23;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
section.investments-city-offers .slider .offer .bottom h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
}
section.investments-city-offers .slider .offer .bottom .description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}
section.investments-city-offers .slider .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  section.investments-city-offers .slider .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.investments-city-offers .slider .offer .bottom .parameters .parameter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 3px 15px;
  margin-top: auto;
}
section.investments-city-offers .slider .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.investments-city-offers .slider .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.investments-city-offers .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.investments-city-offers .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.investments-city-offers .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.investments-city-offers .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.investments-city-offers .slider .navigation .swiper-button-next:after {
  display: none;
}
section.investments-city-offers .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.investments-city-offers .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.investments-city-offers .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.investments-city-offers .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.investments-city-contact {
  background: #fff;
  padding: 75px 0 0 0;
  color: #4B4B4B;
}
section.investments-city-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.investments-city-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-city-contact .left {
    width: 100%;
  }
}
section.investments-city-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.investments-city-contact .left h2 {
    font-size: 24px;
  }
}
section.investments-city-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.investments-city-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-city-contact .left .email {
    font-size: 18px;
  }
}
section.investments-city-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-city-contact .left .phone {
    font-size: 18px;
  }
}
section.investments-city-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-city-contact .right {
    width: 100%;
  }
}
section.investments-city-contact .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.investments-city-contact .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-city-contact .right .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: background 0.3s ease;
}
section.investments-city-contact .right .agent span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.investments-city-contact .right .agent span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=page-investment-city.css.map */
