@keyframes a {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes b {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.container,
.container-left,
.container-right {
  padding: 0;
  position: relative;
  padding-inline: 10px
}

.container {
  max-width: 430px;
  width: 100%;
  margin-inline: auto
}

.container-left,
.container-right {
  width: 100vw;
  max-width: calc(100vw - (100vw - 430px)/2)
}

.container-right {
  margin-left: auto;
  margin-right: 0
}

.container-left {
  margin-right: auto;
  margin-left: 0
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

*,
:focus {
  outline: 0
}

html {
  display: flex;
  flex-direction: column
}

.menu-item:not(.menu-item-has-children) .menu-item-arrow,
html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

html:not(.loaded) .header-fixed {
  opacity: 0
}

html.safari {
  -webkit-text-size-adjust: 100%
}

html.safari input {
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px !important
}

@supports not (-webkit-hyphens:none) {
  body {
    padding-right: 0 !important
  }
}

.header__mobile,
body,
html {
  scrollbar-gutter: stable
}

.header__mobile.scrollbar-auto,
body.scrollbar-auto,
html.scrollbar-auto {
  scrollbar-gutter: auto
}

.wrapper,
body,
html {
  min-height: 100%
}

body {
  position: relative;
  margin: 0;
  font-family: Unbounded;
  color: #2c2725;
  font-size: 14px;
  line-height: 1.7
}

body.no-scroll {
  overflow-y: hidden
}

.wrapper,
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: clip
}

.text-block a[data-gallery] img,
.wrapper>* {
  width: 100%
}

.main {
  flex: 1 1 auto
}

sup {
  font-size: .5em
}

svg {
  transition: all .4s
}

a,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  font-family: inherit;
  cursor: pointer
}

a,
button,
figure,
iframe,
input,
li,
textarea {
  border: 0;
  background: 0 0;
  text-decoration: none;
  color: inherit
}

button,
fieldset {
  padding: 0;
  margin: 0
}

button {
  cursor: pointer
}

a:active,
button:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

fieldset {
  border: 0
}

button,
strong {
  font: inherit
}

ul li {
  list-style: none;
  cursor: default
}

input,
textarea {
  outline: 0;
  font-family: Unbounded;
  -webkit-appearance: none;
  appearance: none
}

input::placeholder,
textarea::placeholder {
  font: inherit;
  color: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  width: calc(100% + 13px);
  margin-right: -9px;
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  textarea {
    scrollbar-color: #ffe5a9 #dfe4ec;
    scrollbar-width: thin
  }
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track-piece {
  background-color: #dfe4ec;
  border-radius: 5px
}

textarea::-webkit-scrollbar-thumb {
  background-color: #ffe5a9;
  border-radius: 5px
}

@supports (-webkit-hyphens:none) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important
  }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

button,
input,
textarea {
  box-shadow: 0 0 0 1px transparent;
  transition: all .3s
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 1px #ffc543
}

a {
  box-shadow: 0 0 0 1px transparent
}

a:focus-visible {
  box-shadow: 0 0 0 1px #ffd576
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font: inherit
}

img {
  max-width: 100%;
  object-fit: contain;
  border: 0
}

picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center
}

[data-digits-counter] {
  display: inline-block;
  white-space: nowrap
}

[data-lines] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

[data-lines].active {
  -webkit-line-clamp: unset;
  overflow: visible
}

.input-wrapper,
.input-wrapper p {
  display: grid
}

.logo {
  display: flex
}

.button,
.menu li,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li {
  position: relative;
  z-index: 2
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.hover-translate {
  transition: translate .4s
}

.hover-translate:focus-visible {
  translate: 0 -3px
}

.hover-icon img,
.hover-icon svg,
.hover-scale {
  transition: all .4s
}

.hover-scale [class*=-img] {
  overflow: hidden
}

.hover-scale [class*=-img] img {
  transition: .4s ease-in
}

.hover-scale [class*=-img] img:focus-visible {
  scale: 1.02
}

.hover-icon:focus-visible img,
.hover-icon:focus-visible svg {
  scale: 1.08
}

.underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.underline:focus-visible {
  text-decoration-color: transparent
}

.hover-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s;
  text-decoration-color: transparent
}

.hover-underline:focus-visible {
  text-decoration-color: currentColor
}

[hidden] {
  display: none !important
}

.flex,
.text-block a[data-gallery] {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: end
}

.justify-start {
  justify-content: start;
  justify-items: start
}

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-start {
  align-items: start;
  align-content: start
}

.align-end {
  align-items: end;
  align-content: end
}

.col {
  justify-items: start
}

.col,
.grid {
  display: grid;
  grid-template-columns: 100%
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.map-wrapper {
  width: 100%;
  min-height: calc(340px + 460*(100vw - 320px)/1600);
  background: 50%/cover no-repeat
}

.map {
  object-fit: cover
}

.loader,
.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.loader {
  z-index: 2;
  background-color: rgba(255, 213, 118, .4);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

.loader.is-active {
  opacity: 1
}

.loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  animation: a .7s linear infinite
}

.text-block {
  text-wrap: pretty
}

.text-block p:last-child,
.text-block>:last-child {
  margin-bottom: 0
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong {
  font-weight: 600;
  line-height: 1.3
}

.text-block h1 {
  margin-bottom: 20px
}

.text-block h2 {
  margin-bottom: 16px
}

.text-block h3 {
  margin-bottom: 12px
}

.text-block ol,
.text-block ul {
  display: grid;
  gap: 16px
}

.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul {
  padding-top: 10px
}

.price__table tbody tr,
.slider,
.text-block ul>li {
  position: relative
}

.text-block ul>li:before {
  content: "";
  position: absolute;
  left: 7px;
  width: 3px;
  height: 3px;
  flex-basis: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  background: currentColor;
  border-radius: 50%
}

.text-block ol {
  list-style: none;
  counter-reset: a
}

.text-block ol>li:before {
  counter-increment: a;
  content: counters(a, ".") ". ";
  font: inherit
}

.text-block ol ol {
  padding-left: 20px
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul {
  padding-top: 0
}

.text-block blockquote {
  margin: 0;
  background: #dfe4ec
}

.text-block mark {
  background: #ffe09a
}

.text-block a {
  text-decoration: underline
}

.text-block .table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: -9px;
  overflow-x: auto;
  overflow-y: hidden
}

@supports (-moz-appearance:none) {
  .text-block .table {
    scrollbar-color: #ffe5a9 #dfe4ec;
    scrollbar-width: thin
  }
}

.text-block .table::-webkit-scrollbar {
  height: 4px
}

.text-block .table::-webkit-scrollbar-track-piece {
  background: #dfe4ec;
  border-radius: 5px
}

.text-block .table::-webkit-scrollbar-thumb {
  background: #ffe5a9;
  border-radius: 5px
}

.text-block table {
  width: 100%;
  border-collapse: collapse
}

.text-block table th {
  font-weight: 700;
  text-align: left;
  padding: 15px
}

.text-block table td {
  padding: 15px
}

.text-block table tr>:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.text-block table tr>:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.text-block table thead {
  background: #000;
  color: #fff
}

.text-block table tbody tr:nth-child(2n) {
  background: #ccc
}

.text-block table tbody tr:nth-child(odd) {
  background: #fafafa
}

.text-block table:not(:has(thead)) tbody tr {
  position: relative
}

.text-block table:not(:has(thead)) tbody tr>th:first-child {
  position: sticky;
  left: 0;
  top: 0;
  background: inherit
}

.slider:has(.hover-translate) .swiper {
  padding-block: 10px;
  margin-block: -10px
}

.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2c2725;
  background: #fff;
  border-radius: 50%;
  transition: all .4s
}

.slider__arrow:focus-visible {
  border-color: #ffd576
}

.slider__arrow:focus-visible svg {
  stroke: #ffd576
}

.slider__arrow svg {
  width: 40%;
  height: 40%;
  fill: none;
  stroke: currentColor
}

.slider__prev {
  left: 0;
  translate: -50% 0
}

.slider__next {
  right: 0;
  translate: 50% 0
}

.swiper {
  transition: all .4s
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  width: 100%
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dfe4ec;
  cursor: pointer;
  transition: all .4s
}

.swiper-pagination-bullet-active {
  background: #ffd576
}

.swiper-button-lock,
.swiper-pagination-bullet-active:last-child:first-child,
.swiper-pagination-lock {
  display: none
}

.swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start
}

