:root {
  --a-color_purple: #dd3a99;
  --a-color_dark-purple: #791f74;
  --a-color_white: #ffffff;
  --a-color_gray: #878c92;
  --a-color_dark-gray: #393b3e;
  --a-color_red: #e81313;
  --a-color_dark: #0b010a;
}

:root {
  --a-padding--x1: 0.25rem;
  --a-padding--x2: 0.5rem;
  --a-padding--x3: 0.75rem;
  --a-padding--x4: 1rem;
  --a-padding--x5: 1.25rem;
  --a-padding--x6: 1.5rem;
  --a-padding--x7: 1.75rem;
  --a-padding--x8: 2rem;
  --a-padding--x9: 2.25rem;
  --a-padding--x10: 2.5rem;
  --a-padding--x11: 2.75rem;
  --a-padding--x12: 3rem;
  --a-padding--x13: 3.25rem;
  --a-padding--x14: 3.5rem;
  --a-padding--x15: 3.75rem;
  --a-padding--x16: 4rem;
  --a-padding--x17: 4.25rem;
  --a-padding--x18: 4.5rem;
  --a-padding--x19: 4.75rem;
  --a-padding--x20: 5rem;
  --layout-h-padding: 1.563rem;
  --layout-v-padding: 2rem;
}

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

/*
    Dots plugin
*/

/*
    Navigation plugin
*/

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

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

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

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

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

.carousel__track {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Thumbs plugin
*/

/* 3/2 */

/*
  HTML plugin
*/

/*
  Toolbar plugin
*/

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

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

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

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

.fancybox__container :focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button located inside content area */

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

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

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

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

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

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

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

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

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

/* Opening */

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

/* Closing */

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

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

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

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

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

/* Both `throwOut` classes are for closing animation after dragging up/down */

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

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

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

  to {
    opacity: 1;
  }
}

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

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

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__toolbar__items {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.4.2
 * 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: September 15, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

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

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

.swiper-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%;
  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%;
  height: var(--swiper-centered-offset-after);
}

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

.swiper-button-prev,
.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;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 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;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* Progress */

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

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

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

/* Scrollbar */

.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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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-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-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper .swiper-pagination {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0;
}

.swiper .swiper-pagination-bullet {
  flex: 1;
  width: 100%;
  max-width: unset;
  height: 0.25rem;
  max-width: 3.75rem;
  margin: 0 0.4375rem;
  background: var(--colorSliderDefault);
  border-radius: var(--a-borderRadius--default);
  opacity: 1;
}

.swiper .swiper-pagination-bullet:hover {
  background: var(--a-color_link);
  cursor: pointer;
}

.swiper .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullet-active:hover {
  background: var(--colorSliderActive);
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  min-width: 320px;
}

body {
  font-size: 16px;
}

ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

h1,
.a-font_h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h2,
.a-font_h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h3,
.a-font_h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.a-font_text {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.a-font_m {
  font-size: 1rem;
  line-height: 1.5rem;
}

.a-font_xs {
  font-size: 0.6875rem;
  line-height: 1.5rem;
}

.a-font_s {
  font-size: 0.625rem;
  line-height: 1.5rem;
}

.a-font_button {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  /*src: url(../fonts/GothamPro/GothamPro.woff2) format("woff2"), url(../fonts/GothamPro/GothamPro.woff) format("woff"), url(../fonts/GothamPro/GothamPro.ttf) format("truetype"), url(../fonts/GothamPro/GothamPro.eot?#iefix) format("embedded-opentype");*/
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  /*src: url("../fonts/GothamPro/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype");*/
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  /*src: url("../fonts/GothamPro/GothamPro-MediumItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-MediumItalic.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype");*/
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  /*src: url("../fonts/GothamPro/GothamPro-LightItalic.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-LightItalic.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype");*/
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: unset;
  z-index: 1;
  position: relative;
  height: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--a-color_white);
  background: var(--a-color_dark);
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.hidden,
[hidden] {
  display: none !important;
}

:root {
  --layout-width: 1050px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 90px;
  /* Works on Chrome, Edge, and Safari */
}

.wrapper * {
  scrollbar-width: thin;
  scrollbar-color: var(--a-color_thumbnail) var(--a-color_bg--blue);
}

.wrapper *::-webkit-scrollbar {
  cursor: pointer;
  width: 4px;
  height: 4px;
}

.wrapper *::-webkit-scrollbar-track {
  background: var(--a-color_bg--blue);
}

.wrapper *::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: var(--a-color_thumbnail);
}

