@charset "UTF-8";
@font-face {
  font-family: "Tenor Sans";
  src: url("fonts/TenorSans/TenorSans.eot");
  src: local("Tenor Sans"), local("TenorSans"), url("fonts/TenorSans/TenorSans.eot?#iefix") format("embedded-opentype"), url("fonts/TenorSans/TenorSans.woff2") format("woff2"), url("fonts/TenorSans/TenorSans.woff") format("woff"), url("fonts/TenorSans/TenorSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/Onest/Onest-Light.eot");
  src: local("Onest Light"), local("Onest-Light"), url("fonts/Onest/Onest-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Onest/Onest-Light.woff2") format("woff2"), url("fonts/Onest/Onest-Light.woff") format("woff"), url("fonts/Onest/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/Onest/Onest-Medium.eot");
  src: local("Onest Medium"), local("Onest-Medium"), url("fonts/Onest/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Onest/Onest-Medium.woff2") format("woff2"), url("fonts/Onest/Onest-Medium.woff") format("woff"), url("fonts/Onest/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/Onest/Onest-SemiBold.eot");
  src: local("Onest SemiBold"), local("Onest-SemiBold"), url("fonts/Onest/Onest-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Onest/Onest-SemiBold.woff2") format("woff2"), url("fonts/Onest/Onest-SemiBold.woff") format("woff"), url("fonts/Onest/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("fonts/Onest/Onest-Regular.eot");
  src: local("Onest Regular"), local("Onest-Regular"), url("fonts/Onest/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Onest/Onest-Regular.woff2") format("woff2"), url("fonts/Onest/Onest-Regular.woff") format("woff"), url("fonts/Onest/Onest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-size: 20px;
  --container: 70rem;
  --lh: 1.4;
  --border-radius: 2rem;
  --border-radius-block: 1rem;
  --margin-big: 4rem;
  --margin-medium: 2rem;
  --margin-small: 1.5rem;
  --margin-section: 3rem;
  /*  --container-padding: calc((100vw - var(--container))/2 + 8px);*/
  --text: #2B2B2B;
  --white: #FFF;
  --black: #181818;
  --bg: #F4F2EF;
  --gray: #8c8c8c;
  --secondary: #C8B8A6;
  --violet: #6E4A7E;
  --violet-light: #A183CC;
  --violet-light2: #EAE4F4;
  --brown: #8F7B65;
  --menu-gray: #cacaca;
  --light-bg: #F8F7F6;
  --size-h1: 3rem;
  --size-h2: 2.2rem;
  --size-h3: 1.4rem;
  --size-h4: 1.2rem;
  --size-60: 3rem;
  --size-32: 1.6rem;
  --size-30: 1.5rem;
  --size-28: 1.4rem;
  --size-25: 1.25rem;
  --size-24: 1.2rem;
  --size-22: 1.1rem;
  --size-20: 1rem;
  --size-18: 0.9rem;
  --size-16: 0.8rem;
}

.bg-text {
  --current-bg: #2B2B2B!important;
  background-color: #2B2B2B !important;
}

.bg-text-hover:hover {
  --current-bg: #2B2B2B!important;
  background-color: #2B2B2B !important;
}

.bg-white {
  --current-bg: #FFF!important;
  background-color: #FFF !important;
}

.bg-white-hover:hover {
  --current-bg: #FFF!important;
  background-color: #FFF !important;
}

.bg-black {
  --current-bg: #181818!important;
  background-color: #181818 !important;
}

.bg-black-hover:hover {
  --current-bg: #181818!important;
  background-color: #181818 !important;
}

.bg-bg {
  --current-bg: #F4F2EF!important;
  background-color: #F4F2EF !important;
}

.bg-bg-hover:hover {
  --current-bg: #F4F2EF!important;
  background-color: #F4F2EF !important;
}

.bg-gray {
  --current-bg: #8c8c8c!important;
  background-color: #8c8c8c !important;
}

.bg-gray-hover:hover {
  --current-bg: #8c8c8c!important;
  background-color: #8c8c8c !important;
}

.bg-secondary {
  --current-bg: #C8B8A6!important;
  background-color: #C8B8A6 !important;
}

.bg-secondary-hover:hover {
  --current-bg: #C8B8A6!important;
  background-color: #C8B8A6 !important;
}

.bg-violet {
  --current-bg: #6E4A7E!important;
  background-color: #6E4A7E !important;
}

.bg-violet-hover:hover {
  --current-bg: #6E4A7E!important;
  background-color: #6E4A7E !important;
}

.bg-violet-light {
  --current-bg: #A183CC!important;
  background-color: #A183CC !important;
}

.bg-violet-light-hover:hover {
  --current-bg: #A183CC!important;
  background-color: #A183CC !important;
}

.bg-violet-light2 {
  --current-bg: #EAE4F4!important;
  background-color: #EAE4F4 !important;
}

.bg-violet-light2-hover:hover {
  --current-bg: #EAE4F4!important;
  background-color: #EAE4F4 !important;
}

.bg-brown {
  --current-bg: #8F7B65!important;
  background-color: #8F7B65 !important;
}

.bg-brown-hover:hover {
  --current-bg: #8F7B65!important;
  background-color: #8F7B65 !important;
}

.bg-menu-gray {
  --current-bg: #cacaca!important;
  background-color: #cacaca !important;
}

.bg-menu-gray-hover:hover {
  --current-bg: #cacaca!important;
  background-color: #cacaca !important;
}

.bg-light-bg {
  --current-bg: #F8F7F6!important;
  background-color: #F8F7F6 !important;
}

.bg-light-bg-hover:hover {
  --current-bg: #F8F7F6!important;
  background-color: #F8F7F6 !important;
}

.color-text {
  --current-color: #2B2B2B!important;
  color: #2B2B2B !important;
}

.color-text-hover:hover {
  --current-color: #2B2B2B!important;
  color: #2B2B2B !important;
}

.color-white {
  --current-color: #FFF!important;
  color: #FFF !important;
}

.color-white-hover:hover {
  --current-color: #FFF!important;
  color: #FFF !important;
}

.color-black {
  --current-color: #181818!important;
  color: #181818 !important;
}

.color-black-hover:hover {
  --current-color: #181818!important;
  color: #181818 !important;
}

.color-bg {
  --current-color: #F4F2EF!important;
  color: #F4F2EF !important;
}

.color-bg-hover:hover {
  --current-color: #F4F2EF!important;
  color: #F4F2EF !important;
}

.color-gray {
  --current-color: #8c8c8c!important;
  color: #8c8c8c !important;
}

.color-gray-hover:hover {
  --current-color: #8c8c8c!important;
  color: #8c8c8c !important;
}

.color-secondary {
  --current-color: #C8B8A6!important;
  color: #C8B8A6 !important;
}

.color-secondary-hover:hover {
  --current-color: #C8B8A6!important;
  color: #C8B8A6 !important;
}

.color-violet {
  --current-color: #6E4A7E!important;
  color: #6E4A7E !important;
}

.color-violet-hover:hover {
  --current-color: #6E4A7E!important;
  color: #6E4A7E !important;
}

.color-violet-light {
  --current-color: #A183CC!important;
  color: #A183CC !important;
}

.color-violet-light-hover:hover {
  --current-color: #A183CC!important;
  color: #A183CC !important;
}

.color-violet-light2 {
  --current-color: #EAE4F4!important;
  color: #EAE4F4 !important;
}

.color-violet-light2-hover:hover {
  --current-color: #EAE4F4!important;
  color: #EAE4F4 !important;
}

.color-brown {
  --current-color: #8F7B65!important;
  color: #8F7B65 !important;
}

.color-brown-hover:hover {
  --current-color: #8F7B65!important;
  color: #8F7B65 !important;
}

.color-menu-gray {
  --current-color: #cacaca!important;
  color: #cacaca !important;
}

.color-menu-gray-hover:hover {
  --current-color: #cacaca!important;
  color: #cacaca !important;
}

.color-light-bg {
  --current-color: #F8F7F6!important;
  color: #F8F7F6 !important;
}

.color-light-bg-hover:hover {
  --current-color: #F8F7F6!important;
  color: #F8F7F6 !important;
}

[class*=color-] {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: var(--text);
  font-family: "Onest", sans-serif;
  font-weight: 300;
  line-height: var(--lh);
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Для Mac (Firefox) */
}
body.open {
  overflow: hidden;
}

html.with-fancybox {
  overflow: hidden !important;
}

/*
b, strong {
  font-weight: bold;
}*/
.container {
  width: 100%;
  max-width: var(--container);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container.wide {
  --container: 80rem;
}

.wow {
  visibility: hidden;
}

ul.clean, ol.clean {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

@media (min-width: 981px) {
  .hidden-on-desktop {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .hidden-on-mobile {
    display: none !important;
  }
}
.border-radius-top {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.border-radius-bottom {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

main.page .content ul {
  list-style: none;
  margin: -0.25rem 0;
  padding: 0 !important;
}
main.page .content ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1em;
}
main.page .content ul:not(.clean) li:before {
  content: "\e90e";
  font-family: icomoon;
  color: var(--green);
  font-size: 0.4em;
  vertical-align: middle;
  padding-right: 0.5rem;
  position: relative;
  top: -1px;
}
main.page .content ol {
  margin: -0.25rem 0;
}
main.page .content ol li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
main.page .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2.5rem;
}
main.page .content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.inverse {
  text-decoration: underline;
}
a.inverse:hover {
  text-decoration: none;
}
a.tel-link {
  text-decoration: none !important;
}
a.no-hover {
  color: inherit !important;
}
a.link.default {
  --current-color: var(--text);
  font-weight: inherit;
  font-size: inherit;
  text-shadow: none;
  text-decoration: none;
  position: relative;
}
a.no-decoration {
  text-decoration: none !important;
  color: inherit;
}

.anchor {
  scroll-margin-top: 0;
}

.auto-lh {
  margin-top: calc(var(--m-top, 0px) - 1em * (var(--lh) - 1)) !important;
  margin-bottom: calc(var(--m-bottom, 0px) - 1em * (var(--lh) - 1)) !important;
}

hr {
  background: var(--green);
  height: 1px;
  border: 0;
  width: 80%;
  max-width: 450px;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.row.wrap {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.row.vertical {
  flex-direction: column;
}
.row.vertical.reverse {
  flex-direction: column-reverse;
}
.row.vertical.align-left {
  align-items: flex-start;
}
.row.vertical.align-right {
  align-items: flex-end;
}
.row.vertical.align-bottom {
  justify-content: flex-end;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.align-top {
  align-items: flex-start;
}
.row.align-center {
  justify-content: center;
}
.row.align-left {
  justify-content: flex-start;
}
.row.align-right {
  justify-content: flex-end;
}
.row > .col {
  flex: 1;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.clean-p > p:first-of-type {
  margin-top: 0;
}
.clean-p > p:last-of-type {
  margin-bottom: 0;
}

.hover-effect {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hover-effect img {
  transition: transform 0.5s ease;
}
.hover-effect:hover img {
  transform: scale(1.05);
}

.nowrap {
  white-space: nowrap;
}

.invisible {
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  color: transparent;
}

.with-margin {
  margin-top: var(--margin-big);
  margin-bottom: var(--margin-big);
}

.with-margin-t {
  margin-top: var(--margin-big);
}

.with-margin-b {
  margin-bottom: var(--margin-big);
}

.with-margin-m {
  margin-top: var(--margin-medium);
  margin-bottom: var(--margin-medium);
}

.with-margin-t-m {
  margin-top: var(--margin-medium);
}

.with-margin-b-m {
  margin-bottom: var(--margin-medium);
}

.with-padding {
  padding-top: var(--margin-big);
  padding-bottom: var(--margin-big);
}

.with-padding-t {
  padding-top: var(--margin-big);
}

.with-padding-b {
  padding-bottom: var(--margin-big);
}

.with-padding-m {
  padding-top: var(--margin-medium);
  padding-bottom: var(--margin-medium);
}

.with-padding-t-m {
  padding-top: var(--margin-medium);
}

.with-padding-b-m {
  padding-bottom: var(--margin-medium);
}

.title-section {
  text-align: center;
  margin-bottom: var(--margin-section);
}

.box-shadow {
  box-shadow: -1px -1px 5px 0 rgba(100, 100, 100, 0.15);
}

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.video {
  width: 100%;
  margin: 2rem 0;
}
.video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.items-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: var(--margin-section);
}
@media (max-width: 980px) {
  .items-grid {
    grid-auto-rows: auto;
  }
}
.items-grid .item {
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
@media (max-width: 980px) {
  .items-grid .item {
    flex-direction: column;
    align-self: flex-start;
  }
}
.items-grid .item .thumb {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  border-radius: var(--border-radius-block);
  flex: 1 0 calc(50% + 2rem);
}
@media (min-width: 981px) {
  .items-grid .item .thumb > .hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.items-grid .item .thumb > .hover-effect img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .items-grid .item .thumb > .hover-effect img {
    aspect-ratio: 16/9;
  }
}
.items-grid .item .inner-content {
  padding: 2rem;
  align-self: stretch;
}
@media (max-width: 640px) {
  .items-grid .item .inner-content {
    padding: 2rem 1rem 1rem;
  }
}
.items-grid .item .inner-content .title {
  --m-bottom: 1.5rem;
  font-size: var(--size-32);
  text-transform: uppercase;
  font-weight: normal;
}
.items-grid .item .inner-content .labels {
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .items-grid .item .inner-content .labels {
    gap: 1rem;
  }
}
.items-grid .item .inner-content .labels .option-label {
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  line-height: 1;
  white-space: nowrap;
  font-size: var(--size-18);
}
.items-grid .item .inner-content .btn-block {
  width: 100%;
}
.items-grid .item .inner-content .btn-block .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  .items-grid .item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .items-grid .item:nth-of-type(2n) .inner-content {
    align-items: flex-end;
  }
  .items-grid .item:nth-of-type(2n+1) .inner-content {
    align-items: flex-start;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-grid .item {
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-grid .item:nth-of-type(1), .gallery-grid .item:nth-of-type(n+11) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .gallery-grid .item:nth-of-type(8), .gallery-grid .item:nth-of-type(8n) {
    grid-column: 3/5;
    grid-row: 3/5;
  }
}
.gallery-grid .item a {
  display: block;
  aspect-ratio: 1;
}
@media (max-width: 460px) {
  .gallery-grid .item a {
    aspect-ratio: 4/3;
  }
}
.gallery-grid .item a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fancy-modal {
  display: none;
  background: var(--bg);
  color: var(--white);
  width: 100%;
  max-width: 768px;
  font-size: var(--size-18);
}
.fancy-modal iframe {
  margin: 0 auto !important;
}

.custom-table .scroll-table {
  overflow-x: auto;
}
.custom-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.custom-table table td {
  padding: 0.5rem;
}
.custom-table table td.border-bottom {
  border-bottom: 1px solid var(--white);
}
.custom-table table td.align-top {
  vertical-align: top;
}
.custom-table table tr {
  border-bottom: 1px solid var(--white);
}

.btn {
  --current-bg: var(--violet);
  --current-color: var(--white);
  display: inline-block;
  padding: 1rem 1.5rem;
  background: var(--current-bg, inherit);
  color: var(--current-color, inherit);
  text-decoration: none !important;
  border: 0 solid var(--mumu-green);
  font-size: var(--size-20);
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  border-radius: 0.5rem;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
@media (max-width: 980px) {
  .btn {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 640px) {
  .btn {
    font-size: var(--size-18);
  }
}
.btn:hover {
  --current-bg: var(--violet-light);
  --current-color: var(--white);
}
.btn.border {
  border: 1px solid var(--current-bg);
}
.btn.border.inverse {
  border-color: var(--current-color);
}
.btn.border:hover {
  border: 1px solid var(--current-color);
}
.btn.inverse-hover:hover {
  --current-color: var(--current-bg);
  --current-bg: var(--current-bg);
}
.btn.with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.with-icon > .icon {
  margin-left: 0.5rem;
}
.btn.with-icon:hover > .icon {
  color: inherit;
}

.btn-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.btn-group > .btn {
  flex: 1;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  margin-right: 1rem;
}
.btn-group > .btn:last-of-type {
  margin-right: 0;
}

.social {
  gap: 0.5rem;
}

.social-icon {
  --current-color: var(--menu-gray);
  border: 1px solid var(--current-color);
  border-radius: 10rem;
  background: transparent;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  transition: border 0.3s;
}
.social-icon:hover {
  text-decoration: none;
  border: 1px solid var(--secondary);
}
.social-icon:hover .icon {
  color: var(--secondary);
}
.social-icon .icon {
  color: var(--current-color);
  margin: auto;
  line-height: 1;
  font-size: var(--size-18);
  transition: color 0.3s;
}

.headerInitialized header {
  position: fixed;
}

.headerZero header {
  position: absolute !important;
  transform: translateY(0);
}

.headerHiding header {
  transform: translateY(calc(-100% - 1.8rem)) !important;
  transition: none !important;
}

.headerHide header {
  transform: translateY(calc(-100% - 1.8rem));
  transition: transform 0.5s;
}

.headerShow header {
  transform: translateY(0);
  transition: transform 0.5s;
}

.headerBoot header {
  transform: translateY(0) !important;
  transition: none !important;
}

.activeMenu header {
  transform: translateY(0);
  position: fixed;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 1rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header .header-row {
  padding: 1rem;
  gap: 1rem;
}
@media (min-width: 981px) {
  header .header-row {
    background: rgba(0, 0, 0, 0.52);
    border-radius: 1rem;
    backdrop-filter: blur(15px);
  }
}
header .logo {
  max-width: 13rem;
}
header nav {
  flex: 1;
}
@media (min-width: 981px) {
  header nav {
    padding: 0 1rem;
  }
}
header nav .menu {
  gap: 1.5rem;
  padding: 1.5rem 0;
}
@media (max-width: 1280px) {
  header nav .menu {
    gap: 1rem;
  }
}
header nav .menu a {
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
  transition: color 0.3s;
}
header nav .menu a:hover {
  color: var(--secondary);
  text-decoration: none;
}
header .lang-social-wrapper {
  gap: 1rem;
}
header .lang-social-wrapper .lang-select > a {
  display: inline-block;
  border-radius: 0.5rem;
  background: var(--menu-gray);
  text-transform: uppercase;
  padding: 0.52rem 0.25rem;
  font-size: var(--size-16);
  line-height: 0;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.3s;
}
header .lang-social-wrapper .lang-select > a:hover {
  background: var(--white);
}
@media (max-width: 1280px) {
  header .lang-social-wrapper .social > .social-icon {
    display: none;
  }
}

.mobile-menu {
  display: none;
  padding: 1rem;
}
@media (max-width: 980px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 360px) {
  .mobile-menu {
    padding: 0.75rem;
  }
}
.mobile-menu .logo-mobile {
  display: block;
}
.mobile-menu .logo-mobile img {
  width: 100%;
  max-width: 10rem;
}
@media (max-width: 360px) {
  .mobile-menu .logo-mobile img {
    max-width: 8rem;
  }
}

#toggleMenu {
  font-size: 0;
  cursor: pointer;
  background: none;
  border: 0;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 10;
}
#toggleMenu .bar {
  position: absolute;
  width: 100%;
  background: var(--white);
  height: 3px;
  left: 0;
  top: 0;
  pointer-events: none;
  box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.1);
  transition: all 0.3s ease;
}
#toggleMenu .bar.bar-short {
  top: 11px;
}
#toggleMenu .bar:last-of-type {
  top: 22px;
}
#toggleMenu:hover .bar {
  background: var(--gray);
}

.activeMenu {
  overflow: hidden;
}
.activeMenu #toggleMenu .bar-short {
  opacity: 0;
}
.activeMenu #toggleMenu .bar:first-of-type {
  transform: rotate(45deg);
  transform-origin: left top;
  width: 34px;
}
.activeMenu #toggleMenu .bar:last-of-type {
  transform: rotate(-45deg);
  transform-origin: left bottom;
  width: 34px;
  top: 23px;
}
.activeMenu header .header {
  transform: scaleY(1);
  opacity: 1;
  grid-template-rows: 1fr;
}

@media (max-width: 980px) {
  header {
    width: calc(100% - 30px);
    left: 15px;
    background: rgba(0, 0, 0, 0.52);
    border-radius: 1rem;
    backdrop-filter: blur(15px);
  }
  header .header {
    position: relative;
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    min-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease, grid-template-rows 0.4s ease;
  }
  header .header > .container {
    min-height: 0;
  }
  header .header .header-row {
    display: block;
    padding: 0.5rem 0 1rem;
  }
  header .header .header-row .logo {
    display: none;
  }
  header .header .header-row .menu {
    display: block;
    width: 100%;
    padding: 0 15px 1rem !important;
  }
  header .header .header-row .menu > li a {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.75rem 0;
  }
  header .header .header-row .lang-social-wrapper {
    margin-top: 0.5rem;
    flex-direction: row-reverse;
    padding: 0 15px 0;
  }
  header .header .header-row .lang-social-wrapper .social > .social-icon {
    display: flex;
  }
}
@media (max-width: 980px) and (max-width: 360px) {
  header .header .header-row .lang-social-wrapper .social > .social-icon:not(.tel) {
    display: none;
  }
}
@media (max-width: 540px) {
  header .top-panel .group-visit {
    display: none;
  }
  header .top-panel .contacts {
    justify-content: center;
    width: 100%;
  }
}
footer {
  background: var(--bg);
  padding-top: var(--margin-section);
}
footer .footer {
  color: var(--white);
  gap: var(--margin-medium);
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  footer .footer {
    flex-direction: column;
    align-items: center !important;
  }
}
footer .footer .logo {
  max-width: 280px;
}
@media (max-width: 980px) {
  footer .footer .logo {
    margin-bottom: var(--margin-medium);
  }
}
@media (max-width: 640px) {
  footer .footer .logo {
    max-width: 220px;
  }
}
footer .footer .slogan {
  font-size: var(--size-18);
  max-width: 300px;
  text-align: center;
  margin: 1.5rem auto;
}
@media (max-width: 980px) {
  footer .footer .menu-block {
    display: none;
  }
}
footer .footer .menu-block nav {
  margin-top: 1rem;
}
footer .footer .menu-block nav ul li {
  margin: 0.75rem 0;
}
footer .footer .menu-block nav ul li:first-of-type {
  margin-top: 0.25rem;
}
footer .footer .menu-block nav ul li a {
  color: var(--menu-gray);
  transition: color 0.3s;
}
footer .footer .menu-block nav ul li a:hover {
  color: var(--secondary);
  text-decoration: none;
}
footer .footer .menu-block .legal-info a:before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(244, 242, 239, 0.0784313725);
  margin: 0.25rem 0 1rem;
}
@media (min-width: 640px) {
  footer .footer .contacts-block .items-block {
    margin-top: 1rem;
  }
}
footer .footer .contacts-block .items-block .item {
  margin: 0.75rem 0;
  text-align: left;
  gap: 0.5rem;
}
footer .footer .contacts-block .items-block .item:first-of-type {
  margin-top: 0.25rem;
}
footer .footer .contacts-block .items-block .item .tel-link {
  font-size: var(--size-22);
}
footer .footer .contacts-block .items-block .item .comment-tel {
  font-size: var(--size-18);
}
footer .footer .contacts-block .items-block .item .icon {
  width: 1.25rem;
}
footer .footer .contacts-block .social {
  margin-left: 2rem;
  margin-top: 0.75rem;
  gap: 1rem;
}
footer .footer .contacts-block .social .social-icon {
  width: 2.5rem;
  height: 2.5rem;
}
footer .footer .contacts-block .social .social-icon .icon {
  font-size: 1rem;
}
footer .panel {
  color: var(--white);
  padding: 1rem 0;
  margin: 1.5rem 0;
  background: rgba(244, 242, 239, 0.0509803922);
  border: 1px solid rgba(244, 242, 239, 0.1019607843);
  border-radius: var(--border-radius-block);
}
@media (max-width: 980px) {
  footer .panel {
    display: none;
  }
}
footer .panel__item {
  font-size: var(--size-16);
  padding: 0 1rem;
  flex: 1;
}
@media (max-width: 1280px) {
  footer .panel__item {
    padding: 0 0.75rem;
  }
}
footer .panel__item:not(:last-of-type) {
  border-right: 1px solid rgba(244, 242, 239, 0.1019607843);
}
footer .panel__item--icon {
  margin-right: 1rem;
}
@media (max-width: 1280px) {
  footer .panel__item--icon {
    margin-right: 0.75rem;
  }
}
footer .panel__item--icon svg {
  stroke-width: 1.25;
  color: var(--violet-light);
  width: 2rem;
  height: auto;
}
footer .copyright {
  padding: 1.5rem 0;
  text-align: left;
  font-size: var(--size-16);
  border-top: 1px solid rgba(244, 242, 239, 0.0784313725);
}
@media (max-width: 980px) {
  footer .content .col-logo {
    display: none;
  }
}

.tl-footer-form {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: var(--bg);
  border-top-left-radius: var(--border-radius-block);
  border-top-right-radius: var(--border-radius-block);
  transform: translateY(100%);
  z-index: 100;
}

.tl-footer-form .open-form {
  display: none;
}

.panelInitialized .tl-footer-form {
  transition: transform 0.7s;
}

.panelShow .tl-footer-form {
  transform: translateY(0);
}

.panelHide .tl-footer-form {
  transform: translateY(100%);
}

@media (max-width: 980px) {
  .panelShow .tl-footer-form {
    transform: translateY(calc(100% - 4.75rem));
  }
  .panelShow .tl-footer-form.open {
    transform: translateY(0);
  }
  .tl-footer-form .open-form {
    display: block;
    cursor: pointer;
    line-height: 1;
    padding: 1rem 0;
    margin-bottom: -1rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
}
.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 1rem 0;
  gap: 1rem;
}
.splide__arrow {
  background: none;
  border: 0;
  font-size: var(--size-20);
  cursor: pointer;
  padding: 1rem;
}
@media (max-width: 980px) {
  .splide__arrow {
    padding: 0.75rem;
  }
}
.splide__arrow > span.icon {
  display: block;
}

.splide__pagination {
  gap: 0.5rem;
}
.splide__pagination, .splide__pagination:hover {
  color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
}
.splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  padding: 0;
  background: var(--menu-gray);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(21, 21, 21, 0.1);
  transition: color 0.3s ease, background 0.3s ease;
}
.splide__pagination__page.is-active, .splide__pagination__page:hover {
  background: var(--white);
}

.splide.splide-control-hidden .splide__arrows,
.splide.splide-control-hidden .splide__pagination {
  display: none;
}

.items_slider .item {
  --slide-width: calc((100vw - var(--container-padding))/6);
}
@media (max-width: 1640px) {
  .items_slider .item {
    --slide-width: calc((100vw - var(--container-padding))/5);
  }
}
@media (max-width: 1200px) {
  .items_slider .item {
    --slide-width: calc((100vw - var(--container-padding))/4.2);
  }
}
@media (max-width: 1024px) {
  .items_slider .item {
    --slide-width: 13rem;
  }
}
.items_slider .item .thumb {
  width: 100%;
  height: 100%;
}
.items_slider .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.items_slider .item .thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
  z-index: 1;
  transition: opacity 0.3s ease;
}
.items_slider .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: space-between;
  text-align: center;
  z-index: 10;
}
.items_slider .item .title {
  margin-top: auto;
  height: calc(var(--lh) * 2 * 1rem);
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.items_slider .item.with-desc:before {
  content: "\e927";
  font-family: "icomoon";
  position: absolute;
  color: var(--wihte);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: var(--size-18);
  width: 2.5rem;
  height: 2.5rem;
  background: var(--green);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.items_slider .item.with-desc .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.items_slider .item.with-desc .desc {
  flex: 1;
  width: 100%;
}
.items_slider .item.with-desc .desc .hide-text {
  font-size: var(--size-16);
  padding: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.items_slider .item.with-desc:hover .thumb:after {
  opacity: 1;
}
.items_slider .item.with-desc:hover:before {
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
}
.items_slider .item.with-desc:hover .desc .hide-text {
  opacity: 1;
}
.items_slider.hoverhover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}
.items_slider .splide__arrows {
  padding-left: var(--container-padding);
}

h1 {
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-size: var(--size-h1);
  font-weight: normal;
  margin: 1.5rem 0;
}

h2 {
  font-family: "Tenor Sans", sans-serif;
  color: inherit;
  font-size: var(--size-h2);
  margin: 1.5rem 0;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-family: "Tenor Sans", sans-serif;
  color: inherit;
  font-weight: normal;
  font-size: var(--size-h3);
  margin: 1.5rem 0;
}

h4 {
  font-family: "Tenor Sans", sans-serif;
  color: inherit;
  font-weight: normal;
  font-size: var(--size-h4);
  margin: 1.25rem 0;
}

h4 > a {
  transition: color 0.3s;
}

h4 > a:hover {
  text-decoration: none;
  color: var(--violet);
}

.title-font {
  font-family: "Tenor Sans", sans-serif;
}

.light-text {
  font-weight: 300;
}

.text-uppercase {
  text-transform: uppercase;
}

.post-title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--size-22);
  text-align: center;
}

@media all and (max-height: 720px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  :root {
    --size-h1: 2.5rem;
    --size-h2: 1.9rem;
    --size-h3: 1.25rem;
    --size-h4: 1.1rem;
    --size-60: 2.5rem;
    --margin-big: 3.5rem;
    --margin-medium: 2rem;
    --margin-small: 1.5rem;
    --margin-section: 2.5rem;
  }
  html {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  :root {
    --size-h1: 2rem;
    --size-h2: 1.75rem;
    --size-h3: 1.2rem;
    --size-h4: 1.1rem;
    --size-60: 2rem;
    --size-32: 1.4rem;
    --size-28: 1.2rem;
    --size-22: 1rem;
    --margin-big: 3rem;
    --margin-medium: 1.75rem;
    --margin-small: 1.25rem;
    --margin-section: 2.25rem;
    --border-radius: 1.5rem;
    --border-radius-block: 0.75rem;
  }
  html {
    font-size: 18px;
  }
}
.breadcramps {
  width: 100%;
  padding: var(--margin-small) 0;
  font-size: var(--size-18);
}
.breadcramps ul {
  text-align: left;
  color: var(--secondary);
}
.breadcramps li {
  display: inline;
}
.breadcramps li a {
  text-decoration: none;
  color: var(--secondary);
}
.breadcramps li a:hover {
  text-decoration: underline;
}
.breadcramps li:not(:last-of-type):after {
  content: "\e90e";
  font-family: icomoon;
  display: inline-block;
  line-height: 1;
  margin: 0 0.4rem;
  font-size: 0.75em;
}
.breadcramps li span {
  color: var(--gray);
}
@media (max-width: 1280px) {
  .breadcramps {
    padding: 1.5rem 0;
  }
}
@media (max-width: 980px) {
  .breadcramps {
    padding: 1rem 0;
  }
}

.home .hero {
  position: relative;
  height: 100lvh;
  min-height: 600px;
}
.home .hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  pointer-events: none;
  z-index: 1;
}
.home .hero .splide {
  height: 100%;
}
@media (max-width: 768px) {
  .home .hero .splide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.home .hero .splide__track, .home .hero .splide__list, .home .hero .splide__slide {
  height: 100%;
}
.home .hero .splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .hero .splide .splide__arrows {
  position: absolute;
  bottom: calc(var(--margin-medium) / 2);
  left: 50%;
  transform: translate(-50%, 25%);
  z-index: 3;
}
.home .hero .cover {
  position: absolute;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}
.home .hero .main-layer {
  padding-top: calc(80px + 1rem);
  padding-bottom: var(--margin-big);
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .home .hero .main-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 980px) {
  .home .hero .main-layer {
    height: 100%;
    padding-top: 6rem;
    padding-bottom: var(--margin-big);
    justify-content: flex-start;
    gap: 0;
  }
}
@media (min-width: 981px) {
  .home .hero .main-layer .slogan-layer {
    height: 100%;
  }
}
@media (max-width: 980px) {
  .home .hero .main-layer .slogan-layer {
    flex-basis: 50%;
  }
}
.home .hero .main-layer .slogan-layer .slogan {
  --lh: 1.2;
  --m-bottom: var(--margin-medium);
  font-size: var(--size-60);
  line-height: var(--lh);
}
.home .hero .main-layer .slogan-layer .post-slogan {
  font-size: var(--size-32);
}
@media (max-width: 980px) {
  .home .hero .main-layer .slogan-layer .post-slogan {
    display: none;
  }
}
.home .hero .main-layer .tl-main-form {
  --container: 1270px;
  pointer-events: auto;
  min-height: 90px;
}
.home .hero .main-layer .tl-main-form #tl-static-form {
  padding: 0 1rem;
  border-radius: var(--border-radius-block);
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(15px);
}
@media (max-width: 640px) {
  .home .hero .main-layer .tl-main-form #tl-static-form {
    padding: 0 15px;
  }
}
.home .promo-block {
  background: var(--bg);
  padding-inline: 3rem;
}
@media (max-width: 1440px) {
  .home .promo-block {
    padding-inline: 1rem;
  }
}
@media (max-width: 980px) {
  .home .promo-block {
    padding-inline: 10px;
  }
}
.home .promo-block .outer-container {
  max-width: calc(100vw - 6rem);
  margin: 0 auto;
  background: var(--white);
  padding-inline: 3rem;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media (max-width: 1440px) {
  .home .promo-block .outer-container {
    max-width: calc(100vw - 2rem);
    padding-inline: 1rem;
  }
}
@media (max-width: 980px) {
  .home .promo-block .outer-container {
    max-width: calc(100vw - 20px);
    padding-inline: 10px;
  }
}
@media (max-width: 640px) {
  .home .promo-block .outer-container > .container.wide {
    padding-inline: 0;
  }
}
.home .promo-block .promo_slider .splide__list {
  width: 100%;
}
.home .promo-block .promo_slider .splide__slide {
  width: 100%;
  border-radius: var(--border-radius-block);
  overflow: hidden;
  position: relative;
  padding: var(--margin-medium);
}
@media (max-width: 1440px) {
  .home .promo-block .promo_slider .splide__slide {
    padding: var(--margin-small);
  }
}
@media (max-width: 980px) {
  .home .promo-block .promo_slider .splide__slide {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  .home .promo-block .promo_slider .splide__slide .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 980px) {
  .home .promo-block .promo_slider .splide__slide .thumb {
    aspect-ratio: 16/9;
  }
}
.home .promo-block .promo_slider .splide__slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .promo-block .promo_slider .splide__slide .panel {
  position: relative;
  z-index: 2;
  padding: var(--margin-medium);
  background: var(--light-bg);
  border-radius: var(--border-radius-block);
  max-width: 28rem;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home .promo-block .promo_slider .splide__slide .panel {
    max-width: 25rem;
  }
}
@media (max-width: 980px) {
  .home .promo-block .promo_slider .splide__slide .panel {
    max-width: none;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: var(--margin-section);
    overflow: visible;
    flex: 1;
  }
}
.home .promo-block .promo_slider .splide__slide .panel .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  background: var(--white);
}
@media (max-width: 980px) {
  .home .promo-block .promo_slider .splide__slide .panel .icon {
    transform: translateY(-50%);
    position: absolute;
    top: 0;
  }
}
.home .promo-block .promo_slider .splide__slide .panel .icon svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 1.25;
  stroke: #6E4A7E;
}
.home .promo-block .promo_slider .splide__slide .panel .title {
  margin: 1rem 0;
  font-size: var(--size-28);
  text-transform: uppercase;
}
.home .promo-block .promo_slider .splide__slide .panel .btn-block {
  margin-top: var(--margin-small);
}
.home .promo-block .promo_slider .splide__arrows {
  padding: 0;
}
.home .rooms-block {
  background: var(--bg);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.home .rooms-block .content-section > .container {
  --container: 1400px;
}
.home .gallery-block {
  border-radius: var(--border-radius);
  background: var(--bg);
}
.home .grid-block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .home .grid-block {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  .home .grid-block {
    grid-template-columns: 1fr;
  }
}
.home .grid-block .item {
  padding: 1.5rem;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .home .grid-block .item {
    padding: 1rem;
  }
}
.home .grid-block .item .icon svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 1.25;
}
@media (max-width: 980px) {
  .home .grid-block .item .icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.home .grid-block .item .title {
  font-size: var(--size-25);
}
.home .grid-block .item .desc {
  font-size: var(--size-18);
}
.home .grid-block .item-flat {
  background: var(--light-bg);
  grid-column: span 2;
}
@media (max-width: 640px) {
  .home .grid-block .item-flat {
    grid-column: 1;
  }
}
.home .grid-block .item-flat .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  background: var(--white);
}
@media (max-width: 980px) {
  .home .grid-block .item-flat .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.home .grid-block .item-flat .icon svg {
  stroke: #6E4A7E;
}
.home .grid-block .item-flat .title {
  margin: 1rem 0;
}
.home .grid-block .item-thumb {
  grid-column: span 3;
  position: relative;
}
@media (max-width: 1280px) {
  .home .grid-block .item-thumb {
    grid-column: span 2;
  }
}
@media (max-width: 890px) {
  .home .grid-block .item-thumb {
    grid-column: span 4;
  }
}
@media (max-width: 640px) {
  .home .grid-block .item-thumb {
    grid-column: 1;
  }
}
.home .grid-block .item-thumb .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .grid-block .item-thumb .thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(115, 115, 115, 0.1), rgba(0, 0, 0, 0.5));
}
.home .grid-block .item-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .grid-block .item-thumb .icon {
  margin: 0.7rem 1.5rem auto 0;
}
@media (max-width: 1280px) {
  .home .grid-block .item-thumb .icon {
    margin: 0.7rem 1rem auto 0;
  }
}
.home .grid-block .item-thumb .icon svg {
  stroke: #ffffff;
}
.home .grid-block .item-thumb .title {
  margin: 1rem 0;
}

