@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  border: none;
}

input, textarea::placeholder {
  font-family: inherit;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
}
.mobile-menu {
  display: none;
}

@media (max-width: 61.99875em) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #FFB600;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-out;
    transform: translateX(-200%);
    overflow-y: auto;
    z-index: 9000;
  }
  .mobile-menu.--open {
    transform: translateX(0);
  }
  .mobile-menu__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(0.0203562341 * 100vw + 30.3668193384px);
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
  }
  .mobile-menu__item {
    text-wrap: nowrap;
  }
  .mobile-menu__item:not(:last-child) {
    margin-bottom: calc(0.0508905852 * 100vw + 6.9170483461px);
  }
  .mobile-menu__link {
    margin-left: 0.625rem;
    vertical-align: baseline;
  }
  .mobile-menu__phone {
    display: none;
    line-height: 0.7;
    text-align: center;
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
  }
}
@media (max-width: 61.99875em) and (max-width: 47.99875em) {
  .mobile-menu__phone {
    display: block;
  }
}
@media (max-width: 61.99875em) {
  .mobile-menu__phone-text {
    font-size: 1.0625rem;
    text-transform: lowercase;
    font-weight: 400;
  }
  .mobile-menu__phone-link {
    font-size: 1.4375rem;
    font-weight: 500;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FCFCFC;
  color: #180b03;
  font-weight: 700;
  font-size: 0.75rem;
  z-index: 99998;
  box-shadow: 0 2px 16px rgba(255, 182, 0, 0.25);
  min-height: 5.03125rem;
}
@media (max-width: 47.99875em) {
  .header {
    min-height: 3.75rem;
  }
}

.header__container {
  padding: 0.3125rem 2.1875rem 0.3125rem 0.9375rem;
  margin: 0 auto;
  max-width: 93.75rem;
}
@media (max-width: 61.99875em) {
  .header__container {
    padding: 0.3125rem 0.625rem 0.3125rem 1.125rem;
    max-width: calc(0.8705357143 * 100vw + 127.4459821429px);
  }
}
@media (max-width: 47.99875em) {
  .header__container {
    padding: 0.375rem 0.375rem 0.375rem 0.875rem;
  }
}

.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 61.99875em) {
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1.5625rem;
  }
}

.header__menu {
  justify-self: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(0.0464198677 * 100vw + -14.0475803644px);
}
@media (max-width: 47.99875em) {
  .header__menu {
    gap: calc(0.0254452926 * 100vw + 0.458524173px);
  }
}

.logo__img {
  width: 3.4666875rem;
}
@media (max-width: 47.99875em) {
  .logo__img {
    width: 2.6875rem;
  }
}

.company-name {
  display: none;
}
@media (max-width: 47.99875em) {
  .company-name {
    display: inline;
    font-size: 0.875rem;
  }
}

@media (max-width: 61.99875em) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(0.0599589958 * 100vw + -39.4781246373px);
}

.nav__item {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}

.nav__item img {
  max-width: 1.125rem;
}

.nav__link {
  display: inline-block;
  vertical-align: baseline;
}
@media (any-hover: hover) {
  .nav__link:hover {
    color: #FFB600;
    transition: all 0.3s ease-out;
  }
}

.header__contacts {
  justify-self: end;
  display: flex;
  justify-content: space-between;
  gap: calc(0.0406173842 * 100vw + -10.2916328188px);
  font-size: 0.68rem;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .header__contacts {
    gap: 0 1.875rem;
    gap: calc(0.0356234097 * 100vw + 2.6419338422px);
  }
}

.account {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
@media (max-width: 61.99875em) {
  .account {
    display: none;
  }
}

.account__img {
  max-width: 0.8125rem;
}

.account__modal {
  border: none;
  background-color: transparent;
  padding: 0;
  font: inherit;
  text-wrap: nowrap;
}
@media (any-hover: hover) {
  .account__modal:hover {
    color: #FFB600;
    transition: all 0.3s ease-out;
  }
}

.address span {
  text-wrap: nowrap;
}

.address span:first-child {
  display: inline-block;
  margin-right: 0.8rem;
}

@media (max-width: 61.99875em) {
  .address {
    margin-right: calc(0.8928571429 * 100vw + -505.6964285714px);
    text-wrap: nowrap;
    font-size: 0.71875rem;
    font-weight: 500;
  }
}
@media (max-width: 47.99875em) {
  .address {
    display: none;
  }
}

.phone {
  font-size: 0.75rem;
  text-wrap: nowrap;
}
@media (max-width: 47.99875em) {
  .phone {
    display: none;
  }
}

.phone__text_name {
  font-weight: 300;
  font-size: 0.5rem;
  line-height: 2.3;
  color: #180b03;
  letter-spacing: normal;
}

@media (max-width: 61.99875em) {
  .phone__text {
    font-size: 0.75rem;
  }
}

.language__img {
  max-width: 1.1rem;
}

.language {
  text-wrap: nowrap;
}
@media (max-width: 61.99875em) {
  .language {
    text-wrap: nowrap;
    font-size: 0.875rem;
  }
}

.header__menu-burger {
  display: none;
  position: relative;
}
@media (max-width: 61.99875em) {
  .header__menu-burger {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFB600;
    width: 4.375rem;
    aspect-ratio: 1;
    padding: 1.5625rem 1.0625rem;
  }
  .header__menu-burger:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.25rem;
    top: 30%;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .header__menu-burger::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.25rem;
    bottom: 30%;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 47.99875em) {
  .header__menu-burger {
    background-color: #fff;
    border: 2px solid #FFB600;
    border-radius: 10%;
    height: 3rem;
    width: 3rem;
    padding: 0.9375rem 0.75rem;
  }
  .header__menu-burger:before {
    height: 0.125rem;
    background-color: #FFB600;
    border-radius: 2px;
  }
  .header__menu-burger::after {
    height: 0.125rem;
    background-color: #FFB600;
    border-radius: 2px;
  }
}

@media (max-width: 61.99875em) {
  .header__menu-burger span {
    display: inline-block;
    width: 50%;
    height: 0.25rem;
    background-color: #fff;
    line-height: 0;
    vertical-align: middle;
    position: absolute;
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 47.99875em) {
  .header__menu-burger span {
    height: 0.125rem;
    background-color: #FFB600;
    border-radius: 2px;
  }
}

.header__menu-burger.--active:before {
  top: 50%;
  transform: rotateZ(-45deg);
}
.header__menu-burger.--active::after {
  top: 50%;
  transform: rotateZ(45deg);
}

.header__menu-burger.--active span {
  transform: scale(0);
}

.app__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer {
  background: #E46A2D;
  color: #FCFCFC;
}

.footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.875rem 0.625rem 2.625rem;
}
@media (max-width: 61.99875em) {
  .footer__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .footer__container {
    position: relative;
    padding: 0.9375rem 0.625rem 1.125rem;
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
  }
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.9375rem;
  text-wrap: nowrap;
}
@media (max-width: 61.99875em) {
  .footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "first second" "third fourth";
  }
}
@media (max-width: 36.24875em) {
  .footer__wrapper {
    margin-bottom: 8.125rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "first" "second" "third" "fourth";
  }
}

@media (max-width: 61.99875em) {
  .menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 1;
    gap: 0.625rem 1.875rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 36.24875em) {
  .menu__list {
    margin-top: 2.375rem;
    gap: 1.25rem 0;
    margin-bottom: 3.125rem;
    position: absolute;
    top: -300%;
    left: -300%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}

.menu__list.-open {
  position: static;
  visibility: visible;
  opacity: 1;
}

.menu__list li {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 61.99875em) {
  .menu__list li {
    margin-bottom: 0;
  }
}

@media (max-width: 61.99875em) {
  .relation {
    grid-area: first;
  }
}
@media (max-width: 36.24875em) {
  .relation {
    justify-self: left;
  }
}

.relation__contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
}
@media (max-width: 36.24875em) {
  .relation__contacts {
    display: flex;
    margin-bottom: 1.25rem;
  }
}