.l-wide {
  width: 100%;
  max-width: var(--layout-width);
  margin: 0 auto;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  padding: 16px;
}

.purple {
  color: var(--a-color_purple);
}

.sticky-telegram {
  z-index: 101;
  position: fixed;
  right: 1.5625rem;
  bottom: 2.8125rem;
}

.sticky-telegram img {
  width: 3rem;
  height: 3rem;
}

.image-back {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.25rem !important;
}

.swiper-pagination-bullet {
  width: 0.625rem !important;
  height: 0.625rem !important;
  margin: 0 0.3125rem !important;
  border: 0.0625rem solid #6f1c70 !important;
  opacity: 1 !important;
  background-color: transparent !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(131.6deg, #6f1c70 26.49%, #dd3a99 119.71%) !important;
}

.fancybox__container .fancybox__content {
  padding: 0 !important;
}

.icon-logo {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 300px;
  height: 70px;
}

.ico-color-arrow {
  width: 1.7em;
  height: 1em;
}

.ico-color-attention {
  width: 1em;
  height: 1em;
}

.ico-color-cards {
  width: 1.25em;
  height: 1em;
}

.ico-color-clock {
  width: 1em;
  height: 1em;
}

.ico-color-delivery {
  width: 1em;
  height: 1em;
}

.ico-color-icon-age {
  width: 0.75em;
  height: 1em;
}

.ico-color-icon-arrow {
  width: 1.88em;
  height: 1em;
}

.ico-color-icon-breast {
  width: 1.15em;
  height: 1em;
}

.ico-color-icon-growth {
  width: 0.33em;
  height: 1em;
}

.ico-color-icon-hot {
  width: 1em;
  height: 1em;
}

.ico-color-icon-new {
  width: 1em;
  height: 1em;
}

.ico-color-icon-shoe_size {
  width: 1.2em;
  height: 1em;
}

.ico-color-male {
  width: 1em;
  height: 1em;
}

.ico-color-vip {
  width: 1.25em;
  height: 1em;
}

.ico-color-woman {
  width: 1em;
  height: 1em;
}

.ico-mono-advantage-1 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-2 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-3 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-4 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-5 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-6 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-advantage-7 {
  width: 1em;
  height: 1em;
  fill: #DD3A99;
}

.ico-mono-auto {
  width: 1.94em;
  height: 1em;
  fill: #878C92;
}

.ico-mono-icon-age {
  width: 0.81em;
  height: 1em;
  fill: #72777D;
}

.ico-mono-icon-breast {
  width: 1.25em;
  height: 1em;
  fill: #72777D;
}

.ico-mono-icon-growth {
  width: 0.38em;
  height: 1em;
  fill: #72777D;
}

.ico-mono-icon-home {
  width: 1.25em;
  height: 1em;
  fill: #fff;
}

.ico-mono-icon-photo {
  width: 1.15em;
  height: 1em;
  fill: #fff;
}

.ico-mono-icon-shoe_size {
  width: 1.25em;
  height: 1em;
  fill: #72777D;
}

.ico-mono-metro {
  width: 0.85em;
  height: 1em;
  fill: #878C92;
}

.l-section__inner {
  overflow: hidden;
  padding: var(--layout-v-padding) var(--layout-h-padding);
}

.l-section__first {
  margin-top: 0 !important;
}

.l-section__first .l-section__inner {
  padding-top: 0;
}

.l-section__pagetitle {
  margin-bottom: 1.875rem;
}

.l-section__headline {
  margin-bottom: 1.875rem;
}

.l-section__headline-buttons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.l-section__subtitle {
  margin-bottom: 1.875rem;
}

.l-section__title {
  margin-bottom: 1.875rem;
}

.m-certificate-card {
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.07);
}

.m-certificate-card__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}

.m-certificate-card__image img {
  border-radius: 0.625rem;
}

.m-certificate-card__title {
  margin-bottom: 1.875rem;
}

.m-certificate-card__text {
  color: var(--a-color_gray);
}

.m-certificate-card__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.m-certificate-card__info {
  margin-bottom: 1.25rem;
}

.m-certificate-card__info.is-active .m-certificate-card__info-content {
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}

.m-certificate-card__info.is-active .m-certificate-card__info-title {
  font-weight: 700;
  color: var(--a-color_white);
  transition: 0.5s;
}

