.tabs-gallery {
  padding: var(--sp) 0;
}

.tabs-gallery .tabs__btn {
  flex: 1 1 0;
  min-width: 150px;
  white-space: nowrap;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.tabs-gallery .tabs__btn:first-child {
  border-left: 1px solid var(--primary);
}

.tabs-gallery .tabs__btn:last-child {
  border-right: 1px solid var(--primary);
}

.tabs-gallery .tabs__btn._active {
  background: var(--primary);
  color: var(--white);
}

.tabs-gallery .swiper .swiper-photo {
  aspect-ratio: 390/560;
}

.tabs-gallery .swiper .swiper-photo:before {
  display: none;
}

@media (max-width: 1260px) {
  .tabs-gallery .tabs__btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
  }
}