.relation__phone {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  text-wrap: nowrap;
}
@media (max-width: 36.24875em) {
  .relation__phone {
    font-size: 1.375rem;
  }
}

.relation__email {
  font-size: 0.7rem;
  line-height: 2;
}
@media (max-width: 36.24875em) {
  .relation__email {
    order: -1;
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-bottom: 0.625rem;
  }
}

.relation__social-list {
  display: flex;
  justify-content: flex-start;
  gap: 0 1.25rem;
}
@media (max-width: 36.24875em) {
  .relation__social-list {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    gap: 0 1.875rem;
  }
}

.relation__social-list img {
  width: 1.5rem;
}
@media (max-width: 61.99875em) {
  .relation__social-list img {
    width: 2rem;
  }
}

.footer__nav {
  display: flex;
  justify-content: space-around;
  gap: 0 0.9375rem;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (max-width: 61.99875em) {
  .footer__nav {
    flex-direction: column;
    grid-area: second;
    justify-self: end;
    margin-right: 3.125rem;
    gap: 1.875rem;
  }
}
@media (max-width: 36.24875em) {
  .footer__nav {
    width: 100%;
    margin-left: 0;
    justify-self: left;
    gap: 2.1875rem;
    margin-right: 0;
    font-size: 0.9375rem;
  }
}

.relation__title,
.nav__booking-title,
.menu__title {
  line-height: 0;
  margin-bottom: 30px;
  font-size: 0.67rem;
  font-weight: 300;
}

@media (max-width: 61.99875em) {
  .menu__title {
    margin-bottom: 2.1875rem;
  }
}

@media (max-width: 36.24875em) {
  .menu__title.menu__title_hidden {
    margin: 0;
  }
}

.details-title {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 36.24875em) {
  .menu__title.title-info,
  .menu__title.details-title {
    opacity: 1;
    visibility: visible;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    line-height: 0.3;
    cursor: pointer;
  }
  .menu__title.title-info::after,
  .menu__title.details-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 150px;
    border-top: 0.75rem solid #FCFCFC;
    border-right: 0.4375rem solid transparent;
    border-left: 0.4375rem solid transparent;
    transition: all 0.3s ease-out;
  }
}

@media (max-width: 36.24875em) {
  .menu__title.title-info.-rotate::after,
  .menu__title.details-title.-rotate::after {
    transform: rotateX(180deg);
  }
}

@media (max-width: 36.24875em) {
  .menu__title.details-title {
    margin-bottom: 1.875rem;
  }
  .menu__title.details-title::after {
    left: 245px;
  }
}

.relation__title {
  margin-bottom: 25px;
}
@media (max-width: 61.99875em) {
  .relation__title {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 36.24875em) {
  .relation__title {
    display: none;
  }
}

@media (max-width: 36.24875em) {
  .nav__booking-title {
    display: none;
  }
}

@media (max-width: 36.24875em) {
  .nav__booking-link {
    display: inline-block;
    background-color: transparent;
    color: #FCFCFC;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 0;
    text-align: start;
    position: relative;
    transition: all 0.3s ease-out;
    box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
    border: none;
    border: 2px solid #FCFCFC;
    padding: 2.3125rem 2.5rem;
    min-width: 100%;
    box-shadow: none;
    font-weight: 500;
    font-size: 1rem;
  }
  .nav__booking-link::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 3.3rem;
    background-color: #FCFCFC;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
  }
}
@media (max-width: 36.24875em) and (any-hover: hover) {
  .nav__booking-link:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 36.24875em) and (max-width: 36.24875em) {
  .nav__booking-link {
    padding: 2.125rem 2.125rem;
    font-size: 0.875rem;
  }
  .nav__booking-link::before {
    height: 2.625rem;
  }
}

.footer__policy {
  display: flex;
  justify-content: space-around;
  gap: 0 0.625rem;
  font-size: 0.8rem;
}
@media (max-width: 61.99875em) {
  .footer__policy {
    flex-direction: column;
    grid-area: fourth;
    justify-self: end;
  }
}
@media (max-width: 36.24875em) {
  .footer__policy {
    justify-self: left;
  }
}

