@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oranienbaum&family=Tenor+Sans&display=swap");
@media (min-width: 1100px) {
  .d-lg-none {
    display: none;
  }
}
@media (min-width: 400px) {
  .d-md-none {
    display: none;
  }
}
@media (max-width: 440px) {
  .d-sm-none {
    display: none;
  }
}
.word-break {
  word-break: break-all;
}

.word-no-break {
  word-break: keep-all;
  white-space: nowrap;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  z-index: 1000;
}
.modal::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal__container {
  padding: 50px;
  border-radius: 12px;
  background-color: #ffffff;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.form--vertical {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.form--vertical .form__input-container {
  width: 100%;
}
.form__title {
  font-family: Tenor Sans;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}
.form__subtitle {
  font-family: Manrope;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.form__input {
  height: 70px;
  border-radius: 12px;
  background: #efefef;
  padding-left: 33px;
  border: none;
  flex-grow: 1;
  font-size: 18px;
}
.form__input-container {
  display: flex;
  flex-grow: 1;
}
.form__input-container textarea {
  padding-top: 16px;
}
.form__legal-link {
  text-decoration: underline;
  color: inherit;
}

.section {
  position: relative;
  max-width: 100vw;
}
.section__title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 48px;
  text-align: left;
}
.section__title--accent {
  color: #bf6d07;
}
.section__title--white {
  color: #ffffff;
}
@media (max-width: 1100px) {
  .section__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 440px) {
  .section__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 800px) {
  .section .container {
    max-width: 620px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 440px) {
  .section .container {
    padding: 0 16px;
  }
}
.section.main {
  padding: 120px 20px 20px 20px;
  width: 1170px;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.button {
  padding: 0 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
}
.button--wide {
  width: 100%;
}
.button--primary {
  color: #ffffff;
  height: 52px;
  transition: background 300ms ease;
  background: linear-gradient(90deg, rgba(0, 215, 97, 0) 0%, #009945 47.12%, rgba(0, 215, 97, 0) 97.12%), linear-gradient(0deg, #287040, #287040);
}
@media (hover: hover) {
  .button--primary:hover {
    background: linear-gradient(90deg, rgba(0, 215, 97, 0) 0%, #009945 47.12%, rgba(0, 215, 97, 0) 97.12%), linear-gradient(0deg, #41a763, #41a763);
  }
}
.button--primary:active {
  background: linear-gradient(90deg, rgba(0, 215, 97, 0) 0%, #009945 47.12%, rgba(0, 215, 97, 0) 97.12%), linear-gradient(0deg, #17402d, #17402d);
}
.button--primary:disabled {
  background-color: #cccccc;
}
.button--secondary {
  color: #000000;
  height: 42px;
  transition: background 300ms ease, color 300ms ease;
  border: 1px solid black;
  background: #ffffff;
}
@media (hover: hover) {
  .button--secondary:hover {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 215, 97, 0) 0%, #009945 47.12%, rgba(0, 215, 97, 0) 97.12%), linear-gradient(0deg, #41a763, #41a763);
  }
}
.button--secondary:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(0, 215, 97, 0) 0%, #009945 47.12%, rgba(0, 215, 97, 0) 97.12%), linear-gradient(0deg, #17402d, #17402d);
}
.button--secondary:disabled {
  background-color: #cccccc;
}
.button--square {
  color: #ffffff;
  height: 42px;
  width: 42px;
  padding: 0;
  transition: background 300ms ease, color 300ms ease;
  background: transparent;
}
@media (hover: hover) {
  .button--square:hover {
    color: #e6e6e6;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.button--square:active {
  color: #ffffff;
}
.button--square:disabled {
  background-color: #cccccc;
}
.button--circle {
  color: #000000;
  height: 42px;
  width: 42px;
  padding: 0;
  border-radius: 100%;
  transition: background 300ms ease, color 300ms ease;
  background: transparent;
}
@media (hover: hover) {
  .button--circle:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.button--circle:active {
  color: #ffffff;
}
.button--circle:disabled {
  background-color: #cccccc;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(23, 64, 45, 0.9);
  z-index: 1000;
}
.header__callback-small-btn {
  display: none;
}
@media (max-width: 768px) {
  .header__callback-small-btn {
    display: inline-flex;
  }
}
.header__callback-btn {
  display: inline-flex;
}
@media (max-width: 768px) {
  .header__callback-btn {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 768px) {
  .header__burger {
    display: inline-flex;
  }
}
.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .header__container {
    max-width: 620px;
  }
}
.header__logo {
  width: 140px;
  height: 40px;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__nav {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .header__nav {
    gap: 24px;
    display: none;
  }
}
.header__nav .nav-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__nav .nav-link:hover {
  color: #c9e6d3;
}

.footer {
  background-color: #17402d;
  color: #ffffff;
  padding: 48px 0 30px;
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .footer__content {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.footer__logo {
  width: 200px;
  height: 60px;
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__logo-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__logo-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1100px) {
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #c9e6d3;
}
.footer .nav-link {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .nav-link:hover {
  color: #c9e6d3;
  text-decoration: underline;
}
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1100px) {
  .footer__legal {
    position: absolute;
    top: 230px;
  }
}
.footer__legal-text {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
}
.footer__copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copyright p {
  font-size: 14px;
  opacity: 0.8;
}

.about__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.about__content {
  display: grid;
  grid-template-columns: 670px 1fr;
  grid-template-rows: 1fr 350px;
  gap: 30px;
}
@media (max-width: 1100px) {
  .about__content {
    grid-template-columns: 40% 1fr;
  }
}
@media (max-width: 440px) {
  .about__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.about .about__title {
  text-align: left;
  line-height: 100%;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__text p {
  font-size: 16px;
  line-height: 1.7;
  color: #282929;
}
.about__gallery-big {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 1100px) {
  .about__gallery-big {
    grid-column: span 2;
  }
}
.about__gallery-small {
  height: 350px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 162px 162px;
  gap: 24px;
}
@media (max-width: 1100px) {
  .about__gallery-small {
    display: none;
  }
}
@media (max-width: 480px) {
  .about__gallery-small {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    display: grid;
  }
}
.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.about__thumb {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about__thumb--2 {
  grid-column: span 2;
}
.about__thumb--3 {
  grid-column: span 3;
  max-height: 330px;
}

.accommodation__content {
  display: flex;
  gap: 30px;
  padding-bottom: 6px;
}
@media (min-width: 1200px) {
  .accommodation__content {
    max-height: 600px;
  }
}
@media (max-width: 1100px) {
  .accommodation__content {
    gap: 10px;
  }
}
@media (max-width: 440px) {
  .accommodation__content {
    flex-direction: column;
  }
}
.accommodation__info {
  display: flex;
  flex-direction: column;
  background-color: #c9e6d3;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  gap: 24px;
  flex-basis: calc(50% - 15px);
}
@media (max-width: 1100px) {
  .accommodation__info {
    gap: 10px;
    flex-basis: calc(50% - 10px);
    padding: 16px 20px;
  }
}
@media (max-width: 440px) {
  .accommodation__info {
    flex-basis: 100%;
  }
}
.accommodation__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #282929;
}
@media (max-width: 1100px) {
  .accommodation__subtitle {
    font-size: 20px;
  }
}
.accommodation__description {
  font-size: 16px;
  line-height: 136%;
  color: #282929;
}
@media (max-width: 1100px) {
  .accommodation__description {
    font-size: 14px;
  }
}
.accommodation__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1100px) {
  .accommodation__features {
    font-size: 8px;
    gap: 8px;
  }
}
.accommodation__feature {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  justify-content: flex-start;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 0 12px;
  height: 40px;
}
@media (max-width: 1100px) {
  .accommodation__feature {
    font-size: 12px;
    padding: 0 6px;
    height: 28px;
    gap: 8px;
  }
}
.accommodation__feature-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.accommodation__feature-icon svg {
  width: 100%;
  height: 100%;
}
.accommodation__prices {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px 0 0 0;
}
.accommodation__prices-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
.accommodation__prices-table {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .accommodation__prices {
    margin: 16px 0 0 0;
  }
  .accommodation__prices-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
.accommodation__price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.accommodation__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0 0;
  flex-shrink: 0;
}
.accommodation__slider {
  flex-basis: calc(50% - 15px);
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .accommodation__slider {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 440px) {
  .accommodation__slider {
    flex-basis: 100%;
    width: 100%;
    height: 500px;
  }
}
.accommodation__slider-container {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .accommodation__slider-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}
.accommodation__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.accommodation__slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.accommodation__slider-btn {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  width: 24;
  height: 24;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.accommodation__slider-btn svg {
  width: 12px;
  height: 12px;
}
.accommodation__slider-btn:hover {
  background: white;
}
.accommodation__slider-btn--prev {
  left: 15px;
  right: auto;
}
.accommodation__slider-btn--next {
  right: 15px;
  left: auto;
}
.accommodation__slider-dots {
  gap: 10px;
}
.accommodation__slider-dots .swiper-pagination-bullet {
  background: #ffffff;
}
.accommodation__slider-dots .swiper-pagination-bullet-active {
  background: #000000;
}
.accommodation__slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #606060;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accommodation__slider-dot--active {
  background-color: #17402d;
  transform: scale(1.2);
}
.accommodation__slider-dot:hover {
  background-color: #17402d;
}

.entertainment__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 440px) {
  .entertainment__content {
    flex-direction: column-reverse;
  }
}
.entertainment__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #c9e6d3;
  border-radius: 30px;
  padding: 20px 30px;
  padding: 30px;
}
.entertainment__info p {
  font-size: 16px;
  color: #282929;
  text-align: left;
  font-weight: 400;
  line-height: 136%;
}
@media (max-width: 1100px) {
  .entertainment__info {
    display: none;
  }
}
.entertainment__info-mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #c9e6d3;
  border-radius: 30px;
  padding: 20px 30px;
  padding: 16px;
}
.entertainment__info-mobile p {
  font-size: 16px;
  color: #282929;
  text-align: left;
  font-weight: 400;
  line-height: 136%;
}
@media (min-width: 1100px) {
  .entertainment__info-mobile {
    display: none;
  }
}
.entertainment__activities {
  display: flex;
  gap: 30px;
}
.entertainment__activities-first {
  width: 270px;
  height: 560px;
  flex-shrink: 0;
}
.entertainment__activities-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  height: 560px;
}
@media (max-width: 1100px) {
  .entertainment__activities {
    gap: 16px;
  }
  .entertainment__activities-first {
    width: 270px;
    height: 430px;
  }
  .entertainment__activities-group {
    height: 430px;
    gap: 16px;
  }
}
@media (max-width: 440px) {
  .entertainment__activities {
    gap: 16px;
    flex-wrap: wrap;
  }
  .entertainment__activities-first {
    width: 130px;
    height: 300px;
  }
  .entertainment__activities-group {
    height: 300px;
    width: calc(100% - 130px - 16px);
    gap: 16px;
    flex-direction: column;
  }
}
.entertainment__activity {
  text-align: center;
  position: relative;
  height: calc(50% - 15px);
  flex-basis: calc(40% - 15px);
  border-radius: 30px;
  box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.entertainment__activity--wide {
  flex-basis: calc(60% - 15px);
}
.entertainment__activity--high {
  flex-shrink: 0;
  height: 560px;
  flex-basis: auto;
}
.entertainment__activity-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.entertainment__activity-title {
  position: absolute;
  bottom: 30px;
  left: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #282929;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1100px) {
  .entertainment__activity {
    flex-basis: calc(50% - 8px);
    height: 207px;
  }
  .entertainment__activity--wide {
    flex-basis: 100%;
  }
  .entertainment__activity--high {
    height: 430px;
  }
  .entertainment__activity-title {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .entertainment__activity {
    flex-basis: calc(50% - 8px);
    height: 142px;
  }
  .entertainment__activity--wide {
    flex-basis: 100%;
  }
  .entertainment__activity--high {
    height: 300px;
  }
  .entertainment__activity--h166 {
    height: 166px;
  }
  .entertainment__activity-title {
    font-size: 12px;
  }
}

.bathhouse {
  padding-bottom: 6px;
}
.bathhouse__content {
  display: flex;
  gap: 30px;
  max-height: 600px;
}
@media (max-width: 1100px) {
  .bathhouse__content {
    flex-wrap: nowrap;
    gap: 16px;
    max-height: none;
  }
}
@media (max-width: 440px) {
  .bathhouse__content {
    flex-direction: column;
  }
}
.bathhouse__info {
  display: flex;
  flex-direction: column;
  background-color: #c9e6d3;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  gap: 48px;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
}
.bathhouse__info-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 440px) {
  .bathhouse__info-text {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .bathhouse__info {
    gap: 24px;
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
    padding: 16px;
  }
}
@media (max-width: 440px) {
  .bathhouse__info {
    flex-basis: 100%;
    width: 100%;
  }
}
.bathhouse__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #282929;
}
@media (max-width: 1100px) {
  .bathhouse__subtitle {
    font-size: 20px;
  }
}
.bathhouse__description {
  font-size: 16px;
  line-height: 136%;
  color: #282929;
}
@media (max-width: 1100px) {
  .bathhouse__description {
    font-size: 14px;
  }
}
.bathhouse__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.bathhouse__feature {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  justify-content: flex-start;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 0 12px;
  height: 40px;
}
.bathhouse__feature-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.bathhouse__feature-icon svg {
  width: 100%;
  height: 100%;
}
.bathhouse__prices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bathhouse__prices-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 1100px) {
  .bathhouse__prices-title {
    font-size: 20px;
  }
}
.bathhouse__prices-table {
  display: flex;
  flex-direction: column;
}
.bathhouse__prices-cost {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .bathhouse__prices-cost {
    font-size: 16px;
  }
}
.bathhouse__price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 24px;
  border-bottom: 0.1px dotted rgba(0, 0, 0, 0.1);
}
.bathhouse__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bathhouse__slider {
  border-radius: 30px;
  overflow: hidden;
  width: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}
@media (max-width: 440px) {
  .bathhouse__slider {
    flex-basis: 100%;
    width: 100%;
    height: 500px;
  }
}
.bathhouse__slider-container {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .bathhouse__slider-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}
.bathhouse__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.bathhouse__slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.bathhouse__slider-btn {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  width: 24;
  height: 24;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.bathhouse__slider-btn svg {
  width: 12px;
  height: 12px;
}
.bathhouse__slider-btn:hover {
  background: white;
}
.bathhouse__slider-btn--prev {
  left: 15px;
  right: auto;
}
.bathhouse__slider-btn--next {
  right: 15px;
  left: auto;
}
.bathhouse__slider-dots {
  gap: 10px;
}
.bathhouse__slider-dots .swiper-pagination-bullet {
  background: #ffffff;
}
.bathhouse__slider-dots .swiper-pagination-bullet-active {
  background: #000000;
}
.bathhouse__slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #606060;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bathhouse__slider-dot--active {
  background-color: #17402d;
  transform: scale(1.2);
}
.bathhouse__slider-dot:hover {
  background-color: #17402d;
}

.reviews__list-slider {
  padding: 20px 0 40px 0;
  height: 300px;
}
.reviews__list-slider-btn {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  width: 24;
  height: 24;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.reviews__list-slider-btn svg {
  width: 12px;
  height: 12px;
}
.reviews__list-slider-btn:hover {
  background: white;
}
.reviews__list-slider-btn--prev {
  left: -50px;
  right: auto;
}
.reviews__list-slider-btn--next {
  right: -50px;
  left: auto;
}
.reviews__add-btn {
  margin: 0 auto;
  width: 270px;
}
.reviews .review {
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #17402d;
  color: #ffffff;
}
@media (hover: hover) {
  .reviews .review:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}
.reviews .review__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reviews .review__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.reviews .review__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reviews .review__name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.reviews .review__date {
  font-size: 12px;
  color: #ffffff;
}
.reviews .review__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 136%;
  color: #ffffff;
}

.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1100px) {
  .contacts__content {
    gap: 16px;
  }
}
.contacts__map {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}
.contacts__info {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 440px) {
  .contacts__info {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.contacts__group {
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  background-color: #e8e8e8;
  border-radius: 30px;
  padding: 20px 30px;
  gap: 10px;
}
.contacts__group--green {
  background-color: #c9e6d3;
}
@media (max-width: 1100px) {
  .contacts__group {
    padding: 16px;
  }
}
@media (max-width: 440px) {
  .contacts__group:first {
    flex-basis: 100%;
  }
  .contacts__group:nth-child(2) {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .contacts__group:nth-child(3) {
    flex-basis: 40%;
  }
}
.contacts__label {
  font-size: 16px;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .contacts__label {
    font-size: 14px;
    line-height: 100%;
  }
}
.contacts__text {
  font-size: 16px;
  color: #282929;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .contacts__text {
    font-size: 14px;
    line-height: 100%;
  }
}
.contacts__social {
  display: flex;
  gap: 24px;
}
@media (max-width: 1100px) {
  .contacts__social {
    gap: 8px;
  }
}
.contacts__social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000000;
  line-height: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .contacts__social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}
.contacts__social-link svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 1100px) {
  .contacts__social-link {
    width: 24px;
    height: 24px;
  }
  .contacts__social-link svg {
    height: 20px;
    width: 20px;
  }
}

.search-form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.search-form__calendar {
  position: absolute;
  opacity: 0;
  display: none;
  top: calc(100% + 10px);
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  transition: all 300ms ease;
}
.search-form__calendar-underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  transition: all 300ms ease;
}
.search-form__divider {
  width: 2px;
  height: 100%;
  background-color: #1d1d1d;
  flex-shrink: 0;
}
.search-form__input-group {
  position: relative;
  display: flex;
  box-shadow: inset -2px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #252525;
}
.search-form__input-group-dates {
  flex: 1 0 100%;
  max-width: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .search-form__input-group-dates {
    max-width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .search-form__input-group-guests {
    flex: 1 0 30%;
  }
}
@media screen and (max-width: 440px) {
  .search-form__input-group-guests {
    flex: 1 0 100%;
  }
}
.search-form__input {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: transparent;
  border: none;
  color: #cccccc;
  padding: 0 16px 0 45px;
  font-size: 16px;
}
.search-form__input::placeholder {
  color: #cccccc;
}
.search-form__input:focus {
  outline: none;
}
.search-form__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.search-form__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(70%);
}
.search-form__icon--left {
  left: 15px;
}
.search-form__icon--right {
  right: 15px;
}
.search-form__submit {
  flex: 1 0 30%;
}
@media screen and (min-width: 1100px) {
  .search-form__submit {
    flex: 0 1;
  }
}
@media screen and (max-width: 1100px) {
  .search-form__submit {
    flex: 1 0 30%;
  }
}
@media screen and (max-width: 440px) {
  .search-form__submit {
    flex: 1 0 100%;
  }
}
.search-form__arrow {
  width: 16px;
  height: 16px;
}
.search-form-guests-modal {
  display: block;
  opacity: 0;
  transform: translateY(5px);
  transition: all 300ms ease;
  position: absolute;
}
.search-form-guests-modal.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.guests-selector {
  position: relative;
  width: 300px;
}
.guests-selector .guests-dropdown {
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  color: #000000;
}
.guests-selector .guests-dropdown.active {
  visibility: visible;
  opacity: 1;
}
.guests-selector .guests-dropdown.top {
  bottom: calc(100% + 5px);
}
.guests-selector .guests-dropdown.bottom {
  top: calc(100% + 5px);
}
.guests-selector .guests-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.guests-selector .guests-row span {
  font-size: 14px;
}
.guests-selector .counter {
  display: flex;
  align-items: center;
  gap: 12px;
}
.guests-selector .counter-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guests-selector .counter-btn:hover:not(:disabled) {
  background: #f5f5f5;
}
.guests-selector .counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.guests-selector .counter-value {
  min-width: 20px;
  text-align: center;
}
.guests-selector .children-ages {
  margin-top: 16px;
}
.guests-selector .children-ages .age-select {
  margin-top: 8px;
  width: 100%;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.guests-selector .guests-actions {
  margin-top: 16px;
  text-align: right;
}
.guests-selector .guests-actions .apply-btn {
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.guests-selector .guests-actions .apply-btn:hover {
  background: #0056b3;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__bg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70%;
  z-index: 0;
}
.mobile-menu__wrapper {
  height: 440px;
  background-color: #cae6d3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu__container {
  width: 620px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.mobile-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu__nav .nav-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}

.form-callback {
  width: 340px;
  max-width: calc(100vw - 40px);
}

.hero {
  position: relative;
  min-height: 700px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  padding: 0 0 43px 0;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero__title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 440px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__content {
  max-width: 770px;
  margin-bottom: 30px;
}
.hero__subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.9;
}
@media screen and (max-width: 440px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__description {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}
@media screen and (max-width: 440px) {
  .hero__description {
    font-size: 14px;
  }
}
.hero__booking-form {
  position: relative;
  background-color: rgba(29, 29, 29, 0.61);
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .hero__booking-form {
    padding: 24px;
  }
}
.hero__booking-form [data-vc=calendar] {
  border-radius: 30px;
}
.hero__booking-form::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  content: "";
  border-radius: 30px;
  z-index: -1;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Manrope", sans-serif;
  color: #282929;
  background-color: #efefef;
  line-height: 1.6;
  overflow-x: hidden;
}

.app {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1100px) {
  .app {
    gap: 40px;
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  position: relative;
}

/*# sourceMappingURL=main.css.map */
