@charset "UTF-8";
/*! 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;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75 ;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65 ;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

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

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

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

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

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

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

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

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

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

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

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

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

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

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

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

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

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px ;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px ;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.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;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-button-next, .swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after, .swiper-button-prev: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, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

.swiper-pagination-progressbar {
  background: 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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

.animateAll {
  transition: all 0.5s;
}

button,
input,
select,
textarea {
  font: 400 16px/1.5 "Inter", sans-serif;
}

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

body,
html {
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 280px;
}

.tdU {
  text-decoration: underline;
}

.curP {
  cursor: pointer;
}

body,
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main {
  overflow: hidden;
}

body {
  font: 400 16px/1.5 "Inter", sans-serif;
  color: #14253A;
  background: #F6F6F6;
  overflow-x: hidden;
}

.defContainer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1280px;
}
.indexPage .defContainer {
  max-width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 1.5) {
  .dpiTest {
    width: 20px;
  }
}
.showModal {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.tac {
  text-align: center;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: #e3e3e3;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8c8e98;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F5222D;
}

body * {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body * ::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
}
body * ::-webkit-scrollbar-track {
  border: solid 1px #fff;
  border-width: 0 1px;
}
body * ::-webkit-scrollbar-thumb {
  background: #8c8e98;
  cursor: pointer;
}
body * ::-webkit-scrollbar-thumb:hover {
  background: #F5222D;
}

.form {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.form__el {
  position: relative;
  /*  &--link:after {
        background: url("img/web.svg") center no-repeat;
      }
  */
  /*    &--email:after {
        background: url("img/email.svg") center no-repeat;
      }*/
}
.form__el:after {
  width: 28px;
  height: 28px;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  margin-top: -14px;
  left: 30px;
}
.form__el--user:after {
  background: url("img/user.svg") center no-repeat;
}
.form__el--phone:after {
  background: url("img/phone.svg") center no-repeat;
}
.form__el input {
  height: 90px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  color: #14253A;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 20px 5px 78px;
  display: flex;
  align-items: center;
  border: none;
}
.form__el input::placeholder {
  color: rgba(20, 37, 58, 0.5);
}
.modal .form__el input {
  height: 60px;
}
.form__submit {
  border-radius: 15px;
  background: #FFF;
  border: none;
  height: 87px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  display: flex;
  padding: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.modal .form__submit {
  height: 60px;
}
.form__submit span {
  color: #14253A;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*
        &:before {
          background: url("img/msg.svg") center no-repeat;
          margin: 0 12px 0 0;
          width: 28px;
          height: 28px;
          display: inline-block;
          vertical-align: middle;
          content: "";
        }*/
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all 0.3s;
  background: rgba(20, 37, 58, 0);
  z-index: 100;
  overflow: visible;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 2px 20px;
  margin: 0 auto;
  height: 82px;
}
.header--inner, .header--stick {
  background: rgba(20, 37, 58, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate3d(0, 0, 0);
}
.header__nav {
  width: 32px;
  height: 22px;
  background: url("img/nav.svg") center no-repeat;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0 78px 0 0;
}
.header--inner .inner, .header--stick .inner {
  height: 60px;
}
.header--inner .header__logo, .header--stick .header__logo {
  height: 52px;
}
@media all and (max-width: 959px) {
  .header__nav--active .header__contacts {
    opacity: 0;
  }
  .header__nav--active {
    background: rgba(20, 37, 58, 0.5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    transform: translate3d(0, 0, 0);
    height: auto;
    bottom: 0;
  }
  .header__nav--active .header__nav {
    background-image: url("img/close.svg");
    opacity: 0.5;
  }
}
.header__contacts {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header__phone {
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
  background: url("img/phone--white.svg") center no-repeat;
  background-size: 32px 32px;
  text-decoration: none;
  overflow: visible;
  position: relative;
}
.header__phone:before {
  width: 100%;
  position: absolute;
  content: "";
  height: 20px;
  top: calc(100% - 2px);
  display: none;
}
.header__phone span {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  padding: 10px;
  color: #000;
}
.header__phone span:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  right: 18px;
  top: -7px;
}
.header__phone:hover:before, .header__phone:hover span {
  display: block;
}
.header__contact {
  width: 52px;
  height: 42px;
  background: #FECC52;
  border-radius: 10px;
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 87.5px rgba(254, 204, 82, 0.5);
}
.header__contact span {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 0;
  background: url("img/msg.svg") center no-repeat;
}
.header__logo {
  width: 150px;
  height: 60px;
  transition: all 0.2s;
  background: url("img/logo.svg") center no-repeat;
  background-size: contain;
}
@media all and (min-width: 960px) {
  .header {
    padding: 0;
    height: auto;
  }
  .header .inner {
    padding: 0 28px;
    height: 85px;
    transition: height 0.2s;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    width: 63px;
    height: 63px;
    background-position: center left;
  }
  .header--inner, .header--stick {
    height: auto;
  }
  .header--inner .inner, .header--stick .inner {
    height: 65px;
  }
  .header--inner .header__logo, .header--stick .header__logo {
    height: 60px;
  }
  .header__contact {
    width: 52px;
    height: 42px;
    background: #FECC52;
    border-radius: 10px;
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 87.5px rgba(254, 204, 82, 0.5);
  }
  .header__contact span {
    display: block;
    width: 22px;
    height: 22px;
    font-size: 0;
    line-height: 0;
    background: url("img/msg.svg") center no-repeat;
  }
}
@media all and (min-width: 1240px) {
  .header__contact {
    width: auto;
    height: auto;
    display: inline-flex;
    padding: 11px 25px;
    color: #14253A;
    font-weight: 600;
  }
  .header__contact span {
    display: block;
    width: auto;
    height: auto;
    color: #14253A;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    background: none;
  }
}
.nav .nav__social {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}
.nav .nav__social a {
  width: 54px;
  min-width: 54px;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
}
.nav ul ul {
  padding: 10px;
}
.nav ul ul a {
  font-size: 20px;
}
@media all and (max-width: 959px) {
  .nav {
    position: absolute;
    width: 100vw;
    left: -101vw;
    top: 82px;
    bottom: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-width: 959px) and (max-height: 639px) {
  .nav {
    gap: 10px;
  }
}
@media all and (max-width: 959px) {
  .nav__booking > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .nav__booking > li img {
    display: none;
  }
  .nav__booking > li img {
    width: 40px;
    height: 40px;
  }
  .nav__booking > li ul {
    gap: 20px;
    width: auto;
    display: flex;
  }
  .nav__booking > li ul img {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}
@media all and (max-width: 959px) {
  .nav a, .nav button {
    color: #FFF;
    font-size: 32px;
    min-width: 300px;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
  }
}
@media all and (max-width: 959px) {
  .nav .nav__contacts {
    background: #FECC52;
    box-shadow: 0px 0px 150px rgba(254, 204, 82, 0.5);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 15px;
    border: none;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 236px;
    cursor: pointer;
  }
  .nav .nav__contacts span {
    color: #14253A;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    display: inline-block;
    position: relative;
    margin-left: 37px;
  }
  .nav .nav__contacts span:before {
    width: 28px;
    height: 28px;
    content: "";
    position: absolute;
    left: -37px;
    top: 4px;
    background: url("img/chat.svg") center no-repeat;
  }
}
@media all and (max-width: 959px) {
  .header__nav--active .nav {
    left: 0;
  }
}
@media all and (min-width: 960px) {
  .nav {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .nav__phone {
    display: none !important;
  }
  .nav .nav__social {
    padding: 0;
  }
  .nav .nav__social a {
    width: auto;
    min-width: auto;
  }
  .nav img {
    width: 30px;
    min-width: 30px;
  }
  .nav > a, .nav > button, .nav > span {
    padding: 8px 2px;
  }
  .nav a, .nav span, .nav button {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
    display: block;
    position: relative;
    /*&.active {
      color: #FECC52;

      &:after {
        background: #FECC52;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 2px;
        display: block;
      }
    }*/
  }
  .nav__contacts {
    display: none !important;
  }
  .nav__booking ul img {
    display: none;
  }
  .nav ul {
    width: auto;
  }
  .nav ul li {
    position: relative;
  }
  .nav ul ul {
    position: absolute;
    display: none;
    left: 0;
    top: calc(100% + 15px);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    transform: translate3d(0, 0, 0);
    flex-direction: column;
    gap: 15px;
  }
  .nav ul ul:before {
    width: 100%;
    position: absolute;
    content: "";
    height: 20px;
    top: -18px;
    display: block;
  }
  .nav ul ul:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    left: 18px;
    top: -7px;
  }
  .nav ul ul a {
    font-size: 16px;
    color: #000;
  }
  .nav ul:hover ul {
    display: flex;
    white-space: nowrap;
  }
}
@media all and (min-width: 1200px) {
  .nav img {
    width: 48px;
    min-width: 48px;
  }
  .nav > a, .nav > button, .nav > span {
    padding: 8px 8px;
  }
  .nav a, .nav span, .nav button {
    font-size: 18px;
  }
}
@media all and (min-width: 1400px) {
  .nav > a, .nav > button, .nav > span {
    padding: 8px 14px;
  }
  .nav__contacts {
    display: none !important;
  }
}

.footer {
  position: relative;
  color: #fff;
  padding: 0 28px 10px 28px;
  text-align: center;
  overflow: hidden;
  margin: 0;
  background: #17240b;
}
.footer__nav {
  margin: 5px 0 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}
.footer__nav a {
  color: #fff;
}
.footer .copyright {
  display: block;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 28px 11px 28px;
  margin: 0 0 0 -28px;
  width: 100vw;
}
@media all and (min-width: 960px) {
  .footer {
    margin: 0 auto;
  }
  .footer .copyright {
    margin: 0;
    width: auto;
    padding: 22px 0 22px 0;
  }
}

.page_title {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin: 30px auto 30px auto;
  padding: 0 28px;
  max-width: 850px;
  text-align: center;
  display: block;
}
.page_title b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
@media all and (min-width: 390px) {
  .page_title {
    font-size: 40px;
    line-height: 52px;
  }
  .page_title b {
    font-size: 48px;
    line-height: 60px;
  }
}

.intro {
  position: relative;
  color: #fff;
  padding: 90px 28px 90px 28px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro--compact {
  min-height: 300px;
}
.intro__next {
  width: 50px;
  height: 50px;
  background: url(img/scroll.svg) center no-repeat;
  cursor: pointer;
  border: none;
  display: block;
  background-size: contain;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  margin: 0 0 0 -25px;
  z-index: 4;
}
.intro ul {
  display: flex;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  gap: 16px;
  flex-wrap: wrap;
  text-align: left;
  max-width: 480px;
}
@media all and (min-width: 768px) {
  .intro ul {
    max-width: 540px;
    gap: 30px;
  }
}
@media all and (min-width: 1200px) {
  .intro ul {
    max-width: 1200px;
  }
}
.intro ul li {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.intro ul li img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.intro ul li span {
  display: block;
}
@media all and (min-width: 480px) {
  .intro ul li {
    width: calc(50% - 8px);
  }
}
@media all and (min-width: 768px) {
  .intro ul li {
    gap: 12px;
    width: calc(50% - 15px);
  }
}
@media all and (min-width: 1200px) {
  .intro ul li {
    width: calc(25% - 30px);
  }
}
.intro h1 {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin: 0;
  max-width: 850px;
  text-align: center;
}
.intro h1 b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
@media all and (min-width: 390px) {
  .intro h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .intro h1 b {
    font-size: 48px;
    line-height: 60px;
  }
}
.intro h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 0 0;
  max-width: 850px;
  text-align: center;
}
.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
}
.intro__media:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.intro__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.intro__order {
  background: #FECC52;
  box-shadow: 0px 0px 150px rgba(254, 204, 82, 0.5);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0 0 0;
  text-decoration: none;
  border-radius: 15px;
  border: none;
  width: 100%;
  max-width: 330px;
  cursor: pointer;
}
.intro__order span {
  color: #14253A;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  position: relative;
  margin-left: 37px;
}
.intro__order span:before {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: -37px;
  top: 4px;
  background: url("img/chat.svg") center no-repeat;
}
@media all and (min-width: 960px) {
  .intro h1 {
    font-size: 44px;
    line-height: 62px;
  }
  .intro h1 b {
    font-size: 54px;
    line-height: 72px;
  }
  .intro h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 44px 0 0 0;
  }
}
@media all and (min-width: 1400px) {
  .intro {
    padding: 154px 0 90px 0;
  }
  .intro h1 {
    font-size: 54px;
    line-height: 62px;
  }
  .intro h1 b {
    font-size: 63px;
    line-height: 82px;
  }
  .intro ul {
    flex-wrap: nowrap;
  }
  .intro ul li {
    width: auto;
  }
  .intro .inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.section, .text, .gallery, .video, .contact-us, .why-us, .about, .house, .over, .solutions, .price, .info, .strategy, .cases, .services, .reviews, .faq {
  margin: 90px auto;
  padding: 0 28px;
  max-width: 1440px;
}
.section__tag, .solutions__tag {
  color: #3C6AE4;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
.section__title, .text__title, .gallery__title, .contact-us__title, .why-us__title, .solutions__title, .price__help, .price__title, .info__title, .strategy__title, .cases__title, .services__title, .reviews__title, .faq__title {
  color: #14253A;
  text-align: center;
  font-size: 44px;
  line-height: 53px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.section__subtitle, .cases__text, .faq__subtitle {
  color: #14253A;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
  margin: 0;
}
@media all and (min-width: 960px) {
  .section__tag, .solutions__tag {
    font-size: 18px;
  }
  .section__title, .text__title, .gallery__title, .contact-us__title, .why-us__title, .solutions__title, .price__help, .price__title, .info__title, .strategy__title, .cases__title, .services__title, .reviews__title, .faq__title {
    font-size: 54px;
    line-height: 65px;
    margin: 0 0 20px 0;
  }
  .section__subtitle, .cases__text, .faq__subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 22px;
  height: 19px;
  background: url("img/sl_arr.svg") center no-repeat;
  padding: 0;
  margin: 0;
  font-size: 0;
  bottom: 0;
  top: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-image: url("img/sl_arr--active.svg");
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: calc(50% - 45px);
}

.swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: calc(50% - 45px);
}

@media all and (min-width: 960px) {
  .swiper-button-prev {
    left: auto;
    right: 80px;
  }

  .swiper-button-next {
    left: auto;
    right: 0;
  }
}
.faq__subtitle {
  max-width: 726px;
  margin-right: auto;
  margin-left: auto;
}
.faq__list {
  margin: 50px auto 0 auto;
  list-style: none;
  padding: 0;
  max-width: 980px;
}
.faq__list li {
  position: relative;
  padding: 14px 0;
}
@media all and (min-width: 960px) {
  .faq__list li {
    padding: 28px 0;
  }
}
.faq__list li + li:before {
  background: #14253A;
  opacity: 0.2;
  left: -18px;
  right: -18px;
  top: 0;
  height: 1px;
  content: "";
  position: absolute;
}
.faq__list h3 {
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 38px 0 0;
  margin: 0;
  position: relative;
}
.faq__list h3:after {
  width: 15px;
  height: 9px;
  position: absolute;
  content: "";
  background: url("img/faq.svg") center no-repeat;
  top: 16px;
  right: 0;
}
.faq__list p {
  height: 0;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
  transition: all 0.3s;
}
.faq__list li.active h3:after {
  transform: rotate(180deg);
}
.faq__list li.active p {
  height: auto;
  margin-top: 15px;
}

.reviews {
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
}
.reviews__img {
  margin: 0 -18px 42px -18px;
  text-align: center;
  display: block;
}
.reviews__img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.reviews__google_link {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: inherit;
  margin: 5px 0 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.reviews__google_link img {
  width: 24px;
}
.reviews__title {
  margin: 0;
  text-align: left;
}
.reviews__subtitle {
  color: #3C6AE4;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.reviews__slider {
  margin: 24px 0 0 0;
  padding: 0 0 56px 0;
}
.reviews__el {
  text-decoration: none;
  color: #14253A;
}
.reviews__el_text {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  margin: 0;
  opacity: 0.5;
}
.reviews__el_text:before {
  content: "“";
}
.reviews__el_text:after {
  content: '"';
}
.reviews__el_author {
  margin: 15px 0 0 0;
  min-height: 62px;
  padding: 0 0 0 92px;
  position: relative;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.reviews__el_author picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  overflow: hidden;
  display: block;
  order: 1;
}
.reviews__el_author picture img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}
.reviews__el_author b {
  order: 2;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}
.reviews__el_author ul {
  order: 4;
  display: flex;
  gap: 3px;
  padding: 0;
  margin: 6px 0 0 0;
  list-style: none;
}
.reviews__el_author ul li {
  width: 19px;
  height: 19px;
  display: block;
  background: url("img/star.svg");
}
.reviews__el_author ul li[data-off] {
  background: url("img/star_grey.svg");
}
.reviews__el_author span {
  color: rgba(20, 37, 58, 0.5);
  order: 3;
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin: 13px 0;
  line-height: normal;
}
.reviews__el_author span a, .reviews__el_author span b {
  color: #3C6AE4;
  font-weight: 600;
  text-decoration: none;
}
@media all and (min-width: 960px) {
  .reviews {
    display: flex;
    gap: 50px;
    align-items: start;
  }
  .reviews__img {
    margin: 20px 0 0 0;
    width: 350px;
    min-width: 350px;
  }
  .reviews__content {
    width: calc(100% - 350px - 50px);
    min-width: calc(100% - 350px - 50px);
    display: block;
  }
  .reviews__slider {
    margin: 15px 0 0 0;
    padding: 0 0 40px 0;
  }
  .reviews__el_author {
    max-width: 400px;
    margin: 20px 0 0 0;
  }
}

.services__title {
  margin: 0;
}
.services__slider {
  margin: 40px 0 0 -28px;
  width: 100vw;
  padding: 0 0 56px 0;
}
.services__el {
  background: #fff;
  border-radius: 42px;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__el img {
  max-height: 95%;
  max-width: 95%;
}
@media all and (min-width: 960px) {
  .services__slider {
    margin: 40px 0 0 0;
    padding: 0 60px;
    width: 100%;
  }
  .services .swiper-button-prev,
.services .swiper-button-next {
    background-color: #ECF0F9;
    width: 40px;
  }
  .services .swiper-button-prev {
    left: 0;
    right: auto;
    top: 0;
    height: auto;
  }
  .services .swiper-button-next {
    left: auto;
    right: 0;
    top: 0;
    height: auto;
  }
}
@media all and (min-width: 1400px) {
  .services__slider {
    margin: 40px -60px 0 -60px;
    padding: 0 60px;
    width: auto;
  }
}

.cases__tag {
  color: #3C6AE4;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 13px 0;
  display: block;
}
.cases__title {
  margin: 0;
  text-align: left;
}
.cases__text {
  margin: 13px 0 0 0;
  text-align: left;
}
.cases__slider {
  margin: 0px 0 0 -28px;
  width: 100vw;
  padding: 20px 28px 56px 28px;
}
.cases__slider_counter {
  display: none;
}
.cases__el {
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.cases__el picture {
  display: block;
}
.cases__el picture img {
  width: 100%;
  height: auto;
}
.cases__el.swiper-slide-active .cases__el_content {
  opacity: 1;
}
.cases__el_content {
  opacity: 0;
  padding: 20px 0 0 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.cases__el_content img {
  width: 100%;
  order: 1;
  height: auto;
}
.cases__el_content h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0 0;
  order: 2;
}
.cases__el_content p {
  color: #14253A;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.8;
  margin: 10px 0 0 0;
  order: 3;
}
@media all and (min-width: 960px) {
  .cases__slider {
    margin-top: 0;
    padding-top: 30px;
  }
  .cases__el {
    display: flex;
    padding: 20px;
    gap: 40px;
    width: 77vw;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    align-items: start;
    transition: opacity 0.3s;
    opacity: 0.3;
    transform: scale(1, 0.9) !important;
  }
  .cases__el.swiper-slide-active {
    opacity: 1;
    transform: scale(1, 1) !important;
  }
  .cases__el picture {
    display: block;
    width: 50%;
  }
  .cases__el picture img {
    width: 100%;
    height: auto;
  }
  .cases__el_content {
    opacity: 1;
    width: 50%;
  }
  .cases__el_content img {
    display: block;
    width: 100%;
    height: auto;
    order: 3;
    margin-top: auto;
  }
  .cases__el_content h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    order: 1;
    margin: 40px 0 0 0;
  }
  .cases__el_content p {
    color: #14253A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0.8;
    order: 2;
    margin: 10px 0 20px 0;
  }
  .cases .swiper-button-prev,
.cases .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url("img/sl_arr_circle.svg") center no-repeat;
    top: calc(50% - 16px);
  }
  .cases .swiper-button-prev {
    left: calc(10% - 5px);
  }
  .cases .swiper-button-next {
    right: calc(10% - 5px);
  }
}
@media all and (min-width: 1400px) {
  .cases__slider {
    margin: 0 0 0 -50vw;
    width: 100vw;
    left: 50%;
    padding: 30px 0 56px 0;
  }
  .cases__el {
    width: 1180px;
  }
}

.strategy {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.strategy:after {
  transform: skewY(-6deg);
  background-color: #FECC52;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 40px;
}
.strategy__title {
  margin: 0;
}
.strategy__text {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
}
.strategy .form {
  margin: 42px -18px 0 -18px;
}
@media all and (min-width: 960px) {
  .strategy:after {
    transform: skewY(-3deg);
    border-radius: 60px;
  }
  .strategy__title {
    margin: 0 auto;
    max-width: 780px;
  }
  .strategy__text {
    margin: 20px auto 0 auto;
    max-width: 780px;
  }
  .strategy .form {
    margin: 42px auto 0 auto;
    max-width: 520px;
  }
}

.info {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  color: #fff;
}
.info:after {
  transform: skewY(-6deg);
  background-color: #14253A;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 40px;
}
.info__title {
  margin: 0;
  color: #fff;
  text-align: center;
}
.info table {
  margin: 30px 0 0 0;
}
@media all and (max-width: 959px) {
  .info table {
    display: block;
  }
  .info table thead {
    display: none;
  }
  .info table tbody {
    display: block;
  }
  .info table tbody tr {
    display: block;
    padding: 15px;
  }
  .info table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.1);
  }
  .info table tbody tr td {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    padding: 2px 0;
  }
  .info table tbody tr td + td {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .info table tbody tr td:before {
    content: attr(data-title) ": ";
  }
  .info table tbody tr td a {
    color: #FFD77E;
    text-decoration: underline;
  }
  .info table tbody tr td a:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (min-width: 960px) {
  .info table {
    border-collapse: collapse;
  }
  .info table th {
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 10px;
    border: none;
  }
  .info table th + th {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .info table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.1);
  }
  .info table tbody tr:last-child td {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .info table tbody tr td {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 20px 15px 20px;
    border: none;
  }
  .info table tbody tr td + td {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .info table tbody tr td + td + td {
    text-align: center;
  }
  .info table tbody tr td a {
    color: #FFD77E;
    text-decoration: underline;
  }
  .info table tbody tr td a:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (min-width: 1100px) {
  .info table th {
    padding: 30px 20px;
  }
}
.info__more {
  background: rgba(255, 255, 255, 0.1);
  width: 234px;
  text-align: center;
  height: 60px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: solid 1px #FFF;
  box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 50px auto 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.info__more span {
  /* &:before {
     background: url("img/price.svg") center no-repeat;
     margin: 0 12px 0 0;
     width: 28px;
     height: 28px;
     display: inline-block;
     vertical-align: middle;
     content: "";
   }*/
}
@media all and (min-width: 960px) {
  .info:after {
    border-radius: 60px;
    transform: skewY(-3deg);
  }
}

.price__title {
  margin: 0 0 13px 0;
  text-align: left;
}
.price > p {
  color: #14253A;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.8;
  margin: 13px 0 0 0;
}
.price__slider {
  margin: 30px 0 0 -28px;
  width: 100vw;
  padding: 0 0 56px 0;
  position: relative;
}
.price__el {
  border-radius: 30px;
  padding: 40px 20px;
}
.price__el[data-white] {
  color: #fff;
}
.price__el[data-white] * {
  color: #fff;
}
.price__el_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
}
.price__el_current {
  font-size: 48px;
  font-weight: 500;
  margin: 32px 0 0 0;
  line-height: 58px;
}
.price__el_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  margin: 22px 0 0 0;
}
.price__el ul {
  margin: 20px 0 40px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 0;
}
.price__el ul li {
  padding: 3px 0 3px 37px;
  min-height: 26px;
  position: relative;
}
.price__el ul li:before {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("img/ok.svg") center no-repeat;
}
.price__el_order {
  border-radius: 15px;
  background: rgba(20, 37, 58, 0.1);
  border: solid 1px #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  margin: auto auto 0 auto;
  width: 185px;
  padding: 0;
  height: 65px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.price__el[data-white] .price__el_order {
  background: rgba(255, 255, 255, 0.1);
}
.price__el[data-type="1"]:after {
  z-index: -1;
  border-radius: 30px;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: solid 1px #14253A;
}
.price__el[data-type="2"] {
  background: #14253A;
}
.price__el[data-type="3"] {
  background: linear-gradient(166deg, #EB8174 -2.78%, #E65767 45.32%, #DF5AC5 104.11%);
}
.price__el[data-type="4"] {
  background: #3C6AE4;
}
.price__pay {
  overflow: auto;
  margin: 30px auto 30px auto;
  width: 100%;
  padding: 0;
  gap: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 959px) {
  .price__pay {
    max-width: 420px;
  }
}
.price__pay img {
  max-width: calc(50% - 10px);
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 959px) {
  .price__pay img:nth-child(1) {
    order: 1;
    width: calc(100vw - 28px - 28px - 60px - 50px - 50px);
  }
  .price__pay img:nth-child(2) {
    order: 2;
    width: 50px;
  }
  .price__pay img:nth-child(3) {
    order: 4;
    width: calc(50% - 30px);
  }
  .price__pay img:nth-child(4) {
    order: 3;
    width: 50px;
  }
  .price__pay img:nth-child(5) {
    order: 5;
    width: 50%;
  }
}
@media all and (min-width: 390px) and (max-width: 959px) {
  .price__pay img:nth-child(1) {
    width: calc(100vw - 28px - 28px - 60px - 60px - 60px);
  }
  .price__pay img:nth-child(2) {
    width: 60px;
  }
  .price__pay img:nth-child(4) {
    width: 60px;
  }
}
.price__help {
  margin: 38px 0 23px 0;
}
.price__help_btn {
  background: #FECC52;
  box-shadow: 0px 0px 30px rgba(254, 204, 82, 0.5);
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 15px;
  border: none;
  width: 100%;
  max-width: 330px;
  cursor: pointer;
  margin: 0 auto;
}
.price__help_btn span {
  color: #14253A;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  position: relative;
  margin-left: 37px;
}
.price__help_btn span:before {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: -37px;
  top: 4px;
  background: url("img/chat.svg") center no-repeat;
}
@media all and (min-width: 960px) {
  .price__pay {
    margin: 60px 0 100px 0;
    width: 100%;
    padding: 0 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  .price__pay img {
    max-width: calc(50% - 10px);
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .price__pay img + img {
    margin-left: 20px;
  }
  .price__slider {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .price .swiper-button-prev,
.price .swiper-button-next {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .price__slider {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .price__pay {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
  }
}

.solutions {
  margin-top: 71px;
}
.solutions__title {
  margin: 16px 0 20px 0;
}
.solutions__text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
  margin: 20px auto 0 auto;
  max-width: 780px;
}
.solutions__slider {
  margin: 0 0 0 -28px;
  width: 100vw;
  padding: 30px 0;
  overflow: visible;
}
.solutions__list {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: visible;
}
.solutions__el {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 150px rgba(20, 37, 58, 0.15);
  border-radius: 50px;
  overflow: visible;
  width: calc(100vw - 20px);
  height: auto;
}
.solutions__el_media {
  display: flex;
  text-align: center;
  height: 300px;
  position: relative;
  top: -20px;
}
.solutions__el_media img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.solutions__el_content {
  padding: 0px 20px 40px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.solutions__el_content p {
  opacity: 0.8;
  margin: 10px 0 0 0;
}
.solutions__el_content h3 {
  color: #3C6AE4;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.solutions__nav {
  margin: 0 0 0 -28px;
  width: 100vw;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.solutions__nav_list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.solutions__nav_list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.6;
  position: relative;
  width: auto;
  padding: 11px 20px 11px 20px;
  cursor: pointer;
}
.solutions__nav_list li.swiper-slide-active {
  opacity: 1;
}
.solutions__nav_list li.swiper-slide-active:after {
  background: #3C6AE4;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
}
@media all and (min-width: 960px) {
  .solutions {
    margin-top: 110px;
  }
  .solutions__nav {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 950px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }
  .solutions__nav_list {
    width: 100%;
    justify-content: space-between;
    transform: none !important;
  }
  .solutions__nav_list li {
    width: auto !important;
  }
  .solutions__slider {
    margin: 0 0 0 -28px;
    width: 100vw;
    padding: 60px 0;
    overflow: visible;
  }
  .solutions__el {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 30px rgba(20, 37, 58, 0.15);
    border-radius: 30px;
    overflow: visible;
    width: calc(100vw - 20px);
    display: flex;
    align-items: center;
    height: 414px;
    gap: 0px;
  }
  .solutions__el_media {
    display: flex;
    text-align: center;
    height: 470px;
    position: relative;
    top: 0px;
    width: 60%;
    min-width: 60%;
    /*      img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: contain;
            object-position: center;
          }*/
  }
  .solutions__el_media img {
    width: calc(100% + 50px);
    left: -15px;
  }
  .solutions__el_content {
    padding: 20px 20px 20px 0px;
  }
  .solutions__el_content p {
    opacity: 0.8;
    margin: 20px 0 0 0;
  }
  .solutions__el_content h3 {
    font-size: 40px;
  }
}
@media all and (min-width: 1400px) {
  .solutions__slider {
    margin: 0 0 0 -130px;
    width: calc(100% + 260px);
    padding: 60px 130px;
    overflow: hidden;
  }
  .solutions__el {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 30px rgba(20, 37, 58, 0.15);
    border-radius: 30px;
    overflow: visible;
    width: 100%;
    display: flex;
    align-items: center;
    height: 414px;
    gap: 0px;
  }
  .solutions__el_media {
    display: flex;
    text-align: center;
    height: 470px;
    position: relative;
    top: 0px;
    width: 60%;
    min-width: 60%;
    /*      img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: contain;
            object-position: center;
          }*/
  }
  .solutions__el_media img {
    width: calc(100% + 50px);
    left: -15px;
  }
  .solutions__el_content {
    padding: 20px 20px 20px 0px;
  }
  .solutions__el_content p {
    opacity: 0.8;
    margin: 20px 0 0 0;
  }
  .solutions__el_content h3 {
    font-size: 40px;
  }
}

.over {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.modal.active {
  display: flex;
}
.modal__text {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.modal__text a {
  color: inherit;
}
.modal__text > * {
  margin-bottom: 0;
}
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(20, 37, 58, 0.3);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate3d(0, 0, 0);
}
.modalBody {
  position: relative;
  display: block;
  margin: auto;
  padding: 20px;
  width: calc(100% - 40px);
  max-height: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 20px;
  background: #17240b;
  background: #fff;
  background: #FECC52;
  overflow: auto;
  color: inherit;
  /*    &:after {
        transform: skewY(-6deg);
        background-color: #FECC52;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 40px;

        @media all and (min-width: 960px) {
          transform: skewY(-3deg);
          background: rgba(254, 204, 82, 0.90);
          box-shadow:0px 0px 250px rgba(20, 37, 58, 0.50);
          backdrop-filter: blur(10px);
        }
      }*/
}
@media all and (min-width: 960px) {
  .modalBody {
    padding: 20px;
  }
}
.modalTitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0 40px;
  font-weight: 700;
}
@media all and (min-width: 960px) {
  .modalTitle {
    font-size: 54px;
  }
}
.modal .form {
  max-width: 520px;
  margin: 20px auto;
  gap: 20px;
}
.modalClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0px;
  border: none;
  background: url("img/close.svg") center no-repeat;
  cursor: pointer;
  z-index: 1000;
}
@media all and (min-width: 960px) {
  .modalClose {
    top: 60px;
    right: 80px;
  }
}
@media all and (min-width: 960px) and (max-height: 800px) {
  .modalClose {
    top: 10px;
  }
}
.modalContent {
  display: block;
  width: 100%;
  margin: auto;
}

.house {
  background-color: #17240b;
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  color: #fffcf4;
  padding-bottom: 60px;
}
@media all and (min-width: 1400px) {
  .house {
    padding: 80px 0;
  }
}
.house .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  position: relative;
  padding: 0 28px 0 28px;
  max-width: 1440px;
}
.house__media {
  margin: 0 0 0 -28px;
  width: 100vw;
}
.house__media .swiper-button-prev,
.house__media .swiper-button-next {
  width: 32px;
  height: 32px;
  background: url("img/sl_arr_circle.svg") center no-repeat;
  top: calc(50% - 16px);
}
.house__media .swiper-button-prev {
  left: 20px;
}
.house__media .swiper-button-next {
  right: 20px;
}
.house__video {
  margin: 0 0 0 -28px;
  width: 100vw;
  position: relative;
  display: flex;
}
.house__video:after {
  padding: 56.25% 0 0 0;
  content: "";
  display: block;
}
.house__video img, .house__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}
.house__video img {
  z-index: 2;
}
.house__video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #FECC52;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  border: none;
  padding: 0;
}
.house__video_btn:after {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("img/play.svg") center no-repeat;
  background-size: contain;
}
.house__info {
  margin: 0;
  text-align: justify;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.house__info_order, .house__info_link {
  background: #FECC52;
  box-shadow: 0px 0px 150px rgba(254, 204, 82, 0.5);
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  color: #14253A;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.house__info_link {
  margin: auto 0 0 0;
}
.house__info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  gap: 12px;
  font-size: 14px;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.house__info ul li {
  padding: 60px 0 0 0;
  position: relative;
  width: calc(50% - 10px);
  text-align: center;
}
.house__info ul li img {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media all and (min-width: 420px) {
  .house__info ul li {
    width: calc(33.3333% - 8px);
  }
}
.house__info h2 {
  letter-spacing: 0.38px;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
.house__info_guests {
  font-size: 34px;
  font-weight: 500;
  line-height: 28px;
}
.house__info .house__info_price {
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
}
.house__info .house__info_price select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 20px 4px 10px;
  font-size: 20px;
  line-height: 20px;
  box-shadow: 0px 0px 10px rgba(254, 204, 82, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px 0 0;
  background: rgba(255, 255, 255, 0.8) url("img/select_arr.svg") center no-repeat;
  background-position: center right;
  background-size: 18px auto;
}
.house__info .house__info_price_list {
  text-align: left;
}
.house__info .house__info_price img {
  width: 24px;
  height: 24px;
  display: inline-flex;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.house__info .house__info_price_details {
  color: grey;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
}
.house__info_price_details ~ .house__info_price_list .house__info_price {
  font-size: 16px;
}
.house__info_price_details ~ .house__info_price_list .house__info_price + .house__info_price {
  border-top: dashed 1px #fff;
}
.house__info_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*      @media all and (max-width: 767px) {
          flex-direction: column;

          * {
            order: 1;
            width: 100% !important;
          }

          a{
            order: 4;
            width: auto !important;
          }
        }*/
}
.house__slider {
  padding: 0;
}
.house__slider_list {
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: stretch;
}
.house__slider_list .swiper-slide {
  height: auto;
  cursor: url("img/zoom-in_1x.png") 17 17, zoom-in;
  position: relative;
}
.house__slider_list .swiper-slide:after {
  padding: 56.25% 0 0 0;
  content: "";
  display: block;
  font-size: 0;
}
.house__slider_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.house__preview {
  margin: 10px 0 0 0;
  padding: 0;
}
.house__preview .swiper-button-prev,
.house__preview .swiper-button-next {
  width: 16px;
  height: 16px;
  background-size: contain;
  top: calc(50% - 8px);
  opacity: 0 !important;
}
.house__preview_list {
  padding: 0;
  list-style: none;
  margin: 0;
  align-items: stretch;
}
.house__preview_list .swiper-slide {
  height: auto;
  cursor: pointer;
  position: relative;
}
.house__preview_list .swiper-slide:after {
  padding: 56.25% 0 0 0;
  content: "";
  display: block;
  font-size: 0;
}
.house__preview_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 960px) {
  .house {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .house .inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    padding-top: 0;
  }
  .house__media {
    width: calc(50% - 15px);
    margin: 0;
  }
  .house__info {
    width: calc(50% - 15px);
  }
  .house__video {
    margin: 0;
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .house__media {
    width: calc(65% - 15px);
    margin: 0;
  }
  .house__info {
    width: calc(35% - 15px);
  }
}

.about {
  text-align: center;
}
.about .inner {
  max-width: 768px;
  margin: 0 auto;
}
.about h2 {
  letter-spacing: 0.38px;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.about h3 {
  color: #6E6B66;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.about p {
  color: #6E6B66;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
@media all and (min-width: 960px) {
  .about h2 {
    font-size: 40px;
  }
}

.why-us {
  text-align: center;
}
.why-us__list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.why-us__list li {
  width: 100%;
  display: flex;
  position: relative;
  background-color: #17240b;
}
.why-us__list li:after {
  padding: 100% 0 0 0;
  content: "";
  display: block;
}
.why-us__list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.why-us__list li span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 10px;
  opacity: 0.8;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 40px;
  z-index: 2;
  line-height: 60px;
}
@media all and (min-width: 768px) {
  .why-us__list {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .why-us__list li {
    width: calc(50% - 10px);
  }
  .why-us__list li:after {
    padding-top: 150%;
  }
}
@media all and (min-width: 960px) {
  .why-us__list {
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
  }
  .why-us__list li {
    width: 25%;
  }
  .why-us__list li span {
    font-size: 24px;
  }
}
@media all and (min-width: 1200px) {
  .why-us__list li span {
    font-size: 36px;
  }
}

.contact-us {
  max-width: 100%;
  padding-top: 90px;
  position: relative;
  background: #17240b;
  color: #fff;
  margin-bottom: 0;
}
.contact-us__title {
  margin: 0;
  color: #fff;
}
.contact-us__text {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.contact-us__text a {
  color: inherit;
}
.contact-us .form {
  margin: 42px -18px 0 -18px;
}
.contact-us__map {
  margin: 20px 0 0 -28px;
  width: 100vw;
  display: block;
}
.contact-us__map_el {
  display: flex;
  width: 100%;
  position: relative;
}
.contact-us__map_el #map {
  height: 600px;
  width: 100%;
}
.contact-us__map_el img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media all and (min-width: 960px) {
  .contact-us__map {
    display: flex;
    align-items: center;
  }
  .contact-us__map_el img {
    height: 500px;
  }
  .contact-us:after {
    transform: skewY(-3deg);
    border-radius: 60px;
  }
  .contact-us__title {
    margin: 0 auto;
    max-width: 780px;
  }
  .contact-us__text {
    margin: 20px auto 0 auto;
    max-width: 780px;
  }
  .contact-us .form {
    margin: 42px auto 0 auto;
    max-width: 520px;
  }
}
.video__tag {
  position: relative;
}
.video__tag video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__tag:after {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.gallery {
  text-align: center;
}
.gallery__header {
  margin: 0 0 20px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #FECC52;
}
@media all and (max-width: 959px) {
  .gallery__header {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    display: block;
  }
}
.gallery__header button {
  display: block;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
}
.gallery__header button.active {
  cursor: default;
  background: #FECC52;
  box-shadow: 0px 0px 150px rgba(254, 204, 82, 0.5);
}
@media all and (max-width: 959px) {
  .gallery__header button {
    border-radius: 10px;
    background: #fff;
  }
}
@media all and (max-width: 767px) {
  .gallery__header button {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.gallery__type {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media all and (max-width: 959px) {
  .gallery__type {
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0 0 0;
  }
}
.gallery .gallery--hide {
  display: none;
}
.gallery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gallery__list a {
  width: 100%;
  display: block;
  position: relative;
}
.gallery__list a[data-video]:before {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  background: url("img/play.svg") center no-repeat;
  background-size: 32px auto;
  z-index: 4;
  transition: all 0.3s;
}
.gallery__list a[data-video]:hover:before {
  background-size: 48px auto;
}
.gallery__list a.gallery--loading:after {
  background: rgb(255, 255, 255);
}
.gallery__list a:after {
  padding: 75% 0 0 0;
  content: "";
  display: block;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  position: relative;
  transition: background-color 0.3s;
}
.gallery__list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media all and (min-width: 400px) {
  .gallery__list a {
    width: calc(50% - 5px);
  }
  .gallery__list a:after {
    padding: 100% 0 0 0;
  }
}
@media all and (min-width: 768px) {
  .gallery__list a {
    width: calc(33.3333% - 7px);
  }
}
@media all and (min-width: 1200px) {
  .gallery__list a {
    width: calc(25% - 10px);
  }
}

.text {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .text__img--left {
    float: left;
    max-width: 50%;
    margin: 0 20px 20px 0;
  }
}
.text .menu-table {
  width: 100%;
}
.text .menu-table thead {
  background: #17240b;
}
@media all and (max-width: 767px) {
  .text .menu-table-wrapper {
    margin-left: -28px;
    width: 100vw;
    padding: 0 28px;
    overflow: auto;
  }
}

.tabs {
  width: 100%;
}
.tabs__header {
  display: flex;
  gap: 12px;
}
.tabs__header button {
  background: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  color: #14253A;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  width: calc(50% - 6px);
  transition: all 0.2s;
}
.tabs__header button.active {
  background: #FECC52;
  box-shadow: 0px 0px 150px rgba(254, 204, 82, 0.5);
}
.tabs__panel {
  display: none;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs__panel.active {
  display: flex;
}