@media (max-width: 61.99875em) {
  .rules__list {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 36.24875em) {
  .rules__list {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
    transition: all 0.3s ease-out;
    position: absolute;
    top: -300%;
    left: -300%;
    opacity: 0;
    visibility: hidden;
  }
}

.rules__list.-open {
  position: static;
  visibility: visible;
  opacity: 1;
}

.rules__list li {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 61.99875em) {
  .rules__list li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .rules__list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 36.24875em) {
  .rules__list li:not(:last-child) {
    margin-bottom: 1.125rem;
  }
  .rules__list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 36.24875em) {
  .details {
    order: -1;
  }
}

@media (max-width: 61.99875em) {
  .details__list {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 36.24875em) {
  .details__list {
    font-size: 0.9375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: calc(0.3053435115 * 100vw + -24.4977099237px);
    transition: all 0.3s ease-out;
    position: absolute;
    top: -300%;
    left: -300%;
    opacity: 0;
    visibility: hidden;
  }
  .details__list li:last-child {
    justify-self: right;
  }
}

.details__list.-open {
  position: static;
  visibility: visible;
  opacity: 1;
}

.details__list li {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 61.99875em) {
  .details__list li {
    margin-bottom: 0;
  }
}

.footer__option-info {
  text-align: center;
  font-size: 0.75rem;
  justify-self: right;
}
@media (max-width: 61.99875em) {
  .footer__option-info {
    grid-area: third;
    justify-self: left;
    align-self: self-end;
  }
}

.footer__logo {
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 36.24875em) {
  .footer__logo {
    display: none;
  }
}

.footer__logo-img {
  display: block;
  margin: 0 auto;
  width: 3.5rem;
}

.footer__logo-name {
  margin-bottom: 3px;
  font-size: 0.6rem;
}

.footer__logo-subname {
  font-size: 0.6rem;
  font-weight: 700;
}

.footer__develop {
  font-weight: 400;
}
@media (max-width: 36.24875em) {
  .footer__develop {
    font-size: 0.8125rem;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 99999;
}

.modal.--open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
}

.modal__body {
  position: relative;
  background-color: #FCFCFC;
  padding: 1rem 1.25rem;
  width: 28.125rem;
  opacity: 0;
  transform: translateY(-100%);
  cursor: default;
  transition: all 0.3s ease-out;
}
@media (max-width: 36.24875em) {
  .modal__body {
    width: 20rem;
  }
}

.modal__body.--open {
  opacity: 1;
  transform: translateY(0);
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.modal__title {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
}

.scroll {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 2.8125rem;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: rgba(217, 211, 211, 0.681);
  border-radius: 2px;
  z-index: 99900;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.3s ease-out;
}
.scroll span {
  position: relative;
  display: block;
  background-color: #ffb700;
  width: 1.875rem;
  aspect-ratio: 1;
}
.scroll span::before {
  position: absolute;
  content: ">";
  transform: translateX(-50%) rotateZ(-90deg);
  color: white;
  font-size: 1.5625rem;
}

.scroll.visible {
  opacity: 1;
  visibility: visible;
}

.app__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.benefits {
  background-image: url(../../img/backgrounds/alpha-white.png);
  background-color: #FFB600;
  background-size: 65%;
  background-position: right -160px center;
  background-repeat: no-repeat;
  color: #FCFCFC;
}
@media (max-width: 61.99875em) {
  .benefits {
    background-image: none;
  }
}

.benefits__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.3125rem 0.625rem 2.25rem;
}
@media (max-width: 61.99875em) {
  .benefits__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .benefits__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.benefits__wrapper {
  max-width: 46.25rem;
}
@media (max-width: 61.99875em) {
  .benefits__wrapper {
    max-width: 100%;
  }
}

.benefits__title {
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 48px;
}
@media (max-width: 61.99875em) {
  .benefits__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .benefits__title {
    font-size: 2.25rem;
  }
}

.benefits__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 28px 10px;
  max-width: 400px;
  justify-content: center;
  font-size: 0.78rem;
  margin-bottom: 38px;
}
@media (max-width: 47.99875em) {
  .benefits__items {
    max-width: 100%;
  }
}
@media (max-width: 36.24875em) {
  .benefits__items {
    grid-template-columns: 1fr;
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.benefits__item {
  display: flex;
  gap: 0 0.8rem;
}

.benefits__img-box {
  width: 100%;
  max-width: 2rem;
}
@media (max-width: 36.24875em) {
  .benefits__img-box {
    max-width: 3.125rem;
  }
}

.benefits__img {
  display: block;
  margin: 0 auto;
  max-width: 1.9rem;
  max-height: 2.2rem;
}
@media (max-width: 36.24875em) {
  .benefits__img {
    max-width: 2.9rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.benefits__notes {
  font-size: 0.65rem;
  font-weight: 400;
}
@media (max-width: 36.24875em) {
  .benefits__notes {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 1.875rem;
  }
}

.benefits__note-text {
  margin-bottom: 9px;
}

.benefits__note-text:last-of-type {
  margin-bottom: 12px;
}

.benefits__link-btn {
  padding: 2.5625rem 11.5rem 2.5625rem 2.5625rem;
  display: inline-block;
  background-color: #FEFEFE;
  color: #180b03;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
}
.benefits__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FFB600;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .benefits__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 47.99875em) {
  .benefits__link-btn {
    width: 100%;
  }
}
@media (max-width: 36.24875em) {
  .benefits__link-btn {
    padding: 2.125rem 0.625rem 2.125rem 2.125rem;
    font-size: 0.875rem;
  }
  .benefits__link-btn::before {
    height: 2.625rem;
  }
}

.breadcrumbs__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.9375rem 0.625rem 0rem;
}

.rooms-catalog {
  position: relative;
  background-color: rgba(228, 111, 43, 0.0352941176);
}
.rooms-catalog::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  box-shadow: -130px 0px 36px 510px rgba(228, 111, 43, 0.0705882353);
  z-index: 0;
}

.rooms-catalog__container {
  max-width: 95.125rem;
  margin: 0 auto;
  padding: 0 0.6875rem 6rem;
  position: relative;
  top: 1rem;
  z-index: 2;
}
@media (max-width: 47.99875em) {
  .rooms-catalog__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    padding: 1rem 0.625rem 0rem;
    top: 0;
  }
}
@media (max-width: 36.24875em) {
  .rooms-catalog__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
  }
}

.roons-catalog__page-container {
  padding-top: 0.9375rem;
}
@media (max-width: 61.99875em) {
  .roons-catalog__page-container {
    padding-top: 2.1875rem;
  }
}

.rooms-catalog__wrapper {
  display: flex;
  gap: 0 1rem;
}
@media (max-width: 47.99875em) {
  .rooms-catalog__wrapper {
    flex-direction: column;
    gap: 1rem 0;
  }
}

.rooms-catalog__filter {
  flex: 0 0 11.25rem;
  background-color: #FEFEFE;
  padding: 0.8rem 0.625rem;
  max-height: 17.0625rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 47.99875em) {
  .rooms-catalog__filter {
    width: 50%;
    align-self: center;
  }
}

.filter-rooms__form {
  min-height: 100%;
}

.filter-rooms__title {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.filter-rooms__block-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.0625rem;
}

.filter-rooms__form .filter-rooms__beds {
  margin-bottom: 0.5rem;
}

.filter-rooms__form label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
}

.filter-rooms__form input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FDD97E;
  height: 0.5px;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}
.filter-rooms__form input[type=range]:focus {
  outline: none;
}
.filter-rooms__form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  border-top: 0.9rem solid #FDD97E;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}
.filter-rooms__form input[type=range]::-moz-range-thumb {
  appearance: none;
  width: 0;
  height: 0;
  border-top: 0.9rem solid #FDD97E;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}

.filter-rooms__form span {
  font-size: 0.7rem;
  font-weight: 700;
}

.filter-rooms__item-wrapper {
  display: flex;
  justify-content: space-between;
}

.filter-rooms__reset {
  display: inline-block;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #FFB600;
  font-size: 0.75rem;
  font-weight: 500;
}

.room-card__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 61.99875em) {
  .room-card__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.room-card__item {
  display: flex;
  justify-content: space-between;
  background-color: #FEFEFE;
  height: 273px;
}

@media (max-width: 61.99875em) {
  .room-card__item:nth-child(odd) {
    display: none;
  }
}

.room-card__content {
  flex: 1 1 30%;
  padding: 0.8rem 0.2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.room-card__type-title {
  font-size: 1rem;
  margin-bottom: 0.125rem;
  line-height: 1;
}

.room-card__rating {
  display: inline-flex;
  justify-content: center;
  gap: 0 1rem;
}

.room-card__stars {
  display: flex;
  justify-content: space-between;
  gap: 0 0.2rem;
}

.room-card__star-item img {
  width: 0.8rem;
}

.room-card__rate {
  font-size: 0.9rem;
  font-weight: 500;
}

.room-card__bed-qty {
  display: inline-flex;
  gap: 0 1.3rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #473B35;
  display: flex;
  margin-bottom: 8px;
}

.room-card__qty-title img {
  display: inline-block;
  margin-right: 0.3rem;
  width: 0.55rem;
}

.room-card__bed-number {
  font-weight: 700;
}

.room-card__price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFB600;
  margin-bottom: 5px;
}

.room-card__link-btn {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  width: 110%;
  font-size: 0.8rem;
  font-weight: 500;
}
.room-card__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .room-card__link-btn:hover {
    transform: translateY(3px);
  }
}
.room-card__link-btn::before {
  content: "";
  height: 2rem;
  width: 3px;
}

.room-card__img-container {
  flex: 0 2 70%;
}

.room-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.rooms-catalog__link-container {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 0 1.5625rem;
  align-items: center;
  bottom: 0;
  right: 0;
  transform: translateY(35%);
  background-color: #FEFEFE;
  padding: 0.9375rem;
  width: 47.9375rem;
}
@media (max-width: 61.99875em) {
  .rooms-catalog__link-container {
    width: 33.9375rem;
    gap: 0 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .rooms-catalog__link-container {
    position: static;
    transform: none;
    width: 100%;
    flex-direction: column;
    gap: 0.9375rem 0;
  }
}

.rooms-catalog__link-btn {
  padding: 2.5625rem 0.625rem 2.5625rem 2.5625rem;
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  flex: 1 1 48%;
}
.rooms-catalog__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .rooms-catalog__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 47.99875em) {
  .rooms-catalog__link-btn {
    width: 100%;
  }
}
@media (max-width: 36.24875em) {
  .rooms-catalog__link-btn {
    padding: 2.125rem 0.625rem 2.125rem 2.125rem;
  }
}