.m-certificate-card__info.is-active .m-certificate-card__info-icon svg {
  transform: rotate(0);
  transition: 0.5s;
}

.m-certificate-card__info-headline {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.m-certificate-card__info-icon {
  flex: none;
}

.m-certificate-card__info-icon svg {
  width: 0.9375rem;
  height: 0.5rem;
  transform: rotate(180deg);
}

.m-certificate-card__info-title {
  color: var(--a-color_gray);
}

.m-certificate-card__info-content {
  height: 0;
  opacity: 0;
}

.m-certificate-card__info-content ul {
  margin-left: 1.125rem;
  list-style: none;
  padding-top: 1.25rem;
}

.m-certificate-card__info-content ul li {
  position: relative;
}

.m-certificate-card__info-content ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.m-certificate-card__info-content ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -1.125rem;
  padding-right: -1.125rem;
  border: 0.0625rem solid #dd3a99;
  border-radius: 100%;
  transform: translateY(-50%);
  content: "";
}

.m-certificate-card__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
}

.m-certificate-card__price {
  font-weight: 700;
  color: var(--a-color_purple);
}

.m-button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  border-radius: 6.875rem;
  transition: 0.2s;
  color: var(--a-color_white);
  border: 0.0625rem solid transparent;
  border-radius: 6.875rem;
  outline: none;
}

.m-button.hover,
.m-button:hover {
  opacity: 0.7;
}

.m-button.active,
.m-button:active {
  outline: none;
}

.m-button.focus,
.m-button:focus {
  outline: none;
}

.m-button--small {
  height: 2rem;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.m-button--medium {
  height: 3rem;
  padding: 0 2.625rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.m-button--purple {
  background: linear-gradient(131.6deg, var(--a-color_dark-purple) 26.49%, var(--a-color_purple) 119.71%);
  border-color: var(--a-color_purple);
  color: var(--a-color_white);
  border: 0.0625rem solid transparent;
  border-radius: 6.875rem;
  outline: none;
}

.m-button--purple.hover,
.m-button--purple:hover {
  opacity: 0.7;
}

.m-button--purple.active,
.m-button--purple:active {
  outline: none;
}

.m-button--purple.focus,
.m-button--purple:focus {
  outline: none;
}

.m-button--purple-clear {
  background-color: transparent;
  border-color: var(--a-color_dark-purple);
}

.m-button--purple-clear:hover {
  background: linear-gradient(131.6deg, var(--a-color_dark-purple) 26.49%, var(--a-color_purple) 119.71%);
}

.m-button--blue {
  background: linear-gradient(131.6deg, #1c3e70 26.49%, #3aa2dd 119.71%);
  color: var(--a-color_white);
  border: 0.0625rem solid transparent;
  border-radius: 6.875rem;
  outline: none;
}

.m-button--blue.hover,
.m-button--blue:hover {
  opacity: 0.7;
}

.m-button--blue.active,
.m-button--blue:active {
  outline: none;
}

.m-button--blue.focus,
.m-button--blue:focus {
  outline: none;
}

.m-button--white-clear {
  background-color: transparent;
  border-color: var(--a-color_white);
}

.m-button--white-clear:hover {
  border-color: var(--a-color_purple);
}

.m-button--clear {
  color: var(--a-color_text);
  border: 0.0625rem solid transparent;
  background-color: transparent;
}

.m-button--clear.hover,
.m-button--clear:hover {
  background-color: transparent;
}

.m-button--clear.focus,
.m-button--clear:focus {
  color: var(--a-color_link);
  background-color: transparent;
  border-color: currentColor;
}

.m-button--clear.active,
.m-button--clear:active {
  color: var(--a-color_link);
  background-color: transparent;
  border-color: currentColor;
}

.m-button.disabled,
.m-button:disabled {
  cursor: default;
  color: var(--a-color_active);
  background-color: var(--a-color_disabled);
  border-color: transparent;
}

.m-button__icon-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.m-button__icon-wrap svg {
  width: 1.125rem;
  height: 1.125rem;
}

.m-article-card__image {
  margin-bottom: 1.25rem;
}

.m-article-card__image img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.m-article-card__title {
  margin-bottom: 0.9375rem;
  font-weight: 700;
}

.m-article-card__text {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 2.125rem;
  color: var(--a-color_gray);
}

.m-article-card__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1875rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_374_4132)'%3E%3Cpath d='M0 10.5955C0 5.83162 2.25258 2.38193 6.43477 0L7.84265 2.29978C4.81988 4.27925 3.27122 6.3655 3.27122 9.79876L3.98343 13.7577L1.49896 10.7187C1.78538 10.3882 2.14156 10.1242 2.54227 9.94532C2.94299 9.76648 3.37844 9.67718 3.81781 9.68376C4.23108 9.65658 4.64556 9.7144 5.03525 9.85358C5.42494 9.99276 5.78142 10.2103 6.08235 10.4926C6.38327 10.7748 6.62215 11.1157 6.78398 11.4938C6.9458 11.8719 7.0271 12.2792 7.02277 12.6899C7.05596 13.1207 6.99668 13.5535 6.84884 13.9599C6.701 14.3662 6.46795 14.7368 6.16508 15.0473C5.86221 15.3578 5.49641 15.601 5.0918 15.761C4.68719 15.921 4.25297 15.994 3.81781 15.9753C1.40787 16 0 14.0534 0 10.5955Z' fill='%23DD3A99'/%3E%3Cpath d='M10.832 10.5955C10.832 5.83162 13.0846 2.38193 17.2585 0L18.6664 2.29979C15.6519 4.27925 14.1033 6.3655 14.1033 9.79876L14.8072 13.7577L12.3227 10.7187C12.6088 10.3877 12.9649 10.1234 13.3657 9.94452C13.7665 9.76564 14.2021 9.67661 14.6415 9.68376C15.0542 9.65776 15.4677 9.71646 15.8564 9.85616C16.2451 9.99587 16.6006 10.2136 16.9006 10.4957C17.2006 10.7779 17.4388 11.1184 17.6001 11.4959C17.7614 11.8734 17.8425 12.2799 17.8382 12.6899C17.8713 13.1199 17.8123 13.552 17.6649 13.9578C17.5175 14.3636 17.2852 14.7338 16.9833 15.0441C16.6813 15.3545 16.3166 15.5979 15.913 15.7584C15.5093 15.9189 15.076 15.9928 14.6415 15.9753C12.2399 16 10.832 14.0534 10.832 10.5955Z' fill='%23DD3A99'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_374_4132'%3E%3Crect width='18.6667' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
}

.m-article-card__info {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-style: italic;
}

.m-article-card__author {
  font-weight: 500;
  color: var(--a-color_purple);
}

.m-article-card__date {
  font-weight: 300;
  color: var(--a-color_gray);
}

.m-program-card {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  height: 10.75rem;
  border-radius: 0.625rem;
  transition: 0.5s;
}

.m-program-card:hover {
  opacity: 0.8;
}

.m-program-card__image {
  position: relative;
  margin-bottom: 1.25rem;
}

.m-program-card__image img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
}

