

/* Start:/local/templates/soln/styles.css?176856887684293*/
@charset "UTF-8";
.round::before, .round--video::after, .page__image--player::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .slider__item-banner img, .trips__item-image img, .round img, .cards__item-image img, .page__image img, .txt-img__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.symbols__item img, .symbols__item svg, .advantages__item-icon img, .advantages__item-icon svg, .logo img, .ico-txt__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-section .slider__item-content-inner, .contact-form__item, .rooms__item-price, .rooms__item-content, .address-list__item, .text, .footer__column, .header__column, .emails-list, .address-list, .phone-list {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contact-form__message, .advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emails-list__item, .address-list__scheme, .phone-list__item, .accordion__title, .table table th, .table table td, .table table tr, .nav__list {
  display: flex;
  align-items: center;
}
.table table th a:not(.btn), .table table td a:not(.btn), .text a:not(.btn) {
  position: relative;
  transition: 0.3s all;
}
.table table th a:not(.btn)::after, .table table td a:not(.btn)::after, .text a:not(.btn)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.015rem;
  transition: inherit;
}
.emails-list__link, .address-list__address-link, .phone-list__link {
  position: relative;
  transition: 0.4s all;
}
.emails-list__link::before, .address-list__address-link::before, .phone-list__link::before, .emails-list__link::after, .address-list__address-link::after, .phone-list__link::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0.03rem;
  background: #FF9C00;
  transition: inherit;
}
.emails-list__link::before, .address-list__address-link::before, .phone-list__link::before {
  right: 0;
}
.emails-list__link::after, .address-list__address-link::after, .phone-list__link::after {
  left: 0;
}
.emails-list__link:hover, .address-list__address-link:hover, .phone-list__link:hover {
  color: #FF9C00;
  text-shadow: 0 0 0.05rem #FF9C00;
}
.emails-list__link:hover::before, .address-list__address-link:hover::before, .phone-list__link:hover::before, .emails-list__link:hover::after, .address-list__address-link:hover::after, .phone-list__link:hover::after {
  width: 50%;
}
.emails-list__link:hover::before, .address-list__address-link:hover::before, .phone-list__link:hover::before {
  left: 50%;
  right: auto;
}
.emails-list__link:hover::after, .address-list__address-link:hover::after, .phone-list__link:hover::after {
  left: auto;
  right: 50%;
}
.emails-list, .address-list, .phone-list {
  gap: 0.5rem;
  color: #5C5050;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.01219rem;
}
.table, .nav__sublist {
  /* W3C standard
  сейчас только для Firefox */
  scrollbar-width: thin;
  scrollbar-color: #D0D0D0 transparent;
  /* для Chrome/Edge/Safari */
}
.table::-webkit-scrollbar, .nav__sublist::-webkit-scrollbar {
  height: 0.75rem;
  width: 0.75rem;
}
.table::-webkit-scrollbar-track, .nav__sublist::-webkit-scrollbar-track {
  background: transparent;
}
.table::-webkit-scrollbar-thumb, .nav__sublist::-webkit-scrollbar-thumb {
  background-color: #D0D0D0;
  border-radius: 0.3125rem;
  border: 0.1875rem solid transparent;
}
.round--video, .page__image--player {
  position: relative;
  cursor: pointer;
  transition: 0.4s all;
}
.round--video img, .page__image--player img {
  transition: inherit;
}
.round--video::after, .page__image--player::after {
  content: "";
  background: url(/local/templates/soln/./images/common/youtube-play.svg) no-repeat center/contain;
  width: 4.64286rem;
  height: 3.28571rem;
  transition: inherit;
}
.round--video:hover img, .page__image--player:hover img {
  transform: scale(1.1);
}
.round--video:hover::after, .page__image--player:hover::after {
  transform: translate(-50%, -50%) scale(0.95);
}
.round--video:active::after, .page__image--player:active::after {
  transition: 0.1s transform;
  transform: translate(-50%, -50%) scale(1.05);
}
@media (max-width: 768px) {
  .round--video::after, .page__image--player::after {
    width: 17.853%;
    height: 12.563%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0);
  }
  57% {
    transform: translateY(-7%);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html, body, .wrapper {
  height: 100%;
  scroll-behavior: smooth;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.footer {
  margin-top: auto;
}
body {
  position: static !important;
}
.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}
img {
  max-width: 100%;
}
[data-hint] {
  position: relative;
  z-index: 2;
  transition: 0.5s all;
}
[data-hint]::after {
  content: attr(data-hint);
  position: absolute;
  top: 70%;
  left: 70%;
  width: max-content;
  max-width: 10rem;
  padding: 0.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  transition: inherit;
}
[data-hint]:not(:hover) {
  z-index: 1;
}
[data-hint]:not(:hover)::after {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) rotate3d(1, 1, 1, 120deg) scale(0.5);
}
.hidden {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.buttonTop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  width: 3.125rem;
  height: 3.125rem;
  background: #FF9C00;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  visibility: collapse;
  opacity: 0;
}
.buttonTop_active {
  visibility: visible;
  opacity: 1;
}
.buttonTop:hover {
  filter: brightness(0.8);
}
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/soln/./fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/soln/./fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/soln/./fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/soln/./fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/soln/./fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Lato */
@font-face {
  font-family: "Lato";
  src: url("/local/templates/soln/./fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Inter */
@font-face {
  font-family: "Inter";
  src: url("/local/templates/soln/./fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/soln/./fonts/inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/soln/./fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/soln/./fonts/inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html, body {
  color: #737373;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.015rem;
}
@media (max-width: 1340px) and (min-width: 769px) {
  html, body {
    font-size: 1.19403vw;
  }
}
.container {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .container {
    width: 97.01%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 94.79%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 91.67%;
  }
}
.header {
  position: relative;
  z-index: 9;
  background: #FFFAE9;
}
.header__container {
  padding-top: 3.37rem;
  padding-bottom: 2.37rem;
  display: flex;
  flex-direction: column;
  gap: 3.19rem;
}
.header__top {
  display: flex;
  gap: 2.19rem;
}
.header__column {
  gap: 1rem;
}
.header__row {
  display: flex;
  gap: 1.13rem;
}
.header__top .header__buttons {
  align-self: stretch;
}
.header__buttons {
  display: flex;
  gap: 0.88rem;
}
.header__buttons .btn {
  flex-grow: 1;
  min-width: 10rem;
  max-width: 100%;
}
@media (min-width: 769px) {
  .header .burger-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__top {
    position: relative;
    z-index: 2;
    padding-top: 3.19rem;
    padding-bottom: 3.12rem;
    align-items: center;
    justify-content: space-between;
    background: #FFFAE9;
  }
  .header__mobile-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 1.3rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #FFFAE9;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
    transition: 0.4s all;
  }
  .header__mobile-container .nav {
    order: 0;
  }
  .header__mobile-container .phone-list--flag {
    order: 1;
  }
  .header__mobile-container .phone-list--text {
    order: 2;
  }
  .header__mobile-container .header__column#addresses-emails {
    order: 3;
  }
  .header__mobile-container .header__column#langs-socials-btns {
    order: 4;
  }
  .header__row, .header__buttons {
    flex-wrap: wrap;
  }
  .header__row {
    row-gap: 1rem;
  }
  .header__buttons {
    row-gap: 0.5rem;
  }
  .header:not(.header--burger-active) .header__mobile-container {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
.breadcrumbs:not(:last-child) {
  margin-bottom: 3.75rem;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  color: #737373;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.01875rem;
  transition: 0.3s all;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.35rem;
}
.breadcrumbs__item a {
  transition: inherit;
}
.breadcrumbs__item a:hover {
  color: #000;
}
.breadcrumbs__item span {
  color: #FF9C00;
}
@media (max-width: 768px) {
  .breadcrumbs:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .breadcrumbs__item {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .breadcrumbs:not(:last-child) {
    margin-bottom: 2rem;
  }
  .breadcrumbs__item {
    font-size: 0.75rem;
  }
}
.nav__sublist-item--parent > .nav__sublist-link::after, .nav__item--parent .nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(/local/templates/soln/./images/common/arrow.svg) no-repeat center/contain;
  transition: inherit;
}
.nav input[type=checkbox] {
  display: none;
}
.nav__list {
  gap: 4.94rem;
}
.nav__item {
  position: relative;
  transition: 0.4s all;
}
.nav__item:hover .nav__link {
  color: #FF9C00;
}
.nav__item--active .nav__link {
  color: #FF9C00;
  pointer-events: none;
}
.nav__item--active .nav__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #FF9C00;
}
.nav__item--parent .nav__link::after {
  left: 105%;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav__item--parent > .nav__sublist {
    position: absolute;
    top: 100%;
    left: 0;
    width: 22.6875rem;
    max-height: 36.1rem;
    overflow: hidden auto;
    border-radius: 0.25rem;
    box-shadow: 0 0 1.5rem -0.25rem rgba(16, 24, 40, 0.08), 0 0 0.5rem -0.25rem rgba(16, 24, 40, 0.03);
  }
}
@media (hover: hover) {
  .nav__item--parent:hover .nav__link::after {
    transform: translateY(-50%) rotateX(180deg);
  }
  .nav__item--parent:not(:hover) .nav__sublist {
    opacity: 0;
    visibility: hidden;
  }
  .nav__item--parent:not(:hover) .nav__sublist .nav__sublist-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0rem;
  }
}
@media (hover: none) {
  .nav__item--parent input[type=checkbox]:not(:checked) ~ .nav__link::after {
    transform: translateY(-50%) rotateX(180deg);
  }
  .nav__item--parent input[type=checkbox]:not(:checked) ~ .nav__sublist {
    opacity: 0;
    visibility: hidden;
  }
  .nav__item--parent input[type=checkbox]:not(:checked) ~ .nav__sublist .nav__sublist-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0rem;
  }
}
.nav__link {
  position: relative;
  color: #5C5050;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  transition: inherit;
}
.nav__sublist {
  background: #FFFAE9;
  transition: inherit;
}
.nav__sublist-item {
  transition: inherit;
}
.nav__sublist-item--active .nav__sublist-link {
  color: #FF9C00;
  pointer-events: none;
  background: rgba(240, 235, 218, 0.3);
}
.nav__sublist-item--parent > .nav__sublist {
  position: relative;
  padding-left: 1.5rem;
}
.nav__sublist-item--parent > .nav__sublist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3rem;
  width: 0.2rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.nav__sublist-item--parent > .nav__sublist-link {
  position: relative;
}
.nav__sublist-item--parent > .nav__sublist-link::after {
  right: 0.3rem;
}
.nav__sublist-item--parent input[type=checkbox]:checked ~ .nav__sublist-link::after {
  transform: translateY(-50%) rotateX(180deg);
}
.nav__sublist-item--parent input[type=checkbox]:not(:checked) ~ .nav__sublist {
  opacity: 0;
  visibility: hidden;
}
.nav__sublist-item--parent input[type=checkbox]:not(:checked) ~ .nav__sublist .nav__sublist-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0rem;
}
.nav__sublist-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #141414;
  font-family: Inter;
  transition: inherit;
}
.nav__sublist-link:hover {
  background: #F0EBDA;
}
@media (max-width: 768px) {
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .nav__item--parent .nav__sublist {
    position: relative;
    padding-left: 1rem;
  }
  .nav__item--parent .nav__sublist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    width: 0.2rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
  }
}
.footer {
  background: #1E293B;
}
.footer__container {
  padding-top: 5.5rem;
  padding-bottom: 3.56rem;
  display: grid;
  gap: 5.5rem;
}
.footer__column {
  grid-row: 1;
}
.footer__column-logo {
  gap: 3.56rem;
}
.footer__column-phone-mail, .footer__column-phone-social {
  gap: 1.81rem;
}
.footer__info {
  color: #FFF;
  font-weight: 700;
}
.footer__copyright {
  background: rgba(0, 0, 0, 0.3);
}
.footer__copyright-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 0.7rem;
  flex-wrap: wrap;
  color: rgba(242, 242, 242, 0.7);
}
.footer__copyright-container a, .footer__copyright-container span {
  transition: 0.4s all;
}
.footer__copyright-container span {
  color: rgba(255, 156, 0, 0.7);
}
.footer__copyright-container a:hover {
  color: #FF9C00;
}
.footer__copyright-container a:hover span {
  color: #FF9C00;
}
@media (max-width: 768px) {
  .footer__container {
    padding-top: 4rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    column-gap: 5rem;
  }
  .footer__column-logo {
    width: 100%;
    gap: 2.5rem;
  }
  .footer__column-phone-mail, .footer__column-phone-social {
    gap: 1.5rem;
  }
  .footer__copyright {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .footer__container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .footer__container, .footer__column {
    gap: 2rem;
  }
}
.text {
  gap: 1rem;
}
.text b, .text strong {
  color: #FF9C00;
}
.text > b, .text > strong {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.01875rem;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: 700;
  line-height: 120%;
  color: #FF9C00;
}
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 0.7rem;
}
.text h1 {
  font-size: 1.9rem;
}
.text h2 {
  font-size: 1.7rem;
}
.text h3 {
  font-size: 1.5rem;
}
.text h4 {
  font-size: 1.3rem;
}
.text h5 {
  font-size: 1.2rem;
}
.text h6 {
  font-size: 1.1rem;
}
.text > br {
  display: none;
}
.text a:not(.btn) {
  color: #D8BC32;
}
.text a:not(.btn)::after {
  background: #D8BC32;
}
.text a:not(.btn):hover {
  color: #FF9C00;
}
.text a:not(.btn):hover::after {
  width: 0;
  background: #FF9C00;
}
.text a:not(.btn):hover b {
  color: #D8BC32;
}
.text a:not(.btn) b {
  transition: inherit;
}
.text ul {
  list-style: "•";
  padding-left: 0.7rem;
}
.text ul li {
  padding-left: 0.5rem;
}
.text ol {
  list-style: decimal;
  padding-left: 1.7rem;
}
.text ol li {
  padding-left: 0.3rem;
}
.text iframe {
  max-width: 100%;
}
.text--center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text--dark b, .text--dark strong {
  color: inherit;
}
.text--dark > b, .text--dark > strong {
  color: #000;
}
.text--dark a:not(.btn) {
  color: inherit;
}
.text--dark a:not(.btn)::after {
  background: #737373;
}
.text--nounderline a::after {
  display: none;
}
@media (max-width: 768px) {
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 0.7rem;
  }
}
@media (max-width: 480px) {
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.txt-img {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.txt-img__image {
  position: relative;
  flex: 0 0 41.0625rem;
  padding-bottom: 33.231%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.txt-img__image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .txt-img {
    flex-direction: column;
    gap: 1.13rem;
  }
  .txt-img__image {
    flex: auto;
    width: 100%;
    padding-bottom: 59.343%;
  }
}
@media (max-width: 480px) {
  .txt-img__image {
    padding-bottom: 98.18%;
  }
}
.page {
  padding: 3.75rem 0 5.38rem;
}
.page__section:not(:last-child) {
  margin-bottom: 8rem;
}
.page__section-title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  letter-spacing: -0.03rem;
}
.page__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.045rem;
  color: #5C5050;
}
.page__container {
  display: flex;
  flex-direction: column;
}
.page__container > *:not(:first-child) {
  margin-top: 5.38rem;
}
.page__container .page__section-title + * {
  margin-top: 1.69rem;
}
.page__container .page__title + .page__text {
  margin-top: 1.75rem;
}
.page__container .page__subelement {
  margin-top: 3.63rem;
}
.page__container .page__subelement.text table {
  border-collapse: collapse; /* Важное свойство для рамок */
  width: 100%;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
}
.page__container .page__subelement.text table th,
.page__container .page__subelement.text table td {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  text-align: left;
}
.page__container .page__subelement.text table th {
  background-color: #f8f9fa;
  font-weight: 600;
  border-bottom-width: 2px;
}
.page__row {
  display: flex;
  gap: 2.37rem;
}
.page__row--center {
  align-items: center;
}
.page__image {
  border-radius: 1.25rem;
  overflow: hidden;
}
.page__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page__image--banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45.6%;
}
.page__image--banner img {
  position: absolute;
  top: 0;
  left: 0;
}
.page__image--player {
  width: 100%;
  min-width: 41.54%;
  height: 36.5rem;
}
.page__btn--left {
  align-self: flex-start;
}
.page__btn--center {
  align-self: center;
}
.page__btn--right {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .page {
    padding: 2.5rem 0 3.75rem;
  }
  .page__section:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  .page__subelement.text table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
  }
  .page__subelement.text table th, .page__subelement.text table td {
    white-space: nowrap;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
  }
  .page__subelement.text table th {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom-width: 2px;
  }
  .page__title {
    font-size: 2.1875rem;
  }
  .page__container > *:not(:first-child) {
    margin-top: 4rem;
  }
  .page__container .page__section-title + * {
    margin-top: 1.5rem;
  }
  .page__container .page__title + .page__text {
    margin-top: 1.65rem;
  }
  .page__container .page__subelement {
    margin-top: 2.5rem;
  }
  .page__row {
    flex-direction: column;
  }
  .page__image--player {
    height: 0;
    padding-bottom: 80.223%;
  }
  .page__image--player img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page__image--banner {
    padding-bottom: 81.43%;
  }
}
@media (max-width: 480px) {
  .page {
    padding: 2rem 0 3.5rem;
  }
  .page__section:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .page__title {
    font-size: 2.1875rem;
  }
  .page__container > *:not(:first-child) {
    margin-top: 2.5rem;
  }
  .page__container .page__section-title + * {
    margin-top: 1.3rem;
  }
  .page__container .page__title + .page__text {
    margin-top: 1rem;
  }
  .page__container .page__subelement {
    margin-top: 2rem;
  }
  .page__image--player {
    padding-bottom: 75%;
  }
}
.table {
  overflow: auto;
}
.table table {
  width: 100%;
}
.table table caption {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.table table thead {
  display: block;
  background: #D8BC32;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}
.table table tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.04);
}
.table table th, .table table td {
  width: 100%;
  padding: 1.65625rem 0.75rem;
  line-height: 130%;
  column-gap: 3rem;
  row-gap: 1rem;
}
.table table th:not(:first-child), .table table td:not(:first-child) {
  justify-content: center;
}
.table table th a:not(.btn), .table table td a:not(.btn) {
  color: #6d5f1a;
  transition: 0.3s all;
}
.table table th a:not(.btn)::after, .table table td a:not(.btn)::after {
  background: #6d5f1a;
}
.table table th a:not(.btn):hover, .table table td a:not(.btn):hover {
  color: #D8BC32;
}
.table table th a:not(.btn):hover::after, .table table td a:not(.btn):hover::after {
  width: 0;
  background: #D8BC32;
}
.table table th {
  font-size: 1.12rem;
  font-weight: 700;
  color: #fff;
}
.table table td {
  font-size: 0.94rem;
  font-weight: 600;
  color: #000;
}
.table table:nth-child(n+2) caption {
  margin-top: 2rem;
}
.table table:nth-child(n+2) thead {
  border-radius: 0;
}
.table table tfoot td {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.01313rem;
}
@media (max-width: 768px) {
  .table table caption {
    font-size: 1.15rem;
  }
  .table table th, .table table td {
    gap: 1rem;
    padding: 1.4rem 0.65rem;
    font-size: 0.69rem;
  }
  .table table:nth-child(n+2) caption {
    margin-top: 1.5rem;
  }
}
@media (max-width: 480px) {
  .table table caption {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .table table th, .table table td {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.3rem 0.6rem;
    font-size: 0.62rem;
    min-width: 8.5rem;
  }
  .table table:nth-child(n+2) caption {
    margin-top: 1rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.pagination:not(:first-child) {
  margin-top: 5.63rem;
}
.pagination__item, .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: 0.3s all;
}
.pagination__item:hover .pagination__link {
  background: #caae26;
}
.pagination__item--active {
  pointer-events: none;
}
.pagination__item--active .pagination__link {
  background: #FF9C00;
}
.pagination__link {
  width: 100%;
  height: 100%;
  background: #D8BC32;
  transition: inherit;
}
@media (max-width: 768px) {
  .pagination {
    gap: 0.65rem;
  }
  .pagination:not(:first-child) {
    margin-top: 4.31rem;
  }
  .pagination__item {
    width: 2.85rem;
    height: 2.85rem;
  }
}
@media (max-width: 480px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination:not(:first-child) {
    margin-top: 2.81rem;
  }
  .pagination__item {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
  }
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.62rem;
  row-gap: 1.88rem;
}
.cards__item {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 1.25rem 1.12rem;
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 3.125rem 2rem 1.0625rem 0 rgba(0, 0, 0, 0), 2rem 1.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.01), 1.125rem 0.75rem 0.8125rem 0 rgba(0, 0, 0, 0.05), 0.5rem 0.3125rem 0.5625rem 0 rgba(0, 0, 0, 0.09), 0.125rem 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
.cards__item:hover {
  box-shadow: none;
}
.cards__item-image {
  height: 12.9375rem;
  overflow: hidden;
}
.cards__item a.cards__item-image {
  transition: inherit;
}
.cards__item a.cards__item-image img {
  transition: inherit;
}
.cards__item a.cards__item-image:hover img {
  transform: scale(1.015);
}
.cards__item-title {
  font-weight: 500;
  color: #5C5050;
}
.cards__item a.cards__item-title {
  transition: inherit;
}
.cards__item a.cards__item-title:hover {
  color: #FF9C00;
}
.cards__item-text {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: -0.01219rem;
}
.cards__item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  transition: inherit;
}
.cards__item-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FF9C00;
  transition: inherit;
}
.cards__item-link:hover {
  color: #D8BC32;
}
.cards__item-date {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #000;
}
.cards--v2, .cards--v3, .cards--v4 {
  column-gap: 1.56rem;
  row-gap: 4.38rem;
}
.cards--v2 .cards__item, .cards--v3 .cards__item, .cards--v4 .cards__item {
  padding: 0;
  gap: 0;
  box-shadow: none;
  transition: 0.4s all;
}
.cards--v2 .cards__item-image, .cards--v3 .cards__item-image, .cards--v4 .cards__item-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  transition: inherit;
}
.cards--v2 .cards__item-image img, .cards--v3 .cards__item-image img, .cards--v4 .cards__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: inherit;
}
.cards--v2 .cards__item-title, .cards--v3 .cards__item-title, .cards--v4 .cards__item-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.69rem;
  color: #737373;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: inherit;
}
.cards--v2 .cards__item:hover, .cards--v3 .cards__item:hover, .cards--v4 .cards__item:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.cards--v2 .cards__item:hover .cards__item-image img, .cards--v3 .cards__item:hover .cards__item-image img, .cards--v4 .cards__item:hover .cards__item-image img {
  transform: scale(1.025);
}
.cards--v2 .cards__item:hover .cards__item-title, .cards--v3 .cards__item:hover .cards__item-title, .cards--v4 .cards__item:hover .cards__item-title {
  color: #000;
}
.cards--v3, .cards--v4 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.31rem;
}
.cards--v3 .cards__item-image, .cards--v4 .cards__item-image {
  padding-bottom: 43.487%;
}
.cards--v4 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .cards {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    column-gap: 0.62rem;
    row-gap: 1.25rem;
  }
  .cards__item {
    gap: 1.2rem;
  }
  .cards--v2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.12rem;
    row-gap: 1rem;
  }
  .cards--v2 .cards__item-image {
    padding-bottom: 74.785%;
  }
  .cards--v2 .cards__item-title {
    padding: 1.31rem;
  }
}
@media (max-width: 480px) {
  .cards--v2 {
    grid-template-columns: 1fr;
  }
  .cards--v2 .cards__item-image {
    padding-bottom: 60.75%;
  }
  .cards--v2 .cards__item-title {
    padding: 1.31rem 1rem;
  }
}
.ico-txt {
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
}
.ico-txt__item {
  display: flex;
  gap: 1.13rem;
  transition: 0.4s all;
}
.ico-txt__item-icon, .ico-txt__item-text {
  transition: inherit;
}
.ico-txt__item-icon {
  flex: 0 0 1.5rem;
  height: 1.5rem;
}
.ico-txt--v2 {
  gap: 1.5rem;
}
.ico-txt--v2 .ico-txt__item {
  gap: 2.56rem;
  padding: 2.19rem 2.87rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
  border-radius: 0.9375rem;
}
.ico-txt--v2 .ico-txt__item-icon {
  flex: 0 0 15.375rem;
  height: 12.5rem;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: inherit;
}
.ico-txt--v2 .ico-txt__item-icon img {
  object-fit: cover;
  transition: inherit;
}
.ico-txt--v2 .ico-txt__item:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.13);
}
.ico-txt--v2 .ico-txt__item:hover img {
  transform: scale(1.05);
}
.ico-txt--documents {
  gap: 1.19rem;
}
.ico-txt--documents .ico-txt__item {
  gap: 1.5rem;
  align-items: center;
}
.ico-txt--documents .ico-txt__item-icon {
  flex: 0 0 3.8125rem;
  height: 3.8125rem;
}
.ico-txt--documents .ico-txt__item-text {
  color: #000;
}
.ico-txt--documents .ico-txt__item:hover .ico-txt__item-icon {
  opacity: 0.7;
}
.ico-txt--documents .ico-txt__item:hover .ico-txt__item-text {
  color: #FF9C00;
}
@media (max-width: 768px) {
  .ico-txt--v2 .ico-txt__item {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
  .ico-txt--v2 .ico-txt__item-icon {
    position: relative;
    margin: 0 auto;
    flex: auto;
    width: 50%;
    height: 0;
    padding-bottom: 35%;
  }
  .ico-txt--v2 .ico-txt__item-icon img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ico-txt--documents .ico-txt__item {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .ico-txt {
    gap: 1.75rem;
  }
  .ico-txt--v2 .ico-txt__item {
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .ico-txt--documents {
    gap: 1rem;
  }
  .ico-txt--documents .ico-txt__item {
    gap: 0.7rem;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.7s all;
}
.popup:not(.popup--active) {
  opacity: 0;
  visibility: hidden;
}
.popup:not(.popup--active) .popup__content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%) scaleY(2);
}
.popup__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
}
.popup__content {
  transition: inherit;
}
.popup__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  transition: 0.3s all;
}
.popup__close:hover {
  color: #FF9C00;
}
.popup#feedback-popup .popup__content {
  width: 30rem;
  padding: 3rem 3rem 4rem;
  border-radius: 1.25rem;
  background: #fff;
}
.popup#video-popup .popup__content {
  position: relative;
  width: 100%;
  padding-bottom: 56.3%;
  background: #1c1c1c;
}
.popup#video-popup .popup__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .popup__close {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .popup#feedback-popup .popup__content {
    padding: 2.5rem 1.5rem 3rem;
  }
}
.round {
  position: relative;
  margin: 3rem;
  width: 26rem;
  height: 26rem;
  flex-shrink: 0;
  transition: 1s all;
}
.round img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.round::before {
  content: "";
  width: 31.68775rem;
  height: 31.68775rem;
  border: 2.0625rem solid;
  border-color: #D8BC32 #D8BC32 #D8BC32 transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: inherit;
}
.round--video:hover::before {
  border-left-color: #D8BC32;
  transform: translate(-50%, -50%) rotate(380deg);
}
@media (max-width: 768px) {
  .round {
    margin: 6.5% auto;
    margin-left: auto;
    margin-right: auto;
    width: 57.145%;
    height: 0;
    padding-bottom: 57.145%;
  }
  .round::before {
    width: 121.875%;
    height: 121.875%;
    border-width: 4.296875vw;
  }
}
@media (max-width: 480px) {
  .round {
    width: 63%;
    padding-bottom: 63%;
  }
  .round::before {
    border-width: 4.5vw;
  }
}
.videogallery__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.19rem;
  row-gap: 2.81rem;
}
.videogallery__item {
  position: relative;
  padding-bottom: 56.5%;
}
.videogallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .videogallery__items {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.accordion {
  transition: 0.2s all;
}
.accordion input[type=checkbox] {
  display: none;
}
.accordion__title {
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1.15rem 1.44rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01875rem;
  color: #fff;
  background: #D8BC32;
  border-bottom: 0.0625rem solid transparent;
  border-radius: 0.9375rem;
  transition: inherit;
}
.accordion__title::after {
  content: "";
  width: 2.0625rem;
  height: 2.0625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M17.2438 21.9028L28.1956 10.4085C28.3785 10.2167 28.4805 9.96186 28.4805 9.69689C28.4805 9.43192 28.3785 9.17712 28.1956 8.98533L28.1833 8.97295C28.0946 8.87965 27.988 8.80536 27.8697 8.7546C27.7515 8.70383 27.6241 8.67765 27.4954 8.67765C27.3667 8.67765 27.2394 8.70383 27.1212 8.7546C27.0029 8.80536 26.8962 8.87965 26.8076 8.97295L16.4951 19.7969L6.18671 8.97295C6.09808 8.87965 5.99139 8.80536 5.87314 8.7546C5.75489 8.70383 5.62755 8.67765 5.49886 8.67765C5.37018 8.67765 5.24284 8.70383 5.12459 8.7546C5.00634 8.80536 4.89965 8.87965 4.81102 8.97295L4.79864 8.98532C4.61582 9.17711 4.51382 9.43192 4.51382 9.69689C4.51382 9.96186 4.61582 10.2167 4.79864 10.4084L15.7505 21.9028C15.8468 22.0038 15.9627 22.0843 16.091 22.1393C16.2194 22.1943 16.3575 22.2227 16.4971 22.2227C16.6368 22.2227 16.7749 22.1943 16.9033 22.1393C17.0316 22.0843 17.1475 22.0038 17.2438 21.9028Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotateX(180deg);
  transition: inherit;
}
.accordion__content {
  overflow: hidden;
  transition: inherit;
}
.accordion__content * {
  transition: inherit !important;
}
.accordion input[type=checkbox]:not(:checked) ~ .accordion__content {
  opacity: 0;
  visibility: hidden;
}
.accordion input[type=checkbox]:not(:checked) ~ .accordion__content * {
  line-height: 0rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-width: 0 !important;
  row-gap: 0 !important;
}
.accordion input[type=checkbox]:checked ~ .accordion__title {
  margin-bottom: 3.06rem;
  color: #5C5050;
  background: transparent;
  border-color: #FF9C00;
  border-radius: 0;
}
.accordion input[type=checkbox]:checked ~ .accordion__title::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M17.2438 21.9028L28.1956 10.4085C28.3785 10.2167 28.4805 9.96186 28.4805 9.69689C28.4805 9.43192 28.3785 9.17712 28.1956 8.98533L28.1833 8.97295C28.0946 8.87965 27.988 8.80536 27.8697 8.7546C27.7515 8.70383 27.6241 8.67765 27.4954 8.67765C27.3667 8.67765 27.2394 8.70383 27.1212 8.7546C27.0029 8.80536 26.8962 8.87965 26.8076 8.97295L16.4951 19.7969L6.18671 8.97295C6.09808 8.87965 5.99139 8.80536 5.87314 8.7546C5.75489 8.70383 5.62755 8.67765 5.49886 8.67765C5.37018 8.67765 5.24284 8.70383 5.12459 8.7546C5.00634 8.80536 4.89965 8.87965 4.81102 8.97295L4.79864 8.98532C4.61582 9.17711 4.51382 9.43192 4.51382 9.69689C4.51382 9.96186 4.61582 10.2167 4.79864 10.4084L15.7505 21.9028C15.8468 22.0038 15.9627 22.0843 16.091 22.1393C16.2194 22.1943 16.3575 22.2227 16.4971 22.2227C16.6368 22.2227 16.7749 22.1943 16.9033 22.1393C17.0316 22.0843 17.1475 22.0038 17.2438 21.9028Z' fill='%235C5050'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: none;
}
@media (max-width: 768px) {
  .accordion input[type=checkbox]:checked ~ .accordion__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .accordion input[type=checkbox]:checked ~ .accordion__title {
    margin-bottom: 2rem;
  }
}
.repeater {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 2.31rem;
}
.repeater__btn {
  align-self: flex-start;
}
.repeater__item {
  position: relative;
}
.repeater__item:not(:first-child:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 3.25rem);
  transform: translateY(-50%);
  width: 2.3125rem;
  height: 2.3125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Cpath d='M29.2923 9.88225L27.1186 7.7085L18.5007 16.3264L9.88273 7.7085L7.70898 9.88225L16.3269 18.5002L7.70898 27.1181L9.88273 29.2918L18.5007 20.6739L27.1186 29.2918L29.2923 27.1181L20.6744 18.5002L29.2923 9.88225Z' fill='%23FF9C00'/%3E%3C/svg%3E") no-repeat center/contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .repeater {
    width: 90%;
    gap: 2rem;
  }
  .repeater__item:not(:first-child:last-child)::after {
    left: 102%;
  }
  .repeater--separator .repeater__item:not(:last-child) .repeater__item-content {
    padding-bottom: 2.06rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 480px) {
  .repeater--separator .repeater__item:not(:last-child) .repeater__item-content {
    padding-bottom: 1.75rem;
  }
}
.custom-select {
  position: relative;
  width: 100%;
  transition: 0.4s all;
}
.custom-select:focus {
  box-shadow: 0 0 0.85rem rgba(0, 0, 0, 0.25);
  outline: none;
}
.custom-select__title, .custom-select__options {
  width: 100%;
  color: #000;
  transition: inherit;
}
.custom-select__title {
  position: relative;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.9375rem;
  cursor: pointer;
}
.custom-select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(/local/templates/soln/./images/common/arrow.svg) no-repeat center/contain;
  transition: inherit;
}
.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 1.3rem 1rem rgba(0, 0, 0, 0.15);
}
.custom-select__option {
  padding: 0.75rem 1rem;
  transition: inherit;
}
.custom-select__option:not(.custom-select__option--active):hover {
  background: #f7f5ec;
  cursor: pointer;
}
.custom-select__option--active {
  background: #F0EBDA;
}
.custom-select--open .custom-select__title::after {
  transform: translateY(-50%) rotateX(180deg);
}
.custom-select:not(.custom-select--open) .custom-select__options {
  opacity: 0;
  visibility: hidden;
}
.custom-select:not(.custom-select--open) .custom-select__option {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0rem;
}
.logo {
  display: block;
  width: 13.125rem;
  height: 4.75rem;
}
.logo--big {
  width: 17.3125rem;
  height: 6.3125rem;
}
.phone-list__link {
  white-space: nowrap;
}
.phone-list--white {
  color: #fff;
}
.phone-list--white.phone-list--phone .phone-list__item::before {
  background-image: url(/local/templates/soln/./images/common/phone2-white.svg);
}
.phone-list--flag .phone-list__item {
  gap: 0.63rem;
}
.phone-list--flag img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: cover;
}
.phone-list--text .phone-list__item {
  flex-direction: column;
}
.phone-list--phone .phone-list__item {
  gap: 0.63rem;
}
.phone-list--phone .phone-list__item::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/local/templates/soln/./images/common/phone2.svg) no-repeat center/contain;
}
.phone-list--big {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01688rem;
}
.address-list__scheme {
  gap: 0.3rem;
  font-weight: 400;
  transition: 0.3s all;
}
.address-list__scheme::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(/local/templates/soln/./images/common/map.svg) no-repeat center/contain;
}
.address-list__scheme:hover {
  color: #FF9C00;
}
.address-list__scheme:hover::before {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  animation-timing-function: bounce;
}
.address-list--white {
  color: #fff;
}
.address-list--white .address-list__scheme::before {
  background-image: url(/local/templates/soln/./images/common/map-white.svg);
}
.address-list--big {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01688rem;
}
.address-list--big .address-list__item {
  gap: 0.7rem;
}
.emails-list__item {
  gap: 0.5rem;
}
.emails-list__item::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(/local/templates/soln/./images/common/mail.svg) no-repeat center/contain;
}
.emails-list__link {
  white-space: nowrap;
}
.emails-list--white {
  color: #fff;
}
.emails-list--white .emails-list__item::before {
  background-image: url(/local/templates/soln/./images/common/mail-white.svg);
}
.emails-list--big {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01688rem;
}
.languages-list {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  color: #5C5050;
  font-size: 0.8125rem;
  font-weight: 600;
}
.languages-list::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(/local/templates/soln/./images/common/network.svg) no-repeat center/contain;
}
.languages-list__item {
  transition: 0.3s all;
}
.languages-list__item:hover {
  color: #D8BC32;
  cursor: pointer;
}
.languages-list__item--active {
  color: #FF9C00;
  pointer-events: none;
}
.socials-list {
  display: flex;
  align-items: center;
  gap: 0.87rem;
}
.socials-list__item--facebook .socials-list__link::before {
  background: #1877F2;
}
.socials-list__item--facebook .socials-list__link:hover svg path {
  fill: #1877F2;
}
.socials-list__item--telegram .socials-list__link::before {
  background: #0088CC;
}
.socials-list__item--telegram .socials-list__link:hover svg path {
  fill: #0088CC;
}
.socials-list__item--youtube .socials-list__link::before {
  background: #FF0000;
}
.socials-list__item--youtube .socials-list__link:hover svg path {
  fill: #FF0000;
}
.socials-list__item--instagram .socials-list__link::before {
  background: #F00073;
}
.socials-list__item--instagram .socials-list__link:hover svg path {
  fill: #F00073;
}
.socials-list__item--vk .socials-list__link::before {
  background: #2787F5;
}
.socials-list__item--vk .socials-list__link:hover svg path {
  fill: #2787F5;
}
.socials-list__item--ok .socials-list__link::before {
  background: #EE8208;
}
.socials-list__item--ok .socials-list__link:hover svg {
  transform: scale(1.7);
}
.socials-list__item--ok .socials-list__link:hover svg path {
  fill: #EE8208;
}
.socials-list__link {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  transition: 0.5s all;
}
.socials-list__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  transition: inherit;
}
.socials-list__link svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
}
.socials-list__link svg path {
  fill: #fff;
  transition: inherit;
}
.socials-list__link:hover::before {
  transform: scale(0);
  opacity: 0;
}
.socials-list__link:hover svg {
  transform: scale(2);
}
.socials-list__link:hover svg path {
  fill: #000;
}
.socials-list--white .socials-list__link:hover svg path {
  fill: #fff !important;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  padding: 1rem 1.4rem;
  color: #101010;
  letter-spacing: -0.015rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid #5C5050;
  cursor: pointer;
  transition: 0.5s all, 0.1s transform, 0.1s filter;
}
.btn:hover {
  color: #fff;
  background: #FF9C00;
  border-color: transparent;
}
.btn:active {
  filter: brightness(0.9);
  transform: scale(0.97);
}
.btn--long {
  padding-left: 2.88rem;
  padding-right: 2.88rem;
}
.btn--small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
.btn--primary, .btn--secondary {
  color: #fff;
  border-color: transparent;
}
.btn--primary {
  background: #FF9C00;
}
.btn--primary:hover {
  background: #e68c00;
}
.btn--secondary {
  background: #D8BC32;
}
.btn--secondary:hover {
  background: #caae26;
}
.btn--phone::before, .btn--calendar::before, .btn--add::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s all;
}
.btn--phone:hover::before, .btn--calendar:hover::before, .btn--add:hover::before {
  transform: rotate(-15deg);
}
.btn--phone::before {
  width: 1rem;
  height: 1rem;
  background-image: url(/local/templates/soln/./images/common/phone.svg);
}
.btn--calendar::before {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/local/templates/soln/./images/common/calendar.svg);
}
.btn--add::before {
  content: "+";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.02438rem;
  color: #FF9C00;
}
.btn--add:hover::before {
  color: #fff;
  transform: none;
}
.burger-btn {
  position: relative;
  width: 2.6875rem;
  height: 2.6875rem;
  transition: 0.4s all;
}
.burger-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.3125rem;
  background: #FF9C00;
  transition: inherit;
}
.burger-btn span:nth-child(1) {
  transform: translate(-50%, -250%);
}
.burger-btn span:nth-child(3) {
  transform: translate(-50%, 150%);
}
.burger-btn--active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.burger-btn--active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.burger-btn--active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.slider {
  position: relative;
  width: 100%;
  transition: 0.4s;
}
.slider__items-wrapper, .slider__items, .slider__item, .slider__previews-wrapper, .slider__previews, .slider__preview {
  transition: inherit;
}
.slider__items-wrapper {
  overflow: hidden;
}
.slider__items {
  position: relative;
  width: 100%;
  height: 300px;
}
.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.slider__item:not(.slider__item--active) {
  opacity: 0;
  visibility: hidden;
}
.slider__previews-wrapper {
  overflow: hidden;
}
.slider__previews-wrapper:not(:first-child) {
  margin-top: 30px;
}
.slider__previews {
  display: flex;
  gap: 1rem;
}
.slider__preview {
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  border: 0.0625rem solid #FF9C00;
}
.slider__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.slider__preview:not(.slider__preview--active) {
  opacity: 0.5;
  border-color: transparent;
}
.slider__pagination {
  display: flex;
  justify-content: center;
  gap: 2.06rem;
}
.slider__pagination-item {
  width: 0.9375rem;
  height: 0.9375rem;
  background: #D8BC32;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all;
}
.slider__pagination-item:hover {
  opacity: 0.5;
}
.slider__pagination-item--active {
  pointer-events: none;
  background: #FF9C00;
}
.slider__pagination:not(:first-child) {
  margin-top: 30px;
}
.slider__pagination--absolute {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.slider__btn {
  position: absolute;
  top: 150px;
  z-index: 3;
  width: 3rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M6.88425 7.28369L12.5261 1.36238C12.6203 1.26358 12.6729 1.13232 12.6729 0.995817C12.6729 0.859317 12.6203 0.728055 12.5261 0.629255L12.5198 0.622879C12.4741 0.574817 12.4191 0.536547 12.3582 0.510395C12.2973 0.484242 12.2317 0.470756 12.1654 0.470756C12.0991 0.470756 12.0335 0.484242 11.9726 0.510395C11.9117 0.536547 11.8567 0.574817 11.8111 0.622879L6.49856 6.19888L1.18819 0.622879C1.14253 0.574816 1.08757 0.536546 1.02665 0.510394C0.965737 0.484241 0.900138 0.470755 0.833845 0.470755C0.767552 0.470755 0.701953 0.484241 0.641036 0.510394C0.58012 0.536546 0.52516 0.574816 0.479501 0.622878L0.473125 0.629254C0.37894 0.728054 0.326398 0.859316 0.326398 0.995816C0.326398 1.13232 0.37894 1.26358 0.473125 1.36238L6.115 7.28369C6.16462 7.33577 6.22429 7.37723 6.2904 7.40555C6.35652 7.43388 6.4277 7.44849 6.49963 7.44849C6.57155 7.44849 6.64273 7.43388 6.70885 7.40555C6.77496 7.37723 6.83463 7.33577 6.88425 7.28369Z' fill='%23FF9C00'/%3E%3C/svg%3E") no-repeat center/contain transparent;
  border: none;
  opacity: 0.3;
  transition: 0.3s all;
}
.slider__btn:hover {
  opacity: 1;
}
.slider__btn-prev {
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.slider__btn-next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.slider--carousel > .slider__items-wrapper > .slider__items {
  display: flex;
}
.slider--carousel > .slider__items-wrapper > .slider__items > .slider__item {
  position: relative;
  opacity: 1;
  visibility: visible;
  flex: 0 0 100%;
  max-width: 100%;
}
.slider--lonely .slider__btn,
.slider--lonely .slider__pagination {
  display: none;
}
.slider--photogallery .slider__items {
  height: 32.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.slider--photogallery .slider__previews-wrapper {
  margin: 1.81rem auto 0;
  width: 90%;
}
.slider--photogallery .slider__previews {
  gap: 0.88rem;
}
.slider--photogallery .slider__preview {
  flex: 0 0 17.625rem;
  max-width: 17.625rem;
  height: 7.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.slider--photogallery .slider__btn {
  top: 37.5rem;
}
@media (max-width: 768px) {
  .slider--photogallery .slider__items {
    height: 27.75rem;
  }
  .slider--photogallery .slider__previews-wrapper {
    margin-top: 1.5rem;
    width: 88%;
  }
  .slider--photogallery .slider__previews {
    gap: 2.06rem;
  }
  .slider--photogallery .slider__preview {
    position: relative;
    flex: 0 0 11.875rem;
    max-width: 11.875rem;
  }
  .slider--photogallery .slider__preview img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .slider--photogallery .slider__btn {
    top: 33rem;
  }
  .slider--photogallery .slider__btn-prev {
    transform: translate(-30%, -50%) rotate(90deg);
  }
  .slider--photogallery .slider__btn-next {
    transform: translate(30%, -50%) rotate(-90deg);
  }
}
@media (max-width: 480px) {
  .slider--photogallery .slider__items {
    height: 17.75rem;
  }
  .slider--photogallery .slider__previews-wrapper {
    margin-top: 1rem;
  }
  .slider--photogallery .slider__previews {
    gap: 0.69rem;
  }
  .slider--photogallery .slider__preview {
    flex: 0 0 7.5625rem;
    max-width: 7.5625rem;
    height: 4.8125rem;
  }
  .slider--photogallery .slider__btn {
    top: 21.3rem;
  }
  .slider--photogallery .slider__btn-prev {
    transform: translate(-45%, -50%) rotate(90deg);
  }
  .slider--photogallery .slider__btn-next {
    transform: translate(45%, -50%) rotate(-90deg);
  }
}
.section-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.045rem;
  color: #5C5050;
}
.section-title:not(:last-child) {
  margin-bottom: 1rem;
}
.section-title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2.1875rem;
  }
}
.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  width: 100%;
}
.advantages__item {
  padding: 1.65rem 3rem;
  text-align: center;
  background: #FFFDED;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
.advantages__item:hover {
  box-shadow: 0 1.25rem 1.375rem -0.25rem rgba(0, 0, 0, 0.1), 1rem 1.625rem 1.9375rem -1.1875rem rgba(0, 0, 0, 0.1);
}
.advantages__item-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.advantages__item-icon:not(:last-child) {
  margin-bottom: 0.81rem;
}
.advantages__item-title {
  color: #5C5050;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.advantages__item-title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.advantages__item-description {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .advantages {
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 18.75rem));
    justify-content: center;
  }
}
.rooms__item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 6.25rem;
  padding-bottom: 7rem;
  border-bottom: 0.25rem solid rgba(155, 155, 155, 0.17);
}
.rooms__item:not(:last-child) {
  margin-bottom: 3.12rem;
}
.rooms__item-content {
  min-width: 37.375rem;
  gap: 1.88rem;
}
.rooms__item-title, .rooms__item-price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  letter-spacing: -0.03rem;
  color: #000;
}
.rooms__item a.rooms__item-title {
  transition: 0.4s all;
}
.rooms__item a.rooms__item-title:hover {
  color: #FF9C00;
}
.rooms__item-price span {
  font-size: 0.875rem;
  letter-spacing: -0.01313rem;
}
.rooms__item-excerpt {
  line-height: 130%;
}
.rooms__item-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: 0.7rem;
}
.rooms__item-slider {
  flex: 0 0 35.1875rem;
  max-width: 35.1875rem;
}
.rooms__item-slider .slider__items {
  height: 27.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.rooms__item-slider .slider__item {
  pointer-events: none;
}
.rooms--grid .slider__items {
  height: auto;
}
.rooms--grid .slider__btn {
  top: 50%;
}
.rooms--grid .slider__btn-prev {
  left: -1.3rem;
}
.rooms--grid .slider__btn-next {
  right: -1.3rem;
}
.rooms--grid .rooms__items {
  display: flex;
  gap: 0.625rem;
}
.rooms--grid .rooms__item {
  flex: 0 0 20.3125rem !important;
  max-width: 20.3125rem !important;
  flex-direction: column;
  gap: 1.88rem;
  margin: 0 !important;
  padding: 1.19rem 2rem 2rem;
  background: #FFFEF9;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.9375rem;
  transition: 0.5s all;
}
.rooms--grid .rooms__item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.rooms--grid .rooms__item-content {
  min-width: auto;
  gap: 1rem;
}
.rooms--grid .rooms__item-title, .rooms--grid .rooms__item-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.01688rem;
}
.rooms--grid .rooms__item-price:not(:first-child) {
  margin-top: 1.31rem;
}
.rooms--grid .rooms__item-btn {
  width: 100%;
}
.rooms--grid .rooms__item-slider {
  flex: auto;
}
.rooms--grid .rooms__item-slider .slider__items {
  height: 10.9375rem;
  border-radius: 0;
}
.rooms--grid .rooms__item-slider .slider__previews-wrapper:not(:first-child) {
  margin-top: 0.31rem;
}
.rooms--grid .rooms__item-slider .slider__previews {
  gap: 0.19rem;
}
.rooms--grid .rooms__item-slider .slider__preview {
  flex: 0 0 5.3125rem;
  max-width: 5.3125rem;
  height: 3.25rem;
}
.rooms--detail .rooms__item {
  flex-direction: column;
  gap: 3rem;
  padding: 0;
  border: 0;
}
.rooms--detail .rooms__item-inner {
  display: flex;
  gap: 4.88rem;
}
.rooms--detail .rooms__item-inner:not(:last-child) {
  margin-bottom: 2.22rem;
}
.rooms--detail .rooms__item-slider {
  flex: 0 0 37.5075rem;
  max-width: 37.5075rem;
}
.rooms--detail .rooms__item-slider .slider__items {
  height: 22.4375rem;
}
.rooms--detail .rooms__item-slider .slider__previews-wrapper {
  margin: 1.25rem auto 0;
  width: 89%;
}
.rooms--detail .rooms__item-slider .slider__previews {
  gap: 0.44rem;
}
.rooms--detail .rooms__item-slider .slider__preview {
  flex: 0 0 10.8125rem;
  max-width: 10.8125rem;
  height: 7.8125rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.rooms--detail .rooms__item-slider .slider__btn {
  top: 26.5rem;
}
.rooms--detail .rooms__item-slider .slider__btn-prev {
  transform: rotate(90deg) translateY(50%);
}
.rooms--detail .rooms__item-slider .slider__btn-next {
  transform: rotate(-90deg) translateY(50%);
}
@media (max-width: 768px) {
  .rooms__item {
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 0.25rem solid rgba(155, 155, 155, 0.17);
  }
  .rooms__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .rooms__item-content {
    min-width: 100%;
    gap: 1.5rem;
  }
  .rooms__item-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rooms--grid .slider__btn-prev {
    left: -1rem;
  }
  .rooms--grid .slider__btn-next {
    right: -1rem;
  }
  .rooms--detail .rooms__item {
    flex-direction: column;
  }
  .rooms--detail .rooms__item-inner:not(:last-child) {
    margin-bottom: 0;
  }
  .rooms--detail .rooms__item-slider {
    flex: auto;
  }
  .rooms--detail .rooms__item-slider .slider__items {
    height: 27.125rem;
  }
  .rooms--detail .rooms__item-slider .slider__btn {
    top: 31.3rem;
  }
  .rooms--detail .rooms__item-slider .slider__btn-prev {
    transform: rotate(90deg) translateY(40%);
  }
  .rooms--detail .rooms__item-slider .slider__btn-next {
    transform: rotate(-90deg) translateY(40%);
  }
  .rooms--detail .rooms__item-content {
    gap: 1.88rem;
  }
}
@media (max-width: 480px) {
  .rooms__item {
    padding-bottom: 0;
    border: none;
  }
  .rooms__item:not(:last-child) {
    margin-bottom: 5.63rem;
  }
  .rooms--grid .rooms__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .rooms--detail .rooms__item-slider .slider__previews-wrapper {
    width: 80%;
  }
  .rooms--detail .rooms__item-content {
    gap: 1.88rem;
  }
}
.symbols {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.symbols__item {
  width: 3.375rem;
  height: 3.375rem;
  transition: 0.5s all;
}
.symbols__item:hover {
  filter: brightness(0.55);
}
.symbols--small .symbols__item {
  width: 1.875rem;
  height: 1.875rem;
}
.symbols--small .symbols__item[data-hint]::after {
  font-size: 0.8rem;
}
.tabs {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.tabs__btns {
  display: flex;
  gap: 3.12rem;
}
.tabs__btn {
  width: 100%;
  padding-top: 1.69rem;
  padding-bottom: 1.69rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  border: none;
  box-shadow: 20.9375rem 28.375rem 9.875rem 0 rgba(0, 0, 0, 0), 13.4375rem 18.125rem 9rem 0 rgba(0, 0, 0, 0.01), 7.5625rem 10.1875rem 7.625rem 0 rgba(0, 0, 0, 0.05), 3.375rem 4.5625rem 5.625rem 0 rgba(0, 0, 0, 0.09), 0.8125rem 1.125rem 3.125rem 0 rgba(0, 0, 0, 0.1);
}
.tabs__btn--active {
  color: #fff;
  background: #D8BC32;
  box-shadow: none;
  pointer-events: none;
}
.tabs__btn:hover {
  box-shadow: none;
}
@media (max-width: 768px) {
  .tabs {
    gap: 3.62rem;
  }
  .tabs__btns {
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .tabs {
    gap: 2.5rem;
  }
  .tabs__btns {
    flex-direction: column;
  }
}
.trips {
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
}
.trips__item {
  display: flex;
  gap: 3.25rem;
  transition: 0.4s all;
}
.trips__item-image {
  flex: 0 0 41.6875rem;
  min-height: 26.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: inherit;
}
.trips__item-image img {
  transition: inherit;
}
.trips__item a.trips__item-image:hover img {
  transform: scale(1.05);
}
.trips__item-content {
  display: flex;
  flex-direction: column;
  gap: 2.56rem;
  padding: 0.72rem 0;
  transition: inherit;
}
.trips__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.01875rem;
  transition: inherit;
}
.trips__item a.trips__item-title:hover {
  color: #FF9C00;
}
.trips__item-btns {
  display: flex;
  gap: 1.25rem;
}
.trips--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.12rem;
  row-gap: 3.06rem;
}
.trips--grid .trips__item {
  flex-direction: column;
  gap: 0;
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  outline: 0.0625rem solid transparent;
}
.trips--grid .trips__item-image {
  flex: 0 0 12.74956rem;
  min-height: auto;
  border-radius: 0;
}
.trips--grid .trips__item-title {
  padding: 1rem;
  margin: auto;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.015rem;
  text-align: center;
}
.trips--grid .trips__item:hover {
  box-shadow: none;
  outline-color: rgba(0, 0, 0, 0.1);
}
.trips--grid .trips__item:hover .trips__item-image {
  filter: blur(0.1rem);
  transform: scale(1.025);
}
.trips--grid .trips__item:hover .trips__item-title {
  color: #FF9C00;
}
@media (max-width: 768px) {
  .trips {
    gap: 7.69rem;
  }
  .trips__item {
    flex-direction: column;
    gap: 2.25rem;
  }
  .trips__item-image {
    flex: 0 0 26.25rem;
    min-height: auto;
  }
  .trips__item-content {
    gap: 1.7rem;
    padding: 0;
  }
  .trips--grid {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    column-gap: 0.375rem;
    row-gap: 0.75rem;
  }
  .trips--grid .trips__item-title {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .trips {
    gap: 4.5rem;
  }
  .trips__item {
    gap: 2rem;
  }
  .trips__item-content {
    gap: 1.5rem;
  }
  .trips__item-btns {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  .trips__item-btn {
    flex-grow: 1;
  }
  .trips--grid {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.reviews__items {
  display: flex;
  flex-direction: column;
  gap: 2.06rem;
}
.reviews__item {
  padding: 2.75rem 2.62rem;
  background: #FFFDED;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
.reviews__item:hover {
  box-shadow: 0 1.25rem 1.375rem -0.25rem rgba(0, 0, 0, 0.1), 1rem 1.625rem 1.9375rem -1.1875rem rgba(0, 0, 0, 0.1);
}
.reviews__item-top {
  display: flex;
  align-items: center;
  gap: 1.31rem;
}
.reviews__item-top:not(:last-child) {
  margin-bottom: 2.25rem;
}
.reviews__item-image {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: url(/local/templates/soln/./images/logo.png) no-repeat center/95%;
}
.reviews__item a.reviews__item-image {
  transition: 0.3s all;
}
.reviews__item a.reviews__item-image:hover {
  filter: blur(0.05rem);
}
.reviews__item-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.01875rem;
  color: #5C5050;
}
.reviews__item-name:not(:last-child) {
  margin-bottom: 0.625rem;
}
.reviews__item a.reviews__item-name {
  transition: 0.3s all;
}
.reviews__item a.reviews__item-name:hover {
  color: #FF9C00;
}
.reviews__item-date {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.01219rem;
  color: #000;
}
.reviews--grid.slider .slider__items-wrapper {
  padding: 2rem 0;
}
.reviews--grid.slider .slider__items {
  gap: 2rem;
  height: auto;
}
.reviews--grid.slider .slider__item {
  flex: 0 0 31.5% !important;
}
.reviews--grid.slider .slider__btn {
  top: 50%;
}
.reviews--grid .reviews__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.75rem 2rem 1rem;
  background: #fff;
}
.reviews--grid .reviews__item-image {
  width: 7.99913rem;
  height: 7.99913rem;
  background: url(/local/templates/soln/./images/logo.png) no-repeat center/95%;
}
.reviews--grid .reviews__item-image:not(:last-child) {
  margin-bottom: 1.62rem;
}
.reviews--grid .reviews__item-text {
  position: relative;
  height: 6.1875rem;
  overflow: hidden;
}
.reviews--grid .reviews__item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.reviews--grid .reviews__item-more {
  align-self: flex-end;
  font-size: 0.9375rem;
  color: #FF9C00;
  transition: 0.3s all;
}
.reviews--grid .reviews__item-more:not(:first-child) {
  margin-top: 1.44rem;
}
.reviews--grid .reviews__item-more:hover {
  color: #D8BC32;
}
@media (max-width: 768px) {
  .reviews__items {
    gap: 1.25rem;
  }
  .reviews__item {
    padding: 2.63rem 2.5rem;
  }
  .reviews__item-top:not(:last-child) {
    margin-bottom: 2rem;
  }
  .reviews__item-name:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .reviews--grid.slider .slider__items {
    gap: 1.5rem;
  }
  .reviews--grid.slider .slider__item {
    flex: 0 0 21.5rem !important;
  }
  .reviews--grid .reviews__item {
    padding: 2.5rem 2rem 1rem;
  }
}
@media (max-width: 480px) {
  .reviews__item {
    padding: 2.5rem 2.37rem;
  }
  .reviews__item-top:not(:last-child) {
    margin-bottom: 1.7rem;
  }
  .reviews--grid.slider .slider__items {
    gap: 1rem;
  }
  .reviews--grid.slider .slider__item {
    flex: 0 0 90% !important;
  }
  .reviews--grid .reviews__item {
    padding: 2.5rem 2rem 1rem;
  }
}
.contact-form {
  width: 43.1875rem;
  max-width: 100%;
  margin: 0 auto;
}
.contact-form__inner {
  position: relative;
}
.contact-form__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.contact-form__text {
  margin-bottom: 1rem;
  color: #000;
}
.contact-form__text a {
  text-transform: uppercase;
  font-weight: bold;
  color: #FF9C00;
}
.contact-form__agreement {
  margin-bottom: 2rem;
}
.contact-form__agreement input {
  appearance: auto;
  margin-bottom: 0.3rem;
}
.contact-form__agreement::after {
  content: attr(data-message);
  font-size: 0.85em;
  line-height: 130%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.contact-form__form, .contact-form__loader, .contact-form__loader::before, .contact-form__loader::after {
  transition: 0.7s all;
}
.contact-form__form {
  width: 100%;
}
.contact-form__items {
  display: flex;
  flex-direction: column;
  gap: 2.06rem;
}
.contact-form__row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1.5rem;
}
.contact-form__row .contact-form__item--long {
  flex-grow: 2;
}
.contact-form__item {
  position: relative;
  flex-grow: 1;
  gap: 0.63rem;
}
.contact-form__item::after {
  content: attr(data-message);
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.85em;
  line-height: 130%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.contact-form__item span {
  font-weight: 500;
  color: #000;
}
.contact-form__item input, .contact-form__item textarea, .contact-form__item select, .contact-form__item .custom-select__title {
  width: 100%;
  padding: 0.7rem 1rem;
  color: #000;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.9375rem;
  transition: 0.4s all;
}
.contact-form__item input:focus, .contact-form__item textarea:focus, .contact-form__item select:focus, .contact-form__item .custom-select__title:focus {
  box-shadow: 0 0 0.85rem rgba(0, 0, 0, 0.25);
  outline: none;
}
.contact-form__item textarea {
  resize: none;
  height: 12.8125rem;
}
.contact-form__item--req span {
  position: relative;
}
.contact-form__item--req span::after {
  content: "*";
  margin-left: 0.25rem;
  color: #FF9C00;
}
.contact-form__item--error::after {
  color: red;
  opacity: 1;
  visibility: visible;
}
.contact-form__item--error input, .contact-form__item--error textarea, .contact-form__item--error select, .contact-form__item--error .custom-select__title {
  border-color: red;
}
.contact-form__item--error input:focus, .contact-form__item--error textarea:focus, .contact-form__item--error select:focus, .contact-form__item--error .custom-select__title:focus {
  box-shadow: 0 0 0.85rem rgba(255, 0, 0, 0.25);
}
.contact-form__btn {
  margin: 2.56rem auto 0;
}
.contact-form__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.contact-form:not(.contact-form--sending) .contact-form__loader {
  opacity: 0;
  visibility: hidden;
}
.contact-form:not(.contact-form--sending) .contact-form__loader::before, .contact-form:not(.contact-form--sending) .contact-form__loader::after {
  left: 0;
}
.contact-form--sending .contact-form__form, .contact-form--success .contact-form__form, .contact-form--error .contact-form__form {
  filter: blur(0.15rem) grayscale(0.6);
}
.contact-form--success .contact-form__message, .contact-form--error .contact-form__message {
  opacity: 1;
  visibility: visible;
}
.contact-form--success .contact-form__message {
  color: green;
}
.contact-form--error .contact-form__message {
  color: red;
}
.contact-form--text {
  width: 100%;
  display: flex;
  gap: 3.94rem;
}
.contact-form--text .contact-form__text {
  flex: 0 0 39%;
}
.contact-form--big {
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form__title {
    font-size: 1.75rem;
  }
  .contact-form__row {
    gap: 1.44rem;
  }
  .contact-form--text {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media (max-width: 480px) {
  .contact-form__title {
    font-size: 1.5rem;
  }
  .contact-form__items, .contact-form__row {
    gap: 1.75rem;
  }
  .contact-form__row {
    flex-direction: column;
  }
  .contact-form__item {
    width: 100%;
  }
  .contact-form--text {
    gap: 2.5rem;
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF9C00;
  font-size: 0.6875rem;
  background: #FF9C00;
  animation: escaleY 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2em;
  background: #FF9C00;
  width: 1em;
  height: 4em;
  animation: escaleY 1s infinite ease-in-out;
}
.loader:before {
  left: -2em;
  animation-delay: -0.32s;
}
@keyframes escaleY {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.map {
  width: 100%;
  height: 30.375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.map div, .map iframe {
  width: 100%;
  height: 100%;
}
.contacts {
  display: flex;
  gap: 4.25rem;
}
.contacts__column {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.contacts__column-map {
  min-width: 43.08%;
}
@media (max-width: 768px) {
  .contacts {
    flex-direction: column;
    gap: 1.87rem;
  }
  .contacts__column {
    gap: 3rem;
  }
  .contacts__column-map {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .contacts {
    gap: 1.75rem;
  }
}
.prices-list {
  display: flex;
  flex-direction: column;
  gap: 1.31rem;
}
/* Определение анимации keyframes */
@keyframes highlighted-anchor {
  0%, 100% {
    border-color: #ff0000;
  }
  50% {
    border-color: #d8bc32;
  }
}
.highlighted-anchor {
  border: 1px solid;
  animation: highlighted-anchor 1s infinite;
}
.hero-section .slider {
  transition: 1.5s all;
}
.hero-section .slider__items {
  height: auto;
}
.hero-section .slider__item {
  display: flex;
  min-height: 39.9375rem;
  height: auto;
}
.hero-section .slider__item:not(.hero-section .slider__item--active) {
  opacity: 0;
  visibility: hidden;
}
.hero-section .slider__item:not(.hero-section .slider__item--active) .slider__item-content {
  transform: translateX(-50%);
}
.hero-section .slider__item:not(.hero-section .slider__item--active) .slider__item-banner {
  transform: translateX(50%);
}
.hero-section .slider__item-content {
  position: relative;
  z-index: 2;
  width: 50%;
  background: rgba(255, 244, 223, 0.85);
  background: linear-gradient(112deg, #FFF4DF 46.23%, rgba(255, 248, 186, 0) 193.36%);
  transition: inherit;
}
.hero-section .slider__item-content-inner {
  width: 38.5rem;
  margin-left: auto;
  padding: 4rem 2.25rem 4rem 0;
  box-sizing: content-box;
}
.hero-section .slider__item-title {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.04688rem;
  color: #5C5050;
}
.hero-section .slider__item-text {
  color: #5C5050;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.01875rem;
}
.hero-section .slider__item-text:not(:first-child) {
  margin-top: 1.44rem;
}
.hero-section .slider__item-btn:not(:first-child) {
  margin-top: 3.06rem;
}
.hero-section .slider__item-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: inherit;
}
.hero-section .slider__btn {
  top: 50%;
}
@media (max-width: 768px) {
  .hero-section .slider__item {
    min-height: 37rem;
  }
  .hero-section .slider__item-content {
    width: 100%;
    max-width: 32.875rem;
  }
  .hero-section .slider__item-content-inner {
    width: 92.4%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .hero-section .slider__item-title {
    font-size: 2.25rem;
  }
  .hero-section .slider__item-text {
    font-size: 1.15rem;
  }
  .hero-section .slider__pagination {
    bottom: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .hero-section .slider__item {
    min-height: 27.8125rem;
  }
  .hero-section .slider__item-content {
    max-width: 100%;
  }
  .hero-section .slider__item-content-inner {
    width: 91.67%;
    padding: 4rem 0;
  }
  .hero-section .slider__item-title {
    font-size: 1.8125rem;
  }
  .hero-section .slider__item-text {
    font-size: 0.9375rem;
  }
  .hero-section .slider__pagination {
    bottom: 1rem;
    gap: 1rem;
  }
  .hero-section .slider__pagination-item {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.advantages-section__container {
  padding-top: 6.5rem;
  padding-bottom: 4.315rem;
}
.advantages-section__text {
  max-width: 42rem;
}
.advantages-section__advantages:not(:first-child) {
  margin-top: 3.62rem;
}
@media (max-width: 768px) {
  .advantages-section__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .advantages-section__advantages:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 480px) {
  .advantages-section__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .advantages-section__advantages:not(:first-child) {
    margin-top: 2rem;
  }
}
.trips-section__container {
  padding-top: 4.315rem;
  padding-bottom: 4.5rem;
}
.trips-section__text:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .trips-section__container {
    padding-top: 4rem;
    padding-bottom: 1.875rem;
  }
  .trips-section__text:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 480px) {
  .trips-section__container {
    padding-top: 3rem;
    padding-bottom: 2.315rem;
  }
  .trips-section__text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.about-section__container {
  padding-top: 4.5rem;
  padding-bottom: 2.3125rem;
}
.about-section__section-title:not(:last-child) {
  margin-bottom: 3.875rem;
}
@media (max-width: 768px) {
  .about-section__container {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  .about-section__section-title:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}
@media (max-width: 480px) {
  .about-section__container {
    padding-top: 2.315rem;
    padding-bottom: 4.375rem;
  }
  .about-section__section-title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.rooms-section {
  background: #FFFFE7;
}
.rooms-section__container {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
.rooms-section .rooms:not(:first-child) {
  margin-top: 2.5rem;
}
.rooms-section__btn {
  align-self: center;
}
.rooms-section__btn:not(:first-child) {
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .rooms-section__container {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
  .rooms-section__btn:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (max-width: 480px) {
  .rooms-section__container {
    padding-top: 4rem;
  }
  .rooms-section__btn:not(:first-child) {
    margin-top: 4.6875rem;
  }
}
.reviews-section__container {
  padding-top: 3.81rem;
  padding-bottom: 4.015rem;
  display: flex;
  flex-direction: column;
}
.reviews-section .reviews {
  margin-top: 2.5rem;
}
.reviews-section__btn {
  margin-top: 2.88rem;
  align-self: center;
}
@media (max-width: 768px) {
  .reviews-section__container {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
  .reviews-section .reviews {
    margin-top: 2rem;
  }
  .reviews-section__btn {
    margin-top: 4.19rem;
  }
}
@media (max-width: 480px) {
  .reviews-section .reviews {
    margin-top: 1.7rem;
  }
  .reviews-section__btn {
    margin-top: 2.69rem;
  }
}
.feedback-section__container {
  padding-top: 4.015rem;
  padding-bottom: 9.16rem;
}
.feedback-section__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.12rem;
  row-gap: 0.5rem;
}
.feedback-section__btns:not(:first-child) {
  margin-top: 1.81rem;
}
@media (max-width: 768px) {
  .feedback-section__container {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  .feedback-section__container {
    padding-bottom: 5.94rem;
  }
}
/* End */
/* /local/templates/soln/styles.css?176856887684293 */