.rooms-catalog__prompt {
  flex: 1 1 52%;
  font-size: 0.57rem;
  color: #180b03;
  font-weight: 500;
}
@media (max-width: 61.99875em) {
  .rooms-catalog__prompt {
    flex: 1 1 46%;
  }
}
@media (max-width: 47.99875em) {
  .rooms-catalog__prompt {
    width: 100%;
    order: -1;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.app__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.room__content-wrapper {
  display: flex;
  gap: 0 1.25rem;
  height: 660px;
  margin-bottom: 5.625rem;
}
@media (max-width: 61.99875em) {
  .room__content-wrapper {
    flex-direction: column;
    height: unset;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 36.24875em) {
  .room__content-wrapper {
    margin-bottom: 0;
  }
}

.room__content {
  flex: 0 0 100%;
}

.room__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.625rem;
  height: 100%;
}
@media (max-width: 61.99875em) {
  .room__container {
    padding: 0.9375rem 0.625rem 0.625rem;
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .room__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding-top: 0.75rem;
    padding-bottom: 1.5625rem;
  }
}

.room__body {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .room__body {
    width: 100%;
    margin: 0 auto;
    gap: 1.875rem 0;
  }
}

.room__title {
  font-size: 4.7rem;
  line-height: 1;
  line-height: 0.9;
  margin-bottom: 1.25rem;
  letter-spacing: -2px;
}
@media (max-width: 61.99875em) {
  .room__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .room__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 61.99875em) {
  .room__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 36.24875em) {
  .room__title {
    font-size: 1.5rem;
  }
}

.room__notes-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 0 1.125rem;
  margin-bottom: 1.25rem;
  max-width: 80%;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  align-items: baseline;
}

@media (max-width: 61.99875em) {
  .room-card__rating.room-add__rating {
    position: absolute;
    top: -160%;
  }
}
@media (max-width: 47.99875em) {
  .room-card__rating.room-add__rating {
    top: -240%;
  }
}
@media (max-width: 36.24875em) {
  .room-card__rating.room-add__rating {
    gap: 0 0.625rem;
    top: -210%;
  }
}

.room__rating {
  display: flex;
  gap: 0 0.5rem;
  align-items: baseline;
}

.room__rate,
.room__bed-number,
.room__square-number {
  font-size: 0.9375rem;
  font-weight: 700;
}

.room__bed-qty,
.room__square-qty {
  display: flex;
  align-items: baseline;
  gap: 0 0.5rem;
  white-space: nowrap;
}

.room__bed-qty img {
  height: 0.75rem;
}

.room__square-qty {
  margin-left: 0.9375rem;
  position: relative;
}
.room__square-qty::after {
  content: "";
  width: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -15%;
  background: transparent;
  height: 0.625rem;
  position: absolute;
  border: 0.3px solid rgb(144, 144, 144);
}

.room__images-container {
  flex: 0 0 50%;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem 0;
}
@media (max-width: 61.99875em) {
  .room__images-container {
    transform: translateX(0);
    order: -1;
    padding: 0.625rem;
  }
}
@media (max-width: 36.24875em) {
  .room__images-container {
    gap: 0.5rem 0;
  }
}

.room__image-main {
  flex-basis: 70%;
  height: 28.125rem;
}
@media (max-width: 61.99875em) {
  .room__image-main {
    flex-basis: 0;
    height: 320px;
  }
}

.room__image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room__images-row {
  flex-basis: auto;
  display: flex;
  justify-content: space-between;
  gap: 0 0.75rem;
  height: 30%;
}
@media (max-width: 61.99875em) {
  .room__images-row {
    height: 150px;
  }
}
@media (max-width: 36.24875em) {
  .room__images-row {
    gap: 0 0.5rem;
  }
}

.room__images-item {
  flex-basis: 33%;
  height: 100%;
}
.room__images-item img {
  width: 100%;
  display: inline-block;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.room__text {
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 80%;
}
@media (max-width: 61.99875em) {
  .room__text {
    max-width: 100%;
  }
}

.room__content-bottom {
  max-width: 80%;
}
@media (max-width: 61.99875em) {
  .room__content-bottom {
    max-width: 100%;
  }
}

.room__service {
  margin-bottom: 1.25rem;
}

.room__service-notes {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 300;
}
@media (max-width: 61.99875em) {
  .room__service-notes {
    margin-bottom: 1.25rem;
  }
}

.service-checkbox {
  font-size: 0.6875rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-checkbox__item {
  display: flex;
  align-items: center;
  gap: 0 0.1875rem;
}

.service-checkbox__label {
  display: inline-flex;
  align-items: center;
  transform: translateX(10%);
}
.service-checkbox__label:before {
  content: "✔";
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  font-size: 0.875rem;
  border: 2px solid #FFB600;
  border-radius: 1px;
  text-align: center;
}

.service-checkbox__input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.room__price {
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFB600;
  line-height: 1;
  margin-bottom: 1.375rem;
}

.room__link-btn {
  padding: 2.5625rem 2.5625rem 3.125rem;
  width: 100%;
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
}
.room__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .room__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 36.24875em) {
  .room__link-btn {
    padding: 2.125rem;
    font-size: 0.875rem;
  }
  .room__link-btn::before {
    height: 2.625rem;
  }
}

.room__info-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.125rem 0.625rem 5rem;
  background-color: #FCFCFC;
}
@media (max-width: 61.99875em) {
  .room__info-container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .room__info-container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding-top: 0.9375rem;
    padding-bottom: 2.5rem;
  }
}

.room__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 0.75rem;
}
@media (max-width: 61.99875em) {
  .room__info-wrapper {
    grid-template-columns: 1fr;
  }
}

.room__info-item.equipment {
  margin-bottom: 3.125rem;
}
@media (max-width: 36.24875em) {
  .room__info-item.equipment {
    margin-bottom: 1.5625rem;
  }
}

.room__info-item.rules {
  margin-bottom: 1.875rem;
}
@media (max-width: 36.24875em) {
  .room__info-item.rules {
    margin-bottom: 0.9375rem;
  }
}

.room__info-title {
  font-size: 1.3125rem;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.5625rem;
}

.equipment__wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 0 2.8125rem;
}
@media (max-width: 61.99875em) {
  .equipment__wrapper {
    gap: 0 5rem;
  }
}
@media (max-width: 36.24875em) {
  .equipment__wrapper {
    flex-direction: column;
    gap: 1.5625rem 0;
  }
}
.equipment__wrapper p {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.equipment__wrapper li {
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 61.99875em) {
  .equipment__wrapper-list {
    display: flex;
    justify-content: space-between;
    gap: 0 2.5rem;
  }
}
@media (max-width: 36.24875em) {
  .equipment__wrapper-list {
    justify-content: start;
  }
}

.room__rules li {
  margin-bottom: 0.625rem;
}

.room__rules a {
  color: #FFB600;
  text-decoration: underline;
  font-weight: 700;
}

.feedback__slider {
  height: 100%;
  overflow: hidden;
  width: 320px;
  position: relative;
}
@media (max-width: 61.99875em) {
  .feedback__slider {
    width: 31.25rem;
  }
}
@media (max-width: 47.99875em) {
  .feedback__slider {
    max-width: 20rem;
  }
}

.feedback-slider__btn-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FCFCFC;
  z-index: 5;
  width: 30px;
  padding: 0 0.3125rem;
  height: 55%;
}
@media (max-width: 61.99875em) {
  .feedback-slider__btn-container {
    height: 80%;
  }
}

.feedback-button-prev,
.feedback-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 25px;
  z-index: 2;
}

.feedback-button-prev {
  left: 0;
}
.feedback-button-prev::before {
  position: absolute;
  display: inline-block;
  content: "<";
  font-size: 2.1875rem;
  line-height: 0.5;
  font-weight: 700;
}

.feedback-button-next {
  right: 0;
}
.feedback-button-next::before {
  position: absolute;
  display: inline-block;
  content: ">";
  font-size: 2.1875rem;
  line-height: 0.5;
  font-weight: 700;
}

.feedback__votes {
  margin-bottom: 0.75rem;
}

.feedback__name {
  font-weight: 500;
  font-size: 0.8125rem;
}

.feedback__item {
  line-height: 1.5;
  font-size: 0.8125rem;
  padding-right: 1.875rem;
}
.rooms-add {
  padding-bottom: 3.125rem;
}
@media (max-width: 36.24875em) {
  .rooms-add {
    padding-bottom: 1.25rem;
  }
}

