@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Geologica:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.iti {
  --iti-path-flags-1x: url("../images/form/flags.webp");
  --iti-path-flags-2x: url("../images/form/flags@2x.webp");
  --iti-path-globe-1x: url("../images/form/globe.webp");
  --iti-path-globe-2x: url("../images/form/globe@2x.webp");
}

.header {
  padding-bottom: 40px !important;
}

.title__dark {
  color: #3D3D55;
  font-family: Arsenal;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  text-align: center;
}
.title__dark span {
  color: #ECB920;
}

.places {
  border-radius: 60px;
  background: #E6F8FF;
  padding: 0 16px;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 40px;
}
.places__item {
  color: rgba(66, 66, 66, 0.8);
  text-align: center;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 10px 0;
  cursor: pointer;
}

.active {
  font-weight: 600;
  border-bottom: 3px solid #ECB920;
}

.main__btn {
  text-decoration: none;
}

.map {
  position: relative;
  scroll-margin-top: 60px;
}
.map .main__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 316px;
}
.map .map-card {
  min-width: 300px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.map .map-card::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 50px;
  background: #fff;
  bottom: 0;
  right: 0;
  border-radius: 30px 0 0 0;
}
.map .map-card .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.map .map-card .box::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 35px;
  background: transparent;
  bottom: 0;
  right: 329px;
  border-radius: 0 0 30px 0;
  z-index: 1;
  box-shadow: 10px 10px #fff;
}
.map .map-card .box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  bottom: 50px;
  right: 0;
  border-radius: 0 0 30px 0;
  z-index: 1;
  box-shadow: 10px 10px #fff;
}
.map .map-card .box img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: block;
}
.map .map-card .cta {
  width: 320px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: 2;
}
.map .map-card .cta img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.map .cta-btn {
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid #3D3D55;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  color: #424242;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  z-index: 1;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}

#locations {
  display: none;
}

