.modal.fancybox__content.modal-large {
  max-width: 920px;
  width: 100%;
  padding: 20px;
}

.modal-title {
  font-size: 24px;
}

.swiper.modal-tabslist {
  position: relative;
  border-radius: 30px;
  background: #F2F2F2;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 16px;
  width: 100%;
}

#modalspa2 .modal-tabs
{
  width: 100%;
}

.swiper.modal-tabslist .swiper-slide.tabs-nav__item {
  flex: none;
  border-radius: 30px;
  padding: 10.5px 10px;
  color: #253238;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 100% !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.modal-tabsnav {
  position: absolute;
  z-index: 10;
}
.modal-tabsnav.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1.5px solid #253238;
  background: #FFF;
}
.modal-tabsnav.nav-btn.nav-prev {
  left: 0;
}
.modal-tabsnav.nav-btn.nav-next {
  right: 0;
}

.modal-tab__wrap {
  display: flex;
  align-items: stretch;
  margin-bottom: 18px;
}

.modal-tab__base {
  border-radius: 20px;
  background: #F2F2F2;
  padding: 16px;
  margin-left: -50px;
  display: flex;
  flex-direction: column;
}
.modal-tab__base h4 {
  font-family: "Cormorant Garamond", serif;
  color: #253238;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal-tab__base p {
  color: #253238;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}

.modal-tab__opt {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.modal-tab__opt > span {
  display: inline-block;
  max-width: 208px;
  flex: 1 auto;
  color: #253238;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-tab__opt .button {
  padding: 10.5px;
  flex: 1 auto;
}

.modal-tab__gallery {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery__menutabitem {
  display: flex;
  width: 160px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .modal-tab__photo {
    max-width: 264px;
    max-height: 274px;
    height: 274px;
  }
  .modal-tab__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery__menutabitem {
    width: 122px;
    height: 70px;
  }
  .gallery__menutabitem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .modal.fancybox__content.modal-large {
    padding: 16px;
  }
  .modal-tab__wrap {
    flex-direction: column;
  }
  .modal-tab__base {
    margin-left: 0;
    margin-top: -50px;
  }
  .modal-tab__photo {
    max-width: 100%;
    max-height: 214px;
    height: 214px;
  }
  .gallery__menutabitem {
    width: 70px;
    height: 50px;
  }
  .modal-title {
    font-size: 18px;
  }
  .modal-tab__base h4 {
    font-size: 20px;
  }
  .modal-tab__base p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .modal-tab__photo {
    max-width: 100%;
    max-height: 164px;
    height: 164px;
  }
  .gallery__menutabitem {
    width: 70px;
    height: 50px;
  }
  .modal-title {
    font-size: 18px;
  }
  .modal-tab__opt > span {
    font-size: 16px;
  }
  .modal-tab__gallery {
    gap: 10px;
  }
  .gallery__menutabitem {
    width: 51px;
    height: 44px;
  }
}