.m-program-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: rgba(11, 1, 10, 0.6);
}

.m-program-card__info {
  width: 100%;
  padding: 0.75rem 0.9375rem;
}

.m-program-card__title {
  max-width: 70%;
  margin-bottom: 0.3125rem;
  font-weight: 700;
  text-align: left;
}

.m-program-card__price {
  text-align: left;
}

.m-program-card__time {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  font-size: 0.625rem;
  text-align: center;
  border-radius: 100%;
  background-color: var(--a-color_dark-purple);
  flex-wrap: wrap;
}

.m-program-card__time span {
  display: block;
  font-size: 0.5rem;
}

.m-breadcrumbs {
  z-index: 1;
  position: relative;
  padding: 1.25rem var(--layout-h-padding);
}

.m-breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
}

.m-breadcrumbs__item:not(:last-child):after {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  color: var(--a-color_gray);
  content: "/";
}

.m-breadcrumbs__item:not(:last-child):hover {
  opacity: 0.8;
}

.m-breadcrumbs__link {
  cursor: pointer;
  color: var(--a-color_gray);
  transition: 0.5s;
}

.m-breadcrumbs__link:hover {
  opacity: 0.8;
}

.m-breadcrumbs__link-current {
  color: var(--a-color_purple);
}

.m-breadcrumbs__list {
  padding: 0;
  list-style-type: none;
}

.m-rental-card {
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.07);
}

.m-rental-card__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}

.m-rental-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}

.m-rental-card__image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-rental-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.m-rental-card__title {
  margin-bottom: 1.875rem;
}

.m-rental-card__text {
  color: var(--a-color_gray);
}

.m-rental-card__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.m-rental-card__info {
  margin-bottom: 1.875rem;
  margin-left: 1.125rem;
  list-style: none;
}