.grid-block-panel {
  display: grid;
}
@media (min-width: 1281px) {
  .grid-block-panel {
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
    background: var(--violet-light2);
    border: 1px solid var(--violet);
    border-radius: var(--border-radius-block);
    padding: 1.5rem 0;
    margin-top: 2rem;
  }
}
@media (max-width: 1280px) {
  .grid-block-panel {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 640px) {
  .grid-block-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.grid-block-panel .item {
  /*        flex: 1;*/
  padding: 0 1rem;
}
@media (max-width: 1280px) {
  .grid-block-panel .item {
    grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
    background: var(--violet-light2);
    border: 1px solid var(--violet);
    border-radius: var(--border-radius-block);
    padding: 1rem;
  }
}
.grid-block-panel .item.first {
  /*            flex: unset;
              max-width: min-content;*/
}
@media (max-width: 1280px) {
  .grid-block-panel .item.first {
    display: none;
  }
}
.grid-block-panel .item.first .title {
  text-transform: unset;
}
@media (min-width: 1281px) {
  .grid-block-panel .item:not(:last-of-type) {
    border-right: 1px solid var(--white);
  }
}
.grid-block-panel .item .ico {
  width: 2.5rem;
}
.grid-block-panel .item .icon {
  margin-bottom: 0.25rem;
}
.grid-block-panel .item .icon svg {
  stroke-width: 1.25;
  color: var(--violet);
  width: 1.75rem;
  height: auto;
}
.grid-block-panel .item .title {
  text-transform: uppercase;
  font-size: var(--size-20);
  min-height: calc(var(--size-20) * 2 * 1.5);
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.grid-block-panel .item .desc {
  font-size: var(--size-18);
  line-height: 1.3;
}
@media (min-height: 1281px) {
  .grid-block-panel .item .desc {
    min-height: calc(var(--size-18) * 3 * 1.3);
  }
}

.reviews-wrap {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.reviews-wrap iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block {
  text-align: center;
  margin-top: var(--margin-medium);
}

.page {
  padding-top: calc(var(--header-height) + var(--margin-medium));
  padding-bottom: var(--margin-section);
  background: var(--bg);
}
@media (min-width: 981px) {
  .page.with-head-image {
    padding-top: calc(100vh - 5rem);
  }
}
@media (max-width: 980px) {
  .page.with-head-image {
    padding-top: 0;
  }
}
.page .head-image {
  position: relative;
}
@media (min-width: 981px) {
  .page .head-image {
    position: absolute;
    min-height: calc(100vh - 5rem);
    width: 100%;
    top: 0;
  }
}
.page .head-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 5;
}
.page .head-image .thumb-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.page .head-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .head-image .title-section {
  padding-top: calc(var(--header-height) + var(--margin-medium));
  padding-bottom: var(--margin-section);
  position: relative;
  z-index: 10;
}
@media (min-width: 981px) {
  .page .head-image .title-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 980px) {
  .page .head-image .title-section {
    padding-top: 6rem;
  }
}
.page .head-image .title-section .wrapper {
  height: 100%;
}
.page .head-image .title-section .head-title {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
.page .head-image .title-section h1 span {
  text-transform: uppercase;
}
.page .head-image .tl-static-form {
  position: absolute;
  width: 100%;
  top: var(--margin-small);
  z-index: 10;
}
.page .title-section {
  text-align: left;
}
.page .title-section h1 {
  --m-top: var(--margin-medium);
  --m-bottom: var(--margin-medium);
  color: var(--brown);
}
.page .title-section .breadcrumbs {
  text-align: left;
}
@media (max-width: 980px) {
  .page .head-image .tl-static-form {
    top: 0;
  }
}

.room .head-image .title-section h1 {
  --m-top: var(--margin-medium);
  --m-bottom: var(--margin-medium);
  display: inline-block;
  width: min-content;
}
.room .head-image .title-section .head-options {
  font-size: var(--size-24);
  gap: 1.5rem;
}
@media (max-width: 980px) {
  .room .head-image .title-section .head-options {
    font-size: var(--size-22);
    gap: 1rem;
  }
}
.room .head-image .title-section .head-options .icon {
  font-size: var(--size-20);
}
.room .head-image .title-section .head-short-desc {
  --m-top: var(--margin-medium);
  --m-bottom: var(--margin-medium);
  max-width: 640px;
  font-size: vaR(--size-24);
}
@media (max-width: 980px) {
  .room .head-image .title-section .head-short-desc {
    font-size: var(--size-22);
  }
}
.room .head-image .title-section .head-param {
  gap: 1.5rem;
}
@media (max-width: 980px) {
  .room .head-image .title-section .head-param {
    display: grid;
    grid-auto-rows: 1fr;
  }
}
.room .head-image .title-section .head-param .head-capacity,
.room .head-image .title-section .head-param .head-bed {
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(15px);
  color: var(--white);
  border-radius: 0.5rem;
  font-size: var(--size-18);
  padding: 0.5rem 1rem;
  line-height: 1.2;
  gap: 0.5rem;
  height: 100%;
}
.room .head-image .title-section .head-param .head-capacity .icon,
.room .head-image .title-section .head-param .head-bed .icon {
  font-size: var(--size-32);
}
.room .head-image .title-section .head-param .head-btn {
  align-self: stretch;
}
.room .head-image .title-section .head-param .head-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room .head-image .tl-static-form {
  position: absolute;
  width: 100%;
  top: var(--margin-small);
  z-index: 10;
}
.room .content-wrap {
  gap: var(--margin-big);
}
@media (max-width: 768px) {
  .room .content-wrap {
    flex-direction: column;
    gap: var(--margin-medium);
  }
}
.room .content-wrap .content-title {
  margin-top: 0;
  margin-bottom: var(--margin-small);
  text-transform: uppercase;
  font-size: var(--size-24);
}
@media (max-width: 768px) {
  .room .content-wrap .content .content-title {
    display: none;
  }
}
.room .options-list {
  gap: 0.75rem;
}
.room .options-list .opt .icon {
  font-size: var(--size-28);
  width: 2.5rem;
  flex: 1 0 2.5rem;
}
.room .room_slider .item {
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.room .room_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 980px) {
  .room .head-image .tl-static-form {
    top: 0;
  }
}

.page.contacts .map {
  height: 30rem;
}
.page.contacts .map .container {
  height: 100%;
}
.page.contacts .map #map {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.page.contacts .contacts-block {
  gap: 1rem;
}
.page.contacts .contacts-block .item {
  text-align: center;
  font-size: var(--size-28);
}
.page.contacts .contacts-block .item .comment-tel {
  font-size: var(--size-22);
}
.page.contacts .contacts-block .social {
  margin-top: 1rem;
  gap: 1rem;
}
.page.contacts .contacts-block .social .social-icon {
  width: 3rem;
  height: 3rem;
}
.page.contacts .contacts-block .social .social-icon .icon {
  font-size: 1.25rem;
}

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