.swiper-slide {
  display: grid;
  grid-template-columns: 100%
}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  margin-top: 12px;
  background: #dfe4ec;
  cursor: pointer
}

.swiper-scrollbar-drag {
  background: #ffd576
}

html:not(.loaded) .swiper {
  opacity: 0
}

.menu-link {
  position: relative;
  order: 10;
  width: 28px;
  height: 28px;
  padding: 4px;
  background: #fff;
  border-radius: 4px
}

.menu-link.active .menu-lines {
  background: 0 0
}

.menu-link.active .menu-lines:after {
  top: 0;
  rotate: -135deg
}

.menu-link.active .menu-lines:before {
  top: 0;
  rotate: 135deg
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffd576;
  transition: .4s;
  pointer-events: none
}

.menu-lines {
  top: 50%;
  left: 50%;
  translate: -50% -50%
}

.menu-lines:after,
.menu-lines:before {
  content: "";
  top: -5px;
  translate: -50% 0
}

.menu-lines:after {
  top: 5px
}

body:not(.home) {
  padding-top: 147px
}

.title,
.title-2 {
  font-weight: 900;
  text-align: center;
  line-height: 1.1
}

.title-3 {
  font-weight: 600
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px
}

.button,
.buttons {
  align-items: center;
  justify-content: center
}

.button {
  display: inline-flex;
  border-radius: .8571428571em;
  background: #ffd576;
  border: 1px solid #ffd576;
  font-weight: 500
}

.button svg {
  width: 1.3571428571em;
  height: 1.3571428571em
}

.button:focus-visible {
  background: color-mix(in srgb, #000 7%, #ffd576);
  border-color: color-mix(in srgb, #000 7%, #ffd576)
}

.button_green {
  background: #09b872;
  border-color: #09b872;
  color: #fff
}

.button_green:focus-visible {
  border-color: color-mix(in srgb, #000 7%, #09b872);
  background: color-mix(in srgb, #000 7%, #09b872)
}

.button_border {
  background: 0 0
}

.button_border.button_blue {
  border-color: #0a7f9b
}

.button_border.button_blue:focus-visible {
  background: #0a7f9b;
  color: #fff;
  border-color: #0a7f9b
}

.button_border.button_blue:focus-visible svg {
  fill: #fff
}

.button_border.button_blue svg {
  fill: #0a7f9b
}

.button_light {
  background: rgba(255, 213, 118, .3)
}

.button_big {
  font-weight: 600
}

.button.active,
.button.active:focus-visible {
  background: #ffd576
}

.tabs__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.input,
.textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px
}

.input-file {
  position: relative;
  width: 100%;
  cursor: pointer
}

.input-file input,
.input-image input {
  width: 100%;
  height: 100%;
  opacity: 0
}

.input-file-text,
.input-image {
  display: flex;
  align-items: center
}

.input-file-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiPjxwYXRoIGQ9Im03LjY0NiAxMy42NDYuNzA3LjcwNyA2LTZhNC4wNCA0LjA0IDAgMCAwIDAtNS43MDcgNC4wMzkgNC4wMzkgMCAwIDAtNS43MDcgMGwtNi41IDYuNWEzLjMzMiAzLjMzMiAwIDAgMCAwIDQuNzA3Yy42NDguNjQ4IDEuNTAxLjk3NCAyLjM1NC45NzRzMS43MDUtLjMyNSAyLjM1NC0uOTc0bDYtNmMuNDk1LS40OTUuNzY3LTEuMTUzLjc2Ny0xLjg1M3MtLjI3Mi0xLjM1OC0uNzY4LTEuODU0Yy0uOTktLjk5LTIuNzE3LS45OS0zLjcwNyAwbC01LjUgNS41LjcwNy43MDcgNS41LTUuNWMuNjExLS42MTEgMS42ODItLjYxMSAyLjI5MyAwIC4zMDYuMzA2LjQ3NS43MTMuNDc1IDEuMTQ3cy0uMTY5Ljg0MS0uNDc1IDEuMTQ2bC02IDZjLS45MDguOTA4LTIuMzg1LjkwOC0zLjI5MyAwcy0uOTA4LTIuMzg1IDAtMy4yOTNsNi41LTYuNWMxLjE4NC0xLjE4NCAzLjEwOS0xLjE4NCA0LjI5MyAwczEuMTg0IDMuMTA5IDAgNC4yOTNsLTYgNnoiIGZpbGw9IiM5NTk1OTciIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==) 0/20px no-repeat
}

.input-image {
  position: relative;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: all .4s
}

.input-image__img,
.input-image__text {
  z-index: 1;
  position: absolute;
  inset: 0
}

.input-image__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.input-image__text {
  z-index: 2
}

.input-image__remove,
.input-image__text {
  display: flex;
  justify-content: center;
  align-items: center
}

.input-image__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  width: 30px;
  height: 30px;
  font-size: 50px;
  color: #ffd576;
  visibility: hidden
}

.input-image__remove.active {
  visibility: visible
}

.input-date {
  position: relative;
  width: 100%;
  cursor: pointer
}

.input-date input {
  order: 1;
  cursor: pointer
}

.input-date input::-webkit-calendar-picker-indicator {
  background: url(../img/calendar.svg) 50%/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.input-date input.empty {
  color: transparent
}

.input-date input:focus+span {
  opacity: 0
}

.input-date span {
  position: absolute;
  left: 35px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  color: #4a588a;
  font-size: 16px;
  pointer-events: none
}

.input-date.active input::-webkit-datetime-edit {
  opacity: 1
}

.input-date.active span {
  opacity: 0
}

.password {
  position: relative;
  width: 100%
}

.password__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 10px;
  background: url(../img/icons/password-hide.svg) 50%/contain no-repeat;
  transition: all .4s
}

.password__icon.active {
  background-image: url(../img/icons/password-show.svg)
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%
}

