

/* Start:/local/templates/yb_new/assets/template_styles.css?1753880250273774*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Breakpoints */
h1 {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  color: #042227;
  margin: 2rem 0; }

h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  color: #042227;
  margin: 2rem 0; }

h4 {
  font-weight: 700;
  color: #042227;
  font-size: 1.6rem;
  line-height: 2.2rem; }

p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #202020; }

ul,
ol {
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #042227; }

ol li::marker {
  font-weight: 700; }

ol li:not(:last-of-type) {
  margin-bottom: 10px; }

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 10px; }

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

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  font-family: "roboto", "Arial", sans-serif;
  background-color: #fffdf8;
  color: #042227; }
  body.no-scroll {
    overflow-y: hidden; }

main {
  flex: 1 1 100%; }
  @media screen and (max-width: 1556px) {
    main {
      margin-top: 75px; } }

.header--full + main {
  padding-top: 80px; }

textarea:focus,
input:focus,
button,
*,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

textarea,
input {
  appearance: none; }

.container-main {
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 48px; }

.container-main-mini {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 48px; }

.container {
  width: 100%;
  min-width: 320px;
  max-width: 1330px;
  margin: auto;
  padding: 0 20px; }
  .container .container {
    min-width: initial;
    padding: 0; }

.min-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.tablet-container {
  max-width: 56rem;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .tablet-container {
      padding: 0 2rem; } }

@media only screen and (min-width: 991px) {
  .visible-m {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .visible-m {
    display: block; } }

@media only screen and (min-width: 991px) {
  .visible-d {
    display: block; } }

@media only screen and (max-width: 991px) {
  .visible-d {
    display: none !important; } }

.flex {
  display: flex; }
  .flex_v-center {
    align-items: center; }
  .flex_v-start {
    align-items: flex-start; }
  .flex_v-end {
    align-items: flex-end; }
  .flex_h-center {
    justify-content: center; }
  .flex_h-between {
    justify-content: space-between; }

.flex-double {
  min-width: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem); }
  @media only screen and (max-width: 991px) {
    .flex-double {
      min-width: 100%;
      max-width: 100%; } }

.center {
  text-align: center; }

.ps__rail-y {
  position: absolute;
  right: 0;
  left: auto !important;
  width: 0.3rem;
  background-color: transparent;
  border-radius: 1rem;
  z-index: 3; }

.ps__thumb-y {
  position: absolute;
  width: 100%;
  border-radius: 0.3rem; }

.rouble {
  font-family: "Roboto Slab", "Arial", sans-serif;
  padding-left: 5px; }

@media only screen and (max-width: 991px) {
  .scroll-x_mobile {
    overflow-x: auto;
    overflow-y: hidden; }
    .scroll-x_mobile > *:last-of-type {
      position: relative; }
      .scroll-x_mobile > *:last-of-type::after {
        content: "";
        display: block;
        position: absolute;
        right: -2rem;
        width: 2rem;
        height: 1px; } }

.scroll-x_mobile::-webkit-scrollbar {
  display: none; }

.body_grey {
  background-color: #f1f1f1; }

.website-workarea .min-container:first-of-type + .title-wrap {
  margin-top: 0; }

.website-workarea .title-wrap {
  margin-top: 5rem; }
  @media only screen and (max-width: 767px) {
    .website-workarea .title-wrap {
      margin-top: 3rem; } }

.page-title {
  margin: 0 0 2rem;
  max-width: 630px; }
  .page-title.blue {
    color: #005e6e; }

.website-workarea > div:last-of-type {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .website-workarea > div:last-of-type {
      padding-bottom: 50px; } }

.website-workarea > div.map-container, .website-workarea > div.treatment-programs, .website-workarea > div.our-doctors {
  padding-bottom: 0; }

@media only screen and (max-width: 991px) {
  .website-workarea > div.about-our-treatment {
    padding-bottom: 0; } }

b {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.website-footer {
  background-color: #fffdf8; }

a {
  color: #1a87a6;
  transition: 0.2s; }
  @media only screen and (min-width: 991px) {
    a:hover {
      color: #f89813; } }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

a {
  text-decoration: none; }

/*roboto*/
@font-face {
  font-family: "roboto";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Regular.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Regular.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "roboto";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Medium.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Medium.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "roboto";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Bold.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*robotoSlab*/
@font-face {
  font-family: "Roboto Slab";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Regular.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Regular.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Medium.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Medium.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Bold.eot");
  src: url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Bold.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/roboto-slab/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*openSans*/
@font-face {
  font-family: "proxima";
  font-display: fallback;
  src: url("/local/templates/yb_new/assets/fonts/proxima-nova/ProximaNova-Regular.eot");
  src: url("/local/templates/yb_new/assets/fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"), url("/local/templates/yb_new/assets/fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.slider-default .swiper-button-next::after,
.slider-default .swiper-button-prev::after {
  content: none;
  display: none; }

.slider-default .swiper-pagination-fraction,
.slider-default .swiper-pagination-custom,
.slider-default .swiper-horizontal > .swiper-pagination-bullets,
.slider-default .swiper-pagination-bullets.swiper-pagination-horizontal {
  --swiper-pagination-bottom: -25px; }

.js-tab-scroll .swiper-button-next::after,
.js-tab-scroll .swiper-button-prev::after {
  content: none;
  display: none; }

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover); }

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month); }

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused); }

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color); }

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused); }

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none; }

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover); }

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color); }

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range); }

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0; }

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover); }

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0; }

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius); }

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover); }

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease); }

.air-datepicker-body.-hidden- {
  display: none; }

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px; }

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.air-datepicker-body--cells {
  display: grid; }

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height); }

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height); }

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height); }

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box; }

.-only-timepicker- .air-datepicker-nav {
  display: none; }

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--action.-disabled- {
  visibility: hidden; }

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px; }

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px; }

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px; }

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em; }

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none; }

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column; }

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0); }

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover); }

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none; }

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active); }

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner); }

.-only-timepicker- .air-datepicker-time {
  border-top: none; }

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center; }

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: '';
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1; }

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat; }

.air-datepicker-time--row:first-child {
  margin-bottom: 4px; }

.air-datepicker-time--row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-ms-tooltip {
  display: none; }

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:focus {
  outline: none; }

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1); }

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
  background: transparent; }

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px; }

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99; }

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index); }

.air-datepicker:not(.-custom-position-) {
  opacity: 0; }

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset)); }

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset)); }

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1; }

.air-datepicker.-active-.-custom-position- {
  transition: none; }

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none; }

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none; }

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent; }

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none; }

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset))); }

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%); }

.air-datepicker.-custom-position- {
  transition: none; }

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0; }

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1; }

.air-datepicker--pointer:after {
  content: '';
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box; }

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^='top'] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px); }

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^='top'] .air-datepicker--pointer:after {
  transform: rotate(135deg); }

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^='right'] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px); }

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^='right'] .air-datepicker--pointer:after {
  transform: rotate(225deg); }

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^='bottom'] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px); }

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^='bottom'] .air-datepicker--pointer:after {
  transform: rotate(315deg); }

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^='left'] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px); }

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^='left'] .air-datepicker--pointer:after {
  transform: rotate(45deg); }

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset); }

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset); }

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2); }

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset); }

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset); }

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2); }

.air-datepicker--navigation {
  grid-area: nav; }

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body; }

.-only-timepicker- .air-datepicker--content {
  display: none; }

.air-datepicker--time {
  grid-area: timepicker; }

.air-datepicker--buttons {
  grid-area: buttons; }

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner); }

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index); }

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s; }

.air-datepicker {
  z-index: 2000; }

