.sc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.sc-wrapper svg {
  display: block;
  overflow: visible;
}

.sc-wrapper #lineSvg {
  overflow: visible;
}

.parallax-slider-section {
  width: 100%;
  max-width: 1600px;
  height: 620px;
  position: relative;
  overflow: visible;
}

.city-swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.city-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.city-swiper .swiper-slide {
  position: relative;
  width: calc(100% - 200px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 45px;
}

.slide-text-block {
  position: absolute;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.slide-text-main {
  top: 40px;
  left: 40px;
  max-width: 520px;
  padding: 60px 35px;
  border-radius: 45px;
  font-size: 16px;
  z-index: 1;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.3);
}

.slide-text-main h2 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}

.slide-text-main p {
  font-size: 15px;
}

.slide-text-city {
  right: 40px;
  bottom: 40px;
  padding-left: 40px;
  z-index: 1;
}

.slide-text-city-inner {
  display: inline-block;
  padding: 0;
}

.slide-text-city-inner svg {
  width: 100%;
  height: auto;
  max-width: 921px;
  display: block;
}

@media (max-width: 1200px) {
  .slide-text-city-inner svg {
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  .slide-text-city-inner svg {
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .slide-text-city-inner svg {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .slide-text-city-inner svg {
    max-width: 280px;
  }
}

.city-swiper .swiper-button-prev,
.city-swiper .swiper-button-next {
  color: #ffffff;
}

.city-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.city-swiper .swiper-pagination-bullet-active {
  background: #ffffff;
}

.slide-text-city svg {
  width: 100%;
}