.m-rental-card__info li {
  position: relative;
}

.m-rental-card__info li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.m-rental-card__info li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -1.125rem;
  padding-right: -1.125rem;
  border: 0.0625rem solid #dd3a99;
  border-radius: 100%;
  transform: translateY(-50%);
  content: "";
}

.m-rental-card__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
}

.m-rental-card__price {
  font-weight: 700;
  color: var(--a-color_purple);
}

.m-girl-card {
  cursor: pointer;
}

.m-girl-card:hover .m-girl-card__overlay {
  opacity: 0;
}

.m-girl-card__top {
  overflow: hidden;
  position: relative;
  border-radius: 0.375rem;
}

.m-girl-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150.62deg, rgba(38, 114, 185, 0.2) 0.6%, rgba(121, 47, 24, 0.2) 100%);
  transition: 0.5s;
  background-blend-mode: exclusion;
  content: "";
}

.m-girl-card__image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  object-fit: cover;
}

.m-girl-card__shift {
  overflow: hidden;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  width: 100%;
  height: 1.5rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
  background: linear-gradient(131.6deg, rgba(111, 28, 112, 0.9) 26.49%, rgba(221, 58, 153, 0.9) 119.71%);
}

.m-girl-card__icons {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.m-girl-card__photos {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.m-girl-card__photos svg {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
  fill: rgba(255, 255, 255, 0.4);
}

.m-girl-card__photos-count {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

.m-girl-card__hot svg,
.m-girl-card__new svg {
  width: 1rem;
  height: 1rem;
}

.m-girl-card__name {
  padding: 0.75rem 0;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.07);
}

.m-girl-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
}

.m-girl-card__info-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
}

.m-girl-card__info-value {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  text-align: center;
}

.m-girl-card__info-desc {
  display: none;
}

.m-infoblock__title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.m-infoblock__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.m-infoblock__text h3 p:not(:last-child),
.m-infoblock__text h3 p:not(:last-child),
.m-infoblock__text h4 p:not(:last-child),
.m-infoblock__text h5 p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.m-related-card {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  height: 10.75rem;
  border-radius: 0.625rem;
  transition: 0.5s;
}

.m-related-card:hover {
  opacity: 0.8;
}

.m-related-card__image {
  position: relative;
}

.m-related-card__image img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.m-related-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.m-related-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem 0.9375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--a-color_gray);
  background: rgba(var(--a-color_dark), 0.4);
  transition: all 0.4s ease;
}

.header.is-active {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 4.1875rem;
  visibility: visible;
  background-image: url(../img/bg/bg-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--a-color_dark);
}

.header.is-active .header__left {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 4.375rem;
}

.header.is-active .header__wrapper {
  justify-content: flex-start;
  height: 100%;
  flex-direction: column;
}

.header.is-active .header__logo {
  display: none;
}

.header.is-active .header__contact {
  display: block;
}

.header.is-active .header__right {
  width: 100%;
  flex-direction: column;
  gap: 7.5rem;
}

.header.is-active .header__menu {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  gap: 2.1875rem;
}

.header.is-active .header__langs {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header.is-active .header__navbar-button {
  display: none;
}

.header.is-active .header__navbar-close {
  display: block;
}

.header.is-active .header__contact {
  position: absolute;
  top: 1.25rem;
  left: 1.5625rem;
}

.header.is-active .header__without-intimacy {
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  margin-right: 15px;
}

.header__without-intimacy {
  margin-right: 15px;
}


.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1336px;
  margin: 0 auto;
  padding: 1.25rem 1.5625rem;
}

.header__logo {
  flex: none;
}

.header__logo img {
  width: 3.3125rem;
  height: auto;
}

.header__without-intimacy img {
  width: 5.0625rem;
  height: auto;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.625rem;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.header__mobile-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}

.header__navbar {
  border: 0;
  background-color: transparent;
}

.header__navbar-close {
  display: none;
}

.header__menu {
  display: none;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.625rem;
}

.header__menu-item {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: var(--a-color_white);
  transition: 0.5s;
}

.header__menu-item.--sub {
  cursor: pointer;
  position: relative;
}

.header__menu-item.--sub a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.header__menu-item.--sub a svg {
  width: 0.625rem;
}

.header__menu-item.--sub ul {
  padding: 1.875rem 0.625rem 0.625rem;
  list-style: none;
}