.booking__wrapper .air-datepicker {
  background: transparent;
  border: none; }
  .booking__wrapper .air-datepicker .air-datepicker-nav {
    border-color: rgba(26, 135, 166, 0.2);
    padding: 0 15px 20px; }
    .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--action {
      background: #fffdf8;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      transition: .3s; }
      .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--action svg {
        width: 15px;
        height: 15px; }
      .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--action path {
        stroke: #042227; }
      .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--action:hover {
        background: #f89813; }
    .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--title {
      font-family: "roboto", "Arial", sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 2.2rem;
      color: #1a87a6; }
      .booking__wrapper .air-datepicker .air-datepicker-nav .air-datepicker-nav--title i {
        color: #1a87a6; }
  .booking__wrapper .air-datepicker .air-datepicker-body--day-name {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #8d887b;
    font-family: "roboto", "Arial", sans-serif; }
  .booking__wrapper .air-datepicker .air-datepicker-body--day-names {
    margin: 15px 0 20px; }
  .booking__wrapper .air-datepicker.-inline- {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .booking__wrapper .air-datepicker .air-datepicker-body--cells.-days- {
    grid-auto-rows: 40px; }
  .booking__wrapper .air-datepicker .air-datepicker-cell.-year- {
    font-family: "roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #202020; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-year-.-current- {
      color: #1a87a6; }
  .booking__wrapper .air-datepicker .air-datepicker-cell.-day-,
  .booking__wrapper .air-datepicker .air-datepicker-cell.-month- {
    font-family: "roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #202020;
    width: 36px;
    margin: 2px auto;
    transition: .3s;
    border-radius: 50%; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-day-.-current-,
    .booking__wrapper .air-datepicker .air-datepicker-cell.-month-.-current- {
      color: #1a87a6; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-day-:hover,
    .booking__wrapper .air-datepicker .air-datepicker-cell.-month-:hover {
      background: #f7a600;
      border-radius: 50%; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-day-.-other-month-, .booking__wrapper .air-datepicker .air-datepicker-cell.-day- .air-datepicker-cell.-year-.-other-decade-,
    .booking__wrapper .air-datepicker .air-datepicker-cell.-month-.-other-month-,
    .booking__wrapper .air-datepicker .air-datepicker-cell.-month- .air-datepicker-cell.-year-.-other-decade- {
      color: #8d887b;
      font-weight: 400; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-day-.-selected-,
    .booking__wrapper .air-datepicker .air-datepicker-cell.-month-.-selected- {
      background: #fffdf8;
      border-radius: 50%; }
  .booking__wrapper .air-datepicker .air-datepicker-cell.-day-.-disabled- {
    color: #8d887b; }
    .booking__wrapper .air-datepicker .air-datepicker-cell.-day-.-disabled-:hover {
      background: rgba(141, 136, 123, 0.1); }

.read-more {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }

.read-more-btn .open,
.read-more-btn .close {
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #1a87a6;
  transition: 0.3s;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .read-more-btn .open svg,
  .read-more-btn .close svg {
    margin-left: 8px;
    width: 11px;
    height: 6px; }

.read-more-btn:hover .open,
.read-more-btn:hover .close {
  color: #f7a600; }

.read-more-btn .open {
  display: flex; }

.read-more-btn .close {
  display: none; }

.read-more-btn.active .open {
  display: none; }

.read-more-btn.active .close {
  display: flex; }

.carousel {
  position: relative;
  box-sizing: border-box; }

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

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

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 27, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

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

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

.swiper-3d {
  perspective: 1200px; }

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

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

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1728px;
  padding: 0 48px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1556px) {
    .header {
      top: 0; } }
  .header--full {
    position: static;
    padding: 0;
    left: auto;
    transform: none;
    margin: 0 auto; }
    .header--full .header__wrapper {
      top: 0;
      width: 100%;
      border-radius: unset;
      max-width: unset; }
    @media (max-width: 1439px) {
      .header--full .header__right {
        margin-left: 3px; } }

.header__wrapper {
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  z-index: 100;
  height: 79px;
  display: flex;
  align-items: center;
  background: #fffdf8;
  width: 100%; }

.header__logo {
  width: 207px;
  height: 46px;
  display: block; }
  @media (max-width: 1619px) {
    .header__logo {
      width: 157px; } }
  @media (max-width: 1309px) {
    .header__logo {
      width: 207px; } }
  .header__logo.hidden {
    display: none; }

.header__logo-block {
  display: none; }
  .header__logo-block.active {
    display: block; }

.header-desktop {
  display: flex;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 1556px) {
    .header-desktop {
      display: none; } }

.header__nav {
  margin-left: auto; }

.header__right {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-left: 15px; }

.header__right-button {
  border: none;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 12px;
  padding: 8px 14px;
  min-width: 48px;
  min-height: 48px;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #042227;
  display: flex;
  align-items: center;
  column-gap: 14px;
  background-color: #f7a600;
  transition: all 0.3s ease;
  cursor: pointer; }
  .header__right-button.reservation {
    background-color: #1a87a6;
    color: #fffdf8; }
    @media (hover: hover) {
      .header__right-button.reservation:hover:not(.focus-visible) {
        background-color: #005e6e; } }
    .header__right-button.reservation.focus-visible:focus {
      background-color: #005e6e; }
  @media (hover: hover) {
    .header__right-button:hover:not(.focus-visible) {
      background-color: #f89813; } }
  .header__right-button.focus-visible:focus {
    background-color: #f89813; }
  @media (max-width: 1439px) {
    .header__right-button {
      font-size: 1.3rem; } }

@media (hover: hover) {
  a.header__right-button:hover:not(.focus-visible) {
    background-color: #f89813;
    color: #042227; } }

a.header__right-button.focus-visible:focus {
  background-color: #f89813;
  color: #042227; }

.navigation__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center; }

.navigation__item {
  white-space: nowrap; }
  .navigation__item a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding: 14px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #042227;
    font-family: "Roboto Slab", "Arial", sans-serif; }
    @media (hover: hover) {
      .navigation__item a:hover:not(.focus-visible) {
        color: #1a87a6;
        background-color: #f8f8f8;
        border-radius: 15px; } }
    .navigation__item a.focus-visible:focus {
      color: #1a87a6;
      background-color: #f8f8f8;
      border-radius: 15px; }
    @media (max-width: 1479px) {
      .navigation__item a {
        font-size: 1.3rem; } }
    .navigation__item a span {
      font-family: "Roboto Slab", "Arial", sans-serif; }
  .navigation__item ul {
    display: none;
    position: absolute;
    background: #fffdf8;
    list-style-type: none;
    padding: 0;
    border-radius: 15px; }
    .navigation__item ul.active {
      display: block; }

.header-mobile {
  display: none; }

@media screen and (max-width: 1556px) {
  .header__wrapper {
    padding: 12px 10px 12px 20px;
    width: 100%;
    top: 0;
    border-radius: unset;
    position: fixed;
    z-index: 16; }
  .header-mobile {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 15px; }
  .menu-burger {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; }
    .menu-burger span {
      width: 20px;
      height: 2px;
      background-color: #042227;
      transition: all 0.5s; }
    .menu-burger.active {
      background: transparent; }
      .menu-burger.active span:nth-of-type(1) {
        display: none; }
      .menu-burger.active span:nth-of-type(2) {
        transform: rotate(45deg);
        position: absolute; }
      .menu-burger.active span:nth-of-type(3) {
        transform: rotate(-45deg); }
  .header-mobile__nav {
    opacity: 0;
    z-index: -100;
    position: fixed;
    top: 78px;
    right: 0;
    width: 40%;
    background: #f1f1f1;
    overflow-y: auto;
    height: 0;
    transition: 0.5s; }
    .header-mobile__nav.active {
      height: 90vh;
      opacity: 1;
      z-index: 101; }
  .navigation__list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px; }
  .navigation__item {
    border-bottom: 1px solid rgba(4, 34, 39, 0.1);
    width: 88%;
    margin: 0 20px; }
    .navigation__item a {
      font-size: 1.6rem;
      color: #1b7f9b;
      font-family: "Roboto Slab", "Arial", sans-serif;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .navigation__item svg {
      transition: 0.2s; }
      .navigation__item svg.transform {
        transform: rotate(180deg); }
    .navigation__item ul {
      position: static;
      background: transparent; }
      .navigation__item ul.active {
        list-style-type: disc;
        padding-left: 30px; }
        .navigation__item ul.active a {
          color: #042227;
          padding: 5px 0 10px;
          font-weight: 200; }
  .navigation__button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding: 0 25px;
    gap: 15px; }
    .navigation__button button {
      width: 300px;
      height: 150px;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      padding: 20px 0 20px 20px;
      border: none; } }
    @media screen and (max-width: 1556px) and (max-width: 450px) {
      .navigation__button button {
        width: 100%; } }

@media screen and (max-width: 1556px) {
  .button__bottom {
    background: #1a87a6; }
    .button__bottom:nth-of-type(1) {
      background: #f7a600; }
      .button__bottom:nth-of-type(1) span {
        color: #042227; }
    .button__bottom span {
      color: #fffdf8;
      font-size: 20px;
      font-weight: 600; }
  .button-search__bottom {
    background: #fffdf8; }
    .button-search__bottom span {
      color: #042227;
      font-size: 20px;
      font-weight: 600; }
  .button__bottom-svg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .button__bottom-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px; }
  .navigation__contact {
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 25px; }
    .navigation__contact a {
      text-decoration: none;
      color: #1a87a6;
      font-size: 26px;
      font-weight: 600; }
      .navigation__contact a:nth-of-type(1) {
        margin-bottom: 10px; }
    .navigation__contact button {
      width: 300px;
      padding: 10px 20px;
      border-radius: 15px;
      border: none;
      font-size: 18px;
      background: #f7a600; } }
    @media screen and (max-width: 1556px) and (max-width: 450px) {
      .navigation__contact button {
        width: 100%;
        margin-top: 10px; } }

@media screen and (max-width: 1556px) {
      .navigation__contact button span {
        color: #042227;
        font-weight: 600; }
  .navigation__contact-messenger {
    display: flex;
    align-items: center;
    gap: 15px; }
  .header-mobile__phone {
    opacity: 1;
    transition: 0.2s; }
    .header-mobile__phone.hidden {
      opacity: 0; } }

@media (max-width: 1024px) {
  .header-mobile__nav {
    width: 100%; } }

.footer {
  background-color: #f1f1f1;
  margin-top: auto; }

.footer__wrapper {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 450px) {
    .footer__wrapper {
      padding: 48px 15px; } }

.footer__nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  column-gap: 24px; }
  @media (max-width: 1160px) {
    .footer__nav {
      justify-content: center; } }
  @media (max-width: 450px) {
    .footer__nav {
      justify-content: flex-start; } }

.footer__nav-col {
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  @media (max-width: 1160px) {
    .footer__nav-col {
      display: none; } }
  .footer__nav-col ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px; }
  .footer__nav-col--title ul {
    row-gap: 20px; }

.footer__nav-link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #042227;
  transition: all 0.3s ease; }
  @media (hover: hover) {
    .footer__nav-link:hover:not(.focus-visible) {
      text-decoration: underline;
      color: #042227; } }
  .footer__nav-link.focus-visible:focus {
    text-decoration: underline;
    color: #042227; }
  .footer__nav-link--title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #1a87a6;
    font-family: "Roboto Slab", "Arial", sans-serif; }
    @media (hover: hover) {
      .footer__nav-link--title:hover:not(.focus-visible) {
        color: #1a87a6; } }
    .footer__nav-link--title.focus-visible:focus {
      color: #1a87a6; }

.footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 32px; }
  @media (max-width: 450px) {
    .footer__info {
      width: 100%; } }

.footer__info-contacts {
  display: flex;
  flex-direction: column;
  row-gap: 16px; }

.footer__info-contacts-item {
  display: flex;
  flex-direction: column; }
  .footer__info-contacts-item h3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #042227;
    margin: 0; }
  .footer__info-contacts-item a {
    font-weight: 500;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-size: 2.6rem;
    line-height: 3.4rem;
    color: #1a87a6;
    white-space: nowrap;
    transition: all 0.3s ease; }
    @media (hover: hover) {
      .footer__info-contacts-item a:hover:not(.focus-visible) {
        text-decoration: underline; } }
    .footer__info-contacts-item a.focus-visible:focus {
      text-decoration: underline; }

.footer__contacts-button {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  line-height: 2.4rem;
  background-color: #f7a600;
  color: #042227;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 12px 12px 12px 20px;
  min-height: 56px;
  max-width: 254px;
  transition: all 0.3s ease; }
  @media (max-width: 450px) {
    .footer__contacts-button {
      max-width: 350px;
      width: 100%; } }
  @media (hover: hover) {
    .footer__contacts-button:hover:not(.focus-visible) {
      color: #042227;
      background-color: #f89813; } }
  .footer__contacts-button.focus-visible:focus {
    color: #042227;
    background-color: #f89813; }

.footer__contacts-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fffdf8;
  color: #042227;
  width: 32px;
  height: 32px; }

.footer__social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  column-gap: 16px; }

.footer__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff8fd;
  color: #1a87a6;
  transition: all 0.3s ease; }
  @media (hover: hover) {
    .footer__social-item:hover:not(.focus-visible) {
      color: #ffffff; } }
  .footer__social-item.focus-visible:focus {
    color: #ffffff; }
  @media (hover: hover) {
    .footer__social-item--vk:hover:not(.focus-visible) {
      background-color: #0077ff; } }
  .footer__social-item--vk.focus-visible:focus {
    background-color: #0077ff; }
  @media (hover: hover) {
    .footer__social-item--odnoclassniki:hover:not(.focus-visible) {
      background-color: #f79a38; } }
  .footer__social-item--odnoclassniki.focus-visible:focus {
    background-color: #f79a38; }
  @media (hover: hover) {
    .footer__social-item--youtube:hover:not(.focus-visible) {
      background-color: #f40000; } }
  .footer__social-item--youtube.focus-visible:focus {
    background-color: #f40000; }
  .footer__social-item--telegram svg {
    margin-left: -3px; }
  @media (hover: hover) {
    .footer__social-item--telegram:hover:not(.focus-visible) {
      background-color: #27a6e5; } }
  .footer__social-item--telegram.focus-visible:focus {
    background-color: #27a6e5; }

.footer__rating img {
  width: 148px;
  height: 32px;
  display: block; }

.footer__developer {
  display: flex;
  flex-direction: column;
  color: #042227; }
  @media (hover: hover) {
    .footer__developer:hover:not(.focus-visible) {
      color: #042227; } }
  .footer__developer.focus-visible:focus {
    color: #042227; }

.footer__copyright {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fffdf8; }
  .footer__copyright .container-main-mini {
    padding: 0 15px; }
  .footer__copyright p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #8d887b;
    margin: 0; }

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin: 0 -2rem;
    padding: 0 2rem; } }

.breadcrumbs-wrapper {
  padding: 3rem 0 0.5rem 0; }
  @media only screen and (max-width: 599px) {
    .breadcrumbs-wrapper {
      padding-bottom: 1rem; } }

.breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none; }

.breadcrumbs__item {
  margin: 0;
  white-space: nowrap; }
  .breadcrumbs__item:not(:first-child) .breadcrumbs__link {
    margin-left: 23px; }
    .breadcrumbs__item:not(:first-child) .breadcrumbs__link::after {
      font-size: 15px;
      position: absolute;
      top: 7px;
      left: -13px;
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: currentColor; }
  .breadcrumbs__item:last-child {
    padding-right: 15px; }

.breadcrumbs__link {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #8d887b;
  border-bottom: 0.1rem solid transparent;
  transition: all 0.3s; }
  .breadcrumbs__link:hover {
    color: #042227;
    border-color: #042227; }

.button-primary {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  font-family: "Roboto Slab", "Arial", sans-serif;
  text-align: left;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  color: #042227; }
  .button-primary_primary {
    color: #042227;
    background-color: #f7a600; }
    @media only screen and (min-width: 991px) {
      .button-primary_primary:hover {
        background-color: #f89813;
        color: #042227; } }
  .button-primary_light-yellow {
    background-color: #feefd2;
    color: #1a87a6; }
  .button-primary_disabled {
    background-color: #feefd2;
    color: #042227; }
    @media only screen and (min-width: 991px) {
      .button-primary_disabled:hover {
        background-color: #efe0c4;
        color: #042227; } }

.btn-arrow {
  min-width: 250px;
  padding-right: 36px; }
  .btn-arrow::after {
    content: "";
    width: 21px;
    height: 9px;
    position: absolute;
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-btn.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 21px;
    right: 15px; }

.btn-arrow_blue::after {
  content: "";
  width: 21px;
  height: 9px;
  position: absolute;
  background-image: url("/local/templates/yb_new/assets/images/svg/arrow-btn_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 21px;
  right: 15px; }

.btn-calendar {
  padding-right: 36px; }
  .btn-calendar::after {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    background-image: url("/local/templates/yb_new/assets/images/svg/calendar-btn.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 15px;
    right: 15px; }

.btn-bnovo {
  padding-right: 36px;
  margin-bottom: 10px; }
  .btn-bnovo::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("/local/templates/yb_new/assets/images/bnovo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 15px;
    right: 15px; }

.btn-file {
  padding-right: 36px; }
  .btn-file::after {
    content: "";
    width: 16px;
    height: 20px;
    position: absolute;
    background-image: url("/local/templates/yb_new/assets/images/svg/file-btn.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 15px;
    right: 15px; }

.btn-roboto {
  font-family: "roboto", "Arial", sans-serif;
  font-weight: 500; }

.btn-radius {
  border-radius: 5px; }

.btn-text-center {
  text-align: center;
  padding: 15px; }

button[disabled] {
  color: rgba(141, 136, 123, 0.5);
  background-color: rgba(141, 136, 123, 0.1);
  cursor: default; }
  button[disabled]:hover {
    color: rgba(141, 136, 123, 0.5);
    background-color: rgba(141, 136, 123, 0.1); }

.input-main {
  border-radius: 5px;
  background: #fffdf8;
  min-height: 50px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #042227;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s;
  position: relative; }
  .input-main:hover {
    border: 1px solid #f7a600; }
  .input-main:focus {
    border: 1px solid #f7a600; }

.input-cover {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative; }
  .input-cover.error {
    margin: 0 0 2rem; }
    .input-cover.error .input-main {
      border-color: #c72825;
      background: rgba(199, 40, 37, 0.1);
      color: #c72825; }
  .input-cover_half {
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .input-cover_half {
        width: 100%; } }
  .input-cover_radio {
    border-radius: 5px;
    background: #fffdf8;
    min-height: 50px;
    padding: 15px; }
  .input-cover_calendar .input-main {
    padding-right: 40px; }
  .input-cover_calendar::after {
    position: absolute;
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/calendar-btn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    bottom: 16px;
    width: 18px;
    height: 20px; }

.input-label {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #1a87a6; }

.radio-cover {
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 21px; }
  .radio-cover .icon {
    border-radius: 50%;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 2px;
    left: 0;
    border: 0.1rem solid #042227; }
  .radio-cover input:checked + .icon {
    background-color: #feefd2; }
    .radio-cover input:checked + .icon::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      top: 0.2rem;
      left: 0.2rem;
      background-color: #f7a600;
      border-radius: 50%; }

.error-input {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #c72825;
  position: absolute;
  left: 0;
  top: calc(100% + 0.3rem);
  transition: 0.3s; }

/* stylelint-disable */
input[type=file]::-ms-browse {
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  margin-right: 10px; }

input[type=file]::-webkit-file-upload-button {
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  margin-right: 10px; }

input[type=file]::-ms-browse:hover {
  background-color: rgba(160, 160, 160, 0.4); }

input[type=file]::-webkit-file-upload-button:hover {
  background-color: rgba(160, 160, 160, 0.4); }

/* stylelint-enable */
textarea {
  border: 1px solid transparent;
  border-radius: 5px;
  height: 100px;
  padding: 10px 10px;
  transition: 0.3s; }
  textarea:hover, textarea:focus {
    border: 1px solid #f7a600; }

.checkbox__cover {
  position: relative;
  padding-left: 2.1rem;
  display: flex;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  cursor: pointer;
  user-select: none; }
  .checkbox__cover input {
    display: none; }
    .checkbox__cover input:checked + .icon {
      background-color: #f7a600;
      border-color: #f7a600;
      background-image: url("/local/templates/yb_new/assets/images/svg/checkbox.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .checkbox__cover:hover .icon {
    background-color: #feefd2; }
  .checkbox__cover .icon {
    border-radius: 0.2rem;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1rem solid #042227;
    transition: 0.2s; }

.js-select {
  position: relative; }
  .js-select .js-select-dropdown {
    display: none;
    border-radius: 0 0 10px 10px; }
  .js-select .select__arrow {
    transition: all 0.5s;
    width: 12px;
    height: 15px;
    min-width: 12px;
    margin-left: 10px; }
  .js-select.active .js-select-dropdown {
    display: block;
    z-index: 6; }
  .js-select.active .select__arrow {
    transform: rotate(180deg); }

.select-cover {
  margin-bottom: 3rem; }
  .select-cover_icon .select-trigger {
    display: flex;
    align-items: center; }
    .select-cover_icon .select-trigger__icon {
      margin-right: 1rem; }
  .select-cover_icon .select_dropdown-item-button {
    display: flex;
    align-items: center; }
    .select-cover_icon .select_dropdown-item-button.selected svg {
      opacity: 0.7; }
    .select-cover_icon .select_dropdown-item-button svg {
      margin-right: 1rem; }

.white .select-trigger {
  background-color: #fffdf8;
  font-weight: 400;
  border: 1px solid transparent; }
  .white .select-trigger:hover {
    background-color: #fffdf8;
    border: 1px solid #f7a600; }

.select-trigger {
  width: 100%;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  background-color: #f7a600;
  border-radius: 5px;
  padding: 16px 15px;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.2rem;
  position: relative;
  color: #042227; }
  .select-trigger input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    cursor: pointer; }
  .select-trigger:hover {
    background: #f89813; }

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3rem rgba(4, 34, 39, 0.1);
  max-height: 22rem;
  overflow-y: auto; }
  .select-dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #f9f9fd; }
  .select-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1a87a6; }
  .select-dropdown .select_dropdown-item:last-child .select_dropdown-item-button {
    border-radius: 0 0 10px 10px; }

.select_dropdown-item-button {
  width: 100%;
  background: #ffffff;
  transition: all 0.3s;
  padding: 1.5rem 2rem;
  border: none;
  text-align: left;
  color: #042227;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer; }
  .select_dropdown-item-button:disabled {
    display: none; }
  .select_dropdown-item-button.disabled {
    opacity: 0.7;
    filter: grayscale(100%);
    pointer-events: none; }
  .select_dropdown-item-button:hover {
    background: #f8f8f8;
    color: #1a87a6; }
  .select_dropdown-item-button.selected {
    cursor: default;
    color: #1a87a6; }
    .select_dropdown-item-button.selected:hover {
      background: #ffffff; }
    .select_dropdown-item-button.selected span {
      position: relative; }
      .select_dropdown-item-button.selected span::after {
        content: "";
        background-image: url("/local/templates/yb_new/assets/images/svg/check.svg");
        position: absolute;
        right: -20px;
        top: 5px;
        width: 11px;
        height: 8px;
        background-repeat: no-repeat; }

.select-content {
  display: none; }
  .select-content.active {
    display: block; }

.preloader-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(4, 34, 39, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .preloader-cover svg path {
    animation: 1s linear infinite pulse; }

@keyframes pulse {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }

.preloader-cover svg path:nth-child(1) {
  animation-delay: 0.08333s; }

.preloader-cover svg path:nth-child(2) {
  animation-delay: 0.16667s; }

.preloader-cover svg path:nth-child(3) {
  animation-delay: 0.25s; }

.preloader-cover svg path:nth-child(4) {
  animation-delay: 0.33333s; }

.preloader-cover svg path:nth-child(5) {
  animation-delay: 0.41667s; }

.preloader-cover svg path:nth-child(6) {
  animation-delay: 0.5s; }

.preloader-cover svg path:nth-child(7) {
  animation-delay: 0.58333s; }

.preloader-cover svg path:nth-child(8) {
  animation-delay: 0.66667s; }

.preloader-cover svg path:nth-child(9) {
  animation-delay: 0.75s; }

.preloader-cover svg path:nth-child(10) {
  animation-delay: 0.83333s; }

.preloader-cover svg path:nth-child(11) {
  animation-delay: 0.91667s; }

.preloader-cover svg path:nth-child(12) {
  animation-delay: 1s; }

.preloader-cover svg path:nth-child(13) {
  animation-delay: 1.08333s; }

.popup {
  display: flex;
  opacity: 0;
  z-index: -1;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.2s ease-out; }
  @media only screen and (max-width: 599px) {
    .popup {
      justify-content: flex-start;
      align-items: flex-start; } }
  .popup_open {
    opacity: 1;
    z-index: 1000; }
  .popup_hide {
    opacity: 1;
    z-index: 1100;
    background: rgba(30, 30, 30, 0); }
    .popup_hide .popup__content-wrap {
      transform: translateY(-30px);
      opacity: 0; }
  .popup_open {
    background: #1e1e1e; }
    .popup_open .popup__content-wrap {
      transform: translateY(0);
      opacity: 1; }
  .popup.full-screen .popup__wrap {
    width: 100%;
    height: 100%; }
  .popup.full-screen .popup__content-wrap {
    height: 100%; }
  .popup.full-screen .popup__close,
  .popup.full-screen .fake-popup__close {
    display: none; }

.popup__wrap {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 599px) {
    .popup__wrap {
      width: 100%; } }

.popup__content-wrap {
  padding: 0;
  color: black;
  flex: none;
  overflow: hidden;
  transition: all 0.2s ease-out;
  transform: translateY(-30px);
  opacity: 0; }

.popup__title {
  font-size: 16px;
  line-height: 22px;
  color: #042227;
  font-weight: 500;
  font-family: "Roboto Slab", "Arial", sans-serif;
  width: 100%;
  max-width: calc(288px + 32px);
  margin: 0; }

.popup__logo-fixed {
  position: absolute;
  top: 24px;
  left: 16px;
  z-index: 1; }

.popup__close,
.fake-popup__close {
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 16;
  transition: 0.1s ease-out;
  width: 3rem;
  padding: 0.7rem;
  height: 3rem;
  border-radius: 0.2rem;
  cursor: pointer; }
  .popup__close:hover span,
  .fake-popup__close:hover span {
    background-color: #f7a600; }
  .popup__close_1, .popup__close_2,
  .fake-popup__close_1,
  .fake-popup__close_2 {
    pointer-events: none;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #042227;
    position: absolute;
    right: 4px;
    top: 14px;
    border-radius: 1px;
    transition: 0.2s; }
  .popup__close_1,
  .fake-popup__close_1 {
    transform: rotate(-45deg); }
  .popup__close_2,
  .fake-popup__close_2 {
    transform: rotate(45deg); }

.popup__header {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(32, 32, 32, 0.05);
  padding: 15px 20px;
  min-width: 320px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 599px) {
    .popup__header {
      border-radius: 0; } }

.popup__body {
  background-color: #f8f8f8;
  border-radius: 0 0 10px 10px;
  min-width: 320px;
  position: relative; }
  .popup__body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  @media only screen and (max-width: 599px) {
    .popup__body {
      border-radius: 0;
      height: calc(100vh - 52px); } }

.popup_z-index {
  z-index: 1001; }

@media (min-width: 991px) {
  .popup__wrap {
    width: initial; }
  .popup__logo-fixed {
    display: none; }
  .popup .login-form {
    width: 402px; } }

@media (min-width: 769px) {
  .popup_open {
    background: rgba(30, 30, 30, 0.8); } }

.map-container {
  height: 714px; }
  @media only screen and (max-width: 1199px) {
    .map-container {
      height: 400px; } }
  @media only screen and (max-width: 599px) {
    .map-container {
      height: 322px; } }

.map {
  width: 100%;
  height: 100%; }

.medical-programs__wrapper {
  position: relative; }
  .medical-programs__wrapper::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-grey.svg");
    height: 116px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

.medical-programs {
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 0 0 64px; }
  @media only screen and (max-width: 767px) {
    .medical-programs {
      padding-bottom: 50px; } }

.medical-programs__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(auto, 1fr)); }
  @media only screen and (max-width: 991px) {
    .medical-programs__list {
      grid-template-columns: repeat(2, minmax(auto, 1fr)); } }
  @media only screen and (max-width: 599px) {
    .medical-programs__list {
      grid-row-gap: 20px;
      grid-template-columns: repeat(1, minmax(auto, 1fr)); } }

.medical-programs__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 600;
  max-width: 30rem;
  margin-bottom: 50px; }
  @media only screen and (max-width: 599px) {
    .medical-programs__title {
      margin-bottom: 20px; } }

.medical-programs__item {
  border-radius: 10px;
  padding: 20px 15px 15px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.4s;
  text-decoration: none;
  cursor: pointer;
  width: 100%; }
  .medical-programs__item_yellow {
    background-color: #feefd2; }
    .medical-programs__item_yellow .medical-programs__label {
      color: #1a87a6; }
  .medical-programs__item:hover {
    background-color: #fffdf8;
    box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); }
    .medical-programs__item:hover .medical-programs__label {
      color: #1a87a6; }
  @media only screen and (max-width: 1285px) {
    .medical-programs__item {
      margin-right: 10px; } }
  @media only screen and (max-width: 1199px) {
    .medical-programs__item {
      margin-right: 0;
      margin-bottom: 0; }
      .medical-programs__item:not(:nth-child(4n)) {
        margin-right: 0; } }
  @media only screen and (max-width: 599px) {
    .medical-programs__item {
      margin-right: 0;
      width: 100%; }
      .medical-programs__item:not(:nth-child(4n)) {
        margin-right: 0; } }

.medical-programs__label {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 10px;
  color: #042227;
  transition: 0.3s; }

.medical_programms__svg {
  height: 50px; }
  .medical_programms__svg img {
    height: 100%; }

.rooms__wrapper {
  background-color: #f1f1f1; }

.rooms {
  padding-bottom: 100px;
  position: relative;
  user-select: none; }

@media only screen and (max-width: 1199px) {
  .rooms__row {
    flex-wrap: wrap; } }

.rooms__title-main {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.5rem;
  color: #005e6e;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .rooms__title-main .button-primary {
    width: 280px;
    line-height: 2.2rem; }
    @media only screen and (max-width: 991px) {
      .rooms__title-main .button-primary {
        width: 47%; } }
    @media only screen and (max-width: 599px) {
      .rooms__title-main .button-primary {
        position: absolute;
        bottom: 50px;
        width: 100%; } }
  @media only screen and (max-width: 599px) {
    .rooms__title-main {
      margin-bottom: 20px; } }

.rooms__list {
  width: 100%; }
  @media only screen and (max-width: 1285px) {
    .rooms__list .rooms__item:nth-child(3) {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .rooms__list {
      flex-wrap: wrap; }
      .rooms__list .rooms__item:nth-child(3) {
        display: flex; } }

.rooms__item {
  border-radius: 10px;
  background-color: #fffdf8;
  width: 280px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #042227;
  transition: 0.3s; }
  .rooms__item .button-primary {
    transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 991px) {
    .rooms__item:hover {
      box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); }
      .rooms__item:hover .rooms__img img {
        transform: scale(1.05); }
      .rooms__item:hover .rooms__label {
        color: #1a87a6; }
      .rooms__item:hover .button-primary::after {
        transform: scale(1.2) translateX(3px); } }
  @media only screen and (max-width: 991px) {
    .rooms__item {
      margin-bottom: 40px;
      width: 47%; } }
  @media only screen and (max-width: 599px) {
    .rooms__item {
      width: 100%;
      margin-bottom: 20px; } }

.rooms__img {
  width: 100%;
  flex-shrink: 0;
  height: 159px;
  overflow: hidden;
  border-radius: 10px 10px 0 0; }
  .rooms__img img {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: 0.3s; }
  @media only screen and (max-width: 599px) {
    .rooms__img {
      height: auto; }
      .rooms__img img {
        height: auto; } }

.rooms__label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  min-height: 44px;
  transition: 0.3s; }

.rooms-info__item {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  color: #042227; }
  .rooms-info__item:first-child {
    margin-right: 17px;
    white-space: nowrap; }
  .rooms-info__item svg {
    margin-right: 10px; }

.rooms__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 176px;
  height: 100%; }
  .rooms__content .button-primary {
    height: fit-content;
    display: flex;
    justify-content: center; }
  .rooms__content .rooms-info {
    margin-bottom: 15px; }

.rooms-info {
  margin-bottom: 5px;
  flex-wrap: wrap; }

.rooms-info__accent {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  background-color: rgba(254, 239, 210, 0.3);
  border-radius: 15px;
  margin-bottom: 15px; }

.rooms-info__accent-text {
  width: 100%;
  margin: 0; }

.rooms-info__accent-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 10px;
  justify-content: space-between; }

.rooms-info__accent-item {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  flex: 1 1 100%;
  padding: 7px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #f7a600;
  color: #1a87a6;
  font-weight: 700;
  font-size: 1.6rem; }

.about__wrapper {
  background-color: #f1f1f1;
  padding: 52px 0 100px;
  overflow-x: hidden; }
  @media only screen and (max-width: 599px) {
    .about__wrapper {
      padding: 45px 0 50px; } }

.about {
  color: #005e6e;
  flex-direction: column; }

.about__title-main {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.5rem;
  color: #005e6e;
  margin-bottom: 50px; }
  @media only screen and (max-width: 599px) {
    .about__title-main {
      margin-bottom: 30px; } }

.about__text {
  max-width: 520px;
  margin-right: 30px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1199px) {
    .about__text {
      max-width: 40%; } }
  @media only screen and (max-width: 991px) {
    .about__text {
      max-width: 100%;
      margin: 0 0 30px; } }

@media only screen and (max-width: 991px) {
  .about__content {
    flex-direction: column; } }

.about__content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #005e6e;
  margin: 0; }

.about__list-icon {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  max-width: 410px; }

.about__svg {
  height: 21px; }

.about__label {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2rem;
  margin: 7px 0 2px; }

.about__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 700; }

.about__slider {
  position: absolute;
  height: 320px;
  overflow: hidden;
  width: 50.5vw;
  left: 49.5vw;
  padding-left: 20px; }
  @media only screen and (max-width: 1285px) {
    .about__slider {
      width: 51vw;
      left: 49vw; } }
  @media only screen and (max-width: 991px) {
    .about__slider {
      width: calc(100% + 40px);
      position: relative;
      left: -20px; } }
  @media only screen and (max-width: 599px) {
    .about__slider {
      height: 164px;
      padding: 0 20px; } }
  .about__slider .swiper-about-button-prev {
    left: 1px;
    transform: translate(0, -50%) rotate(180deg); }
  .about__slider .swiper-about-button-next {
    left: 478px;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 991px) {
      .about__slider .swiper-about-button-next {
        left: 95vw; } }
  .about__slider .swiper-about-button-next,
  .about__slider .swiper-about-button-prev {
    width: 36px;
    height: 36px;
    z-index: 5;
    position: absolute;
    cursor: pointer;
    color: #fffdf8;
    fill: currentColor;
    transition: 0.3s;
    top: 50%; }
    .about__slider .swiper-about-button-next:hover,
    .about__slider .swiper-about-button-prev:hover {
      color: #f89813; }
    .about__slider .swiper-about-button-next.swiper-button-disabled,
    .about__slider .swiper-about-button-prev.swiper-button-disabled {
      display: none; }
    @media only screen and (max-width: 991px) {
      .about__slider .swiper-about-button-next,
      .about__slider .swiper-about-button-prev {
        display: none; } }
  .about__slider .swiper-wrapper {
    display: flex;
    height: 320px; }
    @media only screen and (max-width: 599px) {
      .about__slider .swiper-wrapper {
        height: 164px; } }
  .about__slider .swiper-slide {
    width: 478px;
    height: 320px;
    border-radius: 10px;
    margin-right: 30px; }
    .about__slider .swiper-slide:last-of-type {
      position: relative; }
      .about__slider .swiper-slide:last-of-type::after {
        content: "";
        display: block;
        position: absolute;
        right: -2rem;
        width: 2rem;
        height: 1px; }
    .about__slider .swiper-slide:last-child {
      margin-right: 50px; }
      .about__slider .swiper-slide:last-child:hover {
        color: #042227; }
      @media only screen and (max-width: 991px) {
        .about__slider .swiper-slide:last-child {
          margin-right: 30px; } }
      @media only screen and (max-width: 599px) {
        .about__slider .swiper-slide:last-child {
          margin-right: 0; } }
    .about__slider .swiper-slide .gallery-img {
      position: relative;
      display: block; }
      .about__slider .swiper-slide .gallery-img::after {
        border-radius: 10px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        transition: 0.3s; }
      .about__slider .swiper-slide .gallery-img:hover::after {
        background-color: rgba(4, 34, 39, 0.1); }
    @media only screen and (max-width: 599px) {
      .about__slider .swiper-slide {
        height: 164px;
        margin-right: 10px; } }
    .about__slider .swiper-slide img {
      object-fit: cover;
      width: 478px;
      height: 320px;
      border-radius: 10px; }
      @media only screen and (max-width: 599px) {
        .about__slider .swiper-slide img {
          width: 245px;
          height: 164px; } }

.swiper-slide__link {
  display: flex;
  flex-direction: column;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background-color: #f7a600;
  color: #042227;
  text-decoration: none;
  border-radius: 10px;
  justify-content: space-between;
  padding: 19px 15px 15px;
  min-width: 130px;
  font-weight: 500;
  transition: 0.3s; }
  @media only screen and (min-width: 599px) {
    .swiper-slide__link:hover {
      background-color: #f89813; } }
  @media only screen and (max-width: 599px) {
    .swiper-slide__link {
      height: 164px; } }

.advantage {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #ffffff; }

.advantage__title {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.5rem;
  color: #005e6e;
  margin-bottom: 50px; }

.advantage__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px; }

.advantage__item {
  display: flex;
  column-gap: 20px;
  row-gap: 30px; }
  @media only screen and (max-width: 767px) {
    .advantage__item {
      flex-direction: column-reverse;
      align-items: center; } }

.advantage__item-img-inner {
  position: relative;
  height: fit-content;
  width: fit-content; }
  .advantage__item-img-inner::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 20px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: auto;
    background-position: center center;
    border-radius: 100%;
    display: flex; }

.advantage__item--potential .advantage__item-img-inner::after {
  background-image: url("/local/templates/yb_new/assets/images/svg/icon-advantage-4.svg"); }

.advantage__item--energy .advantage__item-img-inner::after {
  background-image: url("/local/templates/yb_new/assets/images/svg/icon-advantage-2.svg"); }

.advantage__item--earth .advantage__item-img-inner::after {
  background-image: url("/local/templates/yb_new/assets/images/svg/icon-advantage-3.svg"); }

.advantage__item--water .advantage__item-img-inner::after {
  background-image: url("/local/templates/yb_new/assets/images/svg/icon-advantage-1.svg"); }

.advantage__item-img {
  width: 250px;
  height: 250px;
  border-radius: 100%; }

.advantage__item-title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 600; }

.advantage__item-inner-text {
  margin: 0;
  margin-bottom: 20px; }

.advantage__item-description {
  font-weight: 700;
  color: #1a87a6;
  margin: 0; }

.banner__wrapper {
  padding: 30px 0 100px;
  overflow-x: hidden; }
  @media only screen and (max-width: 599px) {
    .banner__wrapper {
      padding: 30px 0 50px; } }

@media only screen and (max-width: 767px) {
  .banner {
    flex-direction: column; } }

.banner-contact {
  flex-direction: column;
  min-width: 300px;
  width: 300px;
  margin-right: 30px;
  background-color: #fffdf8;
  position: relative;
  z-index: 5; }
  .banner-contact::after {
    content: "";
    position: absolute;
    background-color: #fffdf8;
    width: calc((100vw - 133rem) / 2 + 3rem);
    height: 105%;
    z-index: 4;
    top: -10px;
    left: calc((133rem - 100vw) / 2 - 2rem); }
    @media only screen and (max-width: 1450px) {
      .banner-contact::after {
        width: 90px;
        left: -85px; } }
    @media only screen and (max-width: 767px) {
      .banner-contact::after {
        display: none; } }
  .banner-contact::before {
    content: "";
    position: absolute;
    background-color: #fffdf8;
    width: 4rem;
    height: 105%;
    top: -10px;
    z-index: 4;
    right: -30px; }
    @media only screen and (max-width: 767px) {
      .banner-contact::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .banner-contact {
      min-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-top: 30px;
      order: 2;
      background-color: transparent; } }

.banner-contact__feedback {
  z-index: 5;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .banner-contact__feedback {
      overflow: scroll;
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 0 20px; } }
  .banner-contact__feedback::-webkit-scrollbar {
    width: 0;
    height: 0; }

.banner-contact__booking {
  z-index: 5;
  position: relative; }

.banner-contact__scroll {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .banner-contact__scroll {
      flex-wrap: nowrap; } }
  .banner-contact__scroll .buttons__item {
    cursor: pointer;
    transition: 0.3s; }
    .banner-contact__scroll .buttons__item:hover {
      background-color: #f89813; }
  .banner-contact__scroll .buttons__item:not(:last-child) {
    margin-right: 0;
    width: 135px; }
    @media only screen and (max-width: 767px) {
      .banner-contact__scroll .buttons__item:not(:last-child) {
        width: 113px;
        margin-right: 10px; } }
  .banner-contact__scroll .buttons__item:nth-child(3) {
    width: 100%;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .banner-contact__scroll .buttons__item:nth-child(3) {
        width: 113px;
        margin-top: 0; } }
  .banner-contact__scroll .contacts__label {
    max-width: 80px; }

.banner-stories {
  /* stylelint-disable */
  width: calc(100% - 300px - 3rem + (100vw - 133rem)/2);
  /* stylelint-enable */
  position: relative; }
  @media only screen and (max-width: 1285px) {
    .banner-stories {
      width: calc(100% - 300px - 3rem); } }
  @media only screen and (max-width: 991px) {
    .banner-stories {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .banner-stories {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 0 20px; } }
  .banner-stories .swiper-stories-wrapper {
    height: auto;
    display: flex; }
  .banner-stories .swiper-stories-slide {
    width: 286px;
    min-width: 286px;
    height: 495px;
    background-color: #8d887b;
    cursor: pointer;
    border-radius: 10px; }
    .banner-stories .swiper-stories-slide:not(:last-child) {
      margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .banner-stories .swiper-stories-slide {
        width: 173px;
        min-width: 173px;
        height: 299px;
        margin-right: 0; }
        .banner-stories .swiper-stories-slide:not(:last-child) {
          margin-right: 10px; } }
  .banner-stories .swiper-stories-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: -18px;
    top: 50%; }
  .banner-stories .swiper-stories-next {
    transform: translate(0, -50%);
    right: 0;
    top: 50%; }
    @media only screen and (max-width: 1450px) {
      .banner-stories .swiper-stories-next {
        right: 80px; } }
    @media only screen and (max-width: 1285px) {
      .banner-stories .swiper-stories-next {
        right: 0; } }
  .banner-stories .swiper-stories-prev,
  .banner-stories .swiper-stories-next {
    color: #fffdf8;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    z-index: 5; }
    .banner-stories .swiper-stories-prev:hover,
    .banner-stories .swiper-stories-next:hover {
      color: #f7a600; }
    .banner-stories .swiper-stories-prev.swiper-button-disabled,
    .banner-stories .swiper-stories-next.swiper-button-disabled {
      display: none; }
    @media only screen and (max-width: 991px) {
      .banner-stories .swiper-stories-prev,
      .banner-stories .swiper-stories-next {
        display: none; } }

.slide-banner-stories {
  height: 100%;
  border-radius: 10px;
  position: relative; }
  .slide-banner-stories::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 34, 39, 0.3);
    border-radius: 10px;
    transition: 0.3s; }
  .slide-banner-stories:hover::after {
    background-color: rgba(4, 34, 39, 0.4); }

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px; }
  .banner__img img {
    border-radius: 10px;
    height: 100%; }

.banner__content {
  position: relative;
  z-index: 5;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  @media only screen and (max-width: 599px) {
    .banner__content {
      padding: 10px; } }

.banner__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  color: #fffdf8;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: auto 0;
  max-width: 210px; }
  @media only screen and (max-width: 599px) {
    .banner__title {
      max-width: 100%; } }

.banner__header {
  display: flex;
  align-items: center; }

.banner__label {
  color: #fffdf8;
  font-size: 1.4rem; }

.banner__svg {
  width: auto;
  height: auto;
  margin-right: 5px; }

.tab__content {
  opacity: 0;
  height: 0;
  overflow: hidden; }
  .tab__content.active {
    overflow: initial;
    opacity: 1;
    height: auto;
    position: relative;
    z-index: 5; }

.tab__list {
  display: flex;
  width: 100%;
  background-color: #fffdf8;
  padding: 0 20px; }
  @media only screen and (max-width: 991px) {
    .tab__list {
      overflow-x: auto;
      overflow-y: hidden; }
      .tab__list::-webkit-scrollbar {
        display: none; } }

.tab__item {
  width: calc(100% - 30px);
  padding: 15px 0;
  margin-right: 30px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  color: #8d887b; }
  .tab__item::after {
    content: "";
    position: absolute;
    background: rgba(141, 136, 123, 0.2);
    width: 1px;
    height: calc(100% - 30px);
    top: 15px;
    right: -15px; }
  .tab__item::before {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0.3rem;
    border-radius: 5px;
    background: #005e6e;
    transition: width 0.4s; }
  .tab__item:hover {
    color: #005e6e; }
  .tab__item.active {
    cursor: default;
    color: #005e6e; }
    .tab__item.active::before {
      width: 100%;
      color: #005e6e;
      right: 100%;
      transform: translateX(100%); }
  .tab__item:last-of-type {
    margin-right: 0; }
    .tab__item:last-of-type::after {
      background: transparent; }
  @media only screen and (max-width: 991px) {
    .tab__item {
      white-space: nowrap; } }

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

.table__header {
  padding: 20px;
  color: #005e6e;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem; }
  .table__header .table__desc {
    padding: 0 15px 15px 0; }

.table__svg {
  width: 20px;
  height: 20px;
  margin-bottom: 10px; }

.table__drop {
  display: flex;
  flex-direction: column;
  height: 0;
  transition: 0.4s;
  overflow: hidden; }
  .table__drop_visible {
    height: auto; }

.table__btn {
  padding: 15px 20px;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1a87a6;
  background-color: rgba(0, 94, 110, 0.1);
  border-top: 3px solid rgba(0, 94, 110, 0.1);
  cursor: pointer;
  position: relative; }
  .table__btn::after {
    content: "";
    width: 11px;
    height: 6px;
    position: absolute;
    right: 21px;
    top: 23px;
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-table.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: 0.3s; }
  .table__btn.active::after {
    transform: rotate(0deg); }

.table__row {
  display: flex;
  border-bottom: 1.5px solid rgba(0, 94, 110, 0.1);
  color: #005e6e;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .table__row:nth-child(2n) {
    background-color: #f8f8f8; }
  .table__row ul {
    margin: 10px 0 0;
    color: #005e6e; }
    .table__row ul li {
      position: relative;
      list-style-type: none; }
      .table__row ul li::before {
        left: -14px;
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: currentColor;
        position: absolute;
        top: 9px; }
  .table__row span {
    font-weight: 500; }

.table__title {
  width: 425px;
  padding: 15px 15px 15px 20px;
  border-right: 1.5px solid rgba(0, 94, 110, 0.1); }
  @media only screen and (max-width: 991px) {
    .table__title {
      width: 100%; } }
  .table__title.title-popup {
    cursor: pointer;
    transition: 0.3s; }
    .table__title.title-popup:hover {
      color: #f89813; }
    .table__title.title-popup span {
      border-bottom: 1px dashed currentColor;
      font-weight: 400; }

.table__desc {
  padding: 15px;
  width: 205px; }
  @media only screen and (max-width: 991px) {
    .table__desc {
      width: 110px; } }

.table-main .table__desc {
  width: 115px; }
  @media only screen and (max-width: 599px) {
    .table-main .table__desc {
      width: 30%; } }

.table-main .table__title {
  width: 515px; }
  @media only screen and (max-width: 599px) {
    .table-main .table__title {
      width: 70%; } }

.table__title-main {
  display: flex;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1a87a6;
  background-color: rgba(0, 94, 110, 0.1);
  border-top: 3px solid rgba(0, 94, 110, 0.1);
  position: relative; }

.table__title-col {
  padding: 15px 20px; }
  @media only screen and (max-width: 599px) {
    .table__title-col {
      padding: 15px; } }
  .table__title-col:nth-child(1) {
    width: 515px;
    border-right: 1.5px solid rgba(0, 94, 110, 0.1); }
    @media only screen and (max-width: 599px) {
      .table__title-col:nth-child(1) {
        width: 70%; } }
  .table__title-col:nth-child(2) {
    width: 115px; }
    @media only screen and (max-width: 599px) {
      .table__title-col:nth-child(2) {
        width: 30%; } }

.table__label {
  padding: 15px 20px;
  font-weight: 700;
  max-width: 500px; }
  @media only screen and (max-width: 767px) {
    .table__label {
      max-width: 100%; } }

.slider-default {
  width: 100%;
  position: relative;
  margin-bottom: 45px; }
  .slider-default .swiper {
    overflow: hidden; }
  .slider-default:hover .slider-default__btn {
    opacity: 1;
    visibility: visible; }

.slider-default__wrapper {
  display: flex; }

a.slider-default__slide {
  position: relative; }
  a.slider-default__slide:hover::after {
    background-color: rgba(4, 34, 39, 0.2); }

.slider-default__slide {
  min-width: 100%;
  height: 532px;
  display: block;
  position: relative;
  transition: 0.3s; }
  .slider-default__slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.3s;
    top: 0;
    left: 0; }
  .slider-default__slide img {
    height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: contain; }
  .slider-default__slide span {
    position: absolute;
    display: block;
    z-index: 3;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #fffdf8;
    text-shadow: 0 1px 3px rgba(4, 34, 39, 0.5);
    bottom: 30px;
    left: 0;
    max-width: 837px;
    padding: 0 30px; }

.slider-default__pagination {
  height: 2px;
  display: flex;
  width: auto;
  z-index: 10;
  margin-top: 20px; }
  .slider-default__pagination span {
    height: 2px;
    width: 90px;
    background-color: rgba(4, 34, 39, 0.2);
    display: block;
    margin-right: 5px;
    border-right: 2px;
    transition: 0.3s; }
  .slider-default__pagination .swiper-pagination-bullet-active {
    background-color: #f7a600; }

.slider-default__btn {
  width: 36px;
  height: 36px;
  z-index: 5;
  position: absolute;
  cursor: pointer;
  color: #fffdf8;
  fill: currentColor;
  transition: 0.3s;
  top: 50%;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 1199px) {
    .slider-default__btn {
      display: none; } }
  .slider-default__btn:hover {
    color: #f89813; }
  .slider-default__btn.swiper-button-disabled {
    display: none; }
  .slider-default__btn_prev {
    left: -18px;
    transform: translateY(-50%) rotate(180deg); }
  .slider-default__btn_next {
    right: -18px;
    transform: translateY(-50%); }

.slider-default__label {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 16px; }

.pagination {
  display: flex; }
  @media only screen and (max-width: 599px) {
    .pagination {
      flex-wrap: wrap; }
      .pagination .page-pagination {
        order: 1;
        width: 100%;
        margin-bottom: 3rem;
        display: flex;
        justify-content: center; }
        .pagination .page-pagination a {
          padding: 0 2rem; }
          .pagination .page-pagination a:first-child::after {
            display: none; }
      .pagination .btn-pagination {
        order: 2;
        width: 50%;
        display: flex; }
        .pagination .btn-pagination:first-child {
          justify-content: right; } }
  @media only screen and (max-width: 359px) {
    .pagination .btn-pagination a {
      padding: 0.7rem; } }
  .pagination .btn-pagination:first-of-type a:first-of-type::after {
    display: none; }
  .pagination div * {
    padding: 0 1rem;
    position: relative; }
    .pagination div *::after {
      content: "|";
      position: absolute;
      left: -0.25rem;
      color: rgba(141, 136, 123, 0.3); }
  .pagination a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #042227;
    text-decoration: none; }
    .pagination a:hover {
      color: #1a87a6; }
    .pagination a.active {
      color: #1a87a6;
      font-weight: bold; }
    .pagination a.more-five-element {
      pointer-events: none; }

.advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin-top: 96px; }
  @media (max-width: 767px) {
    .advantages {
      padding: 0;
      row-gap: 24px;
      margin-top: 24px; } }
  .advantages h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0; }
    @media (max-width: 450px) {
      .advantages h2 {
        font-size: 32px; } }
  .advantages ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
    column-gap: 24px;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (max-width: 1160px) {
      .advantages ul {
        display: flex;
        flex-direction: column;
        width: 80%; } }
    @media (max-width: 1024px) {
      .advantages ul {
        width: 100%; } }

.advantages__item {
  position: relative;
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .advantages__item {
      flex-direction: column; }
      .advantages__item picture {
        width: 100%; }
      .advantages__item img {
        width: 100%;
        margin: 15px 0; } }
  .advantages__item .advantages__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 16px; }
    .advantages__item .advantages__item-content h3 {
      font-weight: 700;
      font-size: 3.2rem;
      line-height: 3.2rem;
      color: #042227;
      margin: 0;
      font-family: "Roboto Slab", "Arial", sans-serif; }
      @media (max-width: 450px) {
        .advantages__item .advantages__item-content h3 {
          font-size: 24px; } }
    .advantages__item .advantages__item-content p {
      font-weight: 400;
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: #042227;
      margin: 0; }
    .advantages__item .advantages__item-content a {
      display: flex;
      align-items: center;
      column-gap: 20px;
      width: fit-content;
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: #042227;
      text-decoration: none;
      transition: all 0.3s ease; }
      @media (hover: hover) {
        .advantages__item .advantages__item-content a:hover:not(.focus-visible) {
          color: #1a87a6; } }
      .advantages__item .advantages__item-content a.focus-visible:focus {
        color: #1a87a6; }
  .advantages__item img {
    border-radius: 16px;
    display: block;
    object-fit: cover;
    overflow: hidden; }
  .advantages__item--one {
    grid-column: 1/4;
    background-color: #e8f1f0;
    flex-direction: row-reverse; }
    @media (max-width: 1024px) {
      .advantages__item--one {
        flex-direction: column-reverse; } }
    .advantages__item--one .advantages__item-content h3 {
      color: #1a87a6; }
    .advantages__item--one .advantages__item-content span {
      font-family: "Roboto Slab", "Arial", sans-serif; }
  .advantages__item--two {
    grid-column: 4/5;
    overflow: hidden; }
    .advantages__item--two .advantages__item-content h3 {
      font-size: 2.4rem;
      line-height: 3.2rem; }
    .advantages__item--two img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      filter: blur(50px);
      z-index: -1; }
  .advantages__item--three {
    grid-column: 1/3;
    background-color: #e8efe7; }
    .advantages__item--three .advantages__item-content h3 {
      color: #1d764c; }
  .advantages__item--four {
    grid-column: 3/5;
    background-color: #fef4df; }
    .advantages__item--four .advantages__item-content h3 {
      color: #f7a600; }

.advantages__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffdf8;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  color: inherit; }

.programs {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin-top: 96px; }
  @media (max-width: 767px) {
    .programs {
      padding: 0;
      row-gap: 24px;
      margin-top: 24px; } }
  .programs h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0; }
    @media (max-width: 450px) {
      .programs h2 {
        font-size: 32px;
        text-align: center; } }
  .programs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    column-gap: 24px;
    row-gap: 24px; }
    @media (max-width: 1160px) {
      .programs ul {
        display: flex;
        flex-direction: column;
        width: 90%; } }
    @media (max-width: 767px) {
      .programs ul {
        width: 100%; } }

.programs__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden; }
  .programs__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 135, 166, 0.23);
    z-index: 10; }
  .programs__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 34, 39, 0.7) 100%);
    z-index: 10;
    height: 230px; }
  .programs__item img {
    width: 528px;
    height: 530px;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease; }
    @media (max-width: 1619px) {
      .programs__item img {
        width: 458px; } }
    @media (max-width: 1439px) {
      .programs__item img {
        width: 408px;
        height: 390px; } }
    @media (max-width: 1160px) {
      .programs__item img {
        width: 100%; } }
  @media (hover: hover) {
    .programs__item:hover:not(.focus-visible) img {
      transform: scale(1.05); }
    .programs__item:hover:not(.focus-visible) .programs__item-icon {
      background-color: #fffdf8; } }
  .programs__item.focus-visible:focus img {
    transform: scale(1.05); }
  .programs__item.focus-visible:focus .programs__item-icon {
    background-color: #fffdf8; }

.programs__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 15; }
  @media (max-width: 767px) {
    .programs__item-content {
      padding: 25px 20px; } }
  .programs__item-content h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #fffdf8;
    margin: 0 0 24px;
    font-family: "Roboto Slab", "Arial", sans-serif; }
  .programs__item-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 253, 248, 0.7);
    border-radius: 16px;
    padding: 12px 12px 12px 20px;
    min-height: 56px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #fffdf8;
    text-decoration: none;
    cursor: pointer; }

.programs__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 253, 248, 0.7);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
  color: #042227; }

.rooms {
  background-color: #f1f1f1;
  padding: 48px 0;
  margin-top: 96px; }
  @media (max-width: 450px) {
    .rooms {
      border-radius: 15px;
      margin-top: 54px;
      padding: 24px 0; } }

.rooms__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  max-width: 1550px; }
  @media (max-width: 450px) {
    .rooms__wrapper {
      padding: 0 15px;
      row-gap: 24px; } }

.rooms__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5%; }
  @media (max-width: 1160px) {
    .rooms__inner {
      padding: 0; } }
  .rooms__inner h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0; }
    @media (max-width: 450px) {
      .rooms__inner h2 {
        font-size: 32px; } }

.rooms__inner-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f7a600;
  border-radius: 16px;
  padding: 12px 12px 12px 20px;
  max-width: 255px;
  width: 100%;
  min-height: 56px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #042227;
  transition: background-color 0.3s ease; }
  @media (hover: hover) {
    .rooms__inner-button:hover:not(.focus-visible) {
      background-color: #f7a600;
      color: #042227; } }
  .rooms__inner-button.focus-visible:focus {
    background-color: #f7a600;
    color: #042227; }
  @media (max-width: 767px) {
    .rooms__inner-button.desktop__inner-button {
      display: none; } }
  .rooms__inner-button.mobile__inner-button {
    display: none; }
    @media (max-width: 767px) {
      .rooms__inner-button.mobile__inner-button {
        display: flex;
        max-width: 350px; } }

.rooms__inner-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fffdf8;
  color: #042227;
  width: 32px;
  height: 32px; }

.room-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #fffdf8;
  color: #042227;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease;
  height: 100%; }
  .room-item img {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.6s ease; }
  @media (hover: hover) {
    .room-item:hover:not(.focus-visible) {
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
      .room-item:hover:not(.focus-visible) img {
        transform: scale(1.05); } }
  .room-item.focus-visible:focus {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
    .room-item.focus-visible:focus img {
      transform: scale(1.05); }

.room-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px; }
  .room-item__content h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 0 auto; }
    @media (max-width: 767px) {
      .room-item__content h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;
        margin: 0; } }
  .room-item__content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 12px 12px 12px 20px;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #1a87a6;
    background-color: #feefd2;
    transition: all 0.3s ease; }
    @media (hover: hover) {
      .room-item__content a:hover:not(.focus-visible) {
        background-color: #ffebc6; } }
    .room-item__content a.focus-visible:focus {
      background-color: #ffebc6; }

.room-item__list-service {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 8px; }
  .room-item__list-service li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: flex;
    align-items: center;
    column-gap: 8px; }
  .room-item__list-service b {
    font-family: "Roboto Slab", "Arial", sans-serif; }
  .room-item__list-service svg {
    color: #f7a600; }

.room-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fffdf8;
  color: #1a87a6;
  width: 32px;
  height: 32px; }

.swiper-rooms {
  padding: 0 8%;
  height: 560px;
  width: 100%; }
  @media (max-width: 1024px) {
    .swiper-rooms {
      padding: 0; } }
  .swiper-rooms::after {
    content: "";
    position: absolute;
    background-color: #f1f1f1;
    height: 100%;
    width: 94px;
    right: 0;
    top: 0;
    z-index: 40; }
    @media (max-width: 1024px) {
      .swiper-rooms::after {
        display: none; } }
  .swiper-rooms::before {
    content: "";
    position: absolute;
    background-color: #f1f1f1;
    height: 100%;
    width: 94px;
    left: 0;
    top: 0;
    z-index: 40; }
    @media (max-width: 1024px) {
      .swiper-rooms::before {
        display: none; } }

.swiper-rooms__slide {
  max-height: 510px;
  max-width: 405px;
  width: 100%; }
  @media (max-width: 450px) {
    .swiper-rooms__slide {
      max-width: 335px; } }

.swiper-rooms__pagination .swiper-pagination-bullet {
  background-color: #f7a600;
  width: 30px;
  height: 2px;
  border-radius: 9999px; }

.swiper-rooms__button-prev,
.swiper-rooms__button-next {
  width: 64px;
  height: 64px;
  background: #fffdf8;
  border-radius: 100%;
  z-index: 50; }
  @media (max-width: 1024px) {
    .swiper-rooms__button-prev,
    .swiper-rooms__button-next {
      display: none; } }
  .swiper-rooms__button-prev:hover::after,
  .swiper-rooms__button-next:hover::after {
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-swiper-hover.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0; }
  .swiper-rooms__button-prev::after,
  .swiper-rooms__button-next::after {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-swiper.svg"); }

.swiper-rooms__button-prev::after {
  transform: rotateY(180deg); }

.relax {
  background-color: #fffdf8;
  padding: 96px 0; }
  @media (max-width: 450px) {
    .relax {
      padding: 36px 0; } }

.relax__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px; }
  @media (max-width: 450px) {
    .relax__wrapper {
      padding: 0 15px;
      row-gap: 24px; } }
  .relax__wrapper h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0;
    align-self: flex-start; }
    @media (max-width: 450px) {
      .relax__wrapper h2 {
        font-size: 32px; } }
  .relax__wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.relax__list {
  display: grid;
  grid-template-areas: "one two three five" "one two four five";
  column-gap: 24px;
  row-gap: 24px; }
  @media (max-width: 1160px) {
    .relax__list {
      display: grid;
      grid-template-areas: "one" "two" "three" "four" "five";
      row-gap: 24px;
      width: 100%; } }

.relax__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden; }
  .relax__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(4, 34, 39, 0.2); }
    @media (max-width: 450px) {
      .relax__item::after {
        background-color: rgba(4, 34, 39, 0.4); } }
  .relax__item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .relax__item img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease; }
    @media (max-width: 1160px) {
      .relax__item img {
        height: 300px;
        width: 100%;
        object-fit: cover; } }
    @media (max-width: 450px) {
      .relax__item img {
        height: 200px; } }
  .relax__item--one {
    grid-area: one; }
  .relax__item--two {
    grid-area: two; }
  .relax__item--three {
    grid-area: three; }
  .relax__item--four {
    grid-area: four; }
  .relax__item--five {
    grid-area: five; }
  @media (hover: hover) {
    .relax__item:hover:not(.focus-visible) img {
      transform: scale(1.05); }
    .relax__item:hover:not(.focus-visible) .relax__item-icon {
      background-color: #fffdf8; } }
  .relax__item.focus-visible:focus img {
    transform: scale(1.05); }
  .relax__item.focus-visible:focus .relax__item-icon {
    background-color: #fffdf8; }

.relax__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 16px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 34, 39, 0.7) 100%);
  z-index: 10; }
  .relax__item-content h3 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fffdf8;
    margin: 0;
    font-family: "Roboto Slab", "Arial", sans-serif; }

.relax__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: rgba(255, 253, 248, 0.7);
  transition: background-color 0.3s ease; }

.intro {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .intro {
      min-height: 642px;
      height: 100%; } }
  @media only screen and (max-height: 978px) {
    .intro:has(.intro__wrapper-pobeda-container) {
      min-height: calc(100vh + 150px); } }
  .intro::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25); }

.intro__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: calc(100% + 120px);
  object-fit: cover;
  margin: -60px auto; }
  @media (max-width: 767px) {
    .intro__video {
      min-height: 100%; } }

.intro__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10; }
  @media (max-width: 767px) {
    .intro__wrapper {
      padding: 100px 0 0; }
      .intro__wrapper:has(.intro__wrapper-pobeda-container) {
        padding: 80px 0 80px; } }
  .intro__wrapper h1 {
    font-weight: 500;
    font-size: 6.4rem;
    line-height: 7.2rem;
    color: #fffdf8;
    margin: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .intro__wrapper h1 {
        font-size: 3.4rem; } }
    @media (max-width: 450px) {
      .intro__wrapper h1 {
        line-height: 55px; } }

.intro__waves {
  width: 100%;
  max-width: 181px;
  height: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  overflow: hidden;
  position: relative;
  clip-path: inset(0);
  border-radius: 15%; }
  .intro__waves .wave__one {
    position: absolute;
    top: 0;
    left: -80px;
    width: 200%; }
    .intro__waves .wave__one svg {
      position: absolute;
      left: 0;
      animation: waveMove 15s linear infinite; }
    .intro__waves .wave__one:nth-child(2) {
      left: 56%; }
    .intro__waves .wave__one:nth-child(3) {
      left: 155%; }
  .intro__waves .wave__two {
    position: absolute;
    top: 30px;
    left: -80px;
    width: 200%; }
    .intro__waves .wave__two svg {
      position: absolute;
      left: 0;
      animation: waveMove 15s linear infinite; }
    .intro__waves .wave__two:nth-child(5) {
      left: 56%; }
    .intro__waves .wave__two:nth-child(6) {
      left: 155%; }

@keyframes waveMove {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.intro__wrapper-inner {
  margin-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px; }
  @media (max-width: 767px) {
    .intro__wrapper-inner {
      gap: 40px;
      margin-bottom: 40px; } }

.intro__wrapper-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .intro__wrapper-block {
      width: 100%;
      margin-top: 0; } }

.intro__book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 24px;
  padding: 12px;
  max-width: 556px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .intro__book {
      max-width: 283px;
      flex-wrap: wrap; } }

.intro__book-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  height: 72px;
  max-width: 263px;
  width: 100%;
  column-gap: 14px;
  border: none;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  line-height: 2.8rem;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer; }
  .intro__book-button:nth-of-type(1) {
    background-color: rgba(247, 166, 0, 0.7);
    color: #000000; }
    @media (hover: hover) {
      .intro__book-button:nth-of-type(1):hover:not(.focus-visible) {
        background-color: #f7a600; } }
    .intro__book-button:nth-of-type(1).focus-visible:focus {
      background-color: #f7a600; }
  .intro__book-button:nth-of-type(2) {
    background-color: rgba(26, 135, 166, 0.7);
    color: white; }
    @media (hover: hover) {
      .intro__book-button:nth-of-type(2):hover:not(.focus-visible) {
        background-color: #1a87a6; } }
    .intro__book-button:nth-of-type(2).focus-visible:focus {
      background-color: #1a87a6; }

.intro__search-wrapper {
  display: flex;
  align-items: center;
  column-gap: 24px; }
  @media (max-width: 767px) {
    .intro__search-wrapper {
      justify-content: center;
      flex-direction: column;
      width: 100%; } }

.intro__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 24px;
  border-radius: 16px;
  color: #042227;
  border: none;
  background-color: #f7a600;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  @media (hover: hover) {
    .intro__search-button:hover:not(.focus-visible) {
      background-color: #f89813; } }
  .intro__search-button.focus-visible:focus {
    background-color: #f89813; }
  @media (max-width: 767px) {
    .intro__search-button {
      width: 100%; } }

.intro__search-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fffdf8;
  color: #042227;
  border-radius: 100%; }

.intro__wrapper-pobeda-container {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 50px; }
  .intro__wrapper-pobeda-container img {
    flex-shrink: 0;
    display: block;
    object-fit: contain;
    object-position: center; }
    .intro__wrapper-pobeda-container img:first-of-type {
      max-height: 178px; }
    @media (max-width: 767px) {
      .intro__wrapper-pobeda-container img:first-of-type {
        max-height: 148px; }
      .intro__wrapper-pobeda-container img:last-of-type {
        max-height: 90px; } }

.news {
  padding: 96px 0; }
  @media (max-width: 767px) {
    .news {
      padding: 24px 0 48px; } }

.news__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px; }
  @media (max-width: 767px) {
    .news__wrapper {
      row-gap: 0;
      padding: 0 0 0 15px; } }
  .news__wrapper h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0;
    align-self: flex-start; }
    @media (max-width: 767px) {
      .news__wrapper h2 {
        font-size: 32px; } }
  .news__wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    column-gap: 64px; }
    @media (max-width: 767px) {
      .news__wrapper ul {
        display: none; } }

.news__item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  width: 100%;
  max-width: 290px; }
  .news__item time {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #8d887b; }
  .news__item a {
    color: #042227;
    transition: color 0.3s ease; }
    @media (hover: hover) {
      .news__item a:hover:not(.focus-visible) {
        color: #1a87a6; } }
    .news__item a.focus-visible:focus {
      color: #1a87a6; }
  .news__item h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: inherit;
    margin: 0; }
  .news__item p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #042227;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.news-link {
  display: none;
  text-decoration: none; }
  @media (max-width: 1024px) {
    .news-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #f7a600;
      max-width: 450px;
      width: 96%;
      padding: 5px 15px;
      border-radius: 15px;
      margin-top: 20px;
      height: 56px;
      margin-right: 30px;
      margin-left: 15px; } }
  .news-link span {
    color: #042227;
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto Slab", "Arial", sans-serif; }

.swiper-news {
  width: 100%;
  margin-top: 80px;
  display: none; }
  @media (max-width: 767px) {
    .swiper-news {
      display: block;
      margin-top: 24px; } }

.swiper-news__slide {
  height: auto;
  width: 100%;
  display: flex; }
  @media (max-width: 767px) {
    .swiper-news__slide {
      width: 60%; } }
  @media (max-width: 450px) {
    .swiper-news__slide {
      width: 80%; } }

.popup-main {
  position: absolute;
  bottom: 42px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 30;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 767px) {
    .popup-main {
      position: fixed; } }
  .popup-main.hidden {
    opacity: 0;
    z-index: -30; }
  .popup-main.scroll {
    bottom: 42px;
    transform: translateY(0);
    position: fixed; }

.popup-main__wrapper {
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(10px);
  padding: 5px 20px;
  border-radius: 15px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(32, 32, 32, 0.05); }
  @media (max-width: 450px) {
    .popup-main__wrapper {
      backdrop-filter: none; } }
  .popup-main__wrapper p {
    max-width: 500px;
    font-weight: bold; }
    @media (max-width: 450px) {
      .popup-main__wrapper p {
        width: 90%; } }
  .popup-main__wrapper a {
    text-decoration: underline;
    cursor: pointer; }

.popup-main__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer; }
  .popup-main__close span {
    position: absolute;
    height: 2px;
    width: 20px;
    background: black;
    transform: rotate(45deg);
    left: 0; }
    .popup-main__close span:nth-child(1) {
      transform: rotate(-45deg); }

.modal__overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 135, 166, 0.2);
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
  z-index: -5;
  opacity: 0;
  transition: 0.5s; }
  @media (max-width: 767px) {
    .modal__overlay {
      padding: 0; } }
  .modal__overlay.active {
    opacity: 1;
    z-index: 999; }

.modal__content {
  background: #fffdf8;
  border-radius: 8px;
  max-width: 680px;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  position: relative; }
  .modal__content::-webkit-scrollbar {
    background: transparent;
    width: 1px; }
    .modal__content::-webkit-scrollbar-thumb {
      background: transparent;
      width: 1px; }

.modal__header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 1px 15px rgba(32, 32, 32, 0.05);
  position: sticky;
  top: 0;
  background: #fffdf8; }
  .modal__header p {
    margin: 0;
    font-weight: bold;
    color: #042227; }

.modal__wrapper {
  background: rgba(232, 239, 231, 0.2);
  padding: 20px;
  height: 100%; }
  @media (max-width: 450px) {
    .modal__wrapper {
      background: transparent; } }
  .modal__wrapper h3 {
    color: #042227;
    font-size: 26px;
    margin: 0 0 20px;
    font-family: "Roboto Slab", "Arial", sans-serif; }
  .modal__wrapper img {
    object-fit: cover;
    border-radius: 15px; }
    @media (max-width: 450px) {
      .modal__wrapper img {
        height: 262px; } }

.modal__close {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative; }
  .modal__close span {
    position: absolute;
    height: 2px;
    width: 20px;
    background: black;
    transform: rotate(45deg);
    left: 0; }
    .modal__close span:nth-child(1) {
      transform: rotate(-45deg); }

.sanatorium__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  padding: 0 3%; }
  @media (max-width: 767px) {
    .sanatorium__main {
      margin-top: 0;
      row-gap: 24px; } }
  @media (max-width: 450px) {
    .sanatorium__main {
      padding: 0; } }
  .sanatorium__main h2 {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #042227;
    margin: 0; }
    @media (max-width: 450px) {
      .sanatorium__main h2 {
        font-size: 32px; } }

.sanatorium__main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1160px) {
    .sanatorium__main-wrapper {
      width: 100%;
      flex-direction: column;
      align-items: center; } }

.sanatorium__wrapper-img {
  position: sticky;
  top: 150px;
  display: flex;
  align-items: center;
  margin-top: 100px; }
  @media (max-width: 1160px) {
    .sanatorium__wrapper-img {
      position: static;
      margin-top: 0;
      margin-bottom: 20px; }
      .sanatorium__wrapper-img picture:nth-child(1) {
        display: none; } }
  .sanatorium__wrapper-img img {
    border-radius: 15px;
    object-fit: cover; }

.img-one {
  margin-right: -40px;
  z-index: 2;
  position: sticky; }
  @media (max-width: 1619px) {
    .img-one {
      width: 250px;
      height: 350px; } }
  @media (max-width: 1439px) {
    .img-one {
      width: 180px;
      height: 290px; } }
  @media (max-width: 1160px) {
    .img-one {
      display: none; } }

@media (max-width: 1619px) {
  .img-two {
    width: 350px;
    height: 400px; } }

@media (max-width: 1439px) {
  .img-two {
    width: 280px;
    height: 350px; } }

@media (max-width: 1160px) {
  .img-two {
    width: 100%;
    height: 100%; } }

.sanatorium__wrapper__right {
  margin-top: 90px;
  position: sticky;
  top: 150px; }
  @media (max-width: 1160px) {
    .sanatorium__wrapper__right {
      position: static;
      text-align: center; } }
  .sanatorium__wrapper__right img {
    border-radius: 15px; }
    @media (max-width: 767px) {
      .sanatorium__wrapper__right img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media (max-width: 767px) {
    .sanatorium__wrapper__right {
      width: 100%;
      height: 100%;
      padding: 0 15px;
      margin-top: 30px; } }

.sanatorium__wrapper-block {
  margin: 0 50px; }
  .sanatorium__wrapper-block p {
    width: 450px;
    color: #042227;
    font-weight: 400;
    margin-top: 40px; }
    @media (max-width: 450px) {
      .sanatorium__wrapper-block p {
        width: 100%;
        margin-top: 24px; } }
  .sanatorium__wrapper-block img {
    margin-top: 90px;
    object-fit: cover; }
    @media (max-width: 450px) {
      .sanatorium__wrapper-block img {
        width: 100%;
        margin-top: 24px; } }
  @media (max-width: 1439px) {
    .sanatorium__wrapper-block {
      margin: 0 30px; } }
  @media (max-width: 450px) {
    .sanatorium__wrapper-block {
      margin: 0 15px; } }

.sanatorium__wrapper-item__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 90px; }
  @media (max-width: 450px) {
    .sanatorium__wrapper-item__button {
      flex-direction: column;
      margin-top: 20px;
      gap: 10px; } }

.item__button {
  background: #1a87a6;
  border: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 190px;
  width: 208px;
  padding: 20px 0 20px 20px;
  transition: 0.5s; }
  @media (hover: hover) {
    .item__button:hover:not(.focus-visible) {
      background-color: #005e6e; } }
  .item__button.focus-visible:focus {
    background-color: #005e6e; }
  .item__button:nth-of-type(2) {
    background: #f7a600;
    width: 278px; }
    @media (hover: hover) {
      .item__button:nth-of-type(2):hover:not(.focus-visible) {
        background-color: #f89813; } }
    .item__button:nth-of-type(2).focus-visible:focus {
      background-color: #f89813; }
    @media (max-width: 450px) {
      .item__button:nth-of-type(2) {
        width: 100%; } }
  @media (max-width: 450px) {
    .item__button {
      width: 100%;
      height: 150px; } }

.item__button-svg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.item__button-link {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding-right: 15px;
  color: #042227;
  font-weight: 600;
  font-family: "Roboto Slab", "Arial", sans-serif; }
  .item__button-link:hover {
    color: #042227; }
  .item__button-link.color {
    color: #fffdf8; }

.sanatorium__wrapper-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 90px; }
  @media (max-width: 450px) {
    .sanatorium__wrapper-item {
      margin-top: 20px; } }

.wrapper-item__block {
  width: 80px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .wrapper-item__block span {
    color: #005e6e; }
  .wrapper-item__block p {
    margin: 0;
    color: #005e6e;
    font-weight: 600;
    font-size: 32px;
    font-family: "Roboto Slab", "Arial", sans-serif; }
    @media (max-width: 450px) {
      .wrapper-item__block p {
        font-size: 25px; } }

.swiper-sanatorium {
  width: 100%;
  margin-top: 80px; }
  @media (max-width: 450px) {
    .swiper-sanatorium {
      margin-top: 30px;
      height: 240px; } }

.swiper-sanatorium__slide {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center; }
  @media (max-width: 1619px) {
    .swiper-sanatorium__slide picture {
      display: flex;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .swiper-sanatorium__slide {
      width: 95%; } }
  @media (max-width: 450px) {
    .swiper-sanatorium__slide {
      height: 220px; } }
  .swiper-sanatorium__slide img {
    border-radius: 15px;
    height: 95%; }
    @media (max-width: 1619px) {
      .swiper-sanatorium__slide img {
        width: 95%; } }
    @media (max-width: 1024px) {
      .swiper-sanatorium__slide img {
        width: 100%; } }
    @media (max-width: 450px) {
      .swiper-sanatorium__slide img {
        width: 93%; } }

.swiper-sanatorium__pagination .swiper-pagination-bullet {
  background-color: #f7a600;
  width: 30px;
  height: 2px;
  border-radius: 9999px; }

.swiper-sanatorium__button-prev,
.swiper-sanatorium__button-next {
  width: 64px;
  height: 64px;
  background: #f1f1f1;
  border-radius: 100%; }
  @media (max-width: 1024px) {
    .swiper-sanatorium__button-prev,
    .swiper-sanatorium__button-next {
      display: none; } }
  .swiper-sanatorium__button-prev:hover::after,
  .swiper-sanatorium__button-next:hover::after {
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-swiper-hover.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0; }
  .swiper-sanatorium__button-prev::after,
  .swiper-sanatorium__button-next::after {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-swiper.svg"); }

.swiper-sanatorium__button-prev::after {
  transform: rotateY(180deg); }

.departments__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: row;
  gap: 20px;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .departments__list {
      grid-template-columns: repeat(2, 1fr); } }

.departments__item {
  display: block;
  height: 100px; }

.departments__link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 20px;
  padding: 10px 5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }
  .departments__link:hover {
    box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2); }

.departments__picture {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }
  .departments__picture img {
    display: block;
    object-position: center;
    object-fit: contain;
    max-width: 100%;
    height: auto; }

.departments__text {
  text-align: center; }

.popup__cl {
  width: 13px;
  height: 13px; }

.back-call {
  max-width: 320px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 599px) {
    .back-call {
      max-width: 100%;
      border-radius: 0; } }

.back-call__form-main {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .back-call__form-main .input-cover {
    margin-bottom: 30px; }

.back-call__form {
  background-color: #feefd2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 16px 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .back-call__form::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0; }

.back-call__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #8d887b; }
  .back-call__text_margin {
    margin-bottom: 40px; }
  .back-call__text a {
    color: #8d887b;
    transition: 0.3s; }
    .back-call__text a:hover {
      color: #042227; }

.back-call__link {
  background-color: #005e6e;
  border-radius: 10px;
  padding: 20px 0 20px 15px; }
  .back-call__link a {
    color: #f7a600;
    text-decoration: none;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.5rem; }

.back-call__body {
  padding: 20px;
  display: flex;
  flex-direction: column; }

.back-call__svg {
  width: 19px;
  height: 20px; }

.back-call__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 250px;
  margin: 14px 0 20px; }
  .back-call__title_white {
    color: #fffdf8;
    margin: 0 0 0 8px; }

.btn-submit {
  border-radius: 5px;
  background-color: #f7a600;
  transition: 0.3s;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  padding: 15px 0;
  cursor: pointer;
  margin: 0 0 10px;
  color: #042227; }
  @media only screen and (min-width: 599px) {
    .btn-submit:hover {
      background-color: #f89813; } }
  .btn-submit[disabled] {
    color: rgba(141, 136, 123, 0.8);
    background: rgba(141, 136, 123, 0.2); }
    .btn-submit[disabled]:hover {
      color: rgba(141, 136, 123, 0.8);
      background: rgba(141, 136, 123, 0.2); }

.back-call__label {
  display: flex;
  margin-bottom: 10px; }

.write {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .write {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .write {
      width: 100%;
      border-radius: 0; } }
  .write_blue .write__title, .write_yellow .write__title {
    max-width: 350px; }

.write__body {
  padding: 20px 20px 25px;
  max-height: 80vh;
  overflow: scroll; }
  .write__body::-webkit-scrollbar {
    width: 0;
    height: 0; }
  @media only screen and (max-width: 599px) {
    .write__body {
      max-height: 100vh; } }

.write__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 250px;
  margin: 14px 0 20px;
  color: #042227; }

.write__wrapper {
  background-color: #feefd2;
  border-radius: 10px;
  padding: 20px 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%; }
  .write__wrapper::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0; }
  @media only screen and (max-width: 599px) {
    .write__wrapper {
      height: auto; } }

.popup__wrapper {
  border-radius: 10px;
  padding: 20px 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .popup__wrapper_yellow {
    background-color: #feefd2; }
    .popup__wrapper_yellow::after {
      content: "";
      background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
      width: 50px;
      height: 21px;
      max-width: 100%;
      background-size: contain;
      position: absolute;
      right: 0; }
  .popup__wrapper_blue {
    background-color: #c2e7f2; }
    .popup__wrapper_blue::after {
      content: "";
      background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_blue.svg");
      width: 50px;
      height: 21px;
      max-width: 100%;
      background-size: contain;
      position: absolute;
      right: 0; }
  .popup__wrapper .popup__text {
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    max-width: 300px;
    color: #042227; }

.write__select .select-dropdown {
  position: relative; }

.transfer__row {
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .transfer__row:first-child {
    margin-bottom: 20px; }
  .transfer__row p {
    margin: 0; }
    .transfer__row p:first-child {
      margin-bottom: 5px; }

.transfer-price {
  font-weight: 700;
  color: #1a87a6; }

.transfer__wrapper {
  margin-top: 20px;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 20px 15px;
  border-top: 1.5px solid rgba(247, 166, 0, 0.2);
  border-bottom: 1.5px solid rgba(247, 166, 0, 0.2); }

.form__row {
  display: flex;
  flex-direction: column; }
  .form__row_radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .form__row_radio {
        flex-direction: column; } }
  .form__row_half {
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .form__row_half {
        flex-direction: column; } }

.form__col {
  display: flex;
  flex-direction: column;
  width: 45%; }
  @media only screen and (max-width: 767px) {
    .form__col {
      width: 100%; }
      .form__col:first-child {
        margin-bottom: 19px; } }

.form__wrapper {
  padding: 20px 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-bottom: 1.5px solid rgba(247, 166, 0, 0.2);
  display: flex;
  flex-direction: column; }
  .form__wrapper .write__title {
    margin-top: 0; }
  .form__wrapper:last-child {
    border-bottom: none;
    padding-bottom: 10px; }

.form-info {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .form-info {
      flex-direction: column; } }

.form__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem; }
  .form__text_grey {
    color: #8d887b;
    margin-top: 20px; }
  .form__text_red {
    margin-top: 20px; }
    .form__text_red p {
      color: #c72825; }
  .form__text p,
  .form__text ol {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0; }
  .form__text p:not(:last-child) {
    margin-bottom: 9px; }
  .form__text li:not(:last-child) {
    margin-bottom: 9px; }

.form-files__list {
  margin-top: 20px; }
  .form-files__list .form__row:last-child .input-cover {
    margin-bottom: 0; }

.form-change .checkbox__cover span {
  line-height: 2rem; }

.form-change .btn-submit {
  width: 250px;
  margin-bottom: 0; }

.form-change p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 29px; }
  .form-change p a {
    color: #1a87a6;
    font-weight: 500;
    transition: 0.3s; }
    .form-change p a:hover {
      color: #005e6e; }

.swiper-stories-popup-slide {
  background-color: #a0a0a0;
  height: 100vh;
  width: 398px;
  max-height: 732px;
  min-width: 398px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s; }
  @media only screen and (max-width: 599px) {
    .swiper-stories-popup-slide {
      min-width: 280px;
      width: 280px;
      max-height: 530px; } }

.swiper-stories-popup-slide:not(.swiper-slide-active) {
  opacity: 1;
  width: 286px;
  min-width: 286px;
  height: 495px; }
  .swiper-stories-popup-slide:not(.swiper-slide-active) .stories-nested__header {
    opacity: 0.2; }
  .swiper-stories-popup-slide:not(.swiper-slide-active):hover {
    opacity: 1; }
  .swiper-stories-popup-slide:not(.swiper-slide-active) .slide-nested__cover {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  .swiper-stories-popup-slide:not(.swiper-slide-active) .stories-nested__close {
    opacity: 0;
    visibility: hidden; }
  .swiper-stories-popup-slide:not(.swiper-slide-active) .stories-nested__footer {
    opacity: 0;
    visibility: hidden; }

.swiper-stories-popup-wrapper {
  width: 100vw;
  height: 732px;
  align-items: center;
  display: flex; }
  @media only screen and (max-width: 599px) {
    .swiper-stories-popup-wrapper {
      height: 100vh; } }

.swiper-stories-nested-slide {
  min-width: 100%;
  transition: 0.3s; }

.slide-nested {
  height: 100%;
  position: relative; }

.stories-popup__slider {
  position: relative; }

.swiper-stories-nested-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  min-height: 1px; }

.stories-nested__slider {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column; }
  .stories-nested__slider::after {
    content: "";
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(32, 32, 32, 0.3), transparent); }

.swiper-stories-nested-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 94%;
  border-radius: 10px; }
  @media only screen and (max-width: 599px) {
    .swiper-stories-nested-btn {
      height: 92%; } }
  .swiper-stories-nested-btn.swiper-button-disabled {
    display: none; }
  .swiper-stories-nested-btn-prev, .swiper-stories-nested-btn-next {
    width: 50%; }
  .swiper-stories-nested-btn-prev {
    left: 0; }
  .swiper-stories-nested-btn-next {
    right: 0; }

.swiper-stories-popup-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%; }
  .swiper-stories-popup-btn.swiper-button-disabled {
    display: none; }
  .swiper-stories-popup-btn-prev {
    left: 0;
    width: 41%; }
    @media only screen and (max-width: 1450px) {
      .swiper-stories-popup-btn-prev {
        width: 38%; } }
    @media only screen and (max-width: 1199px) {
      .swiper-stories-popup-btn-prev {
        width: 36%; } }
  .swiper-stories-popup-btn-next {
    right: 0;
    width: 35%; }
    @media only screen and (max-width: 1450px) {
      .swiper-stories-popup-btn-next {
        width: 31%; } }
    @media only screen and (max-width: 1285px) {
      .swiper-stories-popup-btn-next {
        width: 29%; } }
    @media only screen and (max-width: 1199px) {
      .swiper-stories-popup-btn-next {
        width: 26%; } }
  @media only screen and (max-width: 991px) {
    .swiper-stories-popup-btn {
      display: none; } }

.stories-slider-pagination {
  left: 15px;
  right: 15px;
  top: 46px;
  position: absolute;
  display: flex;
  height: 2px;
  justify-content: space-between; }
  .stories-slider-pagination .swiper-pagination-bullet {
    width: 100%;
    flex-shrink: 10;
    border-radius: 5px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden; }
    .stories-slider-pagination .swiper-pagination-bullet span {
      position: absolute;
      background: #ffffff;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: translateX(-100%);
      transition-timing-function: linear; }
    .stories-slider-pagination .swiper-pagination-bullet.slider-pagination-bullet-viewed span {
      transform: translateX(0);
      transition-duration: 0ms !important; }
    .stories-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-left: 7px; }

.stories-nested__content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  background-color: #fffdf8;
  border-radius: 0 0 10px 10px;
  position: relative; }
  .stories-nested__content.video-slider {
    height: 688px; }
    @media only screen and (max-width: 599px) {
      .stories-nested__content.video-slider {
        height: 100%; } }
    .stories-nested__content.video-slider video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 10px; }
  .stories-nested__content.therapy-slider {
    flex-direction: column;
    max-height: 100%;
    overflow-y: scroll; }
    @media only screen and (max-width: 599px) {
      .stories-nested__content.therapy-slider {
        height: 485px; } }
    .stories-nested__content.therapy-slider .therapy-slider__cover {
      height: 210px;
      width: 100%; }
      .stories-nested__content.therapy-slider .therapy-slider__cover img {
        border-radius: 0;
        min-width: 100%;
        object-fit: cover; }
    .stories-nested__content.therapy-slider .therapy-slider__text {
      padding: 12px 15px 19px; }
    .stories-nested__content.therapy-slider .therapy-slider__title {
      font-size: 2rem;
      line-height: 2.8rem;
      font-family: "Roboto Slab", "Arial", sans-serif;
      font-weight: 700;
      margin-bottom: 20px;
      color: #042227; }
    .stories-nested__content.therapy-slider .therapy-slider__desc {
      font-size: 1.4rem;
      line-height: 2rem;
      font-weight: 700;
      color: #202020; }
    .stories-nested__content.therapy-slider .therapy-slider__img {
      height: 194px;
      width: 100%;
      padding: 0 15px 15px; }
      .stories-nested__content.therapy-slider .therapy-slider__img:last-child {
        padding-bottom: 20px; }
      .stories-nested__content.therapy-slider .therapy-slider__img img {
        border-radius: 10px;
        min-width: 100%;
        object-fit: cover; }
  .stories-nested__content.video-link-slider {
    background-color: #141414; }
  .stories-nested__content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(141, 136, 123, 0.3);
    cursor: pointer; }
  .stories-nested__content::-webkit-scrollbar-thumb {
    background: rgba(141, 136, 123, 0.7);
    border-radius: 10px; }
  .stories-nested__content::-webkit-scrollbar-button {
    display: none; }
  .stories-nested__content.news-slider {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 15px 15px;
    max-height: 100%;
    overflow-y: scroll; }
    .stories-nested__content.news-slider p {
      margin: 0;
      max-width: 349px;
      color: #202020; }
      .stories-nested__content.news-slider p:not(:last-child) {
        margin-bottom: 10px; }
      @media only screen and (max-width: 599px) {
        .stories-nested__content.news-slider p {
          font-size: 1.3rem;
          line-height: 1.8rem; } }
    .stories-nested__content.news-slider span {
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 700;
      margin-bottom: 5px; }
      @media only screen and (max-width: 599px) {
        .stories-nested__content.news-slider span {
          font-size: 1.4rem;
          line-height: 2rem; } }
    .stories-nested__content.news-slider h4 {
      color: #202020; }
    @media only screen and (max-width: 599px) {
      .stories-nested__content.news-slider {
        height: 486px; } }
  .stories-nested__content iframe {
    max-width: 100%;
    width: 100%;
    height: 207px;
    padding: 15px; }
  .stories-nested__content img {
    border-radius: 0 0 10px 10px;
    height: 100%;
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .stories-nested__content .stories-nested__label {
    position: absolute;
    font-family: "Roboto Slab", "Arial", sans-serif;
    color: #fffdf8;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.8rem;
    left: 15px;
    max-width: 310px; }
    @media only screen and (max-width: 599px) {
      .stories-nested__content .stories-nested__label {
        max-width: 250px; } }

.img-slider {
  background-size: cover;
  background-position: center; }

.slide-nested__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }
  .slide-nested__cover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4, 34, 39, 0.8); }
  .slide-nested__cover img {
    border-radius: 10px;
    height: 100%;
    width: 100%; }
  .slide-nested__cover .slide-nested__title {
    position: absolute;
    top: 50%;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fffdf8;
    padding: 0 20px;
    transform: translate(0, -50%); }

.stories-nested__header {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 15px;
  left: 15px;
  opacity: 1;
  transition: 0.3s; }

.stories-nested__title {
  color: #fffdf8;
  margin-left: 6px; }

.stories-nested__footer {
  background-color: #f7a600;
  padding: 30px 15px 15px;
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  min-height: 67px; }

.stories-nested__link {
  font-family: "Roboto Slab", "Arial", sans-serif;
  color: #042227;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  z-index: 1; }

.popup_open.stories {
  background-color: #042227; }
  .popup_open.stories .popup__close {
    display: none; }
  .popup_open.stories .popup__close.stories-nested__close {
    top: -3px;
    right: 27px;
    width: 25px;
    height: 25px;
    padding: 5px;
    opacity: 1;
    visibility: visible;
    display: block; }
    .popup_open.stories .popup__close.stories-nested__close:hover span {
      background-color: #f7a600; }
    .popup_open.stories .popup__close.stories-nested__close .popup__close_1,
    .popup_open.stories .popup__close.stories-nested__close .popup__close_2 {
      width: 15px;
      top: 11px;
      background-color: #fffdf8;
      border-radius: 5px; }

.search__wrapper {
  background-color: #feefd2;
  border-radius: 10px;
  padding: 16px 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .search__wrapper::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0; }

.search__svg {
  width: 19px;
  height: 20px; }

.search__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 250px;
  margin: 14px 0 20px; }

.search__body {
  padding: 20px; }

.search {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .search {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .search {
      width: 100%;
      border-radius: 0; } }

.search__form button {
  margin-top: 2rem; }

.booking-date {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .booking-date {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .booking-date {
      width: 100%;
      border-radius: 0; } }

.booking__body {
  padding: 20px; }

.booking__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #c2e7f2;
  border-radius: 10px;
  padding: 16px 15px;
  position: relative;
  height: 100%; }
  .booking__wrapper::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_blue.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0; }
  @media only screen and (max-width: 599px) {
    .booking__wrapper {
      height: auto; } }

.booking__text {
  color: #8d887b;
  max-width: 592px;
  margin-top: 20px;
  line-height: 2rem; }

.booking__label {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 190px;
  margin: 15px 0;
  color: #042227; }
  .booking__label + .popup__desc {
    margin-top: 0; }

.popup__desc {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 2rem 0; }

.color_red {
  color: #c72825; }

.color_blue {
  color: #1a87a6; }

.bnovo__svg {
  width: 2rem;
  height: 2rem; }
  .bnovo__svg img {
    width: 100%; }

.form__wrapper-blue {
  background-color: rgba(26, 135, 166, 0.15);
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 30px 15px;
  border-top: 1px solid rgba(26, 135, 166, 0.2);
  border-bottom: 1px solid rgba(26, 135, 166, 0.2);
  margin-bottom: 30px; }
  .form__wrapper-blue .input-cover:last-child {
    margin-bottom: 0; }
  .form__wrapper-blue .select-content + * {
    margin-top: 2rem; }

.application__body {
  padding: 20px 20px 25px;
  max-height: 80vh;
  overflow: scroll; }
  .application__body::-webkit-scrollbar {
    width: 0;
    height: 0; }
  @media only screen and (max-width: 599px) {
    .application__body {
      max-height: 100vh; } }

.img-key {
  width: auto;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff; }
  .img-key img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px; }

.application .btn-submit {
  width: 253px; }

.application a {
  color: #1a87a6;
  font-weight: 500;
  transition: 0.3s; }

.input-desc p {
  margin: 0 0 1rem;
  color: #8d887b;
  font-size: 1.4rem;
  line-height: 2rem; }

.input-desc span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  color: #8d887b;
  transition: 0.3s;
  cursor: pointer; }
  .input-desc span:hover {
    color: #1a87a6; }

.input-desc b {
  font-size: 1.4rem;
  line-height: 2rem; }

.title-result {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  text-transform: uppercase; }

.result__col {
  width: calc(50% - 3rem); }
  @media only screen and (max-width: 767px) {
    .result__col {
      width: 100%; } }

.result__title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #8d887b;
  margin-bottom: 0.5rem; }

.result__desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #042227;
  margin-bottom: 1rem;
  min-height: 2.2rem; }

.result-application {
  margin: 2rem 0 3rem; }

.result__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  .result__list span {
    margin-bottom: 0; }

.form-description p {
  margin-bottom: 20px;
  margin-top: 0; }

.treatment__popup {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .treatment__popup {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .treatment__popup {
      width: 100%; } }
  .treatment__popup .popup__title {
    max-width: 400px; }
  .treatment__popup .treatment__body {
    max-height: 80vh;
    overflow: scroll;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 2.2rem; }
    @media only screen and (max-width: 599px) {
      .treatment__popup .treatment__body {
        max-height: 100vh; } }
    .treatment__popup .treatment__body::-webkit-scrollbar {
      width: 0; }
    .treatment__popup .treatment__body h2 {
      margin-top: 50px; }
    .treatment__popup .treatment__body span {
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 700;
      color: #042227; }
    .treatment__popup .treatment__body ul {
      margin-top: 10px; }
    .treatment__popup .treatment__body p {
      color: #042227; }

.corpus__popup {
  max-width: 630px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .corpus__popup {
      max-width: 550px; } }
  @media only screen and (max-width: 599px) {
    .corpus__popup {
      max-width: 100%; } }

.corpus__slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 599px) {
    .corpus__slider {
      margin-bottom: 20px;
      height: auto; } }
  .corpus__slider .slider-default__wrapper {
    align-items: flex-start; }
  .corpus__slider .slider-default__slide {
    height: auto; }
    .corpus__slider .slider-default__slide img {
      height: auto;
      min-width: auto;
      width: 100%;
      object-fit: contain; }
  .corpus__slider .slider-default__label {
    padding: 0 20px; }
    @media only screen and (max-width: 599px) {
      .corpus__slider .slider-default__label {
        margin-bottom: 16px; } }
  .corpus__slider .slider-default__pagination {
    padding: 0 20px;
    width: 280px; }
    @media only screen and (max-width: 599px) {
      .corpus__slider .slider-default__pagination {
        margin-top: 0;
        justify-content: space-between;
        width: 100%; } }
    .corpus__slider .slider-default__pagination span {
      width: 15%; }
  .corpus__slider .slider-default__btn {
    visibility: visible;
    opacity: 1;
    top: 42%; }
  .corpus__slider .slider-default__btn_next {
    right: 31px; }
  .corpus__slider .slider-default__btn_prev {
    left: 31px; }

.corpus__body {
  height: 80vh;
  overflow: scroll;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .corpus__body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  @media only screen and (max-width: 599px) {
    .corpus__body {
      height: 100vh; } }

.corpus__wrapper {
  padding: 0 20px; }
  .corpus__wrapper .corpus-info {
    margin: 50px 0 30px; }
    .corpus__wrapper .corpus-info ul {
      display: flex;
      flex-direction: column; }
    .corpus__wrapper .corpus-info li:last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .corpus__wrapper .corpus-info {
        margin: 30px 0; } }
  .corpus__wrapper .booking__text {
    margin-bottom: 50px; }
  @media only screen and (max-width: 599px) {
    .corpus__wrapper p {
      margin: 10px 0; } }

.methods__popup {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .methods__popup {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .methods__popup {
      width: 100%; } }
  .methods__popup .methods__body {
    max-height: 80vh;
    overflow: scroll;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 2.2rem; }
    @media only screen and (max-width: 599px) {
      .methods__popup .methods__body {
        max-height: 100vh; } }
    .methods__popup .methods__body::-webkit-scrollbar {
      width: 0; }
  .methods__popup .methods-detailed__drop {
    margin: 30px 0; }

.methods-popup__img {
  width: calc(100% + 40px);
  margin-left: -20px; }
  .methods-popup__img img {
    max-width: 100%; }

.methods__desc span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #042227; }

.methods__desc ul {
  margin: 10px 0 30px; }

.room-popup {
  max-width: 1110px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 1199px) {
    .room-popup {
      max-width: 900px; } }
  @media only screen and (max-width: 991px) {
    .room-popup {
      max-width: 550px; } }
  @media only screen and (max-width: 599px) {
    .room-popup {
      max-width: 100%; } }
  .room-popup .popup__title {
    max-width: 600px; }
    @media only screen and (max-width: 599px) {
      .room-popup .popup__title {
        max-width: 300px; } }

.room__body {
  height: 80vh;
  overflow: scroll; }
  .room__body .breadcrumbs-wrapper {
    display: none; }
  .room__body .rooms-detailed {
    margin-top: 20px; }
    @media only screen and (max-width: 991px) {
      .room__body .rooms-detailed {
        margin-top: 0; } }
  .room__body .rooms-detailed__btn {
    top: 20px; }
  .room__body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  @media only screen and (max-width: 599px) {
    .room__body {
      height: 100vh; } }
  .room__body .other-room__list {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px; }

.notice-popup {
  background: #f8f8f8;
  border-radius: 10px;
  max-width: 575px; }
  @media only screen and (max-width: 599px) {
    .notice-popup {
      max-width: 100%; } }
  .notice-popup .popup__header {
    box-shadow: none; }
  .notice-popup .popup__title {
    height: 20px; }
  .notice-popup .notice__body {
    padding: 20px 30px 75px;
    position: relative; }
    .notice-popup .notice__body p {
      font-size: 2rem;
      line-height: 2.8rem;
      font-weight: bold; }
    .notice-popup .notice__body a {
      text-decoration: underline; }
    .notice-popup .notice__body::after {
      content: "";
      width: 100%;
      height: 21px;
      background-image: url("/local/templates/yb_new/assets/images/svg/popup-line.svg");
      position: absolute;
      left: 0;
      bottom: 20px; }

.policy {
  width: 635px;
  background-color: #fffdf8;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .policy {
      width: 550px; } }
  @media only screen and (max-width: 599px) {
    .policy {
      width: 100%;
      border-radius: 0; } }

.policy__body {
  padding: 20px 20px 25px;
  max-height: 40vh;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 599px) {
    .policy__body {
      max-height: 100vh; } }

.policy__wrapper {
  font-size: 1.6rem;
  line-height: 2.2rem;
  overflow-y: auto; }
  .policy__wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f9f9fd;
    display: block; }
  .policy__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1a87a6; }

.policy__btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }
  .policy__btn-wrapper button {
    max-width: 27rem;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .policy__btn-wrapper {
      flex-direction: column; }
      .policy__btn-wrapper button {
        max-width: none;
        text-align: center; }
      .policy__btn-wrapper button + button {
        margin-top: 2rem; } }

.cookie-popup {
  position: fixed;
  bottom: 40px;
  top: auto;
  width: 100%;
  max-width: 1000px;
  height: fit-content;
  background-color: #fffdf8;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out; }
  .cookie-popup__close {
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background-color: transparent; }
  .cookie-popup__inner {
    padding: 30px 30px; }
  .cookie-popup__title {
    font-weight: 700;
    margin-top: 0; }
    .cookie-popup__title p {
      margin: 0;
      display: inline; }
    .cookie-popup__title .js-accordion-button {
      font-weight: 400; }
  .cookie-popup__content {
    line-height: normal;
    overflow: hidden; }
    .cookie-popup__content p {
      margin: 0 0 10px; }
      .cookie-popup__content p:last-of-type {
        margin: 0; }
      .cookie-popup__content p:first-of-type {
        margin-top: 10px; }
  .cookie-popup__button {
    position: relative;
    display: inline-block;
    min-width: 100px;
    line-height: normal;
    cursor: pointer; }
    .cookie-popup__button::before {
      position: absolute;
      content: attr(data-text-close);
      text-decoration: underline dashed;
      text-underline-offset: 3px;
      top: 0;
      left: 5px;
      width: 100%;
      height: 100%; }
    .cookie-popup__button.active::before {
      content: attr(data-text-open); }

.treatment .medical-programs {
  padding-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .treatment .medical-programs {
      padding-bottom: 0; } }

.treatment .medical-programs__wrapper::after {
  display: none; }

.treatment p {
  max-width: 630px;
  margin: 5px 0; }

.treatment h2 {
  margin-top: 50px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 599px) {
    .treatment h2 {
      margin-bottom: 20px; } }

.treatment .medical-programs__btn {
  display: none;
  padding: 20px 20px 50px; }
  @media only screen and (max-width: 599px) {
    .treatment .medical-programs__btn {
      display: flex; } }

@media only screen and (max-width: 599px) {
  .treatment .medical-programs__item:not(:nth-child(-n+4)) {
    display: none; } }

.methods__wrapper {
  background-color: #f1f1f1;
  padding: 50px 0; }
  .methods__wrapper .methods__item:last-of-type {
    margin-bottom: 30px; }
  .methods__wrapper .methods__item:nth-last-of-type(2) {
    margin-bottom: 30px; }

.methods h2 {
  margin: 0 0 30px; }
  @media only screen and (max-width: 599px) {
    .methods h2 {
      margin-bottom: 20px; } }

.methods .button-primary {
  width: 280px; }
  @media only screen and (max-width: 599px) {
    .methods .button-primary {
      width: 100%; } }

.methods__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .methods__list {
      width: calc(100% + 40px);
      margin-left: -20px; } }

@media only screen and (max-width: 767px) {
  .methods__wrapper .methods__item:last-child {
    display: none; } }

.methods__item {
  display: flex;
  position: relative;
  height: 258px;
  width: 520px;
  margin-bottom: 30px;
  text-decoration: none; }
  .methods__item:last-of-type {
    margin-bottom: 0; }
  .methods__item:nth-last-of-type(2) {
    margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .methods__item {
      width: 48%; } }
  @media only screen and (max-width: 991px) {
    .methods__item {
      width: 49%; } }
  @media only screen and (max-width: 767px) {
    .methods__item {
      width: 100%; }
      .methods__item:nth-last-of-type(2) {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .methods__item {
      height: 250px;
      margin-bottom: 20px; }
      .methods__item:nth-last-of-type(2) {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 359px) {
    .methods__item {
      height: 159px; } }
  .methods__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .methods__item span {
    position: absolute;
    z-index: 3;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #fffdf8;
    text-shadow: 0 1px 3px rgba(4, 34, 39, 0.5);
    bottom: 30px;
    left: 0;
    max-width: 400px;
    padding: 0 30px; }
    @media only screen and (max-width: 599px) {
      .methods__item span {
        max-width: 280px;
        bottom: 20px;
        left: 0;
        padding: 0 20px; } }
  .methods__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(4, 34, 39, 0.2);
    transition: 0.3s; }
  .methods__item:hover::after {
    background-color: rgba(4, 34, 39, 0.3); }

.doctors__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: scroll; }
  .doctors__list::-webkit-scrollbar {
    width: 0;
    height: 0; }
  @media only screen and (max-width: 991px) {
    .doctors__list {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 0 20px;
      margin-bottom: 20px; } }

.doctors__item {
  width: 181px;
  text-decoration: none; }
  .doctors__item:not(:last-child) {
    margin-right: 10px; }
  .doctors__item:hover .doctors__img img {
    transform: scale(1.05); }
  .doctors__item:hover .doctors__title {
    color: #1a87a6; }

.doctors__img {
  width: 180px;
  height: 225px;
  overflow: hidden;
  border-radius: 10px; }
  .doctors__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s; }

.doctors__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #005e6e;
  margin-top: 15px;
  transition: 0.3s; }

.doctors__wrapper {
  padding: 50px 0 100px; }
  @media only screen and (max-width: 599px) {
    .doctors__wrapper {
      padding: 50px 0; } }

.doctors h2 {
  margin: 0 0 30px; }
  @media only screen and (max-width: 599px) {
    .doctors h2 {
      margin-bottom: 20px; } }

.doctors .button-primary {
  width: 280px; }
  @media only screen and (max-width: 599px) {
    .doctors .button-primary {
      width: 100%; } }

.treatment-programs {
  margin: 50px 0 0; }
  @media only screen and (max-width: 599px) {
    .treatment-programs {
      margin-top: 30px; } }
  .treatment-programs .medical-programs__wrapper::after {
    display: none; }

.treatment-programs__wrapper {
  padding-bottom: 70px;
  margin-top: 50px; }
  @media only screen and (max-width: 599px) {
    .treatment-programs__wrapper {
      padding-bottom: 20px;
      margin-top: 20px; } }
  .treatment-programs__wrapper .medical-programs {
    padding: 0; }

.our-doctors {
  margin-bottom: 50px; }
  @media only screen and (max-width: 599px) {
    .our-doctors {
      margin-bottom: 0; } }

.our-doctors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px; }
  .our-doctors__list .doctors__item {
    width: 280px;
    margin: 0 0 50px; }
    .our-doctors__list .doctors__item .doctors__img {
      width: 100%;
      height: 350px; }
    .our-doctors__list .doctors__item .doctors__title {
      margin-bottom: 5px; }
    .our-doctors__list .doctors__item .doctors__desc {
      color: #8d887b;
      font-size: 1.6rem;
      line-height: 2.2rem; }
    @media only screen and (max-width: 991px) {
      .our-doctors__list .doctors__item {
        margin-right: 10px; } }
    @media only screen and (max-width: 599px) {
      .our-doctors__list .doctors__item {
        margin: 0 auto 50px; } }

.doctors-detailed {
  display: flex;
  margin: 50px 0 0; }
  @media only screen and (max-width: 991px) {
    .doctors-detailed {
      flex-direction: column;
      margin: 15px 0 0; } }

.doctors-detailed__img {
  width: 411px;
  height: 514px;
  margin-right: 30px; }
  @media only screen and (max-width: 991px) {
    .doctors-detailed__img {
      margin: 0 auto 15px;
      width: 280px;
      height: 350px; } }
  .doctors-detailed__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px; }

.doctors-detailed__content {
  max-width: 630px; }
  @media only screen and (max-width: 1199px) {
    .doctors-detailed__content {
      max-width: 500px; } }
  @media only screen and (max-width: 991px) {
    .doctors-detailed__content {
      max-width: none;
      width: 100%; } }
  .doctors-detailed__content h1 {
    margin-top: 0; }

.doctors-detailed__subtitle {
  color: #8d887b;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  @media only screen and (max-width: 991px) {
    .doctors-detailed__subtitle {
      font-family: "Roboto Slab", "Arial", sans-serif;
      font-weight: 700; } }

.doctors-detailed__desc {
  margin: 50px 0 20px; }
  @media only screen and (max-width: 991px) {
    .doctors-detailed__desc {
      margin: 30px 0 0; } }

.doctors-detailed__label {
  color: #1a87a6;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700; }

.doctors-detailed__text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #202020; }
  .doctors-detailed__text p {
    margin: 0 0 20px; }

.info-banner__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  color: #042227;
  line-height: 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 380px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 599px) {
    .info-banner__title {
      margin-bottom: 20px; } }

.info-banner__svg {
  width: 20px;
  height: 20px;
  margin-bottom: 14px; }

.info__banner {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fffdf8;
  padding: 30px 30px 30px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .info__banner {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .info__banner {
      padding: 15px 15px 20px; } }
  .info__banner_yellow {
    background-color: #feefd2; }
  .info__banner_gray {
    background-color: #f1f1f1; }
  .info__banner::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0; }
  .info__banner ul {
    column-count: 2;
    margin: 0;
    padding: 0 0 0 15px; }
    @media only screen and (max-width: 991px) {
      .info__banner ul {
        max-height: 100%;
        display: flex;
        flex-direction: column; } }
  .info__banner li {
    margin-bottom: 20px;
    list-style-type: none;
    width: 475px;
    transition: 0.3s;
    position: relative;
    break-inside: avoid-column; }
    .info__banner li::before {
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: currentColor;
      position: absolute;
      left: -11px;
      top: 7px; }
    @media only screen and (max-width: 1199px) {
      .info__banner li {
        width: 420px; } }
    @media only screen and (max-width: 991px) {
      .info__banner li {
        width: 100%; }
        .info__banner li:last-of-type {
          margin-bottom: 0; } }
    @media only screen and (max-width: 599px) {
      .info__banner li {
        margin-left: 0; } }
  .info__banner span {
    color: #1a87a6;
    cursor: pointer;
    border-bottom: 1px dashed #1a87a6;
    transition: 0.3s; }
    .info__banner span:hover {
      color: #f7a600;
      border-color: #f7a600; }

.treatment-detailed {
  padding-bottom: 64px; }
  @media only screen and (max-width: 991px) {
    .treatment-detailed {
      padding-bottom: 44px; } }
  .treatment-detailed .info__banner {
    margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      .treatment-detailed .info__banner {
        margin-bottom: 20px; } }

.treatment-detailed__preview {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  position: relative;
  align-items: flex-end; }
  @media only screen and (max-width: 991px) {
    .treatment-detailed__preview {
      margin-bottom: 30px; } }

.treatment-detailed__text {
  max-width: 630px;
  z-index: 2; }
  .treatment-detailed__text h1 {
    margin: 0 0 20px; }
  .treatment-detailed__text p {
    margin: 0; }

.treatment-detailed__img {
  width: 105px;
  height: auto;
  z-index: 1;
  position: absolute;
  right: 0; }
  .treatment-detailed__img img {
    object-fit: contain;
    min-width: 100%; }
  @media only screen and (max-width: 767px) {
    .treatment-detailed__img {
      opacity: 0.1; } }

.info-general {
  padding: 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .info-general {
      padding: 20px 15px; } }

.info-general__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  margin-bottom: 20px; }

.info-general__text p {
  margin: 0 0 5px; }

.about-our-treatment {
  padding: 52px 0 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f1f1f1; }
  .about-our-treatment::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-grey.svg");
    height: 116px;
    width: 100%;
    top: -116px;
    left: 0;
    position: absolute;
    z-index: 1; }
  @media only screen and (max-width: 991px) {
    .about-our-treatment {
      padding: 36px 0 0; }
      .about-our-treatment .min-container {
        display: flex;
        flex-direction: column; } }
  @media only screen and (max-width: 991px) {
    .about-our-treatment .treatment-table {
      order: 4;
      margin-top: 50px; } }

.about-our-treatment__svg {
  width: 35px;
  height: 40px;
  margin-bottom: 5px; }

.about-our-treatment__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #005e6e;
  margin-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .about-our-treatment__title {
      margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .about-our-treatment__head {
    order: 1; } }

@media only screen and (max-width: 991px) {
  .about-our-treatment__row {
    order: 2; } }

.about-our-treatment__row p {
  margin: 0 0 50px;
  color: #005e6e; }
  @media only screen and (max-width: 991px) {
    .about-our-treatment__row p {
      margin-bottom: 0; }
      .about-our-treatment__row p:first-child {
        margin-bottom: 20px; } }

.about-our-treatment__row .info__banner {
  margin-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .about-our-treatment__row .info__banner {
      margin-bottom: 30px; } }

.treatment-table__desc {
  margin: 20px 0 30px;
  color: #005e6e; }
  @media only screen and (max-width: 991px) {
    .treatment-table__desc {
      margin-bottom: 20px; } }

.treatment-table__label {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #005e6e;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700; }

.treatment-table__row {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .treatment-table__row {
      flex-direction: column; } }

.treatment-table__table {
  width: 630px; }
  @media only screen and (max-width: 991px) {
    .treatment-table__table {
      width: calc(100% + 40px);
      margin-left: -20px; } }

.treatment-table__annotation {
  max-width: 300px;
  position: sticky;
  top: 120px;
  height: 100%; }
  @media only screen and (max-width: 991px) {
    .treatment-table__annotation {
      max-width: none;
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 15px 20px 50px;
      background-color: #fffdf8; } }
  .treatment-table__annotation p {
    color: #8d887b;
    font-size: 1.4rem;
    line-height: 2rem; }

.about-our-treatment__row .info-listing {
  margin-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .about-our-treatment__row .info-listing {
      margin-bottom: 30px; } }

.info-listing {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 1285px) {
    .info-listing {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 991px) {
    .info-listing {
      flex-direction: column; } }

.info-listing__col:first-child {
  margin: 0 2rem 2rem 0; }

@media only screen and (max-width: 991px) {
  .info-listing__col:not(:last-child) {
    margin-bottom: 2rem; }
  .info-listing__col:first-child {
    margin: 0 0 2rem 0; } }

.info-listing__list {
  margin: 10px 0 0; }

.info-listing__title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #005e6e;
  font-weight: 700; }

.info-listing__item {
  color: #005e6e;
  position: relative;
  list-style-type: none; }
  .info-listing__item::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    left: -11px;
    top: 9px; }

.treatment-slider {
  margin-top: 50px; }
  @media only screen and (max-width: 991px) {
    .treatment-slider {
      order: 3; }
      .treatment-slider .slider-default__slide {
        height: 400px; }
      .treatment-slider .slider-default__pagination {
        margin-top: 10px;
        justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .treatment-slider .slider-default__slide {
      height: 320px; }
    .treatment-slider .slider-default {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media only screen and (max-width: 599px) {
    .treatment-slider .slider-default__slide {
      height: 230px; } }
  @media only screen and (max-width: 359px) {
    .treatment-slider .slider-default__slide {
      height: 160px; } }
  .treatment-slider .treatment-table__label {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .treatment-slider .treatment-table__label {
        margin-bottom: 20px; } }
  .treatment-slider p {
    color: #005e6e;
    margin: 50px 0 0; }
    @media only screen and (max-width: 991px) {
      .treatment-slider p {
        margin-top: 30px; } }

.page-rooms .rooms__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 50px;
  grid-column-gap: 115px;
  margin: 50px 0; }
  @media only screen and (max-width: 1199px) {
    .page-rooms .rooms__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-column-gap: 30px; } }
  @media only screen and (max-width: 599px) {
    .page-rooms .rooms__list {
      flex-direction: column;
      margin-top: 30px;
      grid-row-gap: 20px; } }
  .page-rooms .rooms__list .rooms__item:not(:nth-child(3)) {
    margin: 0; }
  @media only screen and (max-width: 1285px) {
    .page-rooms .rooms__list .rooms__item {
      margin: 0; }
      .page-rooms .rooms__list .rooms__item:nth-child(3) {
        display: flex; } }

.page-rooms .rooms__header {
  max-width: 630px; }
  .page-rooms .rooms__header p {
    margin: 0 0 10px; }

.rooms-info {
  margin-bottom: 0; }
  .rooms-info .color_blue {
    font-weight: 700; }
  .rooms-info span {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700; }
  .rooms-info h2 {
    margin-bottom: 30px; }
  .rooms-info ul {
    margin: 10px 0 20px; }
  .rooms-info p {
    margin: 0 0 20px; }
    @media only screen and (max-width: 599px) {
      .rooms-info p {
        margin: 0 0 10px; }
        .rooms-info p:last-of-type {
          margin-bottom: 30px; } }

.popup-link {
  color: #1a87a6;
  font-weight: 700;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
  transition: 0.3s; }
  .popup-link:hover {
    color: #f89813; }

.rooms-detailed {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 55px; }
  @media only screen and (max-width: 991px) {
    .rooms-detailed {
      flex-direction: column;
      margin-top: 10px; } }
  @media only screen and (max-width: 599px) {
    .rooms-detailed {
      margin-top: 0; } }

.rooms-detailed__btn {
  position: sticky;
  top: 120px;
  height: 100%;
  width: 410px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .rooms-detailed__btn {
      width: 100%;
      margin-left: 30px; } }
  @media only screen and (max-width: 991px) {
    .rooms-detailed__btn {
      width: 100%;
      margin-left: 0;
      position: relative;
      top: 0; } }
  .rooms-detailed__btn h1 {
    margin-top: 0; }
  .rooms-detailed__btn .rooms-info__btn {
    margin-top: 128px; }
    @media only screen and (max-width: 991px) {
      .rooms-detailed__btn .rooms-info__btn {
        margin-top: 0; } }
    .rooms-detailed__btn .rooms-info__btn button {
      margin-top: 20px;
      text-align: center;
      width: 280px; }
      .rooms-detailed__btn .rooms-info__btn button:first-of-type {
        font-size: 2rem;
        line-height: 2.8rem;
        padding: 10px 15px;
        text-align: left;
        cursor: default;
        height: fit-content; }
      @media only screen and (max-width: 599px) {
        .rooms-detailed__btn .rooms-info__btn button {
          width: 100%; } }

.rooms-detailed__content {
  max-width: 630px; }
  @media only screen and (max-width: 1199px) {
    .rooms-detailed__content {
      max-width: 537px; } }
  @media only screen and (max-width: 991px) {
    .rooms-detailed__content {
      order: 2;
      max-width: 100%; } }
  .rooms-detailed__content .rooms-info {
    margin: 50px 0; }
    .rooms-detailed__content .rooms-info span {
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 700; }
    .rooms-detailed__content .rooms-info ul {
      margin: 10px 0 20px; }
    .rooms-detailed__content .rooms-info *:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .rooms-detailed__content .rooms-info h2 {
        margin-bottom: 30px; }
      .rooms-detailed__content .rooms-info p {
        margin: 0 0 10px; }
        .rooms-detailed__content .rooms-info p:last-of-type {
          margin-bottom: 30px; }
      .rooms-detailed__content .rooms-info ul {
        margin-bottom: 30px; } }

.rooms-detailed__info *:last-child {
  margin-bottom: 0; }

.rooms-detailed__info li:not(:last-of-type) {
  margin-bottom: 10px; }

.rooms-detailed__info li:last-of-type {
  margin-bottom: 0; }

.rooms-detailed__info ul {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 599px) {
    .rooms-detailed__info ul {
      margin-bottom: 20px; } }

.rooms-detailed__info .info-banner__title {
  margin-bottom: 20px; }

.rooms-detailed__info .info-banner__label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px; }

.rooms-detailed__slider {
  margin-bottom: 50px; }
  @media only screen and (max-width: 599px) {
    .rooms-detailed__slider {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  .rooms-detailed__slider .slider-default__pagination {
    width: 280px; }
    @media only screen and (max-width: 599px) {
      .rooms-detailed__slider .slider-default__pagination {
        padding: 0 20px;
        width: 100%; } }
    .rooms-detailed__slider .slider-default__pagination span {
      width: 10%; }
      @media only screen and (max-width: 599px) {
        .rooms-detailed__slider .slider-default__pagination span {
          width: 20%; } }
  .rooms-detailed__slider .slider-default__slide {
    height: 37rem;
    background: #f1f1f1;
    text-align: center; }
    .rooms-detailed__slider .slider-default__slide img {
      min-width: auto;
      width: 100%;
      object-fit: contain; }
    @media only screen and (max-width: 599px) {
      .rooms-detailed__slider .slider-default__slide {
        height: 27rem; } }
    @media only screen and (max-width: 359px) {
      .rooms-detailed__slider .slider-default__slide {
        height: 22rem; } }
  .rooms-detailed__slider .slider-default__btn {
    opacity: 1;
    visibility: visible; }
    .rooms-detailed__slider .slider-default__btn.slider-default__btn_next {
      transform: translateY(-70%); }
    .rooms-detailed__slider .slider-default__btn.slider-default__btn_prev {
      transform: translateY(-70%) rotate(180deg); }

.other-room__wrapper {
  background-color: #f1f1f1;
  padding: 50px 0 72px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 599px) {
    .other-room__wrapper {
      padding-bottom: 50px; } }

.other-room__item {
  border-radius: 10px;
  background-color: #fffdf8;
  min-width: 280px;
  width: 280px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #042227;
  transition: 0.3s; }
  @media only screen and (max-width: 599px) {
    .other-room__item {
      min-width: 100%; } }
  @media only screen and (min-width: 991px) {
    .other-room__item:hover {
      box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); }
      .other-room__item:hover .rooms__img img {
        transform: scale(1.05); }
      .other-room__item:hover .rooms__label {
        color: #1a87a6; } }

.other-room__list {
  /* stylelint-disable */
  width: calc(100% + (100vw - 111rem) /2);
  /* stylelint-enable */ }
  @media only screen and (max-width: 991px) {
    .other-room__list {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 0 20px; } }

.slider-wrapper-rooms {
  display: flex; }
  @media only screen and (max-width: 599px) {
    .slider-wrapper-rooms .rooms__img {
      height: auto; }
      .slider-wrapper-rooms .rooms__img img {
        height: auto; } }

.other-room h2 {
  margin: 0 0 30px; }

.rooms-button {
  color: #fffdf8;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 40px; }
  @media only screen and (max-width: 991px) {
    .rooms-button {
      display: none; } }
  .rooms-button:hover {
    color: #f7a600; }
  .rooms-button.swiper-button-disabled {
    display: none; }
  .rooms-button.rooms-button-next {
    right: 75px; }
  .rooms-button.rooms-button-prev {
    right: 121px;
    transform: rotate(180deg); }

.rooms-pagination {
  width: 280px; }
  @media only screen and (max-width: 599px) {
    .rooms-pagination {
      width: 100%; } }

.methods-detailed__text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #202020; }
  @media only screen and (max-width: 599px) {
    .methods-detailed__text {
      margin-top: 30px; } }
  .methods-detailed__text span {
    font-weight: 500; }
  .methods-detailed__text a {
    color: #1a87a6;
    transition: 0.3s; }
    .methods-detailed__text a:hover {
      color: #f89813; }
  .methods-detailed__text p {
    margin-bottom: 30px; }

.methods-detailed__drop {
  margin: 30px 0 50px; }
  @media only screen and (max-width: 599px) {
    .methods-detailed__drop {
      margin: 20px 0 30px; } }
  .methods-detailed__drop p {
    margin: 0 0 10px; }

.page-detailed {
  margin-top: 50px; }
  @media only screen and (max-width: 599px) {
    .page-detailed {
      margin-top: 20px; } }
  .page-detailed .slider-default__slide {
    height: auto; }
    .page-detailed .slider-default__slide img {
      height: auto;
      min-width: auto;
      width: 100%;
      object-fit: contain; }
  @media only screen and (max-width: 767px) {
    .page-detailed .slider-default {
      min-width: calc(100% + 40px);
      margin-left: -20px; }
    .page-detailed .slider-default__label {
      padding: 0 20px; } }
  .page-detailed .slider-default__wrapper {
    align-items: flex-start; }
  .page-detailed .slider-default__pagination {
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .page-detailed .slider-default__pagination {
        padding: 0 20px; } }

.about-us__wrapper {
  padding-bottom: 100px;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .about-us__wrapper {
      padding-bottom: 50px;
      margin-top: 20px; } }

.about-sanatorium .slider-default {
  margin-bottom: 40px; }

.about-sanatorium .slider-default__slide {
  height: auto; }
  .about-sanatorium .slider-default__slide img {
    height: auto;
    min-width: auto;
    width: 100%;
    object-fit: contain; }

@media only screen and (max-width: 767px) {
  .about-sanatorium .slider-default {
    min-width: calc(100% + 40px);
    margin-left: -20px; }
  .about-sanatorium .slider-default__label {
    padding: 0 20px; } }

.about-sanatorium .slider-default__wrapper {
  align-items: flex-start; }

.about-sanatorium .slider-default__pagination {
  width: 280px; }
  @media only screen and (max-width: 767px) {
    .about-sanatorium .slider-default__pagination {
      padding: 0 20px; } }

.page-description {
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .page-description p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    max-width: 630px;
    margin: 0 0 5px; }
  .page-description_blue p {
    color: #005e6e;
    font-weight: 700; }
  .page-description_bold p {
    font-weight: 700; }
  .page-description a {
    color: #1a87a6;
    transition: 0.3s; }
    .page-description a:hover {
      color: #f89813; }
  .page-description span {
    font-weight: 700; }
  .page-description img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    max-height: 52rem; }
    @media only screen and (max-width: 599px) {
      .page-description img {
        max-width: calc(100% + 40px);
        margin-left: -20px; } }

.sanatorium {
  position: relative;
  z-index: 2; }
  .sanatorium:first-of-type {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1199px) {
      .sanatorium:first-of-type {
        margin-bottom: 50px; } }
    .sanatorium:first-of-type h2 {
      margin: 0 0 40px; }
      @media only screen and (max-width: 767px) {
        .sanatorium:first-of-type h2 {
          margin-bottom: 20px; } }
  .sanatorium h2 {
    color: #005e6e; }
  .sanatorium p {
    margin: 0 0 10px;
    color: #005e6e; }
  .sanatorium .info__banner {
    max-width: 285px;
    margin-top: 30px;
    padding: 15px 15px 10px; }
    @media only screen and (max-width: 599px) {
      .sanatorium .info__banner {
        max-width: 100%; } }
    .sanatorium .info__banner p {
      color: #042227; }
  .sanatorium .info-banner__title {
    margin-bottom: 20px; }
  .sanatorium .slider-default__slide {
    height: auto; }
    .sanatorium .slider-default__slide img {
      height: auto;
      min-width: auto;
      width: 100%;
      object-fit: contain; }
  .sanatorium .slider-default__btn {
    top: 40%; }
  @media only screen and (max-width: 767px) {
    .sanatorium .slider-default {
      min-width: calc(100% + 40px);
      margin-left: -20px; }
    .sanatorium .slider-default__label {
      padding: 0 20px; } }
  .sanatorium .slider-default__wrapper {
    align-items: flex-start; }
  .sanatorium .slider-default__pagination {
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .sanatorium .slider-default__pagination {
        padding: 0 20px; } }

.sanatorium_fix {
  max-width: 630px;
  margin-top: 70px; }
  @media only screen and (max-width: 1285px) {
    .sanatorium_fix {
      max-width: 580px; } }
  @media only screen and (max-width: 1199px) {
    .sanatorium_fix {
      max-width: 100%;
      margin-top: 0; } }

.sanatorium_sticky {
  max-width: 520px;
  position: sticky;
  height: 100%;
  top: 120px; }
  @media only screen and (max-width: 1199px) {
    .sanatorium_sticky {
      position: relative;
      top: 0;
      max-width: 100%; } }

.sanatorium__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px; }
  @media only screen and (max-width: 1199px) {
    .sanatorium__content {
      flex-direction: column; } }
  @media only screen and (max-width: 599px) {
    .sanatorium__content {
      margin-top: 20px; } }

.sanatorium__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer; }
  @media only screen and (max-width: 1199px) {
    .sanatorium__list {
      margin-top: 30px; } }
  @media only screen and (max-width: 991px) {
    .sanatorium__list {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .sanatorium__list {
      display: flex;
      flex-direction: column;
      margin-top: 20px; } }

.sanatorium__item {
  width: 280px;
  border-radius: 10px;
  background-color: #fffdf8;
  cursor: pointer;
  transition: 0.3s; }
  @media only screen and (min-width: 991px) {
    .sanatorium__item:hover {
      box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); } }
  .sanatorium__item:nth-child(1), .sanatorium__item:nth-child(2) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 1199px) {
    .sanatorium__item {
      margin-bottom: 30px;
      margin-right: 10px; } }
  @media only screen and (max-width: 991px) {
    .sanatorium__item {
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .sanatorium__item:nth-child(3) {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .sanatorium__item {
      width: 100%; } }

.sanatorium__img {
  height: 159px;
  overflow: hidden;
  border-radius: 10px 10px 0 0; }
  @media only screen and (max-width: 599px) {
    .sanatorium__img {
      height: 200px; } }
  @media only screen and (max-width: 359px) {
    .sanatorium__img {
      height: 159px; } }
  .sanatorium__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sanatorium__text {
  padding: 20px 15px; }

.sanatorium__title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1a87a6;
  margin-bottom: 10px; }

.sanatorium__desc {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.sanatorium__p {
  max-width: 520px; }
  @media only screen and (max-width: 1199px) {
    .sanatorium__p {
      max-width: 100%; } }

.sanatorium__wrapper {
  padding-bottom: 53px;
  position: relative; }
  .sanatorium__wrapper .slider-default {
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .sanatorium__wrapper .slider-default {
        margin-bottom: 30px; } }
  .sanatorium__wrapper::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-footer.svg");
    height: 116px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

.history-sanatorium__wrapper {
  background-color: #fffdf8;
  padding: 50px 0 100px; }
  @media only screen and (max-width: 767px) {
    .history-sanatorium__wrapper {
      padding: 30px 0 50px; } }

.history-sanatorium h2 {
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .history-sanatorium h2 {
      margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .history-sanatorium p {
    margin: 10px 0; } }

.history__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  color: #1a87a6;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .history__title {
      font-size: 1.6rem;
      line-height: 2.2rem; } }

.history__row:not(:last-child) {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .history__row:not(:last-child) {
      margin-bottom: 30px; } }

.about-sanatorium__wrapper .about-sanatorium {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .about-sanatorium__wrapper .about-sanatorium {
      margin-top: 30px; } }

.page-news__list {
  grid-row-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1199px) {
    .page-news__list {
      grid-column-gap: 30px; } }
  @media only screen and (max-width: 599px) {
    .page-news__list {
      grid-row-gap: 20px; } }

.page-news__wrapper {
  margin-top: 50px; }
  @media only screen and (max-width: 599px) {
    .page-news__wrapper {
      margin-top: 20px; } }

.page-news__item {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fffdf8;
  text-decoration: none;
  transition: 0.4s; }
  @media only screen and (min-width: 991px) {
    .page-news__item:hover {
      box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); }
      .page-news__item:hover .news__title {
        color: #1a87a6; } }
  @media only screen and (max-width: 991px) {
    .page-news__item {
      width: 30%; } }
  @media only screen and (max-width: 767px) {
    .page-news__item {
      width: 46%; } }
  @media only screen and (max-width: 599px) {
    .page-news__item {
      width: 100%; } }

.news__btn {
  display: none;
  margin-top: 20px; }
  .news__btn button {
    text-align: center; }
  @media only screen and (max-width: 599px) {
    .news__btn {
      display: flex; } }

.stock__item {
  width: 280px;
  border-radius: 10px;
  background-color: #fffdf8;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
  display: block; }
  @media only screen and (min-width: 991px) {
    .stock__item:hover {
      box-shadow: 0 0 20px rgba(4, 34, 39, 0.1); }
      .stock__item:hover .news__title {
        color: #1a87a6; } }
  @media only screen and (max-width: 991px) {
    .stock__item {
      width: 30%; } }
  @media only screen and (max-width: 767px) {
    .stock__item {
      width: 46%; } }
  @media only screen and (max-width: 599px) {
    .stock__item {
      width: 100%; } }

.news-detailed {
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .news-detailed p {
    margin: 10px 0; }
  .news-detailed .p-annot {
    margin: 50px 0; }
    @media only screen and (max-width: 767px) {
      .news-detailed .p-annot {
        margin: 50px 0 30px; } }
  .news-detailed .treatment-table__annotation {
    padding-bottom: 0; }
  .news-detailed .info__banner ul {
    margin: 0; }
  .news-detailed ul {
    margin: 10px 0 30px; }
  .news-detailed .page__img {
    margin-top: 30px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex; }
    @media only screen and (max-width: 1199px) {
      .news-detailed .page__img {
        max-height: 500px; } }
    @media only screen and (max-width: 767px) {
      .news-detailed .page__img {
        width: calc(100% + 40px);
        margin-left: -20px;
        max-height: 400px; } }
    @media only screen and (max-width: 599px) {
      .news-detailed .page__img {
        max-height: 270px; } }
    @media only screen and (max-width: 359px) {
      .news-detailed .page__img {
        max-height: 213px; } }
    .news-detailed .page__img img {
      min-height: 100%;
      min-width: 100%;
      object-fit: cover;
      object-position: center; }

.page__text {
  margin: 30px 0 50px; }
  @media only screen and (max-width: 767px) {
    .page__text {
      margin: 30px 0; } }
  .page__text p:first-of-type {
    margin: 0 0 30px; }

.news-detailed__table h2 {
  margin: 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .news-detailed__table h2 {
      margin-bottom: 20px; } }

.documents {
  margin: 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .documents {
      margin: 30px 0 0; } }

.documents__list {
  column-count: 3;
  justify-content: space-between;
  margin-bottom: -25px; }
  @media only screen and (max-width: 991px) {
    .documents__list {
      column-count: 2; } }
  @media only screen and (max-width: 767px) {
    .documents__list {
      column-count: 1;
      margin-bottom: 0; } }

.documents__item {
  width: 278px;
  text-decoration: none;
  color: #1a87a6;
  transition: 0.3s;
  display: flex;
  margin-bottom: 30px;
  break-inside: avoid-column; }
  .documents__item:hover {
    color: #f7a600; }
  @media only screen and (max-width: 991px) {
    .documents__item {
      width: 85%; } }
  @media only screen and (max-width: 767px) {
    .documents__item {
      width: 100%; }
      .documents__item:last-child {
        margin-bottom: 0; } }

.documents__svg {
  width: 16px;
  height: 20px;
  margin-right: 10px; }

.documents__name {
  text-decoration: underline;
  line-height: 2.2rem; }

.documents__type {
  background-color: rgba(194, 231, 242, 0.5);
  border-radius: 5px;
  padding: 2px 7px;
  margin-left: 3px; }

.svetlogorsk__gallery {
  margin: 30px 0 50px; }
  .svetlogorsk__gallery .slider-default__slide {
    height: auto; }
    .svetlogorsk__gallery .slider-default__slide img {
      height: auto;
      min-width: auto;
      width: 100%;
      object-fit: contain; }
  @media only screen and (max-width: 767px) {
    .svetlogorsk__gallery .slider-default {
      min-width: calc(100% + 40px);
      margin-left: -20px; }
    .svetlogorsk__gallery .slider-default__label {
      padding: 0 20px; } }
  .svetlogorsk__gallery .slider-default__wrapper {
    align-items: flex-start; }
  .svetlogorsk__gallery .slider-default__pagination {
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .svetlogorsk__gallery .slider-default__pagination {
        padding: 0 20px; } }

.climate__table {
  display: flex;
  width: 1070px; }
  @media only screen and (max-width: 991px) {
    .climate__table {
      flex-direction: column;
      width: auto; } }

.climate {
  margin: 49px 0; }
  @media only screen and (max-width: 1199px) {
    .climate {
      overflow: auto; } }
  @media only screen and (max-width: 991px) {
    .climate {
      margin: 30px 0 30px -20px;
      width: calc(100% + 40px); } }

.climate__row {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #005e6e;
  border-right: 1.5px solid rgba(26, 135, 166, 0.1); }
  @media only screen and (max-width: 991px) {
    .climate__row {
      flex-direction: row;
      justify-content: space-between;
      border: none;
      border-bottom: 1.5px solid rgba(26, 135, 166, 0.1); } }
  .climate__row:first-of-type {
    font-family: "Roboto Slab", "Arial", sans-serif;
    color: #1a87a6;
    font-weight: 700;
    background-color: rgba(0, 94, 110, 0.1);
    border-right: 3px solid rgba(26, 135, 166, 0.1); }
    @media only screen and (max-width: 991px) {
      .climate__row:first-of-type {
        border: none;
        border-top: 3px solid rgba(26, 135, 166, 0.1); } }
  .climate__row:last-of-type {
    font-weight: 700;
    border-right: none; }
    @media only screen and (max-width: 991px) {
      .climate__row:last-of-type {
        border-top: 1.5px solid rgba(26, 135, 166, 0.1);
        border-bottom: 3px solid rgba(26, 135, 166, 0.1); } }
    .climate__row:last-of-type .climate__item {
      justify-content: right; }
      @media only screen and (max-width: 991px) {
        .climate__row:last-of-type .climate__item {
          justify-content: left; } }

.climate__item {
  padding: 15px 10px;
  display: flex;
  align-items: center; }
  .climate__item:first-of-type {
    border-top: 3px solid rgba(26, 135, 166, 0.1);
    border-bottom: 1.5px solid rgba(26, 135, 166, 0.1);
    padding: 15px 11px; }
    @media only screen and (max-width: 991px) {
      .climate__item:first-of-type {
        border: none;
        width: 125px;
        padding: 15px 20px; } }
  .climate__item:last-of-type {
    border-top: 1.5px solid rgba(26, 135, 166, 0.1);
    border-bottom: 3px solid rgba(26, 135, 166, 0.1); }
    @media only screen and (max-width: 991px) {
      .climate__item:last-of-type {
        border: none;
        width: 115px; } }
  @media only screen and (max-width: 991px) {
    .climate__item {
      padding: 15px 16px; } }
  .climate__item svg {
    margin-right: 6px; }

.ionization {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .ionization {
      flex-direction: column;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 15px; } }

.ionization__table {
  width: 740px; }
  @media only screen and (max-width: 1199px) {
    .ionization__table {
      width: 620px; } }
  @media only screen and (max-width: 991px) {
    .ionization__table {
      width: 100%; } }

.ionization__row {
  display: flex;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #005e6e;
  border-top: 1.5px solid rgba(26, 135, 166, 0.1); }
  .ionization__row.ionization-table__header {
    color: #1a87a6;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-weight: 700;
    border-top: 3px solid rgba(26, 135, 166, 0.1);
    background-color: rgba(0, 94, 110, 0.1); }
    @media only screen and (max-width: 599px) {
      .ionization__row.ionization-table__header {
        display: none; } }
  @media only screen and (max-width: 599px) {
    .ionization__row {
      flex-direction: column; } }
  .ionization__row:last-of-type {
    border-bottom: 3px solid rgba(26, 135, 166, 0.1); }
  .ionization__row:nth-child(2) {
    font-weight: 700;
    border-top: none; }

.ionization__item {
  padding: 15px; }
  .ionization__item:first-of-type {
    width: 515px;
    border-right: 1.5px solid rgba(26, 135, 166, 0.1); }
    @media only screen and (max-width: 1199px) {
      .ionization__item:first-of-type {
        width: 390px; } }
    @media only screen and (max-width: 599px) {
      .ionization__item:first-of-type {
        width: 100%;
        padding-bottom: 5px;
        border-right: none; } }
  .ionization__item:last-of-type {
    width: 225px; }
    @media only screen and (max-width: 599px) {
      .ionization__item:last-of-type {
        width: 100%;
        padding-top: 5px; } }

.ionization__annot {
  max-width: 300px;
  position: sticky;
  top: 120px;
  height: 100%;
  margin-top: 0; }
  @media only screen and (max-width: 991px) {
    .ionization__annot {
      display: none; } }

.svetlogorsk-ionization {
  margin: 50px 0; }

.way-info {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .way-info {
      margin: 30px 0; } }
  .way-info .info__banner ul {
    column-count: 3;
    padding: 0; }
    @media only screen and (max-width: 1199px) {
      .way-info .info__banner ul {
        column-count: 1; } }
  .way-info .info__banner li::before {
    position: relative; }
  .way-info .info-banner__title {
    margin-bottom: 20px; }
  .way-info li {
    width: 300px; }
    @media only screen and (max-width: 1199px) {
      .way-info li {
        width: 100%; } }

.card-way {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .card-way {
      padding: 20px 15px; } }

.card-way__svg {
  width: 100px;
  height: 70px; }

.card-way__title {
  color: #1a87a6;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  max-width: 240px;
  margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    .card-way__title {
      margin-top: 10px; } }

.card-way__desc {
  max-width: 490px;
  margin: 0; }

.card-way__label {
  color: #202020;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  position: relative;
  margin: 30px 0;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .card-way__label {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 599px) {
    .card-way__label span {
      max-width: 250px; } }
  .card-way__label::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 71%;
    right: 0;
    top: 45%;
    display: block;
    background-color: rgba(26, 135, 166, 0.1); }
    @media only screen and (max-width: 1199px) {
      .card-way__label::after {
        width: 65%; } }
    @media only screen and (max-width: 991px) {
      .card-way__label::after {
        width: 57%; } }
    @media only screen and (max-width: 767px) {
      .card-way__label::after {
        width: 50%; } }
    @media only screen and (max-width: 599px) {
      .card-way__label::after {
        top: 75%;
        width: 62%; } }
    @media only screen and (max-width: 359px) {
      .card-way__label::after {
        width: 145px; } }

.card-way__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.card-way__item {
  width: 490px; }
  .card-way__item:nth-child(1), .card-way__item:nth-child(2) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .card-way__item {
      width: 100%; }
      .card-way__item:nth-child(3) {
        margin-bottom: 30px; } }

.way__title {
  color: #1a87a6;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 700;
  margin: 10px 0; }

.way__desc {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.card-way__body {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1199px) {
    .card-way__body {
      flex-direction: column; } }
  .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
    width: 35%; }
    @media only screen and (max-width: 1199px) {
      .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
        width: 65%; } }
    @media only screen and (max-width: 991px) {
      .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
        width: 55%; } }
    @media only screen and (max-width: 767px) {
      .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
        width: 50%; } }
    @media only screen and (max-width: 599px) {
      .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
        width: 62%; } }
    @media only screen and (max-width: 359px) {
      .card-way__body .card-way__col:nth-child(1) .card-way__label::after {
        width: 145px; } }
  .card-way__body .card-way__col:nth-child(2) .card-way__label::after {
    width: 90%;
    top: 46%; }
    @media only screen and (max-width: 1199px) {
      .card-way__body .card-way__col:nth-child(2) .card-way__label::after {
        width: 94%; } }
    @media only screen and (max-width: 767px) {
      .card-way__body .card-way__col:nth-child(2) .card-way__label::after {
        width: 90%; } }
    @media only screen and (max-width: 599px) {
      .card-way__body .card-way__col:nth-child(2) .card-way__label::after {
        top: 46%;
        width: 85%; } }
    @media only screen and (max-width: 359px) {
      .card-way__body .card-way__col:nth-child(2) .card-way__label::after {
        width: 203px; } }
  .card-way__body .card-way__item:nth-child(1), .card-way__body .card-way__item:nth-child(2) {
    margin-bottom: 0; }

.train-info {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .train-info {
      margin: 30px 0; } }

.airplane-info {
  margin: 50px 0; }
  @media only screen and (max-width: 767px) {
    .airplane-info {
      margin: 30px 0; } }

.transfer-info .info__banner {
  width: 300px;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .transfer-info .info__banner {
      width: 100%; } }
  .transfer-info .info__banner .info-banner__title {
    margin-bottom: 20px; }
  .transfer-info .info__banner p {
    margin: 0; }
  .transfer-info .info__banner a {
    color: #1a87a6;
    transition: 0.3s;
    text-decoration: underline; }
    .transfer-info .info__banner a:hover {
      color: #f89813; }

.transfer-info__content {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .transfer-info__content {
      flex-direction: column; } }
  .transfer-info__content .content_fix {
    max-width: 630px; }
    @media only screen and (max-width: 991px) {
      .transfer-info__content .content_fix {
        max-width: 100%; } }
  @media only screen and (max-width: 991px) {
    .transfer-info__content .content_fix {
      order: 2; } }
  .transfer-info__content .content_sticky {
    height: 100%;
    position: sticky;
    top: 130px; }
    @media only screen and (max-width: 991px) {
      .transfer-info__content .content_sticky {
        order: 1;
        margin-bottom: 50px;
        position: relative;
        top: 0; } }

.price .methods__title {
  max-width: 100%; }

.tab-wrapper {
  display: flex;
  padding: 0 20px; }

.tab-slide {
  white-space: nowrap;
  margin-right: 30px; }
  .tab-slide:last-of-type {
    margin-right: 30px; }

.swiper-tab {
  position: relative;
  background-color: rgba(255, 253, 248, 0.5);
  overflow: hidden; }

.js-tab-scroll {
  position: relative; }

.btn-tab {
  width: 36px;
  height: 36px;
  z-index: 5;
  position: absolute;
  cursor: pointer;
  color: #fffdf8;
  fill: currentColor;
  transition: 0.3s;
  top: 50%; }
  @media only screen and (max-width: 1199px) {
    .btn-tab {
      display: none; } }
  .btn-tab:hover {
    color: #f89813; }
  .btn-tab.swiper-button-disabled {
    display: none; }
  .btn-tab_prev {
    left: -18px;
    transform: translateY(-50%) rotate(180deg); }
  .btn-tab_next {
    right: -18px;
    transform: translateY(-50%); }

.price-table {
  margin: 50px 0; }
  @media only screen and (max-width: 991px) {
    .price-table {
      margin: 30px 0 0; } }
  .price-table.price-medical-table {
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .price-table.price-medical-table .treatment-table__annotation {
        display: none; } }
  .price-table .treatment-table__annotation {
    background-color: transparent; }
    @media only screen and (max-width: 991px) {
      .price-table .treatment-table__annotation {
        padding-bottom: 15px; } }

.price-doc {
  background-color: #fffdf8;
  padding-top: 50px; }
  .price-doc .info__banner {
    padding-bottom: 30px; }
    .price-doc .info__banner a {
      text-decoration: none; }
      .price-doc .info__banner a:hover span {
        color: #f89813; }
      .price-doc .info__banner a span {
        border-bottom: none; }
      .price-doc .info__banner a span:first-of-type {
        text-decoration: underline; }
      .price-doc .info__banner a .documents__type {
        text-decoration: none; }
  .price-doc .info-banner__title {
    margin-bottom: 20px; }
  .price-doc ul {
    display: block;
    column-count: 2; }
    @media only screen and (max-width: 1199px) {
      .price-doc ul {
        display: flex;
        flex-direction: column; } }
  .price-doc li {
    width: 490px; }
    @media only screen and (max-width: 1199px) {
      .price-doc li {
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      .price-doc li:last-of-type {
        margin-bottom: 0; } }
  .price-doc .info-banner__item,
  .price-doc .info-banner__link {
    break-inside: avoid-column; }

.page-default {
  max-width: 100%;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .page-default a {
    color: #1a87a6;
    transition: 0.3s; }
    .page-default a:hover {
      color: #f89813; }
  .page-default img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    max-height: 52rem; }
    @media only screen and (max-width: 599px) {
      .page-default img {
        max-width: calc(100% + 40px);
        margin-left: -20px; } }
  .page-default p {
    margin: 10px 0; }

.photo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px; }
  @media only screen and (max-width: 991px) {
    .photo__list {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-top: 20px; } }

.fancybox__caption {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 400; }

.photo__item {
  width: 520px;
  height: 347px;
  margin-bottom: 30px;
  position: relative; }
  .photo__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(4, 34, 39, 0.2);
    transition: 0.3s; }
  .photo__item:hover::after {
    background-color: rgba(4, 34, 39, 0.15); }
  @media only screen and (max-width: 1199px) {
    .photo__item {
      width: 49%; } }
  @media only screen and (max-width: 991px) {
    .photo__item {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .photo__item {
      height: 280px; } }
  @media only screen and (max-width: 359px) {
    .photo__item {
      height: 213px; } }
  .photo__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .photo__item video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.photo__title {
  position: absolute;
  z-index: 3;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #fffdf8;
  text-shadow: 0 1px 3px rgba(4, 34, 39, 0.5);
  bottom: 30px;
  left: 0;
  max-width: 400px;
  padding: 0 30px; }
  @media only screen and (max-width: 767px) {
    .photo__title {
      font-size: 1.6rem;
      line-height: 2rem; } }

.billboard__item {
  display: flex;
  flex-direction: column;
  padding: 30px 38px;
  width: 356px;
  border: 2px solid #e8f1f0;
  margin: -2px 0 0 -2px; }
  @media only screen and (max-width: 1199px) {
    .billboard__item {
      width: 50%;
      padding: 30px 33px; } }
  @media only screen and (max-width: 767px) {
    .billboard__item {
      width: 100%;
      padding: 30px 20px;
      border-left: none;
      border-right: none; } }

.billboard__date {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: "Roboto Slab", "Arial", sans-serif; }
  .billboard__date span:first-of-type {
    padding-right: 25px;
    position: relative; }
    .billboard__date span:first-of-type::after {
      content: "";
      width: 4px;
      height: 4px;
      position: absolute;
      right: 8px;
      top: 50%;
      background-color: #042227;
      border-radius: 50%; }

.billboard__desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 1.5rem; }

.billboard__main-link {
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  margin: 2rem 0; }
  .billboard__main-link .documents-file {
    text-decoration: none; }

.billboard__link-title {
  color: #042227;
  margin-right: 1rem; }

.billboard__link {
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  margin-top: 1.5rem; }

.billboard__day {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #8d887b;
  margin: 5px 0 10px; }

.billboard__list {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1199px) {
    .billboard__list {
      border: none;
      justify-content: space-around; } }
  @media only screen and (max-width: 599px) {
    .billboard__list {
      width: calc(100% + 40px);
      margin-left: -20px; } }

.billboard-detailed {
  margin-top: 30px; }

.billboard__img {
  width: 280px;
  height: 421px;
  margin: 0 auto; }
  .billboard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.billboard__label {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto Slab", "Arial", sans-serif;
  margin: 15px 0 0;
  color: #005e6e;
  font-weight: 700; }

.contacts__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  max-width: 300px; }
  @media only screen and (max-width: 767px) {
    .contacts__btn {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 50px; } }

.contacts {
  margin: 50px 0 100px; }
  @media only screen and (max-width: 767px) {
    .contacts {
      margin: 20px 0 50px; } }
  .contacts .min-container {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .contacts .min-container {
        flex-direction: column; } }

.contacts-tel {
  background-color: #feefd2;
  border-radius: 10px;
  padding: 15px 15px 20px;
  position: relative; }
  .contacts-tel a {
    color: #1a87a6;
    font-size: 1.6rem;
    transition: 0.3s; }
    .contacts-tel a:hover {
      color: #f7a600; }
  .contacts-tel .contacts__label {
    margin: 15px 0 20px; }
  .contacts-tel::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 15px; }

.contacts-address {
  background-color: #feefd2;
  border-radius: 10px;
  padding: 15px 15px 20px;
  position: relative; }
  .contacts-address .contacts__label {
    margin: 15px 0 20px; }
  .contacts-address p {
    margin: 20px 0; }
  .contacts-address::after {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/wave-btn_yellow.svg");
    width: 50px;
    height: 21px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 15px; }

.contacts-write .buttons__item {
  width: 100%;
  height: 91px;
  cursor: pointer;
  transition: 0.3s; }
  .contacts-write .buttons__item:hover {
    background-color: #f89813; }

@media only screen and (max-width: 767px) {
  .contacts-write {
    margin: 20px 0; } }

.contacts__map {
  width: 740px;
  height: 547px;
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .contacts__map {
      border-radius: 0;
      width: calc(100% + 40px);
      margin-left: -20px;
      height: 300px; } }
  @media only screen and (max-width: 359px) {
    .contacts__map {
      height: 287px; } }

.address__item {
  display: flex;
  flex-direction: column;
  width: 280px; }
  @media only screen and (max-width: 599px) {
    .address__item {
      width: 100%; } }
  .address__item h2 {
    color: #202020;
    margin: 0 0 20px; }
  .address__item p {
    margin: 0 0 10px;
    color: #042227; }
  .address__item a {
    color: #1a87a6;
    transition: 0.3s; }
    .address__item a:hover {
      color: #f7a600; }

.address__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-row-gap: 50px;
  grid-column-gap: 115px; }
  @media only screen and (max-width: 1199px) {
    .address__list {
      grid-column-gap: 55px; } }
  @media only screen and (max-width: 991px) {
    .address__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media only screen and (max-width: 599px) {
    .address__list {
      flex-direction: column; } }

.address {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .address {
      margin-bottom: 50px; } }

.requisites {
  margin-bottom: 100px; }
  .requisites a {
    color: #1a87a6;
    transition: 0.3s;
    font-size: 1.6rem; }
    .requisites a:hover {
      color: #f7a600; }

.questions__item {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 30px 30px 30px 64px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #202020; }
  .questions__item:not(:last-child) {
    margin-bottom: 30px; }
    @media only screen and (max-width: 599px) {
      .questions__item:not(:last-child) {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 599px) {
    .questions__item {
      padding: 50px 15px 15px; } }

.questions__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #202020;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-right: 35px; }
  @media only screen and (max-width: 599px) {
    .questions__title {
      padding-right: 25px;
      font-size: 1.6rem;
      line-height: 2.2rem; } }
  @media only screen and (min-width: 991px) {
    .questions__title:hover {
      color: #1a87a6; } }
  .questions__title.active {
    color: #1a87a6; }
    .questions__title.active::after {
      transform: rotate(180deg); }
  .questions__title::before {
    content: "";
    background-image: url("/local/templates/yb_new/assets/images/svg/file.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    left: -34px;
    top: 5px; }
    @media only screen and (max-width: 599px) {
      .questions__title::before {
        left: 0;
        top: -29px; } }
  .questions__title::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 6px;
    background-image: url("/local/templates/yb_new/assets/images/svg/arrow-nav.svg");
    background-size: 100% 100%;
    right: 0;
    top: 12px;
    transition: 0.3s; }
    @media only screen and (max-width: 599px) {
      .questions__title::after {
        top: 8px; } }

.questions__content {
  height: 0;
  overflow: hidden;
  transition: 0.4s; }
  .questions__content p {
    margin: 10px 0 0; }

.questions {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .questions {
      margin-top: 30px; } }

.job-card {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 49%; }
  .job-card a {
    color: #1a87a6;
    transition: 0.3s;
    text-decoration: underline; }
    .job-card a:hover {
      color: #f89813; }
  .job-card h2 {
    color: #1a87a6;
    margin: 0 0 10px; }
  .job-card hr {
    border-color: rgba(26, 135, 166, 0.1);
    margin: 2rem 0; }
  .job-card p:first-of-type {
    font-size: 2rem;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .job-card {
      width: 100%; } }

.job .min-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .job .min-container {
      flex-direction: column; } }

.error__number {
  font-family: "Roboto Slab", "Arial", sans-serif;
  line-height: 23.9rem;
  font-size: 19.9rem;
  font-weight: bold;
  color: #1a87a6;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .error__number {
      font-size: 15rem; } }

.error__title {
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #1a87a6;
  text-align: center;
  margin-top: -35px; }
  @media only screen and (max-width: 767px) {
    .error__title {
      font-size: 2rem;
      line-height: 2.6rem;
      margin-top: -45px; } }

.error {
  margin: 50px 0 20px; }
  @media only screen and (max-width: 767px) {
    .error {
      margin: 0 0 30px; } }

.error__link {
  width: 250px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 599px) {
    .error__link {
      width: 100%; } }
  .error__link a {
    text-align: center; }

.search-controller {
  display: flex; }
  .search-controller input {
    max-height: 5rem; }
  .search-controller button {
    max-width: 15rem;
    min-width: 15rem;
    margin-left: 3rem; }
  @media only screen and (max-width: 599px) {
    .search-controller {
      flex-direction: column; }
      .search-controller button {
        margin: 15px 0 0 0; } }

.search-result__list {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  .search-result__list span {
    color: #8d887b; }

.search-result__row {
  padding: 3rem 0;
  border-bottom: 0.15rem solid rgba(141, 136, 123, 0.2); }

.search-result__title {
  color: #042227;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-decoration: none; }
  .search-result__title:hover {
    color: #1a87a6; }
  .search-result__title b {
    color: #1a87a6;
    font-size: 1.8rem;
    line-height: 2.4rem; }

.search-result__desc {
  margin: 1rem 0; }
  .search-result__desc b {
    color: #1a87a6; }

.search-result__link a {
  color: #8d887b; }
  .search-result__link a + a {
    padding-left: 2.2rem;
    position: relative; }
    .search-result__link a + a::before {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      border-bottom: 0.15rem solid #8d887b;
      border-right: 0.15rem solid #8d887b;
      position: absolute;
      left: 0.55rem;
      transform: rotate(-45deg);
      top: 0.6rem; }
  .search-result__link a:hover {
    color: #1a87a6; }

/* End */
/* /local/templates/yb_new/assets/template_styles.css?1753880250273774 */
