#fotogallery ul {
  list-style: none;
}
   



.menu-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.menu-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  cursor: grab;
}

.menu-list::-webkit-scrollbar {
  display: none;
}

.menu-list:active {
  cursor: grabbing;
}

.btn-gallery:hover {
  background-color: #555;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18vw, 1fr));
  gap: 1.7vw;
  transition: all 0.3s ease-in-out;
  align-content: start;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  height: 12vw;
  transition: all 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.fancybox__container *:focus {
  outline: none !important;
}
.fancybox__slide:focus {
  outline: none !important;
}

.gallery-item {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}


.gallery-item.showing {
  opacity: 0;
  transform: scale(1.2);
  position: relative;
}

.gallery-item.showing.animate {
  opacity: 1;
  transform: scale(1);
}

.btn-gallery {
  transition: background-color 0.5s ease, color 0.5s ease !important;
}

.btn-gallery:hover {
  background-color: var(--accent-color) !important;

  opacity: 0.8 !important;
  transition: background-color 0.5s ease, color 0.5s ease !important;
}


.btn-gallery.active {
  background-color: var(--accent-color) !important;
  /* color: var(--active-text-color) !important; */
  transition: background-color 0.5s ease, color 0.5s ease !important;
}

@media (max-width: 768px) {
  .gallery-item {
    height: 25vw;
  }
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
  }
}
.reviews-block {
  background: #fff;
  color: #333;
  padding: 1.4vw;
  display: flex;
  gap: 0.3vw;
  min-height: 15vw;
  border-radius: 1.4vw;
  flex-direction: column;
  justify-content: flex-start;
}

.reviews-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}

.reviews-top img {
  border-radius: 100%;
  max-width: 9vw;
}
.reviews-top p {
  color: #333;
  font-weight: 600 !important;
}
.reviews-top p {
  margin: 0 !important;
}

.reviews-top span {
  opacity: 0.6;
  font-weight: 400;
}
.reviews-midle-image {
  display: flex;
  width: 5vw;
  align-content: center;

  align-items: center;
}
.reviews-midle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  align-content: center;
}
.reviews-midle img {
  width: 5vw;
}
.reviews-midle span {
  opacity: 0.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  .reviews-midle-image {
    width: 15vw;
  }

  .reviews-midle img {
    width: 15vw;
  }
  .reviews-block {
    padding: 4vw;
    border-radius: 4vw;
    min-height: 47vw;
  }
  .reviews-block p {
    font-size: 3.7vw !important;
  }
  .reviews-block span {
    font-size: 2.8vw !important;
  }
}
.prise {
  background: #fff;
  border-radius: 1.4vw;

  overflow: hidden;
  text-align: center;
  color: #1e1e1e;
}

.prise img {
  width: 100%;
  height: 10vw;
  display: block;
  object-fit: cover;
}

.prise-content {
  padding: 1.5vw 2.4vw;
  display: flex;
  gap: 1.3vw;
  flex-direction: column;
}

.swiper-slide .prise h3 {
  font-weight: 600;
  /* color: #333; */
  font-size: 1.6vw;
  margin: auto;
  max-width: 15vw;
}

.prise .price-tag {
  display: flex;
  justify-content: center;
  border-radius: 0.7vw 0.7vw 0 0;
  background: var(--accent-color);
  font-size: 1.3vw;

  font-weight: 600;
  margin: auto;
  padding: 0.8vw 1.2vw;
  align-items: center;
}

.prise .price-tag img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.prise ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.prise ul li {
  font-size: 1.1vw;
  padding: 1vw 0;
  line-height: 1.2;
  border-bottom: 1px solid #aaaaaa57;
  display: flex;

  align-items: center;
}
.prise ul li:last-child {
  border-bottom: none;
}

.prise ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  margin-right: 10px;
}

.prise .note {
  font-size: 0.9vw;

  line-height: 1.1;
  max-width: 15vw;
  opacity: 0.8;
  margin: auto;
}
.review-text {
  max-height: 3vw;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.review-text.expanded {
  max-height: none;
}

.read-more {
  background: none;
  border: none;
  color: #73737387;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1vw;
}

.read-more:hover {
  text-decoration: underline;
}
.collapsible-list {
  max-height: 10vw; /* Ограничиваем высоту списка */
  overflow: hidden; /* Скрываем лишний контент */
  transition: max-height 0.3s ease-in-out;
}

.toggle-list-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 1vw;
}

.toggle-list-btn:hover {
  text-decoration: underline;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки на ПК */
  gap: 20px;
}

.grid-item {
  width: 100%;
}
.contact-list {
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
}
.contact-item {
  display: flex;
  gap: 0.5vw;
  position: relative;
  padding: 1vw;
  border: 0.1vw solid #3333333b;
  border-radius: 0.8vw;
  width: 48%;
  flex-direction: column;
}
.contact-item img {
  position: absolute;
  right: 0.2vw;
  top: 0.4vw;
  opacity: 0.3;
  width: 2vw;
}
.contact-item p {
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 600;
}

.contact-item span {
  padding: 0;
  margin: 0;
  color: #a5a5a5;
}
.yandex-map {
  border-radius: 1.2vw;
  overflow: hidden;
}
.frame-map {
  margin: -0.3vw;
  position: relative;
  height: 28vw;
  overflow: hidden;
}
.map-container {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.yandex-map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .yandex-map {
    border-radius: 3.2vw;
  }
  .frame-map {
    margin: -1vw;
    height: 128vw;
  }
  .collapsible-list {
    max-height: 10vw; /* Ограничиваем высоту списка */
    overflow: hidden; /* Скрываем лишний контент */
    transition: max-height 0.3s ease-in-out;
  }
  .collapsible-list {
    max-height: 40vw; /* Ограничиваем высоту списка */
  }
  .toggle-list-btn {
    font-size: 3vw;
  }
  .read-more {
    font-size: 3.2vw;
  }
  .review-text {
    max-height: 14vw;
  }
  .prise {
    border-radius: 4vw;
  }

  .prise img {
    height: 28vw;
  }

  .prise-content {
    padding: 3vw 6vw;

    gap: 3.3vw;
  }

  .swiper-slide .prise h3 {
    font-size: 4vw;
    max-width: 30vw;
  }

  .prise .price-tag {
    border-radius: 2vw 2vw 0 0;
    font-size: 3.3vw;
    padding: 2.8vw 1.2vw;
  }

  .prise ul li {
    font-size: 3vw;
    padding: 3vw 0;
  }

  .prise .cta-button {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 10px;

    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
  }

  .prise .note {
    font-size: 2.3vw;

    max-width: 35vw;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки на планшете */
  }
  .grid-container {
    grid-template-columns: repeat(1, 1fr); /* 1 колонка на мобилке */
  }
  .contact-list {
    gap: 3vw;
  }
  .contact-item {
    gap: 0.5vw;

    padding: 2.9vw;

    border-radius: 2vw;
  }
  .contact-item img {
    right: 1.2vw;
    top: 1.4vw;

    width: 5vw;
  }
}