.header__menu-item.--sub ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.header__menu-item.--sub ul li a {
  display: block;
  white-space: nowrap;
}

.header__menu-item.--sub ul li a:hover {
  color: white;
}

.header__menu-item.--sub:hover ul {
  left: -0.9375rem;
  opacity: 1;
}

.header__menu-item:hover {
  color: var(--a-color_purple);
}

.header__menu-item svg {
  display: none;
}

.header__langs {
  display: none;
  align-items: center;
  transition: 0.5s;
  gap: 1.25rem;
}

.header__langs:hover {
  opacity: 0.7;
}

.header__langs a {
  color: var(--a-color_gray);
}

.header__langs a:hover {
  color: var(--a-color_white);
}

.header__langs span {
  color: var(--a-color_white);
}

.header__langs span::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 1rem;
  height: 0.125rem;
  content: " ";
  background-color: var(--a-color_purple);
}

.header__lang {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.6875rem;
  text-transform: uppercase;
}

.header__lang:first-child::before {
  position: absolute;
  top: 50%;
  right: -0.625rem;
  width: 0.0625rem;
  height: 1rem;
  transform: translateY(-50%);
  content: " ";
  background-color: rgba(255, 255, 255, 0.2);
}

.header__contact {
  display: none;
}

.header__phone {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9375rem;
  color: var(--a-color_white);
}

.header__phone-text {
  font-size: 0.75rem;
  line-height: 0.6875rem;
}

.header--fixed {
  position: fixed;
  background: var(--a-color_dark);
  animation: showHeader 0.6s ease-in-out;
}

