@charset "UTF-8";

@font-face {
  font-family: "OverpassMono";
  font-weight: 300;
  font-style: normal;
  src: local("OverpassMono Light"), local("OverpassMono-Light"), url("../fonts/OverpassMono-Light.woff2") format("woff2"), url("../fonts/OverpassMono-Light.woff") format("woff"), url("../fonts/OverpassMono-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OverpassMono";
  font-weight: 400;
  font-style: normal;
  src: local("OverpassMono Regular"), local("OverpassMono-Regular"), url("../fonts/OverpassMono-Regular.woff2") format("woff2"), url("../fonts/OverpassMono-Regular.woff") format("woff"), url("../fonts/OverpassMono-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OverpassMono";
  font-weight: 500;
  font-style: normal;
  src: local("OverpassMono Medium"), local("OverpassMono-Medium"), url("../fonts/OverpassMono-Medium.woff2") format("woff2"), url("../fonts/OverpassMono-Medium.woff") format("woff"), url("../fonts/OverpassMono-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CormorantGaramond";
  font-weight: 400;
  font-style: normal;
  src: local("CormorantGaramond Regular"), local("CormorantGaramond-Regular"), url("../fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/CormorantGaramond-Regular.woff") format("woff"), url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CormorantGaramond";
  font-weight: 600;
  font-style: normal;
  src: local("CormorantGaramond SemiBold"), local("CormorantGaramond-SemiBold"), url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff"), url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CormorantGaramond";
  font-weight: 700;
  font-style: normal;
  src: local("CormorantGaramond Bold"), local("CormorantGaramond-Bold"), url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
button,
input,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
}

ol,
ul,
li {
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

button,
label {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #BEBEBE;
}

blockquote {
  margin-bottom: 8px;
}

b,
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

figure figcaption {
  margin-top: 8px;
}

figure img {
  margin: 0;
}

img,
figure,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

svg {
  max-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  border: 0;
  margin: 0;
}

a,
button,
input,
textarea {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

label {
  display: block;
}

input,
textarea {
  font-family: inherit;
  width: 100%;
}

textarea {
  resize: none;
  overflow: hidden;
}

textarea::-webkit-resizer {
  display: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

*::-webkit-input-placeholder {
  font: inherit;
  opacity: 1;
}

*::-moz-placeholder {
  font: inherit;
  opacity: 1;
}

*:-ms-input-placeholder {
  font: inherit;
  opacity: 1;
}

*::-ms-input-placeholder {
  font: inherit;
  opacity: 1;
}

*::placeholder {
  font: inherit;
  opacity: 1;
}

:root {
  --content-width: 148rem;
  --container-offset: clamp(4rem, 3.125vw, 6rem);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --font-family: "OverpassMono", monospace;
  --font-family-heading: "CormorantGaramond", serif;
  --black: #111111;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --primary-color: #591a0b;
  --primary-color-rgb: 89, 26, 11;
  --primary-color-hover: #450600;
  --primary-color-active: #450600;
  --gray-color: rgba(17, 17, 17, 0.4);
  --mocha: #574030;
  --mocha-rgb: 87, 64, 48;
  --oat-milk: #6b5445;
  --oat-milk-rgb: 107, 84, 69;
  --warm-beige: #b69889;
  --beige: #cdbcae;
  --beige-rgb: 205, 188, 174;
  --cloud: #eae6e1;
  --cloud-rgb: 234, 230, 225;
  --error-color: #f71d22;
  --scrollbar-color: #eae6e1;
  --scrollbar-thumb-color: #591a0b;
  --header-h: 9rem;
  --main-offset: 5.2rem;
  --scale: clamp(0.5rem, 1vw, 1rem);
}

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

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  background-clip: padding-box;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  background-color: var(--scrollbar-color);
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

html {
  font-size: 0.625rem;
}

body {
  min-width: 320px;
  background: var(--cloud);
  font-family: var(--font-family);
  font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--primary-color);
  letter-spacing: -0.02em;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
  overflow-x: hidden;
}

.wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1000;
}

.wrap.loaded::before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.no-scroll {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: calc(var(--main-offset) + var(--header-h));
}

button,
a {
  color: var(--primary-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  text-transform: uppercase;
}

.text-l {
  font-family: var(--font-family-heading);
  font-size: clamp(12rem, 6rem + 4.6875vw, 15rem);
  font-weight: 400;
  line-height: 0.9;
  display: inline-block;
  padding: 0 1.4rem;
  border-bottom: 1px solid #c9c1c1;
  position: relative;
  text-transform: uppercase;
  margin-top: -0.15em;
  overflow: hidden;
}

.text-l span {
  display: block;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
}

h1,
.h1 {
  font-size: clamp(6rem, 2rem + 3.125vw, 8rem);
  line-height: 1;
}

.h1--sm {
  font-size: clamp(5rem, 3.2rem + 1.41vw, 5.9rem);
  font-weight: 600;
}

h2,
.h2,
.page-content h1 {
  font-size: clamp(3.2rem, 1.6rem + 1.25vw, 4rem);
  line-height: 1;
}

h3,
.h3,
.page-content h2 {
  font-size: clamp(3rem, 1.4rem + 1.25vw, 3.8rem);
  line-height: 1;
}

h4,
.h4,
.page-content h3 {
  font-size: clamp(2rem, 1.2rem + 0.625vw, 2.4rem);
}

h5,
.h5,
.page-content h4 {
  font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
}

p a:hover {
  color: var(--primary-color-hover);
}

.container {
  width: 100%;
  max-width: var(--container-width);
  padding: 0 var(--container-offset);
  margin: 0 auto;
}

.fixed-block {
  min-width: 320px;
}

.rub:after {
  content: "₽";
}

.media-el img {
  width: 100%;
}

.media-cover {
  display: block;
  position: relative;
  background: url(../img/svg/skeleton.svg) center/cover, no-repeat;
  overflow: hidden;
}

.media-cover img,
.media-cover video,
.media-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-contain {
  display: block;
  position: relative;
  overflow: hidden;
}

.media-contain img,
.media-contain video,
.media-contain iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.btn {
  font-weight: 500;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn svg {
  pointer-events: none;
}

.main-btn,
.stroke-btn {
  padding: 1.3rem 4.5rem;
  border: 1px solid transparent;
}

.main-btn span,
.stroke-btn span {
  margin-top: 0.3rem;
}

.main-btn {
  color: var(--white);
  background: var(--primary-color);
}

.main-btn:hover {
  background: var(--primary-color-hover);
}

.main-btn:active {
  background: var(--primary-color-active);
}

.main-btn:disabled,
.main-btn.disabled {
  background: rgba(var(--primary-color-rgb), 0.4);
}

.stroke-btn {
  border-color: var(--primary-color);
}

.stroke-btn:hover,
.stroke-btn:active {
  background: rgba(var(--beige-rgb), 0.45);
}

.stroke-btn:disabled,
.stroke-btn.disabled {
  opacity: 0.4;
}

.btn-cross {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}

.btn-cross:before,
.btn-cross:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-cross:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-cross:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.btn-cross:hover:before,
.btn-cross:hover:after {
  background: var(--primary-color);
}

.text-btn span:first-child {
  border-bottom: 1px solid var(--primary-color);
}

.link {
  line-height: 1;
  display: inline-block;
  position: relative;
}

.link:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: var(--primary-color);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  right: 0;
  bottom: 0;
}

.link:hover:after {
  width: 100%;
  left: 0;
}

.section,
.mb-120 {
  margin-bottom: 12rem;
}

.section:not(section):last-child,
.mb-120:not(section):last-child {
  margin-bottom: 0;
}

.sec-top {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.4rem;
}

.sec-top:not(section):last-child {
  margin-bottom: 0;
}

.sec-top__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(1.6rem, 2.08vw, 4rem);
}

.sec-top__r .nav-btns {
  margin-left: auto;
}

.sec-top__content p {
  margin-top: 1.6rem;
}

.sec-top__content p:first-child {
  margin-top: 0;
}

.page-lbl {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  line-height: 2;
  text-transform: uppercase;
}

.sec-bottom {
  margin-top: 4rem;
}

.sec-bottom:first-child {
  margin-top: 0;
}

.sec-bottom .btn {
  width: 100%;
}

.grid-2col {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 1fr 1fr;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-80:not(section):last-child {
  margin-bottom: 0;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-60:not(section):last-child {
  margin-bottom: 0;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-40:not(section):last-child {
  margin-bottom: 0;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24:not(section):last-child {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20:not(section):last-child {
  margin-bottom: 0;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content > *:last-child {
  margin-bottom: 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  margin-top: 2.4rem;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child {
  margin-top: 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p,
.page-content hr,
.page-content ol,
.page-content ul {
  margin-bottom: 1.6rem;
}

.page-content h1:not(section):last-child,
.page-content h2:not(section):last-child,
.page-content h3:not(section):last-child,
.page-content h4:not(section):last-child,
.page-content h5:not(section):last-child,
.page-content h6:not(section):last-child,
.page-content p:not(section):last-child,
.page-content hr:not(section):last-child,
.page-content ol:not(section):last-child,
.page-content ul:not(section):last-child {
  margin-bottom: 0;
}

.page-content ol {
  padding-left: 3.2rem;
}

.page-content ol li {
  list-style-type: decimal;
}

.page-content ul {
  padding-left: 1.6rem;
}

.page-content ul li {
  padding-left: 1.6rem;
  position: relative;
}

.page-content ul li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.page-content img,
.page-content figure,
.page-content iframe,
.page-content video {
  border-radius: 1rem;
  overflow: hidden;
  margin: 4rem 0;
}

.page-content table {
  width: 100%;
  display: block;
}

.page-content table thead,
.page-content table tbody {
  display: table;
  width: 100%;
}

.page-content table tr {
  width: 100% !important;
  height: auto !important;
}

.text-p .page-content {
  width: 100%;
  max-width: 110.5rem;
}

.switch-block [data-tab] {
  cursor: pointer;
}

.switch-block [data-tab].active {
  pointer-events: none;
}

.switch-block [data-block] {
  display: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.switch-block [data-block].active {
  display: block;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2.4rem, 33.125vw, 6rem);
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  overflow: hidden;
  overflow-x: auto;
}

.tabs span,
.tabs a,
.tabs button {
  color: var(--gray-color);
  white-space: nowrap;
  padding-bottom: 0.9rem;
  position: relative;
  cursor: pointer;
}

.tabs span:after,
.tabs a:after,
.tabs button:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  left: 0%;
  bottom: -1px;
}

.tabs span.active,
.tabs a.active,
.tabs button.active {
  color: var(--primary-color);
}

.tabs span.active:after,
.tabs a.active:after,
.tabs button.active:after {
  width: 100%;
}

.nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  padding: 0.9rem;
  background: rgba(var(--cloud-rgb), 0.7);
  border: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  border-radius: 50%;
}

.nav-btn:disabled,
.nav-btn.disabled {
  opacity: 0.4;
  pointer-events: none !important;
}

.nav-btn:hover {
  background: rgba(var(--beige-rgb), 0.45);
}

.nav-btn svg {
  fill: var(--primary-color);
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-btn--prev {
  margin-right: 1.2rem;
}

[data-fancy],
[data-fancybox] {
  cursor: pointer;
}

.play-btn {
  width: 5.8rem;
  height: 5.8rem;
  padding: 1.7rem 1.65rem 1.7rem 1.95rem;
  border-radius: 50%;
  background: rgba(var(--beige-rgb), 0.45);
}

.play-btn svg {
  fill: var(--cloud);
  width: 100%;
  height: 100%;
}

.play-btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.social-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.social-list ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.social-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.6rem;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.social-list ul li a:hover {
  background-color: var(--primary-color-hover);
}

.social-list ul li a svg {
  fill: var(--cloud);
  width: 100%;
  height: 100%;
}

.dropdown {
  position: relative;
  margin-bottom: 1.2rem;
}

.dropdown.open .dropdown__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown.open .dropdown__body {
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: all;
}

.dropdown__header {
  padding: 1.3rem 1.2rem;
  border: 1px solid rgba(var(--beige-rgb), 0.6);
  background: rgba(var(--white-rgb), 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown__header span {
  line-height: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: auto;
}

.dropdown__header svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.2rem;
}

.dropdown__header svg:first-child {
  fill: rgba(var(--oat-milk-rgb), 0.6);
  margin-right: 1rem;
}

.dropdown__icon {
  fill: var(--primary-color);
  margin-left: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown__body {
  padding-bottom: 1rem;
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.dropdown__body label {
  border-bottom: 1px solid rgba(var(--beige-rgb), 0.6);
}

.dropdown__body label:last-child {
  border-bottom: none;
}

.dropdown__body label input {
  display: none;
}

.dropdown__body label input:checked + span {
  background: var(--beige);
}

.dropdown__body label span {
  line-height: 1;
  padding: 1.5rem 3.8rem;
  background: rgba(var(--white-rgb), 0.6);
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dropdown__body label:hover span {
  background: var(--cloud);
}

.dropdown__body .custom-scroll {
  max-height: 45rem;
  border: 1px solid rgba(var(--beige-rgb), 0.6);
  background: var(--white);
  overflow: auto;
}

[data-animation=fadeUp],
[data-animation=fadeRight] {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[data-animation=scaleUp] {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.read-more.btn-show .read-more__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.read-more__content {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.read-more__btn {
  display: none;
  margin-top: 1.2rem;
}

.ui-control.error [data-error] {
  display: block;
}

.ui-control.error input {
  border-color: var(--error-color);
}

.ui-control.error .ui-input__reset {
  background-color: #ffeded;
}

.ui-control.error .ui-input__reset:before,
.ui-control.error .ui-input__reset:after {
  background: var(--error-color);
}

.ui-control.error .ui-checkbox span:before {
  border-color: var(--error-color);
}

.ui-input {
  margin-bottom: 1.2rem;
  position: relative;
}

.ui-input:not(section):last-child {
  margin-bottom: 0;
}

.ui-input input,
.ui-input textarea {
  font: inherit;
  font-size: max(16px, 1.6rem);
  color: var(--primary-color);
  line-height: 1;
  border: 1px solid rgba(var(--beige-rgb), 0.4);
  background: rgba(var(--white-rgb), 0.6);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ui-input input::-webkit-input-placeholder,
.ui-input textarea::-webkit-input-placeholder {
  font-size: max(16px, 1.6rem);
  color: rgba(var(--primary-color-rgb), 0.7);
}

.ui-input input::-moz-placeholder,
.ui-input textarea::-moz-placeholder {
  font-size: max(16px, 1.6rem);
  color: rgba(var(--primary-color-rgb), 0.7);
}

.ui-input input:-ms-input-placeholder,
.ui-input textarea:-ms-input-placeholder {
  font-size: max(16px, 1.6rem);
  color: rgba(var(--primary-color-rgb), 0.7);
}

.ui-input input::-ms-input-placeholder,
.ui-input textarea::-ms-input-placeholder {
  font-size: max(16px, 1.6rem);
  color: rgba(var(--primary-color-rgb), 0.7);
}

.ui-input input::placeholder,
.ui-input textarea::placeholder {
  font-size: max(16px, 1.6rem);
  color: rgba(var(--primary-color-rgb), 0.7);
}

.ui-input input:hover,
.ui-input textarea:hover {
  border-color: rgba(var(--oat-milk-rgb), 0.6);
}

.ui-input input:hover::-webkit-input-placeholder,
.ui-input textarea:hover::-webkit-input-placeholder {
  color: var(--primary-color);
}

.ui-input input:hover::-moz-placeholder,
.ui-input textarea:hover::-moz-placeholder {
  color: var(--primary-color);
}

.ui-input input:hover:-ms-input-placeholder,
.ui-input textarea:hover:-ms-input-placeholder {
  color: var(--primary-color);
}

.ui-input input:hover::-ms-input-placeholder,
.ui-input textarea:hover::-ms-input-placeholder {
  color: var(--primary-color);
}

.ui-input input:hover::placeholder,
.ui-input input:hover + .ui-input__placeholder,
.ui-input textarea:hover::placeholder,
.ui-input textarea:hover + .ui-input__placeholder {
  color: var(--primary-color);
}

.ui-input input {
  padding: 2.2rem 3.2rem 0.3rem 1.2rem;
}

.ui-input input::-webkit-input-placeholder {
  visibility: hidden;
}

.ui-input input::-moz-placeholder {
  visibility: hidden;
}

.ui-input input:-ms-input-placeholder {
  visibility: hidden;
}

.ui-input input::-ms-input-placeholder {
  visibility: hidden;
}

.ui-input input::placeholder {
  visibility: hidden;
}

.ui-input input:-moz-placeholder-shown + .ui-input__placeholder {
  font-size: max(16px, 1.6rem);
  top: 50%;
  transform: translateY(-50%);
}

.ui-input input:-ms-input-placeholder + .ui-input__placeholder {
  font-size: max(16px, 1.6rem);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-input input:placeholder-shown + .ui-input__placeholder {
  font-size: max(16px, 1.6rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-input__placeholder,
.ui-input input:focus + .ui-input__placeholder {
  font-size: max(12px, 1.2rem);
  color: rgba(var(--primary-color-rgb), 0.7);
  line-height: 1;
  position: absolute;
  top: 0.8rem;
  left: 1.2rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.ui-input textarea {
  padding: 1rem 1.2rem;
  min-height: 12rem;
  resize: none;
  overflow: hidden;
}

.ui-input__inp {
  position: relative;
}

.ui-input__reset {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

.ui-input__reset.show {
  visibility: visible;
  opacity: 1;
}

.ui-checkbox {
  cursor: pointer;
}

.ui-checkbox input {
  display: none;
}

.ui-checkbox input:checked + span:before {
  background-color: var(--oat-milk);
}

.ui-checkbox input:checked + span:after {
  opacity: 1;
}

.ui-checkbox span {
  min-height: 2rem;
  display: block;
  padding-left: 3.2rem;
  position: relative;
}

.ui-checkbox span:before,
.ui-checkbox span:after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ui-checkbox span::before {
  border: 1px solid var(--oat-milk);
  border-radius: 0.4rem;
  left: 0;
}

.ui-checkbox span:after {
  background: url(../img/svg/check.svg) center/1.6rem 1.6rem no-repeat;
  opacity: 0;
}

.ui-checkbox span a {
  text-decoration: underline;
}

[data-error] {
  font-size: clamp(1.2rem, 1rem + 0.15625vw, 1.3rem);
  display: none;
  margin-top: 0.4rem;
  color: var(--error-color);
}

.main-form {
  padding: 5rem;
  background: rgba(var(--beige-rgb), 0.45);
}

.main-form__header h3,
.main-form__header .h3 {
  font-weight: 600;
  text-transform: none;
}

.main-form__header p {
  max-width: 54rem;
  margin-top: 0.8rem;
}

.main-form .form__footer .btn {
  min-width: 35%;
}

.form .h4 {
  margin-bottom: 1.2rem;
}

.form .h4:not(section):last-child {
  margin-bottom: 0;
}

.form__footer .btn {
  min-width: 41%;
}

.swiper {
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.swiper-fade,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-3d {
  -webkit-perspective: 120rem;
  perspective: 120rem;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.swiper-slide-active {
  z-index: 2;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}

.swiper-pagination:first-child {
  margin-top: 0;
}

.swiper-pagination-bullet {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: 0.4rem;
  background: rgba(var(--mocha-rgb), 0.2);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.swiper-pagination-bullet-active {
  background: var(--mocha);
  pointer-events: none;
}

.swiper-4 {
  overflow: hidden;
}

.swiper-4 .swiper {
  overflow: visible;
}

.swiper-1 {
  position: relative;
}

.swiper-1 .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-1 .nav-btn--prev {
  left: max(var(--container-offset), (100% - var(--content-width)) / 2);
}

.swiper-1 .nav-btn--next {
  right: max(var(--container-offset), (100% - var(--content-width)) / 2);
}

.swiper-1 .swiper-pagination {
  width: 100%;
  padding: 0 var(--container-offset);
  position: absolute;
  bottom: 4rem;
  left: 0;
}

.swiper-1 .swiper-pagination-bullet {
  background: rgba(var(--cloud-rgb), 0.4);
}

.swiper-1 .swiper-pagination-bullet-active {
  background: var(--cloud);
}

.beer-slider {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.beer-slider img {
  width: 100%;
}

.beer-reveal {
  border-right: 0.4rem solid #fff;
}

.beer-handle {
  width: 10rem;
  height: 5rem;
  border-radius: 0;
  background: var(--cloud) !important;
}

.beer-handle::before,
.beer-handle::after {
  width: 1.7rem;
  height: 1.7rem;
  border: none;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.beer-handle::before {
  left: 1.7rem;
  background: url(../img/svg/btn-prev.svg) center/contain no-repeat;
}

.beer-handle::after {
  right: 1.7rem;
  background: url(../img/svg/btn-next.svg) center/contain no-repeat;
}

.air-datepicker {
  font-family: var(--font-family);
  font-size: clamp(1.1rem, 0.7rem + 0.3125vw, 1.3rem);
  color: var(--primary-color);
  border: none;
  --adp-width: 28.8rem;
  --adp-day-cell-height: 4rem;
}

.air-datepicker-nav--title {
  font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
}

.air-datepicker-nav--title i {
  color: var(--primary-color);
}

.air-datepicker-cell {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.air-datepicker-cell.-current- {
  color: var(--primary-color);
  font-weight: 500;
}

.air-datepicker-cell.-other-month- {
  color: rgba(var(--primary-color-rgb), 0.2);
}

.air-datepicker-cell.-in-range- {
  background: rgba(var(--cloud-rgb), 0.4);
}

.air-datepicker-cell.-selected- {
  background: var(--beige) !important;
}

.air-datepicker-cell:hover {
  background: var(--cloud);
  border-color: rgba(var(--beige-rgb), 0.4);
}

.header {
  background: var(--cloud);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 501;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.header.scroll.unshow {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header--main .header__logo {
  pointer-events: none;
}

.header__desk {
  padding: 1rem 0;
}

.header__desk-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 clamp(2rem, 2.08vw, 4rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  grid-area: 1/2/3/3;
}

.header__logo a {
  display: block;
  width: clamp(15rem, 10.2vw, 19.6rem);
}

.header__info,
.header__actions,
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.header__info-item {
  font-size: 1.1rem;
  color: var(--primary-color);
  width: 100%;
  max-width: 17.1rem;
}

.header__actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__menu {
  padding: 1.2rem 2rem 0;
  border-top: 1px solid var(--primary-color);
  margin-top: 1.2rem;
}

.header__menu--left ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem clamp(1.6rem, 3.2vw, 6rem);
}

.header__menu ul li a {
  font-weight: 500;
  text-transform: uppercase;
}

.header__menu ul li a:hover {
  color: var(--primary-color-hover);
}

.header__lang {
  gap: 1.6rem;
}

.header__lang a {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  border-bottom: 1px solid transparent;
}

.header__lang a.active {
  border-color: var(--primary-color);
}

.header__mob,
.header__social {
  display: none;
}

.icon-menu {
  display: none;
}

@-webkit-keyframes topbar-x {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  45% {
    top: 1.2rem;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }

  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes topbar-x {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  45% {
    top: 1.2rem;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }

  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes topbar-back {
  0% {
    top: 1.2rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes topbar-back {
  0% {
    top: 1.2rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  45% {
    bottom: 1.2rem;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }

  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@keyframes bottombar-x {
  0% {
    bottom: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  45% {
    bottom: 1.2rem;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }

  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@-webkit-keyframes bottombar-back {
  0% {
    bottom: 1.2rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    bottom: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes bottombar-back {
  0% {
    bottom: 1.2rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    bottom: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  3% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  18% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  21% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  24% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes phone {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  3% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  18% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  21% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  24% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.room-media .media-cover {
  height: clamp(30rem, 60.95vh, 57.3rem);
}

.room-media .image-zoom {
  position: absolute;
  bottom: 2rem;
  right: max(var(--container-offset), (100% - var(--content-width)) / 2);
}

.image-zoom {
  padding: 1.4rem 3.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--cloud-rgb), 0.7);
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.image-zoom svg {
  fill: var(--primary-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.image-zoom span {
  font-size: clamp(1.4rem, 1.376rem + 0.065vw, 1.5rem);
  font-weight: 500;
  text-transform: uppercase;
}

.intro {
  position: relative;
  z-index: 1;
}

.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.intro.show-video .intro__video {
  opacity: 1;
  visibility: visible;
}

.intro.show-video .intro__content,
.intro.show-video .booking-bar,
.intro.show-video .intro__play {
  opacity: 0;
  visibility: hidden;
}

.intro.show-video .intro__preview {
  z-index: auto;
}

.intro .media-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 40, 28, 0.24)), color-stop(66.46%, rgba(56, 40, 28, 0.64)), to(rgba(56, 40, 28, 0.8)));
  background: linear-gradient(180deg, rgba(56, 40, 28, 0.24) 0%, rgba(56, 40, 28, 0.64) 66.46%, rgba(56, 40, 28, 0.8) 100%);
  pointer-events: none;
}

.intro__video {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.intro .booking-bar,
.intro__content {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.intro__content {
  text-align: center;
}

.intro__content h1,
.intro__content .h1 {
  font-size: clamp(5rem, 3.2rem + 1.41vw, 5.9rem);
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.intro__content h1:not(section):last-child,
.intro__content .h1:not(section):last-child {
  margin-bottom: 0;
}

.intro__content p {
  font-size: clamp(1.5rem, 1.45rem + 0.13vw, 1.7rem);
  max-width: 36.9rem;
  margin: 0 auto;
}

.breadcrumbs {
  margin-bottom: 2.4rem;
}

.breadcrumbs:not(section):last-child {
  margin-bottom: 0;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul li {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumbs ul li:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/svg/chevron-r.svg) center/contain no-repeat;
  margin: 0 0.5rem 0.3rem;
}

.breadcrumbs ul li:last-child {
  opacity: 1;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.breadcrumbs ul li:hover {
  opacity: 1;
}

.accordion {
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.accordion:first-child {
  border-top: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.accordion.active .accordion__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}

.accordion__header {
  padding: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.accordion__body {
  display: none;
  overflow: hidden;
}

.accordion__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  position: relative;
  margin-left: 1.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion__icon svg {
  width: 100%;
  height: 100%;
}

.accordion__icon:after,
.accordion__icon:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.accordion__inner .media-el {
  margin: 1.2rem 0 0;
}

.accordion__inner .page-content {
  padding-right: 7.4rem;
}

.accordion__content {
  padding: 0 0 1.6rem;
}

.cards__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cards__top-text {
  max-width: 32rem;
}

.cards__items {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
}

.item-card,
.item-room {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-card .text-btn,
.item-room .text-btn {
  margin-top: auto;
}

.item-card__content,
.item-room__content {
  padding: 2rem 1.2rem 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-card__content .h4,
.item-room__content .h4 {
  margin-bottom: 1.6rem;
}

.item-card__content .h4:not(section):last-child,
.item-room__content .h4:not(section):last-child {
  margin-bottom: 0;
}

.item-card__content .h4 + p,
.item-room__content .h4 + p {
  margin-bottom: 1.2rem;
}

.item-card__content .h4 + p:not(section):last-child,
.item-room__content .h4 + p:not(section):last-child {
  margin-bottom: 0;
}

.item-card__content p,
.item-room__content p {
  margin-bottom: 1.6rem;
}

.item-card__content p:not(section):last-child,
.item-room__content p:not(section):last-child {
  margin-bottom: 0;
}

.item-card .media-cover {
  padding-top: 114.16%;
}

.item-card .media-cover:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-card .media-cover img {
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.item-card__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-card__promo {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  color: rgba(var(--primary-color-rgb), 0.7);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.6rem;
}

.item-card__promo:not(section):last-child {
  margin-bottom: 0;
}

.item-room__features,
.item-gall__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  right: 0.6rem;
}

.item-room__features span,
.item-gall__features span {
  line-height: 1;
  padding: 0.8rem 0.8rem 0.5rem;
  background: var(--cloud);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.2rem;
}

.item-room__main {
  position: relative;
}

.item-room__preview {
  padding-top: 88.05%;
  position: relative;
  overflow: hidden;
}

.item-room__hovers,
.item-room__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item-room__img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../img/svg/skeleton.svg) center/cover, no-repeat;
}

.item-room__img.active {
  opacity: 1;
}

.item-room__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-room__hovers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-room__hovers span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.item-room__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 1.9rem;
}

.item-room__controls span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.3rem;
  border-radius: 50%;
  background: rgba(var(--cloud-rgb), 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.item-room__controls span.active {
  background: var(--cloud);
}

.item-room__features span {
  font-size: clamp(1.1rem, 0.7rem + 0.3125vw, 1.3rem);
  gap: 0.8rem;
}

.item-room__features span img {
  margin-top: -0.25rem;
}

.item-gall {
  position: relative;
}

.item-gall .media-cover {
  padding-top: 98.63%;
}

.item-gall__features span {
  font-size: clamp(1.2rem, 1rem + 0.15625vw, 1.3rem);
  text-transform: uppercase;
  gap: 0.4rem;
}

.item-gall__features span:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--primary-color);
  margin-bottom: 0.4rem;
}

.notfound-p {
  min-height: calc(100% - var(--header-h) - var(--main-offset) - 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notfound-p .h4 {
  margin-bottom: 1.6rem;
}

.notfound-p .h4:not(section):last-child {
  margin-bottom: 0;
}

.notfound-p .btn {
  min-width: clamp(27rem, 14vw, 100%);
}

.notfound-p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.notfound-p__img {
  max-width: clamp(32rem, 30.46vw, 58.5rem);
}

.notfound-p__img img {
  width: 100%;
}

.about-media .media-cover {
  height: 100dvh;
}

.events .sec-top h2,
.events .sec-top .h2 {
  font-weight: 600;
  text-transform: none;
}

.events__images .media-cover:nth-child(2n) {
  aspect-ratio: 2.04;
}

.events__images .media-cover:nth-child(2n+1) {
  aspect-ratio: 1.005;
}

.main-services__items {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
}

.item-service__img {
  width: 100%;
  margin-bottom: 1.6rem;
}

.item-service__img:not(section):last-child {
  margin-bottom: 0;
}

.item-service__img img {
  width: 100%;
}

.item-include {
  padding: 2rem 2.4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: default;
}

.item-include:hover {
  background: var(--primary-color);
}

.item-include:hover .item-include__title {
  color: var(--cloud);
}

.item-include:hover .media-contain {
  visibility: visible;
  opacity: 1;
}

.item-include:hover::before,
.item-include:hover::after {
  background: var(--cloud);
}

.item-include:first-child {
  border-top: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.item-include::before,
.item-include::after,
.item-include .item-include__title,
.item-include .media-contain {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.item-include:before,
.item-include:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--primary-color);
}

.item-include__title {
  font-family: var(--font-family-heading);
  font-size: clamp(4rem, -1.6rem + 4.375vw, 6rem);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 16rem;
  justify-self: center;
}

.item-include .media-contain {
  width: 16rem;
  position: absolute;
  top: 1.6rem;
  right: 2.4rem;
  bottom: 1.6rem;
  visibility: hidden;
  opacity: 0;
}

.item-include .media-contain img {
  margin-right: 0;
}

.info-block .page-content h2,
.info-block .page-content h3 {
  font-weight: 600;
  text-transform: none;
}

.info-block .page-content h3 {
  font-size: clamp(3.2rem, 1.6rem + 1.25vw, 4rem);
}

.info-block .page-content h2 {
  font-size: clamp(5rem, 3.2rem + 1.41vw, 5.9rem);
}

.info-block--contacts .info-block__l,
.info-block--about .info-block__l {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-block--contacts .info-block__l-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-block--contacts .info-block__contacts {
  margin-top: auto;
}

.info-block--about .info-block__badge {
  margin-top: auto;
}

.info-block--offer .info-block__footer .main-btn,
.info-block--offer .info-block__footer .stroke-btn,
.info-block--rest .info-block__footer .main-btn,
.info-block--rest .info-block__footer .stroke-btn,
.info-block--lobby .info-block__footer .main-btn,
.info-block--lobby .info-block__footer .stroke-btn {
  width: 100%;
}

.info-block--food .info-block__row {
  padding: 2.4rem 0;
  border-top: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.info-block--food .info-block__row:last-child {
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.info-block--room .grid-2col {
  row-gap: 0;
  grid-template-rows: auto auto;
}

.info-block--room .info-block__l {
  grid-row: 1/4;
}

.info-block__l-wrapper {
  padding-right: clamp(3rem, 2.34vw, 4.5rem);
}

.info-block__head .h4 {
  color: rgba(var(--primary-color-rgb), 0.7);
  margin-top: 1.6rem;
}

.info-block__head .h4:first-child {
  margin-top: 0;
}

.info-block__address {
  max-width: 40.1rem;
}

.info-block__address .btn {
  width: 100%;
}

.info-block__badge {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-block__badge .text-l {
  width: 100%;
}

.info-block__badge-txt {
  font-size: clamp(1.8rem, 1.751rem + 0.13vw, 2rem);
  padding: 0 1.4rem;
  margin: 0 auto;
}

.info-block__footer p {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  margin-top: 0.8rem;
  text-transform: uppercase;
}

.info-block__footer p:first-child {
  margin-top: 0;
}

.info-block__footer .main-btn,
.info-block__footer .stroke-btn {
  min-width: 49.6%;
}

.info-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.info-block__btns .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-block__btns .stroke-btn {
  border-color: var(--primary-color);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 0 3rem;
}

.features__item {
  padding: 0.8rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.65);
}

.features__item:nth-child(1),
.features__item:nth-child(2) {
  border-top: 1px solid rgba(var(--oat-milk-rgb), 0.65);
}

.features__icon {
  width: 3.6rem;
  height: 3.6rem;
  padding: 1rem;
  border-radius: 50%;
  background: rgba(var(--beige-rgb), 0.45);
}

.features__icon img {
  width: 100%;
  height: 100%;
}

.features__txt {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  font-weight: 400;
  -ms-flex-item-align: center;
  align-self: center;
}

.warn-block {
  padding: 2rem 4rem;
  background: rgba(var(--beige-rgb), 0.45);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.warn-block:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/svg/warn.svg) center/contain no-repeat;
}

.warn-block__content {
  -ms-flex-item-align: center;
  align-self: center;
}

.advants .sec-top__r .h3 {
  font-weight: 600;
  text-transform: none;
}

.advants__items {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
}

.item-advant {
  height: 100%;
  min-height: 26.6rem;
  padding: 2rem;
  border: 1px solid rgba(var(--oat-milk-rgb), 0.65);
}

.item-advant__icon {
  width: 6rem;
  height: 6rem;
  padding: 1.4rem;
  border-radius: 50%;
  background: rgba(var(--beige-rgb), 0.45);
}

.item-advant__icon img {
  width: 100%;
  height: 100%;
}

.item-advant__content h4,
.item-advant__content .h4 {
  margin-bottom: 1.2rem;
}

.item-contact {
  padding: 1.6rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.65);
}

.item-contact:nth-child(1) {
  border-top: 1px solid rgba(var(--oat-milk-rgb), 0.65);
}

.item-contact .text-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item-contact .text-btn span:nth-child(2) {
  color: rgba(var(--oat-milk-rgb), 0.6);
}

.item-contact__title {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  font-weight: 400;
}

.item-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.item-contact__value {
  font-weight: 500;
  justify-self: start;
}

.map {
  height: 100%;
  overflow: hidden;
}

.map [class*=copyrights-pane] {
  display: none !important;
}

.map [class*=ground-pane] {
  -webkit-filter: grayscale(1) sepia(0.4) saturate(0.8) brightness(1.1);
  filter: grayscale(1) sepia(0.4) saturate(0.8) brightness(1.1);
}

.map [class*=ground-pane]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--oat-milk-rgb), 0.4);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 502;
}

.map [class*=-balloon_layout] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: balloon-fadeUp 0.35s;
  animation: balloon-fadeUp 0.35s;
}

.map [class*=balloon__layout] {
  border-radius: 1rem;
  background: var(--cloud) !important;
}

.map [class*=balloon__close] {
  display: none !important;
}

.map [class*=balloon__content] {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-family: var(--font-family) !important;
  color: var(--primary-color);
  width: 43.9rem !important;
  padding: 2rem !important;
  background: var(--cloud) !important;
  margin-right: 0 !important;
}

.map [class*=balloon__content] > * {
  width: 100% !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.map [class*=-balloon__tail] {
  width: 2.7rem !important;
  height: 2.9rem !important;
  bottom: 2.4rem !important;
  left: -0.8rem !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url(../img/svg//balloon-tail.svg) center/contain no-repeat !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.map [class*=-balloon__tail]::after {
  content: none !important;
}

@-webkit-keyframes balloon-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes balloon-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.contacts .container .contacts__map {
  height: 46.7vh;
  max-height: 43.9rem;
  border: 1px solid rgba(var(--oat-milk-rgb), 0.6);
}

.contacts__map {
  min-height: 25rem;
  height: 67.34vh;
  max-height: 63.3rem;
  overflow: hidden;
}

.contacts__content p {
  font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
  margin-bottom: 1.6rem;
}

.contacts__content p:not(section):last-child {
  margin-bottom: 0;
}

.contacts__content .text-btn {
  margin-top: 1.6rem;
}

.contacts__content .text-btn:first-child {
  margin-top: 0;
}

.balloon h3,
.balloon .h3 {
  font-family: var(--font-family-heading) !important;
  font-size: clamp(3rem, 1.4rem + 1.25vw, 3.8rem);
  font-weight: 600;
  line-height: 92%;
  text-transform: none;
}

.balloon p,
.balloon .btn {
  font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  line-height: 1.2;
}

.balloon p {
  margin-bottom: 0.8rem;
}

.balloon p:not(section):last-child {
  margin-bottom: 0;
}

.balloon .btn {
  margin-top: 3.2rem;
}

.balloon .btn:first-child {
  margin-top: 0;
}

.balloon__header {
  margin-bottom: 1.6rem;
}

.balloon__header:not(section):last-child {
  margin-bottom: 0;
}

.item-review {
  height: 100%;
  padding: 2rem;
  background: rgba(var(--beige-rgb), 0.4);
}

.item-review .read-more.more-hidden .read-more__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}

.item-review__author {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.item-review__author-img {
  font-size: clamp(1.8rem, 1.751rem + 0.13vw, 2rem);
  color: var(--oat-mil);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: var(--cloud);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-review__athor-info {
  -ms-flex-item-align: center;
  align-self: center;
}

.item-review__athor-info span {
  display: block;
}

.item-review__athor-pos {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  color: rgba(var(--primary-color-rgb), 0.6);
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.item-review__rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rating {
  position: relative;
}

.rating__container {
  display: block;
  width: 11.6rem;
  max-width: 11.6rem;
  height: 2rem;
  overflow: hidden;
}

.rating__container svg {
  width: 11.6rem;
  max-width: 11.6rem;
  height: 2rem;
  fill: rgba(181, 144, 0, 0.5);
}

.rating__container.dark {
  position: absolute;
  top: 0;
  left: 0;
}

.rating__container.dark svg {
  fill: rgb(181, 144, 0);
}

.yandex {
  width: 10.4rem;
  height: 2.6rem;
}

.modal {
  visibility: hidden;
  opacity: 0;
  padding: 3.2rem var(--container-offset);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(48, 13, 5, 0.6980392157);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

.modal::-webkit-scrollbar {
  width: 8px;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal.open .modal__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

.modal .btn-cross.modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.modal__top h2 {
  font-weight: 600;
  text-transform: none;
}

.modal__content {
  width: 100%;
  max-width: 64rem;
  padding: 5rem;
  margin: auto;
  background: var(--cloud);
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.modal__content:has(.dropdown.open) {
  overflow: visible;
}

.cookie {
  position: fixed;
  bottom: 2rem;
  left: max(var(--container-offset), (100% - var(--content-width)) / 2);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cookie.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cookie h3,
.cookie .h3 {
  padding-right: 4rem;
  text-transform: none;
  margin-bottom: 1.6rem;
}

.cookie h3:not(section):last-child,
.cookie .h3:not(section):last-child {
  margin-bottom: 0;
}

.cookie .stroke-btn {
  min-width: 40%;
}

.cookie .btn-cross {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.cookie__inner {
  width: 100%;
  max-width: clamp(45rem, 33.33vw, 64rem);
  padding: 5rem;
  background: var(--cloud);
  border: 1px solid rgba(var(--beige-rgb), 0.45);
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem 0px rgba(39, 11, 5, 0.1019607843);
  box-shadow: 0.2rem 0.2rem 0.4rem 0px rgba(39, 11, 5, 0.1019607843);
  margin-right: auto;
}

.fancy-modal {
  padding: 3.2rem 0;
  display: block;
  background: var(--cloud);
}

.fancy-modal .modal__close.btn-cross {
  top: 0 !important;
  right: var(--container-offset) !important;
}

.fancy-modal .modal__top {
  padding-right: 6rem;
}

.fancy-modal .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fancy-modal .nav-btn--prev {
  left: 0;
}

.fancy-modal .nav-btn--next {
  right: 0;
}

.fancy-modal__content {
  height: 100%;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.fancy-modal__mainswiper {
  padding: 0 6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.fancy-modal__mainswiper .swiper {
  width: 100%;
  height: 100%;
}

.fancy-modal__mainswiper .swiper-slide,
.fancy-modal__mainswiper .media-contain,
.fancy-modal__mainswiper .media-cover {
  height: 100%;
}

.map-modal p {
  margin-bottom: 1.6rem;
}

.map-modal p:not(section):last-child {
  margin-bottom: 0;
}

.map-modal .text-btn {
  margin-top: 0.8rem;
}

.map-modal .text-btn:first-child {
  margin-top: 0;
}

.success-modal h2,
.success-modal .h2,
.error-modal h2,
.error-modal .h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 1.6rem;
}

.success-modal h2:not(section):last-child,
.success-modal .h2:not(section):last-child,
.error-modal h2:not(section):last-child,
.error-modal .h2:not(section):last-child {
  margin-bottom: 0;
}

.success-modal h2::before,
.success-modal .h2::before,
.error-modal h2::before,
.error-modal .h2::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.success-modal p,
.error-modal p {
  margin-bottom: 3.2rem;
}

.success-modal p:not(section):last-child,
.error-modal p:not(section):last-child {
  margin-bottom: 0;
}

.success-modal p:empty,
.error-modal p:empty {
  margin-bottom: 0.4rem;
}

.success-modal h2::before {
  background-image: url(../img/svg/success.svg);
}

.error-modal h2::before {
  background-image: url(../img/svg/error.svg);
}

.footer {
  padding: 4rem 0 2rem;
  background: var(--beige);
}

.footer--main .footer__logo {
  pointer-events: none;
}

.footer a:hover {
  color: var(--primary-color-hover);
}

.footer__logo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 3.3vw, 6.5rem);
}

.footer__logo:before,
.footer__logo:after {
  content: "";
  display: block;
  height: 1px;
  background: var(--primary-color);
}

.footer__logo a {
  width: clamp(232px, 130px + 7.97vw, 283px);
}

.footer__row,
.footer__bottom {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 3fr 1fr;
  row-gap: 3.2rem;
}

.footer__row {
  margin-bottom: 4rem;
}

.footer__row:not(section):last-child {
  margin-bottom: 0;
}

.footer__row:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--primary-color);
}

.footer__contacts {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}

.footer__contacts-item > *,
.footer__social li {
  margin-bottom: 0.8rem;
}

.footer__contacts-item > *:not(section):last-child,
.footer__social li:not(section):last-child {
  margin-bottom: 0;
}

.footer__contacts-item a {
  text-transform: none;
}

.footer__navs {
  display: grid;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}

.footer__navs li,
.footer__navs a {
  font-weight: 500;
  text-transform: uppercase;
}

.footer__navs li {
  margin-bottom: 1.6rem;
}

.footer__navs li:not(section):last-child {
  margin-bottom: 0;
}

.footer__texts p,
.footer__texts a {
  color: rgba(var(--primary-color-rgb), 0.7);
}

.footer__texts p {
  margin-bottom: 1.6rem;
}

.footer__texts p:not(section):last-child {
  margin-bottom: 0;
}

.footer__copy,
.footer__dev {
  font-weight: 400;
  color: rgba(var(--primary-color-rgb), 0.7);
}

.footer__copy {
  font-size: clamp(1.2rem, 1rem + 0.15625vw, 1.3rem);
}

.footer__dev {
  font-size: clamp(1.2rem, 1.151rem + 0.13vw, 1.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__dev img {
  width: 9rem;
  -webkit-filter: invert(29%) sepia(5%) saturate(4781%) hue-rotate(327deg) brightness(100%) contrast(82%);
  filter: invert(29%) sepia(5%) saturate(4781%) hue-rotate(327deg) brightness(100%) contrast(82%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__dev:hover img {
  -webkit-filter: invert(9%) sepia(59%) saturate(2632%) hue-rotate(351deg) brightness(98%) contrast(110%);
  filter: invert(9%) sepia(59%) saturate(2632%) hue-rotate(351deg) brightness(98%) contrast(110%);
}

@media (min-width: 120.6875rem) {
  html {
    font-size: clamp(0.625rem, 0.625rem + 0.375 * (100vw - 120.625rem) / 35.625, 1rem);
  }
}

@media (min-width: 767.98px) {
  .intro {
    margin-top: calc(var(--main-offset) * -1);
  }

  .sec-top__r {
    grid-column: 2/3;
  }

  .ml-50 {
    margin-left: calc(50% + 0.5rem);
  }

  .pl-50 {
    padding-left: calc(50% + 0.5rem);
  }

  .dropdown--date .dropdown__body {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .intro .container {
    min-height: calc(100vh - var(--header-h));
    padding-top: max(6rem, 10vh);
    padding-bottom: max(6rem, 10vh);
  }

  .intro__preview {
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .intro__preview .intro__play {
    display: none;
  }

  .intro__content {
    color: var(--white);
    max-width: 70rem;
  }

  .accordion__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .accordion__inner .media-el {
    width: calc(25% - 0.75rem);
    margin: 0 1rem 0 0;
  }

  .accordion__inner .page-content {
    width: calc(50% - 0.5rem);
  }

  .accordion__header {
    padding-left: calc(50% + 0.5rem);
    position: relative;
  }

  .accordion__header:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    top: 1.6rem;
    left: 0;
  }

  .cards__items {
    row-gap: 3.2rem;
  }

  .events__images .media-cover:nth-child(2n+1) {
    max-width: calc(50% - 5px);
  }

  .main-services__items {
    row-gap: 2rem;
  }
}

@media (min-width: 1030.98px) {
  .desktop-hidden {
    display: none;
  }

  .accordion__inner .media-el {
    margin: 0 2rem 0 0;
  }

  .item-include:hover:after {
    visibility: hidden;
    opacity: 0;
  }

  .advants__items .item-advant:nth-child(3) {
    grid-column: 4/5;
  }

  .advants__items .item-advant:nth-child(5) {
    grid-column: 3/4;
  }
}

@media (min-width: 1250.98px) {
  .cards__items {
    row-gap: 4rem;
  }

  .main-services__items {
    row-gap: 3rem;
  }
}

@media (min-width: 1450.98px) {
  .intro__content {
    max-width: 85.5rem;
  }

  .accordion__header::before {
    width: 1rem;
    height: 1rem;
  }
}

@media (min-width: 1920.98px) {
  :root {
    --content-width: 100%;
    --container-offset: clamp(6rem, 0.04vw, 10rem);
    --container-width: 100%;
  }
}

@media (max-width: 1450.98px) {
  :root {
    --container-offset: clamp(1.6rem, 3.125vw, 4rem);
    --header-h: 8.5rem;
    --main-offset: 3.2rem;
  }

  h1,
  .h1 {
    font-size: clamp(4.2rem, 1.5rem + 3.51vw, 6rem);
  }

  .h1--sm {
    font-size: clamp(3.9rem, 2.25rem + 2.15vw, 5rem);
  }

  h2,
  .h2,
  .page-content h1 {
    font-size: clamp(2.65rem, 1.82rem + 1.07vw, 3.2rem);
  }

  h3,
  .h3,
  .page-content h2 {
    font-size: clamp(2.82rem, 2.55rem + 0.35vw, 3rem);
  }

  h4,
  .h4,
  .page-content h3 {
    font-size: clamp(1.8rem, 1.717rem + 0.22vw, 2rem);
  }

  .main-btn,
  .stroke-btn {
    padding: 1.1rem 3.2rem;
  }

  .section,
  .mb-120 {
    margin-bottom: 10rem;
  }

  .sec-top {
    margin-bottom: 2rem;
  }

  .sec-bottom {
    margin-top: 2.4rem;
  }

  .mb-80 {
    margin-bottom: 6rem;
  }

  .mb-60 {
    margin-bottom: 4rem;
  }

  .mb-40 {
    margin-bottom: 2.4rem;
  }

  .mb-24 {
    margin-bottom: 2rem;
  }

  .nav-btn {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
  }

  .play-btn {
    width: 5rem;
    height: 5rem;
    padding: 1.5rem 1.45rem 1.5rem 1.75rem;
  }

  .header__menu {
    padding: 1.2rem 1.2rem 0;
  }

  .header__menu ul {
    gap: 1.6rem clamp(1.6rem, 2.5vw, 3.2rem);
  }

  .intro__content h1,
  .intro__content .h1 {
    font-size: clamp(3.9rem, 2.25rem + 2.15vw, 5rem);
  }

  .breadcrumbs {
    margin-bottom: 2rem;
  }

  .item-card__content,
  .item-room__content {
    padding: 2rem 0.8rem 1.2rem;
  }

  .item-include__title {
    font-size: clamp(3rem, 1.5rem + 1.95vw, 4rem);
  }

  .item-include {
    padding: 1.2rem 2rem;
  }

  .item-include:before,
  .item-include:after {
    width: 0.8rem;
    height: 0.8rem;
  }

  .item-include .media-contain {
    width: 9.4rem;
    top: 1.2rem;
    right: 2rem;
    bottom: 1.2rem;
  }

  .item-include__title {
    padding: 0 9.4rem;
  }

  .info-block .page-content h3 {
    font-size: clamp(2.65rem, 1.82rem + 1.07vw, 3.2rem);
  }

  .info-block .page-content h2 {
    font-size: clamp(3.9rem, 2.25rem + 2.15vw, 5rem);
  }

  .info-block--food .info-block__row {
    padding: 2rem 0;
  }

  .features {
    gap: 1rem;
  }

  .features__icon {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.7rem;
  }

  .warn-block {
    padding: 1.2rem;
    gap: 1rem;
  }

  .warn-block::before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .item-advant {
    min-height: 21rem;
    padding: 1.2rem;
  }

  .item-advant__icon {
    width: 5rem;
    height: 5rem;
    padding: 1.3rem;
  }

  .map [class*=balloon__content] {
    width: 37rem !important;
  }

  .map [class*=-placemark] [class*=-image] {
    -webkit-transform: scale(0.85) !important;
    -ms-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
  }

  .contacts .container .contacts__map {
    max-height: 35.7rem;
  }

  .contacts__map {
    max-height: 63.3rem;
  }

  .balloon h3,
  .balloon .h3 {
    font-size: clamp(2.82rem, 2.55rem + 0.35vw, 3rem);
  }

  .balloon .btn {
    margin-top: 2.4rem;
  }

  .item-review {
    padding: 1.2rem;
  }

  .item-review .read-more.more-hidden .read-more__content {
    -webkit-line-clamp: 8;
  }

  .item-review__author {
    gap: 1rem;
  }

  .item-review__author-img {
    width: 3.8rem;
    height: 3.8rem;
  }

  .rating__container {
    width: 8.6rem;
    height: 1.4rem;
  }

  .rating__container svg {
    width: 8.6rem;
    max-width: 8.6rem;
    height: 1.4rem;
  }

  .yandex {
    width: 8.7rem;
    height: 2.2rem;
  }

  .success-modal p,
  .error-modal p {
    margin-bottom: 2.4rem;
  }

  .footer__logo a {
    width: clamp(157px, 125.9px + 8.28vw, 232px);
  }

  .footer__row {
    margin-bottom: 2.4rem;
  }

  .footer__rows {
    margin-bottom: 3.2rem;
  }

  .footer__row {
    margin-bottom: 3.2rem;
  }

  .footer__row:not(:last-child) {
    padding-bottom: 3.2rem;
  }

  .footer__texts p {
    margin-bottom: 1.2rem;
  }

  .footer__texts p:not(section):last-child {
    margin-bottom: 0;
  }

  .footer__dev img {
    width: 7.2rem;
  }
}

@media (max-width: 1250.98px) {
  h1,
  .h1 {
    font-size: clamp(3.8rem, 3.42rem + 1.01vw, 4.2rem);
  }

  .h1--sm {
    font-size: clamp(3.7rem, 3.51rem + 0.51vw, 3.9rem);
  }

  h2,
  .h2,
  .page-content h1 {
    font-size: clamp(2.6rem, 2.55rem + 0.13vw, 2.65rem);
  }

  h3,
  .h3,
  .page-content h2 {
    font-size: clamp(2.8rem, 2.78rem + 0.05vw, 2.82rem);
  }

  .beer-handle {
    width: 8rem;
    height: 4rem;
  }

  .beer-handle::before {
    left: 1.15rem;
  }

  .beer-handle::after {
    right: 1.15rem;
  }

  .intro__content h1,
  .intro__content .h1 {
    font-size: clamp(3.7rem, 3.51rem + 0.51vw, 3.9rem);
  }

  .item-include__title {
    font-size: clamp(2.8rem, 2.61rem + 0.51vw, 3rem);
  }

  .info-block .page-content h3 {
    font-size: clamp(2.6rem, 2.55rem + 0.13vw, 2.65rem);
  }

  .info-block .page-content h2 {
    font-size: clamp(3.7rem, 3.51rem + 0.51vw, 3.9rem);
  }

  .info-block__l-wrapper {
    padding-right: 0;
  }

  .item-advant {
    min-height: 16.9rem;
  }

  .item-advant__icon {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .balloon h3,
  .balloon .h3 {
    font-size: clamp(2.8rem, 2.78rem + 0.05vw, 2.82rem);
  }

  .cookie .btn-cross {
    right: var(--container-offset);
    top: 1.6rem;
  }

  .cookie__inner {
    padding: 2.4rem var(--container-offset) 2rem;
  }
}

@media (max-width: 1030.98px) {
  :root {
    --container-offset: 1.6rem;
    --header-h: 5.5rem;
  }

  .mob-hidden {
    display: none;
  }

  .main-btn,
  .stroke-btn {
    padding: 1.1rem 1.4rem;
  }

  .section,
  .mb-120 {
    margin-bottom: 8rem;
  }

  .social-list ul li {
    width: 3.2rem;
    height: 3.2rem;
  }

  .social-list ul li a {
    padding: 0.9rem;
  }

  .main-form {
    padding: 3.2rem 2.4rem;
  }

  .header__mob {
    display: block;
    position: relative;
    z-index: 1;
  }

  .header__mob-inner {
    padding: 1.1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  }

  .header__social {
    display: block;
    width: 100%;
  }

  .header__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .header__social ul li a {
    font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
  }

  .header__logo-mob {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .header__logo-mob a {
    width: 8.1rem;
    display: block;
  }

  .header__desk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: var(--header-h);
    background: var(--cloud);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 1;
  }

  .header__desk.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .header__desk .container {
    height: 100%;
  }

  .header__desk .social-list {
    display: none;
  }

  .header__desk .main-btn {
    margin-top: 4rem;
  }

  .header__desk .main-btn:first-child {
    margin-top: 0;
  }

  .header__desk-inner {
    height: 100%;
    padding: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
  }

  .header__logo {
    display: none;
  }

  .header__menu {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .header__menu ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(var(--oat-milk-rgb), 0.6);
  }

  .header__menu ul li a {
    padding: 1.6rem 0.8rem;
    display: block;
  }

  .header__info,
  .header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 3.2rem 0;
  }

  .header__info-item {
    font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
    max-width: 100%;
  }

  .header__info-item p {
    margin-top: 0.8rem;
  }

  .header__info-item p:first-child {
    margin-top: 0;
  }

  .header__actions {
    width: 100%;
    max-width: 40rem;
    gap: 2.4rem;
    margin: auto auto 0;
  }

  .header__actions .text-btn {
    color: var(--white);
    width: 100%;
    padding: 1.4rem 1.4rem 1.1rem;
    background: var(--primary-color);
  }

  .header__lang {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 2.4rem;
  }

  .header__lang a {
    font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
  }

  .icon-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
    transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
    cursor: pointer;
    margin-left: 1rem;
  }

  .icon-menu.active span:nth-child(1) {
    top: 1.2rem;
    -webkit-animation: topbar-x 500ms;
    animation: topbar-x 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .icon-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .icon-menu.active span:nth-child(3) {
    bottom: 1.2rem;
    -webkit-animation: bottombar-x 500ms;
    animation: bottombar-x 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .icon-menu span {
    display: block;
    position: absolute;
    background: var(--primary-color);
    width: 100%;
    height: 0.2rem;
    border-radius: 0.1rem;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }

  .icon-menu span:nth-child(1) {
    top: 0.5rem;
    -webkit-animation: topbar-back 500ms;
    animation: topbar-back 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: initial !important;
    animation-play-state: initial !important;
  }

  .icon-menu span:nth-child(2) {
    top: 1.2rem;
    opacity: 1;
  }

  .icon-menu span:nth-child(3) {
    bottom: 0.5rem;
    -webkit-animation: bottombar-back 500ms;
    animation: bottombar-back 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: initial !important;
    animation-play-state: initial !important;
    margin-bottom: 0;
  }

  .cards__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .cards__top-text {
    font-size: clamp(1.5rem, 1.45rem + 0.13vw, 1.7rem);
  }

  .item-room__features span {
    padding: 0.6rem 0.8rem 0.4rem;
    gap: 0.6rem;
  }

  .item-room__features span img {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.15rem;
  }

  .item-room__content {
    padding-left: 0;
    padding-right: 0;
  }

  .events__content .main-btn,
  .events__content .stroke-btn {
    width: 100%;
  }

  .main-services__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-include {
    padding: 1.2rem 0.8rem;
  }

  .item-include:before,
  .item-include:after {
    width: 0.6rem;
    height: 0.6rem;
  }

  .item-include .media-contain {
    display: none;
  }

  .item-include__title {
    padding: 0;
  }

  .info-block__footer .main-btn,
  .info-block__footer .stroke-btn {
    width: 100%;
  }

  .features {
    display: block;
  }

  .features__item:nth-child(2) {
    border-top: none;
  }

  .features__txt {
    font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  }

  .advants__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .item-contact {
    grid-template-columns: 1fr;
    padding: 1.3rem 0;
  }

  .map [class*=-placemark] [class*=-image] {
    -webkit-transform: scale(0.75) !important;
    -ms-transform: scale(0.75) !important;
    transform: scale(0.75) !important;
  }

  .footer__row,
  .footer__bottom {
    grid-template-columns: 1fr;
  }

  .footer__contacts {
    grid-template-columns: 1fr 1fr;
    row-gap: 3.2rem;
  }

  .footer__contacts-item--adress {
    grid-column: 1/3;
  }

  .footer__social ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem 1rem;
  }

  .footer__bottom {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 1030.98px) and (max-width: 1450.98px) {
  .header__desk .main-btn {
    margin-top: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .btn-cross {
    width: 2rem;
    height: 2rem;
  }

  .sec-top {
    gap: 2.4rem 1rem;
  }

  .sec-top {
    grid-template-columns: 1fr;
  }

  .grid-2col {
    gap: 2.4rem 1rem;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }

  .tabs {
    scrollbar-width: 0;
  }

  .tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .main-form {
    padding: 3.2rem 1.6rem;
  }

  .air-datepicker {
    --adp-width: 100%.8rem;
  }

  .header__desk-inner {
    scrollbar-width: none;
  }

  .header__desk-inner::-webkit-scrollbar {
    display: none;
  }

  .room-media .swiper-pagination {
    padding: 0 8rem;
  }

  .image-zoom {
    width: 5rem;
    height: 5rem;
    padding: 1.2rem;
  }

  .image-zoom span {
    display: none;
  }

  .image-zoom svg {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .intro.show-video .intro__content,
  .intro.show-video .booking-bar {
    opacity: 1;
    visibility: visible;
  }

  .intro__play--desk {
    display: none;
  }

  .intro__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .intro__preview {
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }

  .intro__preview img {
    position: static !important;
  }

  .intro__preview .intro__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .cards__items {
    gap: 2.4rem 1rem;
  }

  .cards__items {
    grid-template-columns: 1fr 1fr;
  }

  .main-services__items {
    gap: 2.4rem 1rem;
  }

  .main-services__items {
    grid-template-columns: 1fr 1fr;
  }

  .item-service .h5 {
    font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  }

  .info-block--about .info-block__row {
    gap: 0;
  }

  .info-block--about .info-block__l {
    display: none;
  }

  .info-block--room .info-block__l {
    grid-row: 2/3;
  }

  .info-block--room .info-block__footer {
    margin-top: 2.4rem;
  }

  .info-block--room .info-block__footer:first-child {
    margin-top: 0;
  }

  .info-block__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-block__badge {
    width: 100%;
  }

  .advants__items {
    gap: 2.4rem 1rem;
  }

  .advants__items {
    grid-template-columns: 1fr 1fr;
  }

  .item-contact__title {
    font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  }

  .contacts .container .contacts__map {
    height: 43.9rem;
  }

  .contacts__map {
    height: 37.5rem;
  }

  .modal {
    padding: 0;
    overflow: hidden;
  }

  .modal .btn-cross.modal__close {
    right: var(--container-offset);
    top: 1.6rem;
  }

  .modal .dropdown.open .dropdown__body {
    max-height: 45rem;
  }

  .modal .dropdown__body {
    max-height: 0;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .modal__top {
    padding-right: 3rem;
  }

  .modal__content {
    max-width: 100%;
    max-height: 100%;
    padding: 4rem var(--container-offset) 2rem;
    margin-bottom: 0;
    overflow-y: auto !important;
  }

  .cookie {
    bottom: 0;
    left: 0;
  }

  .cookie__inner {
    max-width: 100%;
  }

  .fancy-modal {
    padding: 1.6rem 0 2.4rem;
  }

  .fancy-modal .nav-btn {
    display: none;
  }

  .fancy-modal__content {
    max-width: 100%;
  }

  .fancy-modal__mainswiper {
    padding: 0;
  }

  .success-modal h2,
  .success-modal .h2,
  .error-modal h2,
  .error-modal .h2 {
    gap: 1.2rem;
  }

  .success-modal h2:before,
  .success-modal .h2:before,
  .error-modal h2:before,
  .error-modal .h2:before {
    width: 2.4rem;
    height: 2.4rem;
  }

  .footer__row,
  .footer__bottom {
    gap: 2.4rem 1rem;
  }

  .footer__contacts {
    gap: 2.4rem 1rem;
  }

  .footer__contacts {
    grid-template-columns: 1fr;
  }

  .footer__navs {
    gap: 2.4rem 1rem;
  }

  .footer__navs {
    grid-template-columns: 1fr;
  }

  .footer__contacts {
    grid-template-columns: 1fr 1fr;
  }

  .footer__contacts-item p {
    font-size: clamp(1.2rem, 1rem + 0.15625vw, 1.3rem);
  }

  .footer__contacts-item p.h5 {
    font-size: clamp(1.4rem, 1rem + 0.3125vw, 1.6rem);
  }
}

@media (max-width: 575.98px) {
  .main-btn,
  .stroke-btn {
    width: 100%;
  }

  .info-block__address {
    max-width: 100%;
  }
}

@media (max-width: 479.98px) {
  .cards__items {
    grid-template-columns: 1fr;
  }

  .main-services__items {
    grid-template-columns: 1fr;
  }

  .main-services__items {
    grid-template-columns: 1fr 1fr;
  }

  .advants__items {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 575.98px) and (max-width: 767.98px) {
  :root {
    --container-offset: 4rem;
  }
}

@media (min-width: 1030.98px), (max-width: 767.98px) {
  .main-services__items .item-service:nth-child(7n) {
    grid-column-end: span 2;
  }
}

@media (min-width: 767.98px) and (max-width: 1450.98px) {
  .info-block__badge .text-l {
    font-size: 10rem;
  }

  .info-block__badge-txt {
    font-size: clamp(1.6rem, 1.2rem + 0.3125vw, 1.8rem);
  }
}