@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
.section-areas {
  overflow: hidden;
  position: relative;
  padding: clamp(36px, 4.167vw, 80px) 0 clamp(36px, 2.292vw, 44px);
}
.section-areas .container {
  z-index: 5;
}
.section-areas__wrapp {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-areas__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.section-areas__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.section-areas__list button {
  padding: 10px;
  color: var(--cl-e);
  transition: all 0.3s ease;
  border-radius: 36px;
  background-color: #262626;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.section-areas__list button:hover {
  color: var(--cl-a);
}
.section-areas__list button.active {
  background-color: var(--bg-e);
  color: var(--cl-a);
}
.section-areas__content .tabs-content__item > span {
  display: block;
  margin-bottom: 20px;
}
.section-areas__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-areas__box .gm-style-iw {
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: none;
}
.section-areas__box .gm-style-iw-chr {
  display: none;
}
.section-areas__box .gm-style-iw-d {
  overflow: initial !important;
  max-height: initial !important;
}
.section-areas__box .gm-style-iw-tc::after {
  height: 12px;
  top: -5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.section-areas__location {
  border-radius: 12px;
  overflow: hidden;
  height: 565px;
  background: #000;
}
.section-areas__location .swiper {
  width: 482px;
}
.section-areas__location .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-areas__location .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-areas__location .slide-caption {
  margin-top: 6px;
  font-size: 14px;
}
.section-areas__location .swiper-button-next,
.section-areas__location .swiper-button-prev {
  color: #fff; /* или нужный цвет */
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-areas__location .swiper-button-next {
  right: 10px;
}
.section-areas__location .swiper-button-prev {
  left: 10px;
}
.section-areas__location .location-card {
  position: relative;
  width: 482px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.section-areas__location .location-card__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  display: flex;
  cursor: pointer;
  color: #fff;
  background-color: var(--bg-f);
  border-radius: 0 0 0 8px;
  padding: 0 2px;
}
.section-areas__location .location-card__close svg {
  transition: all 0.4s ease;
}
.section-areas__location .location-card__slider {
  position: absolute;
  inset: 0;
}
.section-areas__location .location-card__thumbnail {
  position: absolute;
  inset: 0;
  display: flex;
}
.section-areas__location .location-card__thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, #000 100%);
  transition: 0.3s ease;
}
.section-areas__location .location-card__thumbnail picture,
.section-areas__location .location-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-areas__location .location-card__tags {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 32px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 18px;
}
.section-areas__location .location-card__tag {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 36px;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.section-areas__location .location-card__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.section-areas__location .location-card__bottom .main-button {
  flex-shrink: 0;
}
.section-areas__location .location-card__title {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.042vw, 20px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-a);
}
.section-areas__location .location-card__link {
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(30px, 1.771vw, 34px);
  padding: 0 clamp(6px, 0.625vw, 12px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--cl-a);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  background: var(--bg-f);
  border: 2px solid var(--br-c);
  white-space: nowrap;
}
.section-areas__location .location-card__link:active {
  border: 2px solid var(--br-j);
  background: var(--br-j);
}
.section-areas__location em {
  padding: 20px;
}
.section-areas .tabs-nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #505050;
  background: #262626;
}
.section-areas .tabs-nav__btn {
  background: transparent;
  border-radius: 5px;
  transition: all 0.3s;
}
.section-areas .tabs-nav__btn span {
  min-width: 151.5px;
  padding: 12px;
  pointer-events: none;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(163, 163, 163, 0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, opacity 0.3s;
  white-space: nowrap;
}
.section-areas .tabs-nav__btn:hover:not(.active) span {
  color: var(--cl-e);
}
.section-areas .tabs-nav__btn.active {
  background-color: var(--bg-f);
}
.section-areas .tabs-nav__btn.active span {
  color: var(--cl-a);
}
@media (min-width: 768px) {
  .section-areas__location .location-card__tags li:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .section-areas__location .location-card__thumbnail::before {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .section-areas__top {
    flex-direction: column;
  }
  .section-areas__top .tabs-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }
  .section-areas__top .tabs-nav__btn {
    width: 100%;
  }
  .section-areas__top .tabs-nav__btn span {
    min-width: initial;
    width: 100%;
  }
  .section-areas__location .location-card__tags {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .section-areas__box .gm-style-iw {
    max-width: 320px !important;
  }
  .section-areas__location .swiper {
    width: 300px;
  }
  .section-areas__location .location-card {
    width: 300px;
  }
}
@media (hover: hover) {
  .section-areas__location .location-card__close:hover svg {
    transform: scale(1.1);
  }
  .section-areas__location .location-card__link:hover {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
}
@media (hover: none) {
  .section-areas__location .location-card__close:active svg {
    transform: scale(1.1);
  }
  .section-areas__location .location-card__link:active {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
}
/*# sourceMappingURL=section-areas.css.map */
