@charset "UTF-8";

.region-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.region-filter__countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(11px, 0.9677419355vw, 15px);
}

.region-filter__countries-list {
  display: contents;
}

.region-filter__country {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.region-filter__show-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.region-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 45px;
}

.region-filter__cities-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 470px;
          flex: 1 1 470px;
}

.region-filter__add-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 266px;
          flex: 0 1 266px;
}

.city-select {
  width: 100%;
  -webkit-box-shadow: 0px 24.43px 61.08px 0px var(--c-121f38) 0d;
          box-shadow: 0px 24.43px 61.08px 0px var(--c-121f38) 0d;
  border: 1px solid var(--c-bfccd1);
  border-radius: clamp(14px, 1.0322580645vw, 16px);
  padding: clamp(16px, 1.2903225806vw, 20px) clamp(20px, 1.935483871vw, 30px);
  display: block;
}

.city-select__control {
  width: 100%;
  height: 100%;
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--c-080b1c);
  cursor: pointer;
}

.map-point {
  position: relative;
}

.map-point__slider {
  overflow: visible;
  padding: 6px 4px 28px;
}

.map-point__slide {
  height: auto;
  max-width: 293px;
}

.map-point__slide.is-active .map-point-card {
  border-color: var(--c-black);
}

.map-point__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.map-point__pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 4px;
  border-radius: 99px;
  background: var(--c-dfe8ef);
}

.map-point__pagination.swiper-pagination-progressbar {
  position: static;
}

.map-point__pagination .swiper-pagination-progressbar-fill {
  background: var(--c-4f87a1);
  border-radius: inherit;
}

.map-point__empty {
  padding: 18px;
  text-align: center;
  border-radius: 14px;
  background: var(--c-f6fbff);
  color: var(--c-4f5265);
}

.map-point-card {
  height: 100%;
  padding: 20px 60px 26px 31px;
  border-radius: 18px;
  background: var(--bg-map-point-card, linear-gradient(180deg, var(--c-f6fbff) 0%, var(--c-f0f5fb) 100%));
  -webkit-box-shadow: 0 18px 50px rgba(8, 24, 47, 0.08);
          box-shadow: 0 18px 50px rgba(8, 24, 47, 0.08);
  color: var(--c-0c1f33);
  border: 1px solid transparent;
}

.map-point-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin: 0;
  color: inherit;
  color: var(--c-080b1c);
}

.map-point-card__badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(63, 126, 161, 0.12);
  color: var(--c-4f7fa8);
  position: absolute;
  right: 22px;
  top: 17px;
}

.map-point-card__badge-img {
  width: 18px;
  height: 18px;
}

.map-point-card__icon {
  width: 18px;
  height: 18px;
}

.map-point-card__address {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--c-4f5265);
}

.map-point-card__phone {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--c-080b1c);
  text-decoration: none;
}

.map-point-card__worktime {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--c-4f5265);
}

.map-main__shell {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  min-height: 817px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c-f6fbff)), to(var(--c-eef3f7)));
  background: linear-gradient(180deg, var(--c-f6fbff) 0%, var(--c-eef3f7) 100%);
  max-height: 110vw;
}

.map-main__map {
  width: 100%;
  min-height: 817px;
  border-radius: inherit;
  max-height: 110vw;
}

.map-main__empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 251, 255, 0.9)), to(rgba(238, 243, 247, 0.95)));
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.9) 0%, rgba(238, 243, 247, 0.95) 100%);
  color: var(--c-4f5265);
  font-weight: 600;
  text-align: center;
  pointer-events: none;
}

.map-main__empty[hidden] {
  display: none;
}

.map-main__balloon {
  position: relative;
  width: 252px;
  border-radius: 18px;
  color: var(--c-0c1f33);
  padding: 20px 30px 26px 20px;
}

.map-main__balloon-title {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--c-080b1c);
}

.map-main__balloon-address {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--c-4f5265);
}

.map-main__balloon-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--c-080b1c);
  text-decoration: none;
}

.map-main__balloon-meta {
  margin: 0;
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--c-4f5265);
}

.map-main__balloon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  color: var(--c-black);
}

.map-main__balloon-close::before {
  content: "×";
  font-size: 12px;
  line-height: 1;
}

.map-main__balloon-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--c-eef3f5);
  margin-bottom: 10px;
  display: none;
}

.map-main__balloon-badge img {
  width: 18px;
  height: 18px;
}

.map-main__hint {
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--c-white);
  -webkit-box-shadow: 0 12px 32px rgba(8, 24, 47, 0.18);
          box-shadow: 0 12px 32px rgba(8, 24, 47, 0.18);
  color: var(--c-0c1f33);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 260px;
}

.map-main__hint-title {
  font-weight: 700;
}

.map-main__hint-address {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--c-4f5265);
}

.map-main .ymaps-2-1-79-balloon {
  background: none;
  -webkit-box-shadow: 0px 24.43px 61.08px 0px var(--c-121f38) 1a !important;
          box-shadow: 0px 24.43px 61.08px 0px var(--c-121f38) 1a !important;
  border-radius: 24px;
  overflow: hidden;
}

.map-main .ymaps-2-1-79-balloon__content {
  padding: 0 !important;
}

.map-main .ymaps-2-1-79-hint,
.map-main .ymaps-2-1-79-hint__text,
.map-main .ymaps-2-1-79-hint__tail,
.map-main .ymaps-2-1-79-hint__tail::after {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.map-main .ymaps-2-1-79-hint__tail,
.map-main .ymaps-2-1-79-hint__tail::after {
  display: none !important;
}

.map {
  margin-block: 50px 60px;
  position: relative;
}

.map__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}

.map__title .icon {
  width: 81px;
  height: 21px;
}

.map__point {
  margin-top: clamp(20px, 1.935483871vw, 30px);
  overflow: hidden;
}

.map__filter {
  margin-block: clamp(20px, 2.5806451613vw, 40px);
}

.map__main {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .region-filter__countries {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .region-filter__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 758px;
  }
}

@media (min-width: 1200px) {
  .region-filter__cities-select {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 1199px) {
  .region-filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .region-filter__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .region-filter__add-btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .map-main__shell {
    min-height: 420px;
    border-radius: 20px;
  }

  .map-main__map {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .region-filter__country {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .map-main {
    margin-inline: -20px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 992px){

@supports (appearance:none){

}

}

 @media (min-width: 1200px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 991px){

@supports (appearance:none){

}

}

 @media (max-width: 768px){

@supports (appearance:none){

}

}

 @media (max-width: 575px){

@supports (appearance:none){

}

}