.rooms-add__title {
  font-size: 4.7rem;
  line-height: 1;
  margin-bottom: 3.125rem;
}
@media (max-width: 61.99875em) {
  .rooms-add__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .rooms-add__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 61.99875em) {
  .rooms-add__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .rooms-add__title {
    margin-bottom: 0.625rem;
  }
}

.rooms-add__wrapper {
  padding: 0 0.625rem;
  display: flex;
  margin: 0 auto;
  gap: 0 1rem;
}
@media (max-width: 61.99875em) {
  .rooms-add__wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 47.99875em) {
  .rooms-add__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
}

.rooms-add__body {
  width: calc(50% - 8px);
  position: relative;
}
@media (max-width: 61.99875em) {
  .rooms-add__body {
    flex: 1 1 50%;
    height: 17.0625rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 2px 2px 20px 4px rgba(228, 111, 43, 0.137254902);
  }
}
@media (max-width: 47.99875em) {
  .rooms-add__body {
    width: 100%;
    max-height: 290px;
  }
}

.rooms-add__img-container {
  height: 21.5625rem;
  margin-bottom: 1.6875rem;
  width: 100%;
  position: relative;
}
@media (max-width: 61.99875em) {
  .rooms-add__img-container {
    flex: 0 2 65%;
    height: unset;
    margin-bottom: 0;
  }
}
@media (max-width: 47.99875em) {
  .rooms-add__img-container {
    height: 290px;
  }
}

.room-add__slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 61.99875em) {
  .room-add__slider {
    display: none;
  }
}

.room-add__btn-container {
  position: relative;
  bottom: 21%;
  left: 75%;
  display: flex;
  gap: 0 1rem;
  z-index: 5;
}
@media (max-width: 61.99875em) {
  .room-add__btn-container {
    display: none;
  }
}

.room-add-button-next,
.room-add-button-prev {
  width: 3rem;
  aspect-ratio: 1;
  background-color: #FFB600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-add-button-prev::before {
  position: absolute;
  display: inline-block;
  content: "<";
  font-size: 2.1875rem;
  line-height: 0.5;
  font-weight: 700;
  color: #FCFCFC;
}

.room-add-button-next::before {
  position: absolute;
  display: inline-block;
  content: ">";
  font-size: 2.1875rem;
  line-height: 0.5;
  font-weight: 700;
  color: #FCFCFC;
}

.rooms-add__img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.rooms-add__link-btn {
  bottom: 22%;
  left: 2%;
  display: inline-block;
  background-color: #FFB600;
  color: #FCFCFC;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  padding: 1.5rem;
  width: 9.375rem;
  font-size: 0.8rem;
  z-index: 5;
}
.rooms-add__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FCFCFC;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .rooms-add__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 61.99875em) {
  .rooms-add__link-btn {
    left: -45%;
    width: calc(0.15625 * 100vw + 0.003125px);
  }
}
@media (max-width: 47.99875em) {
  .rooms-add__link-btn {
    bottom: 20%;
    width: calc(0.2926208651 * 100vw + 5.2730279898px);
  }
}
.rooms-add__link-btn::before {
  height: 2rem;
}

@media (max-width: 61.99875em) {
  .room-add__data-content {
    flex: 1 1 35%;
    order: -1;
    display: flex;
    flex-direction: column;
    padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .room-add__data-content {
    padding: 0.75rem 0.3125rem 0.75rem 0.75rem;
  }
}

.room-add__swap-img {
  display: none;
}
@media (max-width: 61.99875em) {
  .room-add__swap-img {
    display: inline;
  }
}

.room__notes-wrapper.rooms-add__card {
  margin-bottom: 0rem;
}
@media (max-width: 61.99875em) {
  .room__notes-wrapper.rooms-add__card {
    flex-direction: column;
    position: absolute;
    bottom: 35%;
  }
}

.rooms-add__title-container {
  display: flex;
  margin-bottom: 0.625rem;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .rooms-add__title-container {
    flex-direction: column;
    order: -1;
  }
}

.rooms-add__card-title {
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
@media (max-width: 61.99875em) {
  .rooms-add__card-title {
    font-size: 1rem;
  }
}

@media (max-width: 61.99875em) {
  .room-card__bed-qty {
    font-size: 0.75rem;
  }
}

.rooms-add__text {
  max-width: 55%;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 61.99875em) {
  .rooms-add__text {
    display: none;
  }
}

.rooms-add__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFB600;
  margin-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 61.99875em) {
  .rooms-add__price {
    position: absolute;
    bottom: 22%;
    font-size: 1.8rem;
  }
}

.promotions__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.9375rem 0.625rem 3.4375rem;
}
@media (max-width: 61.99875em) {
  .promotions__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    margin-top: 1.25rem;
  }
}
@media (max-width: 36.24875em) {
  .promotions__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
  }
}

.promotions__wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem 1rem;
}
@media (max-width: 61.99875em) {
  .promotions__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .promotions__wrapper {
    grid-template-columns: 1fr;
  }
}

.promotions__item {
  display: flex;
  flex-direction: column;
}

@media (max-width: 47.99875em) {
  .promotions__item:nth-child(odd) {
    display: none;
  }
}

.promotions__img-container {
  height: 200px;
  margin-bottom: 0.625rem;
}

.promotions__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.promotions__item-content {
  flex: 2 1 auto;
}

.promotions__item-title {
  font-size: 1.25rem;
  margin-bottom: 0.4375rem;
}
@media (max-width: 36.24875em) {
  .promotions__item-title {
    font-size: 1.125rem;
  }
}

.promotions__item-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 36.24875em) {
  .promotions__item-text {
    font-size: 0.75rem;
  }
}

.promo__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.9375rem 0.625rem 3.4375rem;
}
@media (max-width: 61.99875em) {
  .promo__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    margin-top: 1.25rem;
  }
}
@media (max-width: 36.24875em) {
  .promo__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding-bottom: 1.875rem;
  }
}

.promo__breadcrumbs {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.9375rem 0.625rem;
}

.promo__img-container {
  height: 415px;
  margin-bottom: 1.5625rem;
}

.promo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.promo__item {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 61.99875em) {
  .promo__item {
    max-width: 100%;
  }
}

.promo__item-title {
  font-size: 2.875rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 36.24875em) {
  .promo__item-title {
    font-size: 1.5rem;
  }
}

.promo__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 36.24875em) {
  .promo__item-text {
    font-size: 0.75rem;
  }
}
.promo__item-text p {
  margin-bottom: 1.5625rem;
}

.service {
  background-color: #FCFCFC;
}

.service__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.1875rem 0.625rem 4.0625rem;
}
@media (max-width: 61.99875em) {
  .service__container {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 36.24875em) {
  .service__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
  }
}

.service__title {
  font-size: 4.7rem;
  line-height: 1;
  line-height: 0.9;
  max-width: 53.125rem;
  margin-bottom: 3.1rem;
}
@media (max-width: 61.99875em) {
  .service__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .service__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 47.99875em) {
  .service__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 36.24875em) {
  .service__title {
    margin-bottom: 1.875rem;
  }
}

.service__items-wrapper {
  position: relative;
  display: flex;
  padding: 0 0.9375rem;
  max-width: 100%;
  margin-bottom: 10px;
  min-width: 0;
}
@media (max-width: 61.99875em) {
  .service__items-wrapper {
    padding: 0;
  }
}

.service__slider {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.service-button-prev,
.service-button-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 16.4375rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #FFB600;
  color: #FCFCFC;
  z-index: 2;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  border: 2px solid transparent;
  text-align: center;
  padding: 0;
}
@media (max-width: 61.99875em) {
  .service-button-prev,
  .service-button-next {
    top: 15.25rem;
  }
}
@media (max-width: 36.24875em) {
  .service-button-prev,
  .service-button-next {
    width: 1.875rem;
    height: 1.875rem;
    top: 16.5rem;
  }
}