.popup__dialog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.popup__content {
  position: relative;
  width: 340px;
  max-width: 96%;
  max-height: 90vh;
  background: #fff;
  overflow-y: auto;
  transition: all .4s;
  cursor: default;
  border-radius: 8px
}

.popup__title {
  font-weight: 900;
  text-align: center
}

.popup__form {
  display: grid;
  align-items: start;
  align-content: start
}

.popup__form form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%
}

.popup__form .form__text {
  font-size: 12px;
  line-height: 1.2
}

.popup__close {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  width: 20px;
  height: 20px;
  fill: #dfe4ec
}

.popup-thank .popup__content {
  display: grid;
  min-width: 360px;
  justify-items: center;
  background: #fff;
  color: #2c2725
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
  margin: 0
}

.popup-thank img {
  object-fit: contain
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-block: 26px;
  transition: opacity .4s
}

.header-fixed_fixed {
  background: #eaf6ff
}

.header__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center
}

.header__top-wrapper {
  display: flex;
  align-items: center
}

.header__logo {
  display: flex
}

.header__logo img {
  width: 100%
}

.header__left {
  display: flex;
  align-items: center;
  gap: 16px
}

.header__left img {
  flex-grow: 0;
  flex-shrink: 0
}

.header__col {
  display: grid;
  align-content: start
}

.header__text {
  font-size: 12px;
  line-height: 1.4
}

.header__location,
.header__menu li {
  display: flex;
  align-items: center;
  gap: 13px
}

.header__location svg {
  width: 13px;
  height: 17px;
  fill: #0a7f9b
}

.header__menu {
  justify-content: center;
  display: flex;
  align-items: center
}

.header__menu li {
  gap: 8px
}

.header__menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd576
}

.footer__top a:focus-visible,
.header__menu a:focus-visible {
  color: #ffd576
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 600
}

.header__tel svg {
  width: 1.1875em;
  height: 1.1875em;
  fill: #0a7f9b
}

.header-main {
  position: relative;
  padding-top: 147px;
  max-width: 1920px;
  margin-inline: auto
}

.header-main-wrapper {
  padding-bottom: 40px
}

.header-main__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom
}

.header-main__title {
  font-weight: 900;
  line-height: 1.2
}

.header-main__subtitle {
  color: #0a7f9b;
  font-family: NexaScript;
  font-weight: 700
}

.header-main__block {
  display: grid;
  justify-items: start;
  background: #9be9fc;
  border-style: solid;
  border-color: #fff
}

.header-main__block-title {
  font-weight: 500
}

.footer {
  position: relative;
  z-index: 3
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 24px;
  flex-wrap: wrap;
  font-size: 12px
}

.footer__top a,
.map-addresses__item a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.footer__top .siteup {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.map-wrapper {
  overflow: visible;
  position: relative;
  margin-bottom: -16px
}

.map-addresses {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  z-index: 2;
  width: 100%;
  max-width: min(1110px, 96vw);
  display: grid;
  grid-template-columns: repeat(3, max-content);
  background: #9be9fc;
  border-style: solid;
  border-color: #fff
}

.map-addresses__item {
  display: grid;
  align-content: start;
  gap: 8px;
  line-height: 1.2
}

.map-addresses__item-title {
  font-weight: 600
}

.map-addresses__item a {
  text-decoration-color: transparent
}

.map-addresses__item a:focus-visible {
  text-decoration-color: currentColor
}

.about {
  background: #eaf6ff url(../img/about/bg.svg) 50%/cover no-repeat
}

.about-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap
}

.about__item {
  text-align: center;
  flex: 1 1 auto
}

.about__item-number {
  margin-bottom: 12px;
  color: #0a7f9b;
  line-height: 1
}

.about__text {
  max-width: 1160px;
  margin-inline: auto
}

.feedback__slider .swiper-slide {
  background: #eaf6ff
}

.feedback__item {
  display: grid;
  justify-items: center;
  grid-template-columns: 100%;
  margin-inline: auto
}

.feedback__item-img {
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  overflow: hidden
}

.feedback__item-top {
  position: relative;
  margin-bottom: 28px
}

.feedback__item-top:before {
  content: "";
  position: absolute;
  z-index: 3;
  background: url(../img/icons/heart.webp) 50%/contain no-repeat
}

.feedback__item-title {
  font-weight: 500;
  text-align: center
}

.feedback__arrow {
  top: 61%;
  translate: 0 -50%
}

.feedback__next {
  translate: 0 -50%
}

.gallery-container {
  overflow: visible;
  opacity: 0
}

.gallery-container.swiper-initialized {
  animation: b .3s linear forwards
}

.gallery__item-img {
  width: 100%;
  object-fit: cover
}

.gallery__prev {
  left: 15%;
  translate: -50% -50%
}

.gallery__next {
  right: 15%;
  translate: 50% -50%
}

.info-wrapper {
  display: grid;
  grid-template-columns: 1fr 31.7829457364%;
  align-items: start
}

.info__right {
  position: relative;
  display: grid;
  align-content: start;
  background: #eaf6ff;
  font-weight: 500
}

.info__right:after {
  content: "";
  position: absolute;
  background: url(../img/icons/info.svg) 50%/contain no-repeat;
  opacity: .1
}

.offer {
  position: relative;
  background: #9be9fc url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='654' viewBox='0 0 1920 654' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.02' d='M-98 474.759c9.504-12.801 19.472-23.277 31.215-34.532 74.13-71.053 153.099-137.97 234.283-200.778 52.083-40.293 105.931-77.337 164.917-106.897 47.838-23.973 114.231-59.78 170.293-57.266 41.83 1.877 51.129 28.02 45.434 68.72-11.243 80.365-53.428 194.182-78.556 264.291-34.497 96.247-58.927 156.472-95.378 246.07-4.33 10.642-20.374 39.884-11.619 32.451 82.347-69.918-168.178 138.77 33.816-29.675 88.587-73.873 179.362-146.217 273.475-212.925 74.749-52.983 152.837-103.025 233.763-146.115 45.618-24.29 114.747-61.012 169.947-45.119 53.48 15.396 19.23 109.822 8.32 139.173-39.69 106.829-109.191 201.496-169.597 297.09-16.451 26.034-33.705 52.185-47.516 79.825-1.188 2.377-3.369 10.313-5.722 12.667-6.838 6.843 10.834-16.04 16.647-23.773 47.565-63.277 96.1-125.648 141.508-190.54 75.8-108.336 147.44-219.471 221.44-329.018 61.15-90.484 123.93-192.25 209.14-263.077 29.53-24.539 62.92-42.353 88.79-4.338 39.9 58.625 34.61 151.53 35.72 218.305 1.9 112.698-12.1 221.361-26.01 332.663-3.88 31.172-8.12 62.596-8.67 94.054-.21 12.61-3.83 33.437 1.39 45.466 4.99 11.508 39.47 3.434 48.73 2.083 22.49-3.283 42.3-3.133 65.38-1.041 96.16 8.713 191.77 23.758 288.38 27.244 17.26.622 48.59 3.255 66.78-5.727 13.24-6.544 23.87-16.616 38.14-22.211 16.35-6.413 54.26-3.965 65.56-15.271' stroke='%23000' stroke-width='192' stroke-linecap='round'/%3E%3C/svg%3E") 50%/cover no-repeat
}