.location__card {
  border-radius: 30px;
  border: 1px solid #8ABCDA;
  background: #E6F8FF;
  padding: 20px 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin: 50px auto;
}
.location__card_info {
  flex: 1;
}
.location__card_info .card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECB920;
  margin-bottom: 30px;
}
.location__card_info .card__header h2 {
  color: #3D3D55;
  font-family: Arsenal;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.location__card_info .card__header p {
  color: #3D3D55;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.location__card_info .card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location__card_info .card__info_left {
  flex: 1;
  color: rgba(61, 61, 85, 0.8);
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.location__card_info .card__info_right {
  flex: 1;
  text-align: end;
  color: #3D3D55;
  text-align: right;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.location__card_info .more {
  color: #3D3D55;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
  margin: 30px 0;
  background-color: #ECB920;
  border-radius: 20px;
  padding: 8px 10px;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
}
.location__card_info .description {
  color: rgba(61, 61, 85, 0.8);
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.location__card_info .btns {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}
.location__card_info .btns a {
  background: #fff;
  border-radius: 30px;
  padding: 4px 16px;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #424242;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  cursor: pointer;
}
.location__card_info .btns a img {
  width: 100%;
  max-width: 40px;
  cursor: pointer;
}
.location__card_imgs {
  flex: 1;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location__card_imgs .swiper {
  width: 100%;
  height: auto;
}
.location__card_imgs .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location__card_imgs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location__card_imgs .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.location__card_imgs .swiper-slide {
  background-size: cover;
  background-position: center;
}
.location__card_imgs .mySwiper2 {
  height: auto;
  width: 100%;
}
.location__card_imgs .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.location__card_imgs .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.location__card_imgs .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.location__card_imgs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location__card_imgs img {
  width: 100%;
  border-radius: 20px;
}
.location__card_imgs .imgs-collapsible {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.location__card_imgs .imgs-collapsible img {
  flex: 1;
}
.location__card .location-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* две колонки */
  gap: 8px;
  margin-top: 12px;
}
.location__card .location-thumbs img {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.location__card .location-thumbs img.active,
.location__card .location-thumbs img:hover {
  opacity: 1;
}
.location__card .btns {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.location__card .btns a {
  background: #fff;
  border-radius: 30px;
  padding: 4px 16px;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #424242;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  cursor: pointer;
}
.location__card .btns a img {
  width: 100%;
  max-width: 40px;
  cursor: pointer;
}

.collapsible, .imgs-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  display: flex;
  flex-direction: column;
}

.collapsible.open, .imgs-collapsible.open {
  max-height: 1000px;
  margin-top: 10px;
}

.imgs-collapsible.open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.card-reverse {
  flex-direction: row-reverse;
}

/* первоначальный вид */
.more__icon {
  transition: transform 0.25s ease;
}

/* открытое состояние */
.more.open .more__icon {
  transform: rotate(180deg);
  /* окрашиваем SVG <img> в синий через CSS‑filter; подберите оттенок ↓ */
  filter: invert(271%) sepia(0%) hue-rotate(241deg) brightness(131%) contrast(101%);
}

.more.open .more__label {
  color: #fff; /* текст тоже синий, по желанию */
}

.main__btn {
  border-radius: 30px;
  background: #ECB920;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 10px 16px;
  color: #3D3D55;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: center;
  display: block;
}

.btn-green {
  background: #4CAF50;
  color: #fff;
}

.yt-modal[aria-hidden=true] {
  display: none;
}

.yt-modal[aria-hidden=false] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.yt-modal__dialog {
  position: relative;
  max-width: 90%;
  width: 800px;
  background: #E6F8FF;
  border: 1px solid #8ABCDA;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.yt-modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

/* 16:9 responsive wrapper */
.yt-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt-modal__video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sticky-bottom {
  position: sticky;
  bottom: 30px;
  width: 35%;
  margin: 0 auto;
  z-index: 90;
}
.sticky-bottom .top-btn-sticky {
  width: 100%;
  margin-bottom: 10px;
}

.whatsapp {
  z-index: 89;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  border-radius: 30px;
  cursor: pointer;
  padding: 15px;
}
.whatsapp span {
  font-family: Geologica;
  color: #fff;
}
.whatsapp img {
  width: 35px;
}

.whatsapp.visible {
  opacity: 1;
  visibility: visible;
}
.whatsapp.visible img {
  width: 55px;
}

#contacts {
  scroll-margin-top: 80px;
}

.popupSuccess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.popupSuccess__content {
  background-color: #9fd2fb;
  border: 1px solid #8ABCDA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 370px;
  max-width: 80%;
  border-radius: 30px;
}
.popupSuccess__content h2 {
  font-family: Geologica;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.popupSuccess__content p {
  font-family: Geologica;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.popupSuccess__content button {
  outline: none;
  border: 1px solid #8ABCDA;
  background-color: #b8f0cd;
  color: #000;
  max-width: 180px;
  font-family: Geologica;
  border-radius: 15px;
  padding: 10px 15px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .location__card {
    flex-direction: column-reverse;
  }
  .main__btn {
    width: 100%;
  }
  .location__card_imgs {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .location__card {
    gap: 10px;
  }
  .location__card_imgs img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media screen and (max-width: 550px) {
  .places {
    margin-bottom: 20px;
  }
  .places__item {
    font-size: 12px;
  }
  .sticky-bottom {
    width: 90%;
  }
}
@media screen and (max-width: 490px) {
  .map .map-card .cta {
    width: 230px;
  }
  .map .map-card::after {
    width: 240px;
  }
  .map .map-card .box::after {
    right: 239px;
  }
}
/* Image modal (gallery) */
.img-modal[aria-hidden=true] {
  display: none;
}

.img-modal[aria-hidden=false] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.img-modal__dialog {
  position: relative;
  max-width: 95vw;
  width: 1000px;
  background: #E6F8FF;
  border: 1px solid #8ABCDA;
  padding: 16px;
  border-radius: 20px;
}

.img-modal__close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.img-modal {
  /* Белые стрелки */
  /* Белая пагинация */
}
.img-modal .swiper {
  width: 80vw;
  max-width: 960px;
}
.img-modal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-modal .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
.img-modal .swiper-button-next,
.img-modal .swiper-button-prev {
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.img-modal .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.img-modal .swiper-pagination-bullet-active {
  background: #fff;
}/*# sourceMappingURL=locations.css.map */