.service-button-prev {
  left: -0.625rem;
}
@media (max-width: 61.99875em) {
  .service-button-prev {
    left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 36.24875em) {
  .service-button-prev {
    left: 0.25rem;
  }
}
.service-button-prev::before {
  content: "<";
  color: inherit;
  font-size: 2.5rem;
}
@media (max-width: 36.24875em) {
  .service-button-prev::before {
    font-size: 1.25rem;
  }
}

.service-button-next {
  right: 1rem;
  transform: translateX(50%);
}
@media (max-width: 61.99875em) {
  .service-button-next {
    right: 0;
  }
}
@media (max-width: 36.24875em) {
  .service-button-next {
    right: 0.25rem;
  }
}
.service-button-next::before {
  content: ">";
  color: inherit;
  font-size: 2.5rem;
}
@media (max-width: 36.24875em) {
  .service-button-next::before {
    font-size: 1.25rem;
    right: 0.375rem;
  }
}

.service-button-prev.swiper-button-disabled,
.service-button-next.swiper-button-disabled {
  opacity: 1 !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
}

.service__item {
  background-color: #FEFEFE;
  flex: 0 1 33%;
  min-height: 34.8125rem;
  margin: 0 auto;
}
@media (max-width: 61.99875em) {
  .service__item {
    min-height: 31.375rem;
  }
}
@media (max-width: 36.24875em) {
  .service__item {
    min-height: 29.375rem;
  }
}

.service__img-container {
  margin-bottom: 1.6rem;
  height: 294px;
}
@media (max-width: 36.24875em) {
  .service__img-container {
    margin-bottom: 1rem;
  }
}

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

.service__description {
  margin: 0 auto;
  max-width: 85%;
}
@media (max-width: 61.99875em) {
  .service__description {
    max-width: 91%;
  }
}

.service__item-title {
  font-size: 1.25rem;
  color: #473B35;
  margin-bottom: 0.7rem;
}
@media (max-width: 36.24875em) {
  .service__item-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.service__text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #473B35;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
@media (max-width: 36.24875em) {
  .service__text {
    font-size: 0.75rem;
  }
}

.service__link {
  font-size: 0.75rem;
  color: #FFB600;
}
@media (max-width: 36.24875em) {
  .service__link {
    font-size: 0.875rem;
  }
}

.questions {
  background-color: #FCFCFC;
  background-image: url(../../img/backgrounds/shape.png);
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 61.99875em) {
  .questions {
    background-image: none;
  }
}

.questions__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.625rem 0.625rem 4.0625rem;
}
@media (max-width: 61.99875em) {
  .questions__container {
    padding: 2.5rem 0.625rem 1.875rem;
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .questions__container {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }
}

.questions__wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 0 1rem;
}
@media (max-width: 36.24875em) {
  .questions__wrapper {
    display: block;
  }
}

.questions__form {
  flex: 0 2 393px;
}

.questions__callback {
  flex: 3 0 auto;
}

.questions__form-title {
  font-size: 4.7rem;
  line-height: 1;
  margin-bottom: 22px;
  margin-left: -6px;
}
@media (max-width: 61.99875em) {
  .questions__form-title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .questions__form-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 36.24875em) {
  .questions__form-title {
    text-align: center;
    word-spacing: 3000px;
    line-height: 0.9;
  }
}

.questions__form-item {
  margin-bottom: 2.0625rem;
}
@media (max-width: 36.24875em) {
  .questions__form-item {
    margin-bottom: 2.8125rem;
  }
}

.questions__form-item:last-of-type {
  margin-bottom: 23px;
}

.questions__form-input,
.questions__form-area {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background-color: #FCFCFC;
  font-family: inherit;
  color: #473B35;
}
.questions__form-input::placeholder,
.questions__form-area::placeholder {
  font-weight: 300;
  font-size: 0.65rem;
}
@media (max-width: 36.24875em) {
  .questions__form-input::placeholder,
  .questions__form-area::placeholder {
    font-size: 0.8125rem;
  }
}

.questions__form-area {
  resize: none;
}
.questions__form-area::placeholder {
  transform: translateY(20px);
}

.questions__form-btn {
  padding: 2.5625rem;
  margin-bottom: 12px;
  width: 100%;
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
}
.questions__form-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .questions__form-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 36.24875em) {
  .questions__form-btn {
    padding: 2.125rem;
    font-size: 0.875rem;
  }
  .questions__form-btn::before {
    height: 2.625rem;
  }
}

.questions__form-note {
  max-width: 90%;
  font-size: 0.69rem;
  font-weight: 400;
  line-height: 1.4;
  color: #473B35;
}
@media (max-width: 36.24875em) {
  .questions__form-note {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.questions__form-note a {
  color: #FFB600;
}

.questions__callback-wrapper {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-100%);
  max-width: 250px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #463a34;
}
@media (max-width: 61.99875em) {
  .questions__callback-wrapper {
    display: none;
  }
}

.questions__callback-text {
  margin-left: auto;
  max-width: 10rem;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #473B35;
  font-weight: 300;
  text-align: right;
  margin-bottom: 1rem;
}

.questions__callback-phone {
  text-align: right;
}

.body {
  font-family: "NotoSans";
  color: #473B35;
  font-size: 16px;
}

.body.--lock {
  overflow: hidden;
}

.main {
  padding-top: 5rem;
}
@media (max-width: 47.99875em) {
  .main {
    padding-top: 3.6875rem;
  }
}

.breadcrumbs {
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
  position: relative;
}
.breadcrumbs a {
  color: #FFB600;
}
@media (max-width: 61.99875em) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 1rem;
  position: relative;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20%;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: rgb(144, 144, 144);
}

.breadcrumbs__current-page {
  display: inline-block;
  font-weight: 500;
  color: rgb(144, 144, 144);
}

.page-title {
  font-size: 4.7rem;
  line-height: 1;
  margin-bottom: 1.5625rem;
  margin-left: 3.75rem;
}
@media (max-width: 61.99875em) {
  .page-title {
    font-size: 3.375rem;
  }
}
@media (max-width: 36.24875em) {
  .page-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 61.99875em) {
  .page-title {
    text-align: center;
    margin-left: 0;
  }
}

.booking {
  background-color: #FFB600;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 61.99875em) {
  .booking {
    margin-bottom: 16.25rem;
  }
}
@media (max-width: 47.99875em) {
  .booking {
    margin-bottom: 13.125rem;
  }
}
@media (max-width: 36.24875em) {
  .booking {
    margin-bottom: 13.75rem;
  }
}

.booking__form {
  position: absolute;
  top: 15.1%;
  left: 0;
  padding: 1rem 0.7rem 0.5rem 0.75rem;
  background-color: #FEFEFE;
  width: 27.25rem;
  z-index: 2;
}
@media (max-width: 61.99875em) {
  .booking__form {
    top: 72%;
    padding: 1rem 0.75rem 0.5rem;
    left: calc(0.0580357143 * 100vw + 45.4297321429px);
  }
}
@media (max-width: 47.99875em) {
  .booking__form {
    top: 65%;
  }
}
@media (max-width: 36.24875em) {
  .booking__form {
    width: calc(0.4959287532 * 100vw + 189.1366361323px);
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
  }
}

.booking-form__title {
  font-size: 0.8rem;
  color: #473B35;
  text-wrap: nowrap;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.booking-form__arrival,
.booking-form__departure {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 1.8rem;
}

.booking-form__date {
  font-size: 0.68rem;
}

.booking-form__note {
  font-size: 0.6rem;
  color: #909090;
  font-weight: 300;
}

.arrive__icon,
.departure__icon {
  display: inline-block;
  position: relative;
  margin-right: 0.9rem;
}
.arrive__icon:after,
.departure__icon:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 120%;
  font-size: 0.7rem;
  vertical-align: text-top;
}