.offer__bg {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.offer__img-2 {
  position: absolute;
  z-index: 1
}

.offer__img-1 {
  position: absolute;
  right: 0;
  bottom: 0
}

.offer__img-1 img {
  width: 100%;
  object-position: right
}

.offer__col {
  display: grid;
  justify-items: center;
  grid-template-columns: 100%;
  align-content: start
}

.offer-wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: start;
  width: 100%;
  background: #fff;
  font-weight: 500
}

.offer__title {
  font-weight: 900;
  line-height: 1.2;
  text-align: center
}

.offer__subtitle {
  font-weight: 500
}

.room {
  background: #fff4de url("data:image/svg+xml;charset=utf-8,%3Csvg width='1920' height='1026' viewBox='0 0 1920 1026' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.02' d='M-278 621.759c9.504-12.801 19.472-23.277 31.215-34.532 74.129-71.053 153.099-137.97 234.283-200.778 52.083-40.293 105.931-77.337 164.917-106.897 47.838-23.973 114.231-59.781 170.293-57.266 41.83 1.877 51.129 28.02 45.434 68.72-11.243 80.365-53.428 194.182-78.556 264.291-34.497 96.247-58.927 156.472-95.378 246.07-4.33 10.642-20.374 39.884-11.619 32.451 82.347-69.918-168.178 138.77 33.816-29.675 88.587-73.873 179.362-146.217 273.475-212.925 74.749-52.983 152.837-103.025 233.763-146.115 45.618-24.29 114.745-61.012 169.946-45.119 53.476 15.396 19.23 109.822 8.324 139.173-39.697 106.829-109.194 201.496-169.6 297.09-16.451 26.034-33.705 52.185-47.516 79.825-1.188 2.377-3.369 10.313-5.722 12.668-6.838 6.842 10.834-16.041 16.647-23.774 47.565-63.276 96.1-125.647 141.508-190.54 75.805-108.336 147.439-219.47 221.44-329.018 61.15-90.484 123.93-192.251 209.14-263.077 29.53-24.538 62.92-42.353 88.79-4.338 39.9 58.625 34.61 151.53 35.72 218.305 1.9 112.698-12.1 221.361-26.01 332.663-3.88 31.172-8.12 62.597-8.67 94.055-.21 12.609-3.83 33.436 1.39 45.465 4.99 11.508 39.47 3.434 48.73 2.083 22.49-3.283 42.3-3.133 65.38-1.041 96.16 8.713 191.77 23.758 288.38 27.244 17.26.622 48.59 3.255 66.78-5.727 13.24-6.544 23.87-16.616 38.14-22.211 16.35-6.413 54.26-3.965 65.56-15.271' stroke='%23000' stroke-width='192' stroke-linecap='round'/%3E%3C/svg%3E") 50%/cover no-repeat
}

.room__item-wrapper {
  display: grid;
  grid-template-columns: 52.0661157025% 1fr
}

.room__item-sliders {
  display: grid;
  grid-template-columns: minmax(52px, 12.6984126984%) 1fr;
  min-width: 0
}

.room__item-sliders>* {
  min-width: 0
}

.room__item-title {
  text-align: center;
  font-weight: 600
}

.room__item-right .text-block:empty {
  display: none
}

.room__item-right>ul {
  display: grid;
  grid-template-columns: repeat(2, min-content)
}

.room__item-right>ul li {
  display: flex;
  align-items: center
}

.room__item-right>ul li:before {
  content: "";
  width: 1.4285714286em;
  height: 1.4285714286em;
  background: url(../img/icons/check.svg) 50%/contain no-repeat
}

.room .thumb__item {
  height: 57px
}

.room .thumb__item img {
  height: 100%;
  border-radius: 8px
}

.room__content {
  background: #fff
}

.room .thumb .swiper-wrapper,
.room-container .swiper-wrapper {
  display: flex
}

.room__slider {
  overflow: hidden
}

.room .thumb__item img,
.room__slider img {
  width: 100%;
  object-fit: cover
}

.price__table .table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: -9px;
  overflow-x: auto;
  overflow-y: hidden
}

@supports (-moz-appearance:none) {
  .price__table .table {
    scrollbar-color: #ffe5a9 #dfe4ec;
    scrollbar-width: thin
  }
}

.price__table .table::-webkit-scrollbar {
  height: 4px
}

.price__table .table::-webkit-scrollbar-track-piece {
  background: #dfe4ec;
  border-radius: 5px
}

.price__table .table::-webkit-scrollbar-thumb {
  background: #ffe5a9;
  border-radius: 5px
}

.price__table table {
  border-spacing: 4px;
  border-collapse: separate
}

.price__table thead tr:first-child th:first-child {
  opacity: 0
}

.price__table thead th {
  font-weight: 400;
  line-height: 1.4;
  text-align: center
}

.price__table tbody {
  white-space: nowrap
}

.price__table tbody td {
  min-height: 1px;
  font-weight: 600;
  text-align: center
}

.price__table tbody tr>td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  background: inherit
}

.price__table tbody tr:first-child td:first-child,
.price__table tbody tr:nth-child(2) td:first-child {
  background: #ebf8f9
}

.price__table tbody tr:nth-child(3) td:first-child,
.price__table tbody tr:nth-child(7) td:first-child {
  background: #c3f1fa
}

.price__table tbody tr:nth-child(4) td:first-child,
.price__table tbody tr:nth-child(6) td:first-child {
  background: #b9effb
}

.price__table tbody tr:nth-child(5) td:first-child {
  background: #afedfb
}

.price__table tbody tr:nth-child(8) td:first-child {
  background: #cdf3fa
}

.price__table tbody tr td:first-child {
  font-weight: 400
}

.price__table tbody tr:first-child td,
.price__table tbody tr:nth-child(2) td {
  background: rgba(255, 213, 118, .2)
}

.price__table tbody tr:nth-child(3) td {
  background: rgba(255, 213, 118, .6)
}

.price__table tbody tr:nth-child(4) td {
  background: rgba(255, 213, 118, .7)
}

.price__table tbody tr:nth-child(5) td {
  background: rgba(255, 213, 118, .8)
}

.price__table tbody tr:nth-child(6) td {
  background: rgba(255, 213, 118, .7)
}

.price__table tbody tr:nth-child(7) td,
.price__table tbody tr:nth-child(8) td {
  background: rgba(255, 213, 118, .6)
}