@keyframes showHeader {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.footer {
  color: var(--a-color_gray);
  background: var(--a-color_dark);
}

.footer__wrapper {
  position: relative;
  display: grid;
  padding: 1.875rem 1.5625rem 4.875rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}

.footer__logo img {
  width: 5.625rem;
  height: auto;
}

.footer__sitemap {
  cursor: pointer;
  transition: 0.5s;
}

.footer__sitemap:hover {
  color: var(--a-color_white);
}

.footer__address {
  margin-bottom: 1.25rem;
}

.footer__phones {
  display: flex;
  margin-bottom: 1.25rem;
  flex-direction: column;
}

.footer__phone {
  cursor: pointer;
  transition: 0.5s;
}

.footer__phone:hover {
  color: var(--a-color_white);
}

.footer__menu li a {
  cursor: pointer;
  transition: 0.5s;
}

.footer__menu li a:hover {
  color: var(--a-color_white);
}

.s-reviews-block {
  position: relative;
  background: radial-gradient(52.35% 52.35% at 50% 50%, rgba(221, 58, 153, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.s-reviews-block__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}

.s-reviews-block__links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.s-reviews-block__links img {
  width: 100%;
  height: auto;
}

.s-reviews-block .ya-review {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40rem;
  margin: 0 auto;
}

.s-reviews-block .ya-review iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 37.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.625rem;
}

.s-contacts-block {
  background: linear-gradient(131.6deg, #6f1c70 26.49%, #dd3a99 119.71%);
}

.s-contacts-block .l-section__inner {
  padding: 0;
}

.s-contacts-block__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.s-contacts-block__infoblock {
  padding: 3.125rem 0;
  text-align: center;
}

.s-contacts-block__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  gap: 1.875rem;
}

.s-contacts-block__tab {
  cursor: pointer;
  position: relative;
  height: min-content;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  border: 0;
  background-color: transparent;
}

.s-contacts-block__tab:hover {
  color: var(--a-color_white);
}

.s-contacts-block__tab.is-active {
  color: var(--a-color_white);
}

.s-contacts-block__tab.is-active::before {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}

.s-contacts-block__item {
  font-size: 0.875rem;
  line-height: 2.25rem;
}

.s-contacts-block__button {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: 1.875rem;
  border-radius: 100%;
  white-space: nowrap;
}

.s-contacts-block__content {
  display: none;
  min-height: 21.25rem;
  background-size: cover;
}

.s-contacts-block__content iframe {
  height: auto;
}

.s-contacts-block__content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-contacts-block__content.is-active {
  display: flex;
}

@media (min-width: 120px) {
  .header__right {
    gap: 1.5625rem;
  }
}

@media (min-width: 375px) {
  .m-related-card {
    height: 12.5rem;
  }
}

@media (min-width: 575px) {
  .swiper .swiper-pagination-bullet {
    max-width: 6.875rem;
  }

  .m-rental-card__image-wrap {
    height: 15rem;
  }

  .m-girl-card__top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .m-girl-card__image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .m-girl-card__shift {
    height: 1.875rem;
    font-size: 0.625rem;
  }

  .m-girl-card__icons {
    top: 0.9375rem;
    right: 0.9375rem;
  }

  .m-girl-card__photos svg {
    width: 1.4375rem;
    height: 1.25rem;
  }

  .m-girl-card__hot svg,
  .m-girl-card__new svg {
    width: 1.4375rem;
    height: 1.4375rem;
  }

  .m-girl-card__content {
    margin-top: -0.3125rem;
    padding: 0 0.9375rem 0.9375rem;
    border: 0.0625rem solid rgba(221, 58, 153, 0.15);
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .m-girl-card__name {
    padding: 1rem 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .m-girl-card__info {
    padding-top: 0.875rem;
  }

  .m-girl-card__info-col {
    gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --layout-h-padding: 1.875rem;
    --layout-v-padding: 2rem;
  }

  h1,
  .a-font_h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2,
  .a-font_h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  h3,
  .a-font_h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .a-font_text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .a-font_m {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .a-font_xs {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .a-font_s {
    font-size: 0.75rem;
    line-height: 2.25rem;
  }

  .a-font_button {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .m-certificate-card__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.8125rem;
  }

  .m-certificate-card__image img {
    border-radius: 1.25rem;
  }

  .m-certificate-card__title {
    margin-bottom: 1.25rem;
  }

  .m-certificate-card__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .m-certificate-card__info {
    margin-bottom: 0.9375rem;
  }

  .m-certificate-card__info-icon svg {
    width: 1rem;
    height: 0.5625rem;
  }

  .m-certificate-card__info-content ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .m-certificate-card__order {
    justify-content: flex-start;
    gap: 3.125rem;
  }

  .m-article-card__image {
    margin-bottom: 1.875rem;
  }

  .m-article-card__image img {
    border-radius: 1.25rem;
  }

  .m-article-card__title {
    margin-bottom: 1.25rem;
  }

  .m-breadcrumbs {
    padding: 2.5rem var(--layout-h-padding);
  }

  .m-rental-card__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.8125rem;
  }

  .m-rental-card__image-wrap {
    height: 13.75rem;
  }

  .m-rental-card__image-wrap {
    height: 25rem;
  }

  .m-rental-card__title {
    margin-bottom: 1.25rem;
  }

  .m-rental-card__info li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .m-rental-card__more {
    justify-content: flex-start;
    gap: 3.125rem;
  }

  .m-girl-card__info-desc {
    display: block;
  }

  .m-related-card {
    height: 13.75rem;
  }

  .m-related-card__title {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .header__mobile-right {
    gap: 1.5625rem;
  }

  .header__menu {
    gap: 0.9375rem;
  }

  .header__menu-item svg {
    display: block;
  }

  .header__menu-item span {
    display: none;
  }

  .footer__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__logo img {
    width: 7.5rem;
  }

  .footer__title {
    display: none;
  }

  .s-contacts-block__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-contacts-block__infoblock {
    padding: 5.625rem 0;
    text-align: left;
  }

  .s-contacts-block__tabs {
    justify-content: flex-start;
    margin-bottom: 3.125rem;
    gap: 3.125rem;
  }

  .s-contacts-block__tab {
    font-size: 2.25rem;
  }

  .s-contacts-block__item {
    font-size: 1.125rem;
  }

  .s-contacts-block__button {
    width: 8.125rem;
    height: 8.125rem !important;
    margin-top: 3.125rem;
  }

  .s-contacts-block__content {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .s-reviews-block .ya-review iframe {
    margin: 0 auto;
  }
}

@media (min-width: 991px) {
  .s-reviews-block__link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid rgba(121, 31, 116, 0.5);
    border-radius: 100%;
    transition: 0.5s;
  }

  .s-reviews-block__link--zoon {
    top: 12.5rem;
    left: 1.875rem;
    width: 10rem;
    height: 10rem;
  }

  .s-reviews-block__link--zoon img {
    max-width: 7.25rem;
  }

  .s-reviews-block__link--google {
    top: 0.625rem;
    right: 3.75rem;
    width: 12.5rem;
    height: 12.5rem;
  }

  .s-reviews-block__link--google img {
    max-width: 7.75rem;
  }

  .s-reviews-block__link:hover {
    border: 1px solid var(--a-color_purple);
  }
}

@media (min-width: 992px) {
  .swiper .swiper-pagination {
    margin: 1.5rem 0 0;
  }

  .swiper .swiper-pagination-bullet {
    max-width: 12.5rem;
  }

  .sticky-telegram img {
    width: 4rem;
    height: 4rem;
  }

  .m-program-card__image {
    margin-bottom: 1.875rem;
  }

  .m-program-card__info {
    padding: 1.875rem;
  }

  .m-program-card__title {
    margin-bottom: 0.5rem;
  }

  .m-program-card__time {
    right: 1.875rem;
    bottom: 1.875rem;
    width: 2.625rem;
    height: 2.625rem;
  }

  .m-program-card__time span {
    font-size: 0.625rem;
  }

  .m-rental-card__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .m-infoblock__title {
    margin-bottom: 1.875rem;
  }

  .m-infoblock__text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .m-infoblock__text h3 p:not(:last-child),
  .m-infoblock__text h3 p:not(:last-child),
  .m-infoblock__text h4 p:not(:last-child),
  .m-infoblock__text h5 p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .header__left {
    width: auto;
    gap: 0.9375rem;
  }

  .header__navbar {
    display: none;
  }

  .header__menu {
    display: flex;
  }

  .header__menu-item.--sub ul {
    position: absolute;
    left: -9999px;
    padding: 0.75rem 1rem;
    background: var(--a-color_dark);
    opacity: 0;
    animation: showHeader 0.6s ease-in-out;
  }

  .header__menu-item.--sub ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .header__langs {
    display: flex;
  }

  .header__langs {
    display: flex;
  }

  .header__contact {
    display: block;
    white-space: nowrap;
  }

  .header__phone {
    margin-bottom: 0.625rem;
    font-size: 0.7rem;
    line-height: 0.6875rem;
  }

  .header__phone-text {
    font-size: 0.625rem;
    line-height: 0.625rem;
  }

  .s-reviews-block__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-reviews-block .ya-review {
    width: 28.125rem;
  }
}

@media screen and (min-width: 992px) {
  .m-button--small {
    height: 2.75rem;
    padding: 0 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .m-button--medium {
    height: 3.375rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

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

  .fancybox__slide {
    padding: 64px 100px;
  }

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

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

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --layout-h-padding: 4.375rem;
    --layout-v-padding: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .l-section {
    margin: var(--a-padding--x10) 0;
  }

  .l-section__inner {
    padding: var(--layout-v-padding) 0;
  }

  .l-section__pagetitle {
    margin-bottom: 3.75rem;
  }

  .l-section__headline {
    margin-bottom: 3.75rem;
  }

  .l-section__headline .l-section__pagetitle {
    margin-bottom: 0;
  }

  .l-section__subtitle {
    margin-bottom: 3.75rem;
  }

  .l-section__title {
    margin-bottom: 4rem;
  }

  .m-certificate-card__wrap {
    gap: 0 5.625rem;
  }

  .m-rental-card__wrap {
    gap: 0 5.625rem;
  }

  .header__logo img {
    width: 5rem;
  }

  .header__without-intimacy img {
    width: 7.1875rem;
  }

  .header__menu {
    gap: 1.25rem;
  }

  .header__menu-item {
    font-size: 0.6875rem;
  }

  .footer__wrapper {
    gap: 5.9375rem;
  }
}

@media (min-width: 1440px) {
  .swiper .swiper-pagination-bullet {
    max-width: 15rem;
  }

  .header__left {
    gap: 2.1875rem;
  }

  .header__right {
    gap: 2.2rem;
  }

  .header__menu {
    gap: 1.875rem;
  }
}

@media (max-width: 991px) {
  .s-reviews-block__links img {
    max-height: 3.875rem;
  }
}

@media (max-width: 767px) {
  .footer__col:nth-child(2) {
    display: none;
  }

  .footer__copyright {
    position: absolute;
    bottom: 1.875rem;
  }

  .footer__address-text {
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: var(--a-color_white);
  }

  .footer__phone {
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: var(--a-color_white);
  }
}

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

@media (max-width: 574px) {
  .m-girl-card__shift {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}

@media screen {
  .px-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .pt-0 {
    padding-top: 0;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mt-0 {
    margin-top: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-logo {
    background-size: 300px 70px;
    background-image: url("../img/sprite@2x.png");
  }
}
/*# sourceMappingURL=maps/main.css.map */