.arrive__icon:after {
  content: "↓";
}

.departure__icon:after {
  content: "↑";
}

.booking-form__icon {
  width: 0.5rem;
}

.booking-form__date-select {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.booking-form__date-current,
.counter__number {
  text-wrap: nowrap;
  font-size: 3.6rem;
  font-weight: 700;
}

.booking-form__date-current {
  margin-bottom: 0.4rem;
}

.booking-form__schedule {
  cursor: pointer;
}

.booking-form__schedule img {
  max-width: 1.5rem;
}

.booking-form__day {
  color: #FFB600;
  font-size: 0.6rem;
}

.booking-form__counters {
  display: flex;
  justify-content: space-between;
  gap: 0 1.2rem;
}

.booking-form__counter {
  flex: 1 0 40%;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 2.1rem;
}

.counter__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  align-items: flex-end;
}

.counter__btn-container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.counter__btn-plus,
.counter__btn-minus {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 3.2rem;
  color: #FFB600;
  text-align: center;
  padding: 0;
  line-height: 0.8;
  vertical-align: middle;
}

.counter__btn-plus.disabled,
.counter__btn-minus.disabled {
  cursor: unset;
  color: rgba(255, 183, 0, 0.3333333333);
}

.booking__btn-container {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  width: 53.75rem;
  gap: 0 0.625rem;
}
@media (max-width: 61.99875em) {
  .booking__btn-container {
    flex-direction: column;
    align-items: stretch;
    width: 27.25rem;
  }
}
@media (max-width: 36.24875em) {
  .booking__btn-container {
    width: 100%;
  }
}

.booking__search-btn {
  padding: 2.5625rem;
  flex: 1 0 50%;
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  line-height: 0;
}
.booking__search-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .booking__search-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 61.99875em) {
  .booking__search-btn {
    flex: 0 2 50%;
  }
}
@media (max-width: 36.24875em) {
  .booking__search-btn {
    padding: 2.125rem;
    font-size: 0.875rem;
  }
  .booking__search-btn::before {
    height: 2.625rem;
  }
}

.booking__link-btn {
  padding: 2.5625rem;
  flex: 1 0 50%;
  display: inline-block;
  background-color: #FEFEFE;
  color: #180b03;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  line-height: 0;
  z-index: 2;
}
.booking__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FFB600;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .booking__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 61.99875em) {
  .booking__link-btn {
    position: absolute;
    top: -610%;
    left: -0.75rem;
    width: 100%;
  }
}
@media (max-width: 36.24875em) {
  .booking__link-btn {
    width: calc(0.4959287532 * 100vw + 189.1366361323px);
    top: -715%;
    left: -0.75rem;
    padding: 2.125rem;
    font-size: 0.875rem;
  }
  .booking__link-btn::before {
    height: 2.625rem;
  }
}
@media (max-width: 459.98px) {
  .booking__link-btn {
    width: 99.97%;
    left: 0;
  }
}

.main__slider {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
  top: 40.625rem !important;
  right: 0 !important;
  background-color: #FFB600;
  width: 3.125rem !important;
  height: 3.125rem !important;
  margin-top: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.5625rem !important;
  font-weight: 700;
}
@media (max-width: 61.99875em) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 47% !important;
  }
}
@media (max-width: 36.24875em) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 55% !important;
    width: 1.875rem !important;
    height: 1.875rem !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 0.9375rem !important;
  }
}

.swiper-button-prev {
  left: 28.25rem !important;
}
@media (max-width: 61.99875em) {
  .swiper-button-prev {
    left: 0 !important;
  }
}

.swiper-button-next {
  left: 33.25rem !important;
}
@media (max-width: 61.99875em) {
  .swiper-button-next {
    left: unset !important;
    right: 0 !important;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  background-color: #fff !important;
  color: #000 !important;
}

.booking__content {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 61.99875em) {
  .booking__content {
    margin: 0 auto;
  }
}

.booking__content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 1rem;
  max-width: 54.375rem;
}
@media (max-width: 61.99875em) {
  .booking__content-wrapper {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0.625rem;
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
  }
}
@media (max-width: 36.24875em) {
  .booking__content-wrapper {
    max-width: calc(0.3969465649 * 100vw + 246.1529770992px);
  }
}

.booking__content_empty {
  flex: 1 0 50%;
}

.booking__content_shadow {
  position: relative;
}
.booking__content_shadow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13.75rem;
  box-shadow: 0 0 32px 220px rgba(228, 111, 43, 0.137254902);
}