.price__table tbody tr:nth-child(9) td {
  background: rgba(255, 213, 118, .5)
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }

  .container-left,
  .container-right {
    width: calc(520px + (100vw - 520px)/2);
    max-width: none
  }

  .container-right {
    padding-right: 20px;
    padding-left: 0
  }

  .container-left {
    padding-right: 0;
    padding-left: 20px
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xs.swiper-navigation,
  .show-xs.swiper-pagination {
    display: none
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .container-left,
  .container-right {
    width: calc(720px + (100vw - 720px)/2)
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-sm.swiper-navigation,
  .show-sm.swiper-pagination {
    display: none
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .menu-link,
  .show-md.swiper-navigation,
  .show-md.swiper-pagination {
    display: none
  }

  .header-fixed {
    min-height: 147px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-lg.swiper-navigation,
  .show-lg.swiper-pagination {
    display: none
  }
}

@media (min-width:1401px) {
  .container {
    width: 1290px
  }

  .container-left,
  .container-right {
    width: calc(1290px + (100vw - 1290px)/2)
  }

  .flex,
  .grid {
    gap: 16px
  }

  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xl.swiper-navigation,
  .show-xl.swiper-pagination {
    display: none
  }

  .text-block h1 {
    font-size: 48px
  }

  .text-block h2 {
    font-size: 36px
  }

  .text-block h3 {
    font-size: 32px
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: 20px
  }

  .text-block ol:not(:first-child),
  .text-block ul:not(:first-child) {
    padding-top: 16px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: 16px
  }

  .text-block ul>li {
    padding-left: 19px
  }

  .text-block ul>li:before {
    top: 11px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .slider__arrow {
    width: 60px;
    height: 60px
  }

  .swiper-pagination {
    margin-top: 40px
  }

  .main {
    padding-bottom: 40px
  }

  .section {
    padding-block: 40px
  }

  .section-big {
    padding-block: 80px
  }

  .section-small {
    padding-block: 26.6666666667px
  }

  .section-small-top {
    padding-top: 26.6666666667px
  }

  .section-small-bottom {
    padding-bottom: 26.6666666667px
  }

  .section-bottom {
    padding-bottom: 40px
  }

  .section-top {
    padding-top: 40px
  }

  .section-bg {
    margin-block: 40px
  }

  .section-bg+.section-bg {
    margin-top: -40px
  }

  .section__top {
    margin-bottom: 48px
  }

  .title {
    font-size: 75px
  }

  .title-2 {
    font-size: 64px
  }

  .title-3 {
    font-size: 24px
  }

  .buttons {
    column-gap: 40px;
    margin-top: 48px
  }

  .button {
    padding-block: 16px;
    padding-inline: 34px;
    min-height: 60px;
    gap: 12px;
    font-size: 14px
  }

  .button_small {
    padding-block: 12px;
    min-height: 48px;
    padding-inline: 20px;
    font-size: 14px
  }

  .button_big {
    font-size: 16px
  }

  .tabs__header {
    gap: 10px
  }

  .input,
  .textarea {
    padding-inline: 20px
  }

  .input {
    height: 60px
  }

  .textarea {
    height: 100px
  }

  .input-date input {
    padding-right: 20px
  }

  .popup__content {
    padding-block: 32px;
    padding-inline: 32px
  }

  .popup__title {
    font-size: 22px
  }

  .popup__form,
  .popup__form .input-wrapper {
    gap: 16px
  }

  .popup__close {
    right: 16px;
    top: 16px
  }

  .popup-thank .popup__content {
    gap: 20px
  }

  .popup-thank img {
    width: 100px;
    height: 100px
  }

  .header__top {
    gap: 40px
  }

  .header__logo img {
    height: 95px
  }

  .header__left img {
    flex-basis: 164px
  }

  .header__col {
    gap: 13px
  }

  .header__text {
    max-width: 275px
  }

  .header__menu {
    gap: 20px
  }

  .header__tel {
    font-size: 16px
  }

  .header-main {
    min-height: 875px;
    margin-bottom: 40px
  }

  .header-main-wrapper {
    max-width: 760px
  }

  .header-main__title {
    margin-bottom: 24px;
    font-size: 75px
  }

  .header-main__subtitle {
    margin-bottom: 56px;
    font-size: 38px
  }

  .header-main__block {
    gap: 16px;
    padding-block: 32px;
    padding-left: 98px;
    padding-right: 40px;
    margin-left: -34px;
    border-width: 34px;
    border-radius: 100px
  }

  .header-main__block-title {
    font-size: 16px
  }

  .footer__top {
    gap: 54px
  }

  .map-addresses {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-inline: 74px;
    gap: 68px;
    border-radius: 100px;
    border-width: 34px
  }

  .map-addresses__item-title {
    font-size: 16px
  }

  .map-section__title {
    margin-bottom: 40px
  }

  .about__title {
    margin-bottom: 90px
  }

  .about-wrapper {
    gap: 40px;
    margin-bottom: 100px
  }

  .about__item-number {
    font-size: 100px
  }

  .about__item-title {
    font-size: 20px
  }

  .feedback__top {
    margin-bottom: 36px
  }

  .feedback__slider .swiper-slide {
    border-radius: 60px
  }

  .feedback-container {
    padding-top: 90px
  }

  .feedback__item {
    max-width: 890px;
    padding-bottom: 100px
  }

  .feedback__item-img {
    width: 194px;
    height: 194px;
    border-width: 24px
  }

  .feedback__item-top {
    margin-top: -90px
  }

  .feedback__item-top:before {
    right: 18px;
    top: 28px;
    width: 48px;
    height: 48px
  }

  .feedback__item-title {
    margin-bottom: 20px;
    font-size: 24px
  }

  .feedback__prev {
    left: 80px
  }

  .feedback__next {
    right: 80px
  }

  .gallery__header {
    margin-bottom: 92px
  }

  .gallery__item-img {
    min-height: 556px;
    border-radius: 24px
  }

  .info-wrapper {
    gap: 32px
  }

  .info__right {
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 96px;
    padding-inline: 28px;
    border-radius: 24px
  }

  .info__right:after {
    right: 20px;
    bottom: 20px;
    width: 166px;
    height: 166px
  }

  .info__left ul {
    gap: 24px
  }

  .offer,
  .offer__bg {
    border-radius: 270px
  }

  .offer {
    margin-top: 70px
  }

  .offer__bg {
    padding-block: 90px
  }

  .offer__img-2 {
    left: 80px;
    bottom: -50px
  }

  .offer__img-1 {
    width: 833px
  }

  .offer__col {
    max-width: 770px;
    gap: 74px
  }

  .offer-wrapper {
    gap: 20px;
    padding-block: 56px;
    padding-left: 108px;
    padding-right: 60px;
    border-radius: 100px
  }

  .offer__title {
    font-size: 56px
  }

  .offer__subtitle {
    font-size: 16px
  }

  .room {
    border-radius: 270px
  }

  .room__header {
    margin-bottom: 44px
  }

  .room__item-wrapper {
    gap: 77px
  }

  .room__item-sliders {
    gap: 30px
  }

  .room__item-title {
    margin-bottom: 56px;
    font-size: 36px
  }

  .room__item-right {
    padding-top: 36px;
    font-size: 14px
  }

  .room__item-right>ul {
    row-gap: 28px;
    column-gap: 68px
  }

  .room__item-right>ul li {
    gap: 14px
  }

  .room .thumb-container {
    height: 320px
  }

  .room__content {
    padding-block: 48px;
    padding-inline: 40px;
    border-radius: 64px
  }

  .room__slider,
  .room__slider img {
    border-radius: 24px
  }

  .room__slider img {
    height: 320px
  }

  .price__table thead th {
    padding-bottom: 20px;
    font-size: 12px
  }

  .price__table tbody td {
    min-width: 174px;
    height: 52px;
    padding-block: 12.4px;
    padding-inline: 16px;
    border-radius: 16px;
    font-size: 16px
  }

  .price__table tbody tr td:first-child {
    font-size: 14px
  }
}

@media (min-width:1921px) {
  .offer__img-2 {
    width: 407px
  }
}

@media (max-width:1920px) {
  .offer__img-2 {
    width: calc(200px + 207*((100vw - 320px)/1600))
  }
}

@media (max-width:1400px) {

  .flex,
  .grid {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xl.swiper-navigation,
  .hide-xl.swiper-pagination {
    display: none
  }

  .text-block h1 {
    font-size: round(clamp(22px, 16.8px + 1.625vw, 48px), 1px)
  }

  .text-block h2 {
    font-size: round(clamp(19px, 15.6px + 1.0625vw, 36px), 1px)
  }

  .text-block h3 {
    font-size: round(clamp(17px, 14px + .9375vw, 32px), 1px)
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .text-block ol:not(:first-child),
  .text-block ul:not(:first-child) {
    padding-top: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .text-block ul>li {
    padding-left: round(clamp(15px, 14.2px + .25vw, 19px), 1px)
  }

  .text-block ul>li:before {
    top: round(clamp(8px, 7.4px + .1875vw, 11px), 1px)
  }

  .text-block blockquote {
    padding: round(clamp(15px, 10px + 1.5625vw, 40px), 1px);
    font-size: round(clamp(15px, 14.4px + .1875vw, 18px), 1px)
  }

  .slider__arrow {
    width: round(clamp(40px, 36px + 1.25vw, 60px), 1px);
    height: round(clamp(40px, 36px + 1.25vw, 60px), 1px)
  }

  .swiper-pagination {
    margin-top: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .main {
    padding-bottom: round(clamp(26.6666666667px, 24px + .8333333333vw, 40px), 1px)
  }

  .section {
    padding-block: round(clamp(32px, 30.4px + .5vw, 40px), 1px)
  }

  .section-big {
    padding-block: round(clamp(64px, 60.8px + 1vw, 80px), 1px)
  }

  .section-small {
    padding-block: round(clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px), 1px)
  }

  .section-small-top {
    padding-top: round(clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px), 1px)
  }

  .section-small-bottom {
    padding-bottom: round(clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px), 1px)
  }

  .section-bottom {
    padding-bottom: round(clamp(32px, 30.4px + .5vw, 40px), 1px)
  }

  .section-top {
    padding-top: round(clamp(32px, 30.4px + .5vw, 40px), 1px)
  }

  .section-bg {
    margin-block: round(clamp(26.6666666667px, 24px + .8333333333vw, 40px), 1px)
  }

  .section-bg+.section-bg {
    margin-top: round(clamp(-26.6666666667px, -24px + -.8333333333vw, -40px), 1px)
  }

  .section__top {
    margin-bottom: round(clamp(20px, 14.4px + 1.75vw, 48px), 1px)
  }

  .title {
    font-size: round(clamp(40px, 33px + 2.1875vw, 75px), 1px)
  }

  .title-2 {
    font-size: round(clamp(32px, 25.6px + 2vw, 64px), 1px)
  }

  .title-3 {
    font-size: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .buttons {
    column-gap: round(clamp(20px, 16px + 1.25vw, 40px), 1px);
    margin-top: round(clamp(1px, -8.4px + 2.9375vw, 48px), 1px)
  }

  .button {
    padding-block: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    padding-inline: round(clamp(20px, 17.2px + .875vw, 34px), 1px);
    min-height: round(clamp(48px, 45.6px + .75vw, 60px), 1px);
    gap: round(clamp(8px, 7.2px + .25vw, 12px), 1px);
    font-size: round(clamp(12px, 11.6px + .125vw, 14px), 1px)
  }

  .button_small {
    padding-block: round(clamp(8px, 7.2px + .25vw, 12px), 1px);
    min-height: round(clamp(36px, 33.6px + .75vw, 48px), 1px);
    padding-inline: round(clamp(12px, 10.4px + .5vw, 20px), 1px);
    font-size: round(clamp(10px, 9.2px + .25vw, 14px), 1px)
  }

  .button_big {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .tabs__header {
    gap: round(clamp(6px, 5.2px + .25vw, 10px), 1px)
  }

  .input,
  .textarea {
    padding-inline: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .input {
    height: round(clamp(50px, 48px + .625vw, 60px), 1px)
  }

  .textarea {
    height: round(clamp(80px, 76px + 1.25vw, 100px), 1px)
  }

  .input-date input {
    padding-right: round(clamp(10px, 8px + .625vw, 20px), 1px)
  }

  .popup__content {
    padding-block: round(clamp(20px, 17.6px + .75vw, 32px), 1px);
    padding-inline: round(clamp(16px, 12.8px + 1vw, 32px), 1px)
  }

  .popup__title {
    font-size: round(clamp(20px, 19.6px + .125vw, 22px), 1px)
  }

  .popup__form,
  .popup__form .input-wrapper {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .popup__close {
    right: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    top: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .popup-thank .popup__content {
    gap: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .popup-thank img {
    width: round(clamp(60px, 52px + 2.5vw, 100px), 1px);
    height: round(clamp(60px, 52px + 2.5vw, 100px), 1px)
  }

  .header__top {
    gap: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .header__logo img {
    height: round(clamp(60px, 53px + 2.1875vw, 95px), 1px)
  }

  .header__left img {
    flex-basis: round(clamp(100px, 87.2px + 4vw, 164px), 1px)
  }

  .header__col {
    gap: round(clamp(8px, 7px + .3125vw, 13px), 1px)
  }

  .header__text {
    max-width: round(clamp(200px, 185px + 4.6875vw, 275px), 1px)
  }

  .header__menu {
    gap: round(clamp(16px, 15.2px + .25vw, 20px), 1px)
  }

  .header__tel {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .header-main {
    min-height: round(clamp(400px, 305px + 29.6875vw, 875px), 1px);
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .header-main-wrapper {
    max-width: round(clamp(400px, 328px + 22.5vw, 760px), 1px)
  }

  .header-main__title {
    margin-bottom: round(clamp(16px, 14.4px + .5vw, 24px), 1px);
    font-size: round(clamp(40px, 33px + 2.1875vw, 75px), 1px)
  }

  .header-main__subtitle {
    margin-bottom: round(clamp(20px, 12.8px + 2.25vw, 56px), 1px);
    font-size: round(clamp(20px, 16.4px + 1.125vw, 38px), 1px)
  }

  .header-main__block {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    padding-block: round(clamp(20px, 17.6px + .75vw, 32px), 1px);
    padding-left: round(clamp(20px, 4.4px + 4.875vw, 98px), 1px);
    padding-right: round(clamp(20px, 16px + 1.25vw, 40px), 1px);
    margin-left: round(clamp(-16px, -12.4px + -1.125vw, -34px), 1px);
    border-width: round(clamp(16px, 12.4px + 1.125vw, 34px), 1px);
    border-radius: round(clamp(20px, 4px + 5vw, 100px), 1px)
  }

  .header-main__block-title {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .footer__top {
    gap: round(clamp(20px, 13.2px + 2.125vw, 54px), 1px)
  }

  .map-addresses {
    padding-top: round(clamp(20px, 17.6px + .75vw, 32px), 1px);
    padding-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px);
    padding-inline: round(clamp(20px, 9.2px + 3.375vw, 74px), 1px);
    gap: round(clamp(20px, 10.4px + 3vw, 68px), 1px);
    border-radius: round(clamp(20px, 4px + 5vw, 100px), 1px);
    border-width: round(clamp(12px, 7.6px + 1.375vw, 34px), 1px)
  }

  .map-addresses__item-title {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .map-section__title {
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .about__title {
    margin-bottom: round(clamp(20px, 6px + 4.375vw, 90px), 1px)
  }

  .about-wrapper {
    gap: round(clamp(20px, 16px + 1.25vw, 40px), 1px);
    margin-bottom: round(clamp(20px, 4px + 5vw, 100px), 1px)
  }

  .about__item-number {
    font-size: round(clamp(48px, 37.6px + 3.25vw, 100px), 1px)
  }

  .about__item-title {
    font-size: round(clamp(16px, 15.2px + .25vw, 20px), 1px)
  }

  .feedback__top {
    margin-bottom: round(clamp(20px, 16.8px + 1vw, 36px), 1px)
  }

  .feedback__slider .swiper-slide {
    border-radius: round(clamp(32px, 26.4px + 1.75vw, 60px), 1px)
  }

  .feedback-container {
    padding-top: round(clamp(44px, 34.8px + 2.875vw, 90px), 1px)
  }

  .feedback__item {
    max-width: round(clamp(600px, 542px + 18.125vw, 890px), 1px);
    padding-bottom: round(clamp(40px, 28px + 3.75vw, 100px), 1px)
  }

  .feedback__item-img {
    width: round(clamp(100px, 81.2px + 5.875vw, 194px), 1px);
    height: round(clamp(100px, 81.2px + 5.875vw, 194px), 1px);
    border-width: round(clamp(8px, 4.8px + 1vw, 24px), 1px)
  }

  .feedback__item-top {
    margin-top: round(clamp(-44px, -34.8px + -2.875vw, -90px), 1px)
  }

  .feedback__item-top:before {
    right: round(clamp(4px, 1.2px + .875vw, 18px), 1px);
    top: round(clamp(16px, 13.6px + .75vw, 28px), 1px);
    width: round(clamp(32px, 28.8px + 1vw, 48px), 1px);
    height: round(clamp(32px, 28.8px + 1vw, 48px), 1px)
  }

  .feedback__item-title {
    margin-bottom: round(clamp(16px, 15.2px + .25vw, 20px), 1px);
    font-size: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .feedback__prev {
    left: round(clamp(20px, 8px + 3.75vw, 80px), 1px)
  }

  .feedback__next {
    right: round(clamp(20px, 8px + 3.75vw, 80px), 1px)
  }

  .feedback-container {
    padding-top: 80px
  }

  .feedback__item-top {
    margin-top: -80px
  }

  .gallery__header {
    margin-bottom: round(clamp(24px, 10.4px + 4.25vw, 92px), 1px)
  }

  .gallery__item-img {
    min-height: round(clamp(150px, 68.8px + 25.375vw, 556px), 1px);
    border-radius: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .info-wrapper {
    gap: round(clamp(16px, 12.8px + 1vw, 32px), 1px)
  }

  .info__right {
    padding-top: round(clamp(20px, 12.8px + 2.25vw, 56px), 1px);
    padding-bottom: round(clamp(20px, 4.8px + 4.75vw, 96px), 1px);
    padding-inline: round(clamp(16px, 13.6px + .75vw, 28px), 1px);
    border-radius: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .info__right:after {
    right: round(clamp(12px, 10.4px + .5vw, 20px), 1px);
    bottom: round(clamp(12px, 10.4px + .5vw, 20px), 1px);
    width: round(clamp(60px, 38.8px + 6.625vw, 166px), 1px);
    height: round(clamp(60px, 38.8px + 6.625vw, 166px), 1px)
  }

  .info__left ul,
  .info__right {
    gap: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .offer,
  .offer__bg {
    border-radius: round(clamp(40px, -6px + 14.375vw, 270px), 1px)
  }

  .offer {
    margin-top: round(clamp(20px, 10px + 3.125vw, 70px), 1px)
  }

  .offer__bg {
    padding-block: round(clamp(20px, 6px + 4.375vw, 90px), 1px)
  }

  .offer__img-2 {
    left: round(clamp(20px, 8px + 3.75vw, 80px), 1px);
    bottom: round(clamp(-30px, -26px + -1.25vw, -50px), 1px)
  }

  .offer__img-1 {
    width: round(clamp(400px, 313.4px + 27.0625vw, 833px), 1px)
  }

  .offer__col {
    max-width: round(clamp(300px, 206px + 29.375vw, 770px), 1px);
    gap: round(clamp(20px, 9.2px + 3.375vw, 74px), 1px)
  }

  .offer-wrapper {
    gap: round(clamp(16px, 15.2px + .25vw, 20px), 1px);
    padding-block: round(clamp(20px, 12.8px + 2.25vw, 56px), 1px);
    padding-left: round(clamp(16px, -2.4px + 5.75vw, 108px), 1px);
    padding-right: round(clamp(16px, 7.2px + 2.75vw, 60px), 1px);
    border-radius: round(clamp(20px, 4px + 5vw, 100px), 1px)
  }

  .offer__title {
    font-size: round(clamp(26px, 20px + 1.875vw, 56px), 1px)
  }

  .offer__subtitle,
  .price__table tbody td {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .offer-wrapper {
    padding-inline: round(clamp(20px, 14.0740740741px + 1.8518518519vw, 40px), 1px)
  }

  .room {
    border-radius: round(clamp(40px, -6px + 14.375vw, 270px), 1px)
  }

  .room__header {
    margin-bottom: round(clamp(20px, 15.2px + 1.5vw, 44px), 1px)
  }

  .room__item-wrapper {
    gap: round(clamp(20px, 8.6px + 3.5625vw, 77px), 1px)
  }

  .room__item-sliders {
    gap: round(clamp(12px, 8.4px + 1.125vw, 30px), 1px)
  }

  .room__item-title {
    margin-bottom: round(clamp(20px, 12.8px + 2.25vw, 56px), 1px);
    font-size: round(clamp(24px, 21.6px + .75vw, 36px), 1px)
  }

  .room__item-right {
    padding-top: round(clamp(20px, 16.8px + 1vw, 36px), 1px);
    font-size: round(clamp(12px, 11.6px + .125vw, 14px), 1px)
  }

  .room__item-right>ul {
    row-gap: round(clamp(12px, 8.8px + 1vw, 28px), 1px);
    column-gap: round(clamp(12px, .8px + 3.5vw, 68px), 1px)
  }

  .room__item-right>ul li {
    gap: round(clamp(8px, 6.8px + .375vw, 14px), 1px)
  }

  .room .thumb-container {
    height: round(clamp(240px, 224px + 5vw, 320px), 1px)
  }

  .room__content {
    padding-block: round(clamp(20px, 14.4px + 1.75vw, 48px), 1px);
    padding-inline: round(clamp(16px, 11.2px + 1.5vw, 40px), 1px);
    border-radius: round(clamp(20px, 11.2px + 2.75vw, 64px), 1px)
  }

  .room__slider,
  .room__slider img {
    border-radius: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .room__slider img {
    height: round(clamp(240px, 224px + 5vw, 320px), 1px)
  }

  .price__table thead th {
    padding-bottom: round(clamp(4px, .8px + 1vw, 20px), 1px);
    font-size: round(clamp(10px, 9.6px + .125vw, 12px), 1px)
  }

  .price__table tbody td {
    min-width: round(clamp(100px, 85.2px + 4.625vw, 174px), 1px);
    height: round(clamp(44px, 42.4px + .5vw, 52px), 1px);
    padding-block: round(clamp(8px, 7.12px + .275vw, 12.4px), 1px);
    padding-inline: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    border-radius: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .price__table tbody tr td:first-child {
    font-size: round(clamp(10px, 9.2px + .25vw, 14px), 1px)
  }
}

@media (max-width:1199px) {
  .hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-lg.swiper-navigation,
  .hide-lg.swiper-pagination {
    display: none
  }

  .header-fixed {
    min-height: 131px
  }

  .header__left,
  .header__menu,
  .header__top {
    gap: 12px
  }

  .header__text {
    font-size: 10px
  }

  .header__location {
    gap: 4px;
    font-size: 12px
  }

  .header-main__bg {
    object-position: 74%
  }

  .footer__top {
    gap: 12px
  }

  .feedback__prev {
    left: 12px
  }

  .feedback__next {
    right: 12px
  }

  .price__table tbody td {
    min-width: 100px
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-md.swiper-navigation,
  .hide-md.swiper-pagination {
    display: none
  }

  .header-fixed {
    min-height: 99px
  }

  .header__mobile {
    height: calc(100dvh - 99px)
  }

  .header-main {
    padding-top: 99px
  }

  .header__mobile {
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    align-content: start;
    gap: 20px;
    width: min(500px, 101vw);
    padding: 40px 20px;
    background: #fff;
    opacity: 0;
    transition: right .3s, opacity .3s;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
  }

  @supports (-moz-appearance:none) {
    .header__mobile {
      scrollbar-color: #ffe5a9 #dfe4ec;
      scrollbar-width: thin
    }
  }

  .header__mobile::-webkit-scrollbar {
    width: 4px
  }

  .header__mobile::-webkit-scrollbar-track-piece {
    background-color: #dfe4ec;
    border-radius: 5px
  }

  .header__mobile::-webkit-scrollbar-thumb {
    background-color: #ffe5a9;
    border-radius: 5px
  }

  .header__mobile.active {
    right: 0;
    opacity: 1
  }

  .header__nav {
    width: 100%
  }

  .header__menu {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    width: 100%
  }

  .header__top {
    grid-template-columns: auto 1fr auto
  }

  .header__tel {
    justify-self: end
  }

  .header-main {
    background: #eaf6ff
  }

  .header-main-wrapper {
    padding-block: 40px;
    max-width: 100%
  }

  .header-main-wrapper br,
  .header-main__bg {
    display: none
  }

  .header-fixed {
    padding-block: 12px;
    background: #eaf6ff
  }

  .map-wrapper {
    margin-bottom: 16px
  }

  .map-addresses {
    grid-template-columns: repeat(2, max-content);
    row-gap: 16px
  }

  .feedback__item {
    padding-inline: 20px
  }

  .info-wrapper {
    grid-template-columns: 100%
  }

  .offer__img-1,
  .offer__img-2 {
    display: none
  }

  .offer__col {
    margin-inline: auto
  }

  .offer-wrapper {
    justify-items: center;
    text-align: center
  }

  .room__item-right>ul,
  .room__item-sliders {
    gap: 12px
  }

  .room__item-wrapper {
    grid-template-columns: 1.4fr 1fr;
    gap: 20px
  }

  .price__table tbody td {
    min-width: 140px
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-sm.swiper-navigation,
  .hide-sm.swiper-pagination {
    display: none
  }

  .header-fixed {
    min-height: 94px
  }

  .header__mobile {
    height: calc(100dvh - 94px)
  }

  .header-main {
    padding-top: 94px
  }

  .feedback-container {
    padding: 0
  }

  .feedback__item {
    justify-items: start;
    padding: 20px
  }

  .feedback__item-top {
    margin-top: 0;
    margin-bottom: 20px
  }

  .feedback__item-title {
    margin-bottom: 20px;
    text-align: left
  }

  .room__item-sliders,
  .room__item-wrapper {
    grid-template-columns: 100%
  }

  .room__item-right {
    padding-top: 0
  }

  .room__item-list {
    column-gap: 20px
  }

  .room .thumb {
    order: 1
  }

  .room .thumb-container {
    height: auto
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xs.swiper-navigation,
  .hide-xs.swiper-pagination {
    display: none
  }

  body {
    line-height: 1.5
  }

  .buttons {
    display: grid
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .header-fixed {
    min-height: 85px
  }

  .header__mobile {
    height: calc(100dvh - 85px)
  }

  .header-main {
    padding-top: 85px
  }

  .map-section {
    padding-bottom: 0;
    margin-bottom: -40px
  }

  .map-addresses {
    position: static;
    translate: 0 0;
    grid-template-columns: 100%;
    border: 0;
    margin-bottom: 20px
  }
}

@media (min-width:576px) and (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }
}

@media (any-hover:hover) {

  .footer__top a:hover,
  .header__menu a:hover,
  .hover-active:hover {
    color: #ffd576
  }

  .hover-translate:hover {
    translate: 0 -3px
  }

  .hover-scale [class*=-img] img:hover {
    scale: 1.02
  }

  .hover-icon:hover img,
  .hover-icon:hover svg {
    scale: 1.08
  }

  .underline:hover {
    text-decoration-color: transparent
  }

  .hover-underline:hover,
  .map-addresses__item a:hover {
    text-decoration-color: currentColor
  }

  .slider__arrow:hover {
    border-color: #ffd576
  }

  .slider__arrow:hover svg {
    stroke: #ffd576
  }

  .button:hover {
    background: color-mix(in srgb, #000 7%, #ffd576);
    border-color: color-mix(in srgb, #000 7%, #ffd576)
  }

  .button_green:hover {
    border-color: color-mix(in srgb, #000 7%, #09b872);
    background: color-mix(in srgb, #000 7%, #09b872)
  }

  .button_border.button_blue:hover {
    background: #0a7f9b;
    color: #fff;
    border-color: #0a7f9b
  }

  .button_border.button_blue:hover svg {
    fill: #fff
  }

  .button.active:hover {
    background: #ffd576
  }

  .popup__close svg:hover {
    fill: #ffd576
  }
}