.booking__content-body {
  position: relative;
  margin-top: 2rem;
  padding-top: 1rem;
  color: #fff;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 61.99875em) {
  .booking__content-body {
    margin-top: 0;
  }
}
@media (max-width: 36.24875em) {
  .booking__content-body {
    margin-top: 2rem;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
}

.booking__date {
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 2.3rem;
  font-weight: 300;
}
@media (max-width: 61.99875em) {
  .booking__date {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 36.24875em) {
  .booking__date {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.875rem;
  }
}

.booking__title {
  font-size: 4.7rem;
  margin-left: -5px;
  padding-left: 0;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media (max-width: 61.99875em) {
  .booking__title {
    font-size: 3.375rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 36.24875em) {
  .booking__title {
    font-size: 2.25rem;
    margin-bottom: 0.625rem;
  }
}

.booking__text {
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 16.25rem;
  margin-bottom: 2.8125rem;
  text-align: left;
}
@media (max-width: 61.99875em) {
  .booking__text {
    max-width: 18.75rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 36.24875em) {
  .booking__text {
    font-size: 0.875rem;
  }
}

.location {
  margin: 0 auto;
  max-width: 1920px;
  margin-bottom: 6.875rem;
  background-color: #FEFEFE;
}
@media (max-width: 61.99875em) {
  .location {
    margin-bottom: 2.5rem;
  }
}

.location__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .location__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.location__address-item {
  flex: 1 0 28%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #473B35;
}
@media (max-width: 36.24875em) {
  .location__address-item {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .background-item {
    flex: 1 3 50%;
    aspect-ratio: 1/1.3;
  }
}

.location__address {
  position: relative;
  top: 81%;
  left: 7%;
}
@media (max-width: 61.99875em) {
  .location__address {
    top: calc(0.625 * 100vw + -99.9875px);
  }
}

.location__map-item {
  flex: 1 0 34%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 61.99875em) {
  .location__map-item {
    flex: 1 0 50%;
  }
}

.location__map-wrapper {
  height: 100%;
  padding-bottom: 3.3125rem;
  padding-left: 1.25rem;
  position: relative;
}
@media (max-width: 61.99875em) {
  .location__map-wrapper {
    padding-left: 0.625rem;
  }
}
@media (max-width: 36.24875em) {
  .location__map-wrapper {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    padding: 0 0.625rem 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.location__link-btn {
  padding: 2.5625rem 0.5rem 2.5625rem 2.1875rem;
  width: 100%;
  display: inline-block;
  background-color: #FEFEFE;
  color: #473B35;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  position: absolute;
  bottom: 3.3125rem;
}
.location__link-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FFB600;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .location__link-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 61.99875em) {
  .location__link-btn {
    right: 0;
    width: 95%;
  }
}
@media (max-width: 36.24875em) {
  .location__link-btn {
    position: relative;
    padding: 2.125rem 0.625rem 2.125rem 2.125rem;
    font-size: 0.875rem;
    bottom: 0;
    width: 100%;
  }
  .location__link-btn::before {
    height: 2.625rem;
  }
}

.location__about-item {
  position: relative;
  flex-basis: 38%;
}
@media (max-width: 61.99875em) {
  .location__about-item {
    flex-basis: auto;
    justify-self: center;
  }
}
@media (max-width: 36.24875em) {
  .location__about-item {
    order: -1;
    margin: 0 auto;
  }
}

.location__about-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 5%;
  right: 10%;
  background-color: #FEFEFE;
  padding-top: 3rem;
  height: 90%;
  padding-right: calc(0.1740745039 * 100vw + -137.6784263665px);
  padding-bottom: 3.75rem;
  padding-left: 5.625rem;
  box-shadow: 0 0 64px 0 rgba(180, 120, 0, 0.2235294118);
  width: 110%;
}
@media (max-width: 61.99875em) {
  .location__about-wrapper {
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    padding-left: calc(0.1339285714 * 100vw + 7.1455357143px);
    padding-right: calc(0.1339285714 * 100vw + 7.1455357143px);
    box-shadow: 0 0.25rem 0.5rem -2px rgba(180, 120, 0, 0.2235294118);
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 36.24875em) {
  .location__about-wrapper {
    box-shadow: none;
    max-width: 100%;
    padding: 1.25rem 0.625rem 0.9375rem;
  }
}

@media (max-width: 36.24875em) {
  .logo__wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 0 1.25rem;
    align-items: center;
    margin-bottom: 0.9375rem;
  }
}

.location__logo {
  position: absolute;
  left: 3%;
  top: 6%;
  max-width: 4.2rem;
}
@media (max-width: 36.24875em) {
  .location__logo {
    position: static;
    max-width: 5.625rem;
  }
}

.location__about-title {
  max-width: 120px;
  font-size: 1.8rem;
  color: #473B35;
  margin-bottom: 1.875rem;
  line-height: 1;
}
@media (max-width: 36.24875em) {
  .location__about-title {
    margin-bottom: 0;
    max-width: 12.5rem;
    justify-self: flex-start;
  }
}

.location__about-text {
  color: #473B35;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4.375rem;
}
@media (max-width: 36.24875em) {
  .location__about-text {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}

.location__about-text p {
  margin-bottom: 0.9375rem;
}

.location__about-nearby {
  position: relative;
}

.location__about-note {
  font-size: 0.5rem;
  color: #473B35;
  font-weight: 300;
  position: relative;
  line-height: 0.3;
  vertical-align: text-top;
}
@media (max-width: 36.24875em) {
  .location__about-note {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
  }
}
.location__about-note::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #bdbdbd;
  bottom: 0;
  right: 0;
  width: 77%;
  height: 0.3px;
}
@media (max-width: 61.99875em) {
  .location__about-note::after {
    width: 73%;
  }
}
@media (max-width: 36.24875em) {
  .location__about-note::after {
    width: 71%;
  }
}

.location__transport-wrapper {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  font-size: 0.5625rem;
  line-height: 1.3;
  color: #473B35;
  font-weight: 700;
  display: flex;
  gap: 0 0.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 36.24875em) {
  .location__transport-wrapper {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-left: 3.125rem;
    margin-bottom: 1.875rem;
    max-width: 15.625rem;
  }
}

.location__about-metro {
  flex-basis: 1 1 auto;
  text-align: left;
  display: flex;
  gap: 0 1rem;
}
@media (max-width: 47.99875em) {
  .location__about-metro {
    margin-bottom: 1.25rem;
  }
}

.location__about-metro img {
  max-width: 1.875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 36.24875em) {
  .location__about-metro img {
    max-width: 3.125rem;
  }
}

.location__about-station {
  flex-basis: 1 1 auto;
  text-align: left;
  display: inline-flex;
  gap: 0 1rem;
}

.location__about-station img {
  max-width: 1.875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 36.24875em) {
  .location__about-station img {
    max-width: 3.125rem;
  }
}

.location__contacts-btn {
  display: inline-block;
  background-color: #FFB600;
  color: #FEFEFE;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0 8px 4px -6px rgba(119, 119, 119, 0.4352941176);
  border: none;
  width: 100%;
  bottom: 5%;
  padding: 2.5625rem 0.625rem 2.5625rem 2.1875rem;
}
.location__contacts-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 3.3rem;
  background-color: #FEFEFE;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
@media (any-hover: hover) {
  .location__contacts-btn:hover {
    transform: translateY(3px);
  }
}
@media (max-width: 36.24875em) {
  .location__contacts-btn {
    padding: 2.125rem;
    bottom: 0;
    font-size: 0.875rem;
  }
  .location__contacts-btn::before {
    height: 2.625rem;
  }
}

.nearby {
  border-bottom: 1px solid #e3e3e3;
}

.nearby__container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 47.99875em) {
  .nearby__container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.nearby__wrapper {
  position: relative;
}

.nearby__title {
  position: absolute;
  top: -10%;
  margin-left: auto;
  right: calc(0.0193416115 * 100vw + -9.1864918185px);
  max-width: calc(0.1063788635 * 100vw + 279.4742949983px);
  font-size: calc(0.0174074504 * 100vw + 24.7321573634px);
  color: #473B35;
  line-height: 0.9;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 61.99875em) {
  .nearby__title {
    position: static;
    margin-bottom: 1.25rem;
    max-width: 100%;
    font-size: 3.375rem;
    max-width: calc(0.8794642857 * 100vw + -85.4109821429px);
    padding: 0 0.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 36.24875em) {
  .nearby__title {
    max-width: calc(0.4961832061 * 100vw + 208.941221374px);
    font-size: 2.25rem;
  }
}

.nearby__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 47.99875em) {
  .nearby__items {
    flex-direction: column;
    align-items: center;
  }
}

.nearby__item {
  flex-basis: 30%;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding-top: 8.375rem;
  padding-bottom: 10rem;
  padding-left: calc(0.0773664462 * 100vw + -66.745967274px);
  padding-right: 5px;
}
@media (max-width: 61.99875em) {
  .nearby__item {
    padding-top: 4.6875rem;
    padding-bottom: 5.625rem;
    flex-basis: 33.33%;
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .nearby__item {
    position: relative;
    border: none;
    padding: 1.875rem 0;
    width: 100%;
    text-align: center;
  }
  .nearby__item ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e3e3e3;
    height: 0.5px;
    width: 100%;
  }
}

.nearby__item--last {
  flex-basis: 40%;
  padding-left: calc(0.0676956404 * 100vw + -52.1527213647px);
  padding-bottom: 10rem;
  padding-top: 8.4rem;
}
@media (max-width: 61.99875em) {
  .nearby__item--last {
    padding-left: 0.3125rem;
    padding-top: 4.6875rem;
    padding-bottom: 5.625rem;
    flex-basis: 33.33%;
  }
}
@media (max-width: 47.99875em) {
  .nearby__item--last {
    width: 100%;
    order: -1;
    text-align: center;
    padding: 1.875rem 0;
  }
}

.nearby__distance {
  font-size: 9.6875rem;
  color: #FFB600;
  font-weight: 700;
  letter-spacing: -0.5rem;
  line-height: 0.8;
}
@media (max-width: 61.99875em) {
  .nearby__distance {
    font-size: 6.25rem;
    letter-spacing: -0.4rem;
  }
}
@media (max-width: 47.99875em) {
  .nearby__distance {
    font-size: 9.6875rem;
  }
}

.nearby__unit {
  font-size: 3rem;
  color: #473B35;
  font-weight: 700;
}
@media (max-width: 61.99875em) {
  .nearby__unit {
    font-size: 1.75rem;
  }
}
@media (max-width: 47.99875em) {
  .nearby__unit {
    font-size: 3rem;
  }
}

.nearby__description--last {
  color: #473B35;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
@media (max-width: 61.99875em) {
  .nearby__description--last {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
  }
}

.nearby__description {
  color: #473B35;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 2.8rem;
}
@media (max-width: 61.99875em) {
  .nearby__description {
    font-size: 0.9375rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 47.99875em) {
  .nearby__description {
    font-size: 0.9375rem;
  }
}