@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --w-container: 117rem;
  --z-above-header: 103;
  --z-burger: 102;
  --z-header: 100;
  --z-main: 99;
  --z-footer: 100;
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 991px) {
  :root {
    --p-container: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}

:root {
  --c-primary: #ED7844;
  --c-primary-dark: #EC713B;
  --c-primary-shadow: #CF5C59;
  --gradient-primary: radial-gradient(46.8% 50% at 58.93% 50%, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  --c-secondary: #3B99FF;
  --gradient-secondary: linear-gradient(164deg, #6AC0FF 1.46%, #086FFF 102.79%);
  --fg-regular: #3A3A3A;
  --fg-second: #68696B;
  --fg-third: #9c9c9c;
  --fg-caption: #b3b4b5;
  --fg-on: #fff;
  --bg-app: #F7F7F9;
  --bg-section-light: #fff;
  --bg-card: #fff;
  --bg-card-dark: #383838;
  --c-error: #FF3b30;
  --c-success: #34C759;
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("../resources/fonts/museo-sans/museo-sans-cyrl-300.woff2") format("woff2"), url("../resources/fonts/museo-sans/museo-sans-cyrl-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../resources/fonts/museo-sans/museo-sans-cyrl-500.woff2") format("woff2"), url("../resources/fonts/museo-sans/museo-sans-cyrl-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../resources/fonts/museo-sans/museo-sans-cyrl-700.woff2") format("woff2"), url("../resources/fonts/museo-sans/museo-sans-cyrl-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url("../resources/fonts/museo-sans/museo-sans-cyrl-900.woff2") format("woff2"), url("../resources/fonts/museo-sans/museo-sans-cyrl-900.woff") format("woff");
  font-display: swap;
}
:root {
  --ff-regular: "Museo Sans", sans-serif;
  --ff-title: "Museo Sans", sans-serif;
  --fz-regular: 1.5rem;
  --fz-title: 4.5rem;
}
@media (max-width: 1099px) {
  :root {
    --fz-title: 4.5rem;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-regular: 1rem;
    --fz-title: 2.5rem;
  }
}
/*
    1. Use a more-intuitive box-sizing model.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

/*
    3. Allow percentage-based heights in the application
*/
html,
body {
  width: 100%;
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  color: inherit;
  cursor: pointer;
  background: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img,
svg {
  object-fit: contain;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

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

fieldset {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
  background-color: var(--bg-app);
}
@media (max-width: 1439px) {
  html {
    --fz-modifier: 0.6949267;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.763894;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

body {
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  font-weight: 400;
  line-height: 145%;
  background: inherit;
  overscroll-behavior: none;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.wrapper > .content {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.container {
  max-width: calc(var(--w-container) + 2 * var(--p-container));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}

@media (max-width: 1099px) {
  .main {
    margin-top: auto;
  }
}

.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  padding-top: 4px;
  position: absolute;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}

.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active, .datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #b8b8b8;
  color: #363636;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #474747;
  color: #363636;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .next-button, .datepicker-controls .prev-button {
  flex: 0 0 14.2857142857%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.datepicker-controls .next-button.disabled, .datepicker-controls .prev-button.disabled {
  visibility: hidden;
}

.datepicker-grid, .datepicker-view {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex: auto;
  flex-wrap: wrap;
}

.datepicker .days {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex: 0 0 9.6774193548%;
  flex-direction: column;
}

.datepicker .weeks {
  align-items: stretch;
  display: flex;
  flex: auto;
  flex-direction: column;
}

.datepicker span {
  -webkit-touch-callout: none;
  align-items: center;
  border-radius: 4px;
  cursor: default;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: 0.75rem;
}

.datepicker .days .dow, .datepicker-cell {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected, .datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: #b8b8b8;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(39, 107, 218, 0.2);
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  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");
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

.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 {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  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-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;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.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 {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.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 {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.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-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

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

.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%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

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

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

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

.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-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

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

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

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

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

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  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 {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

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

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

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

.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 {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

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

.swiper-flip {
  overflow: visible;
}

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

.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 {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.js_use-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.js_use-bg > * {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
  object-fit: cover;
}

.text-bold {
  font-weight: 700;
}

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

.text-colored {
  color: var(--c-primary);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.section {
  font-size: 1rem;
  padding-top: 10em;
  padding-bottom: 10em;
}
@media (max-width: 991px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.section-title {
  font-weight: 900;
  font-size: 4.5em;
  text-align: center;
  margin-bottom: 1.37em;
  text-transform: uppercase;
  line-height: initial;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2.5em;
    margin-bottom: 0.8em;
    margin-top: 0;
  }
}

.section-title strong {
  border-radius: 9999px;
  background: linear-gradient(0deg, #4CA7FF 0%, #4CA7FF 100%), #D9D9D9;
  box-shadow: 0px 6.05667px 21.19836px 0px rgba(255, 255, 255, 0.25) inset;
  font-size: 0.55em;
  padding-top: 0.43em;
  padding-bottom: 0.43em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.section__buttons {
  display: flex;
  justify-content: center;
}

.bayan {
  overflow: hidden;
  transition: all 0.4s;
  --toggler-line-width: 100%;
  --toggler-line-height: 0.4rem;
  --closer-width: 3rem;
  --closer-height: 3rem;
}
@media (max-width: 991px) {
  .bayan {
    --closer-width: 1.6rem;
    --closer-height: 1.6rem;
    --toggler-line-height: 0.2rem;
  }
}

.bayan__top {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.bayan__bottom {
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  display: grid;
}

.bayan__bottom > * {
  min-height: 0;
  transition: var(--tr-regular);
}

.bayan:not(.bayan--opened) .bayan__bottom > * {
  padding-top: 0;
  padding-bottom: 0;
}

.bayan__bottom--absolute {
  position: absolute;
}

.bayan--opened > .bayan__bottom {
  opacity: 1;
  grid-template-rows: 1fr;
}

.bayan__toggler {
  position: relative;
  width: var(--closer-width, 3rem);
  min-width: var(--closer-width, 3rem);
  height: var(--closer-height, 3rem);
  transition: var(--tr);
  transform-origin: center;
}

.bayan__toggler:before,
.bayan__toggler:after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--toggler-color, #000);
  transition: var(--tr);
  border-radius: 2rem;
}

.bayan__toggler:before {
  width: var(--toggler-line-width, 40%);
  min-width: var(--toggler-line-width, 40%);
  height: var(--toggler-line-height, 0.2rem);
}

.bayan__toggler:after {
  width: var(--toggler-line-height, 0.2rem);
  min-width: var(--toggler-line-height, 0.2rem);
  height: var(--toggler-line-width, 40%);
}

.bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan__toggler:after {
  transform: translate(-50%, -60%);
}

.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -60%) rotate(45deg);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -62%) rotate(90deg);
}

.bayan--toggler-triangle .bayan__toggler {
  transform-origin: center;
}

.bayan--toggler-triangle .bayan__toggler::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #000 transparent transparent transparent;
  transform: none;
  background: transparent;
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan__toggler::before {
    border-width: 1.5rem 0.9rem 0px 0.9rem;
  }
}

.bayan--toggler-triangle .bayan__toggler::after {
  display: none;
}

.bayan--opened > .bayan__top .bayan__toggler {
  transform: rotate(180deg);
}

.bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
  top: 0.7rem;
}
@media (max-width: 449px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    top: -1.3rem;
  }
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    left: 1.4rem;
    top: 2.2rem;
  }
}

.swiper-button-prev {
  margin-top: unset;
  position: static;
  width: initial;
  height: initial;
  line-height: unset;
}

.swiper-button-next {
  margin-top: unset;
  position: static;
  width: initial;
  height: initial;
  line-height: unset;
}

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

.b_swiper__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.wysiwyg {
  --wysiwyg-fz: 1rem;
  --accent: var(--c-secondary);
  --fg: var(--fg-regular);
  --fw-regular: 300;
  --fw-title: 700;
  --lh-regular: 1.4;
  --ls-regular: -0.8px;
  --bg-marker-ul: var(--fg);
  --size-marker-ul: 0.2em;
  --top-marker-ul: 0.5em;
  --left-marker-ul: -0.85em;
  --fz-ul: 2em;
  --lh-ul: 1.25;
  --ls-ul: var(--ls-regular);
  --margin-bottom-ul: 2em;
  --padding-left-ul: 1.55em;
  --margin-bottom-li: 0.2em;
  --fz-p: 2em;
  --lh-p: var(--lh-regular);
  --ls-p: var(--ls-regular);
  --margin-top-p: 1em;
  --margin-bottom-p: 1em;
  --fz-a: var(--fz-p);
  --fz-h1: 5.5em;
  --lh-h1: 1;
  --margin-top-h1: 0.72em;
  --margin-bottom-h1: 0.36em;
  --fz-h2: 5.5em;
  --lh-h2: 1;
  --margin-top-h2: 0.72em;
  --margin-bottom-h2: 0.36em;
  --fz-h3: 4.4em;
  --lh-h3: 1;
  --margin-top-h3: 0.9em;
  --margin-bottom-h3: 0.45em;
  --fz-h4: 3.5em;
  --lh-h4: 1;
  --margin-top-h4: 1.14em;
  --margin-bottom-h4: 0.57em;
  --fz-h5: 2.8em;
  --lh-h5: 1;
  --margin-top-h5: 1.42em;
  --margin-bottom-h5: 0.71em;
  --fz-h6: 2.0em;
  --lh-h6: 1;
  --margin-top-h6: 1em;
  --margin-bottom-h6: 1em;
  font-size: var(--wysiwyg-fz);
  font-weight: var(--fw-regular);
  color: var(--fg-text);
  line-height: var(--lh-regular);
  /* Стили для цитат */
  /* Стили для таблиц */
  /* Стили для кода */
  /* Дополнительные стили, которые могут понадобиться */
}
@media (max-width: 991px) {
  .wysiwyg {
    --ls-regular: -0.48px;
  }
}
@media (max-width: 991px) {
  .wysiwyg {
    --fz-ul: 1.2em;
    --top-marker-ul: 0.3em;
    --left-marker-ul: -0.85em;
  }
}
@media (max-width: 991px) {
  .wysiwyg {
    --fz-p: 1.2em;
    --margin-bottom-p: 1.4em;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: var(--fw-title);
  color: var(--fg);
}
.wysiwyg h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1);
  margin-top: var(--margin-top-h1);
  margin-bottom: var(--margin-bottom-h1);
}
.wysiwyg h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2);
  margin-top: var(--margin-top-h2);
  margin-bottom: var(--margin-bottom-h2);
}
.wysiwyg h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-h3);
  margin-top: var(--margin-top-h3);
  margin-bottom: var(--margin-bottom-h3);
}
.wysiwyg h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4);
  margin-top: var(--margin-top-h4);
  margin-bottom: var(--margin-bottom-h4);
}
.wysiwyg h5 {
  font-size: var(--fz-h5);
  line-height: var(--lh-h5);
  margin-top: var(--margin-top-h5);
  margin-bottom: var(--margin-bottom-h5);
}
.wysiwyg h6 {
  font-size: var(--fz-h6);
  line-height: var(--lh-h6);
  margin-top: var(--margin-top-h6);
  margin-bottom: var(--margin-bottom-h6);
}
.wysiwyg p {
  font-size: var(--fz-p);
  line-height: var(--lh-p);
  letter-spacing: var(--ls-p);
  margin-top: var(--margin-top-p);
  margin-bottom: var(--margin-bottom-p);
}
.wysiwyg p + h1,
.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4,
.wysiwyg p + h5,
.wysiwyg p + h6 {
  margin-top: 1.5em;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  color: var(--accent);
  text-decoration: none;
  --border-color: var(--accent);
  font-size: var(--fz-a);
  background-image: linear-gradient(to bottom, var(--border-color) 0, var(--border-color) 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 0.1rem 0.1rem;
  text-decoration: none;
}
.wysiwyg blockquote {
  margin: 1.4em 0;
  padding: 1.5em 3em;
  font-size: var(--fz-p);
  border-left: 0.2rem solid var(--fg);
}
@media (max-width: 575px) {
  .wysiwyg blockquote {
    padding: 1.5em 1em;
    border-left: 0.5rem solid var(--fg);
  }
}
.wysiwyg blockquote *:first-child {
  margin-top: 0;
}
.wysiwyg img {
  width: 100%;
  display: block;
  margin-bottom: 7.2rem;
}
@media (max-width: 575px) {
  .wysiwyg img {
    margin-bottom: 3.5rem;
  }
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.wysiwyg th,
.wysiwyg td {
  padding: 0.5em;
  border-bottom: 1px solid #f8f8f8;
}
.wysiwyg pre {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  padding: 0.5em;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  overflow-x: auto;
  font-family: monospace;
}
.wysiwyg code {
  font-family: monospace;
  color: #333;
  background-color: #f8f8f8;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: var(--margin-bottom-ul);
  padding-left: var(--padding-left-ul);
  font-size: var(--fz-ul);
  line-height: var(--lh-ul);
  letter-spacing: var(--ls-ul);
}
.wysiwyg p + ul,
.wysiwyg p + ol {
  margin-top: calc(0px - (var(--margin-bottom-p) / 3.5));
}
.wysiwyg ol li,
.wysiwyg ul li {
  list-style: none;
  position: relative;
}
.wysiwyg ol {
  counter-reset: ol;
}
.wysiwyg ol > li {
  counter-increment: ol;
  list-style: none;
  position: relative;
}
.wysiwyg ol > li::before {
  content: counter(ol) ")";
  position: absolute;
  left: calc(0px - var(--list-gap));
  font-weight: 700;
}
.wysiwyg li {
  list-style: initial;
  margin-bottom: var(--margin-bottom-li);
}
.wysiwyg li:last-child {
  margin-bottom: 0;
}
.wysiwyg ol ul li {
  list-style: initial;
}
.wysiwyg button {
  margin-bottom: 3rem;
}
.wysiwyg img {
  margin-bottom: 3rem;
}
.wysiwyg ol ul li::before,
.wysiwyg ul li::before {
  content: "";
  top: var(--top-marker-ul);
  left: var(--left-marker-ul);
  position: absolute;
  display: block;
  --size: var(--size-marker-ul);
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 9999px;
  background-color: var(--bg-marker-ul);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wysiwyg ul > ul li::before {
  border-radius: 0;
}

.breadcrumbs {
  padding-top: 5rem;
  color: #646464;
  margin-bottom: 1.6rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 120%;
  overflow: hidden;
  width: 100%;
  --mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 0.5rem, rgb(0, 0, 0) 1.8rem, rgb(0, 0, 0) calc(100% - 1.8rem), rgba(0, 0, 0, 0.25) calc(100% - 0.9rem), rgba(0, 0, 0, 0));
  margin-left: -1.6rem;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
  margin-left: var(--p-container);
  max-width: 98%;
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 1.4rem;
    margin-left: 0;
  }
}
@media (max-width: 449px) {
  .breadcrumbs {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.breadcrumbs ~ .main {
  margin-top: -2.8rem;
}
@media (max-width: 449px) {
  .breadcrumbs ~ .main {
    margin-top: 0;
  }
}

.header ~ .breadcrumbs {
  padding-top: 5rem;
}
@media (max-width: 449px) {
  .header ~ .breadcrumbs {
    padding-top: 3rem;
  }
}
@media (max-width: 413px) {
  .header ~ .breadcrumbs {
    margin-bottom: 0;
  }
}

.breadcrumbs__container {
  margin-bottom: -2rem;
  overflow: hidden;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 2rem;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
  margin-left: calc(0px - var(--p-container));
  margin-right: calc(0px - var(--p-container));
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .breadcrumbs__list {
    -webkit-mask-image: var(--mask);
    mask: var(--mask);
  }
}

.breadcrumbs__item {
  white-space: nowrap;
}

.breadcrumbs__item:first-child {
  font-weight: 700;
}

.breadcrumbs__link {
  transition: var(--tr-regular);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: var(--c-second);
  }
}

.breadcrumbs__link:after {
  content: "";
  display: inline-block;
  margin-right: 0.7em;
  margin-left: 0.7em;
  --size: 1em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  -webkit-mask: url("../img/common.crrt/angle-right.svg");
  mask: url("../img/common.crrt/angle-right.svg");
  background-color: #000;
}

/*

    <ul class="pagination">
      <li><a href="#"><</a></li>
      <li class="active">
        <span>1</span>
      </li>
      <li><a href="#">2</a></li>
      <li><a href="#">3</a></li>
      <li><a href="#">4</a></li>
      <li><a href="#">5</a></li>
      <li><a href="#">></a></li>
    </ul>

*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
@media (max-width: 575px) {
  .pagination {
    padding-top: 2.5rem;
  }
}

.pagination li {
  --c-border: #EFEFEF;
  border-radius: 9999px;
  background: transparent;
  border: 0.1rem solid var(--c-border);
  columns: var(--fg-regular);
  font-size: 1.4rem;
  --size: 3.5rem;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  position: relative;
}
@media (max-width: 575px) {
  .pagination li {
    margin-right: 1rem;
  }
}

@media (any-hover: hover) {
  .pagination li:hover {
    border-color: var(--c-second);
  }
}

.pagination li.active {
  --c-border-active: var(--c-secondary);
  color: var(--c-secondary);
  border-color: var(--c-border-active);
  background-color: #fff;
}

.pagination li:first-child {
  margin-left: 0;
  background: #fff;
}

.pagination li:last-child {
  margin-right: 0;
  background: #fff;
}

.pagination a {
  color: inherit;
}

.pagination a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bullet-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1rem;
  padding: 3em 1.4em 3.3em 2.1em;
  background: var(--bg-card-dark);
  border-radius: 2em;
}
@media (max-width: 991px) {
  .bullet-card {
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.bullet-card__media {
  display: flex;
  justify-content: center;
  align-items: center;
  --size: 6.6em;
  --width: var(--size);
  --height: 7.3em;
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  border-radius: 2em;
  border: 0.1em solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(164deg, #6AC0FF 1.46%, #086FFF 102.79%);
  margin-right: 1.2em;
}
@media (max-width: 991px) {
  .bullet-card__media {
    --size: 3.5em;
    --height:var(--size);
    border-radius: 1em;
    margin-bottom: 0.8em;
    margin-right: 0;
  }
}

.bullet-card__pic {
  display: block;
  width: 30%;
  height: 30%;
}
@media (max-width: 991px) {
  .bullet-card__pic {
    width: 50%;
    height: 50%;
  }
}

.bullet-card__img {
  display: block;
  width: 100%;
  height: 100%;
}

.bullet-card__content {
  --fg: var(--fg-on);
  --fz-h3: 2.4em;
  --fz-p: 1.5em;
  --margin-top-p: 0.6em;
}
@media (max-width: 991px) {
  .bullet-card__content {
    --fz-h3: 1.5em;
    --fz-p: 1.4em;
    --margin-top-p: -0.2em;
  }
}

.bullet-card__content p {
  padding-right: 2em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .bullet-card__content p {
    padding-left: 2em;
  }
}

.blog-card {
  --p-top: 2rem;
  --p-inline: 2.5rem;
  --p-bottom: 4.7rem;
  padding: var(--p-top) var(--p-inline) var(--p-bottom);
  border-radius: 2rem;
  background: var(--bg-card);
  box-shadow: 0px 1.4rem 4.4rem 0px rgba(197, 197, 197, 0.25);
}
@media (max-width: 991px) {
  .blog-card {
    border-radius: 1.62rem;
    --p-top: 1.6rem;
    --p-inline: 1.9rem;
    --p-bottom: 2.9rem;
  }
}

.blog__masonry--init .blog-card {
  margin-bottom: 3rem;
  width: 31.5%;
}
@media (max-width: 1439px) {
  .blog__masonry--init .blog-card {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .blog__masonry--init .blog-card {
    width: 100%;
  }
}

.blog-card__media {
  display: block;
  width: auto;
  background-color: var(--c-border);
  border-radius: 1.62rem;
  margin-bottom: 2.1rem;
  position: relative;
  padding-top: 100%;
  margin-top: calc(0px - var(--p-top));
  margin-left: calc(0px - var(--p-inline));
  margin-right: calc(0px - var(--p-inline));
}
@media (max-width: 991px) {
  .blog-card__media {
    margin-bottom: 1rem;
  }
}

.blog-card__pic {
  display: block;
  border: 0.1rem solid var(--c-border);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-card__img {
  object-fit: cover;
  object-position: top;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.blog-card__title {
  --title-fg: var(--fg-regular);
  line-height: 1.2;
  color: var(--fg-regular);
  font-size: 2rem;
  font-family: var(--ff-title);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    line-height: initial;
  }
}

.blog-card__desc {
  color: #36383A;
  font-size: 1.7rem;
  font-family: var(--ff-title);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .blog-card__desc {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.blog-card__more {
  --more-fg: var(--c-secondary);
  --more-icon-color: var(--more-fg);
  color: var(--more-fg);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-card__more {
    font-size: 1.4rem;
  }
}

.blog-card__more-text {
  color: inherit;
  font-size: inherit;
}

.blog-card__more-icon {
  margin-left: 0.3em;
  --size: 0.8em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  --more-icon-color: var(--fg);
}

.faq-card {
  font-size: 1em;
  border: 0.1em solid var(--border-color);
  border-radius: 1em;
  margin-bottom: 2.1em;
  font-family: var(--ff-title);
  --joggler-line-width: 100%;
  --toggler-line-height: 0.2rem;
  --closer-width: 2rem;
  --closer-height: 2rem;
  --toggler-color: #323232;
}
@media (max-width: 991px) {
  .faq-card {
    --closer-width: 1.6rem;
    --closer-height: 1.6rem;
    --toggler-line-height: 0.2rem;
  }
}

.faq-card:last-child {
  margin-bottom: 0;
}

.faq-card.bayan--opened {
  --toggler-color: var(--c-primary);
}

.faq-card__title {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 140%;
  color: var(--fg-card-title);
  transition: var(--tr-regular);
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .faq-card__title {
    font-size: 1.5rem;
  }
}

.bayan--opened .faq-card__title {
  font-weight: 700;
  color: var(--c-secondary);
}

.faq-card__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.2rem;
  padding-left: 2.7rem;
  padding-bottom: 2.9rem;
  padding-right: 3.2rem;
  transition: var(--tr-regular);
}
@media (max-width: 991px) {
  .faq-card__question {
    padding: 1.5rem;
    padding-bottom: 1.6rem;
    align-items: center;
  }
}

.bayan--opened .faq-card__question {
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 991px) {
  .faq-card .bayan__toggler {
    margin-top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.faq-card__answer {
  padding-left: 2.7rem;
  padding-bottom: 2.9rem;
  padding-right: 3.2rem;
  transition: var(--tr-regular);
}
@media (max-width: 413px) {
  .faq-card__answer {
    padding: 1rem 1.5rem 2rem;
  }
}

@media (min-width: 414px) {
  .bayan--opened .faq-card__answer {
    padding-top: 2.5rem;
  }
}

.select {
  /*
  --fg: #87909E;
  --fg-selected: #222;
  --label-color: var(--bg-element);
  --border-color: var(--fg-regular);
  --bg: #f8f8f8;
  --list-bg: #F4F5F6;
  --padding: 2.8rem 4rem 2.8rem 2.2rem ;
  --fz: 2rem;
  --fw: 400;
  --lh: initial;
  --brad: 0;
  */
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .select {
    --padding: 1.55rem 3.1rem 1.55rem 1rem ;
    --fz: 1.6rem;
  }
}

.select--active .select__toggle::before {
  transform: rotate(-180deg);
}

.select__input {
  position: absolute;
  transform: scale(0);
}

.select.is-invalid .select__toggle {
  --fg: var(--c-error);
  border-color: var(--c-error);
}

.select__toggle {
  padding: var(--padding);
  position: relative;
  font-family: var(--ff-regular);
  color: var(--fg);
  font-weight: var(--fw);
  font-size: var(--fz);
  line-height: var(--lh);
  text-align: left;
  background: var(--bg);
  border: 0.1rem solid var(--bg);
  border-radius: var(--brad);
  transition: var(--tr-regular);
}

.select__toggle:focus {
  --border-color: var(--c-accent);
}

.select--active .select__toggle {
  border-radius: var(--brad) var(--brad) 0 0;
}

.select__toggle::before {
  content: "";
  position: absolute;
  right: var(--angle-right);
  top: var(--angle-top);
  display: block;
  width: 0;
  height: 0;
  color: var(--fg);
  border-style: solid;
  border-width: var(--angle-width);
  border-color: var(--angle-color) transparent transparent transparent;
  transition: var(--tr-regular);
  transform-origin: center;
}

.select.is-invalid .select__toggle::before {
  border-top-color: var(--c-error);
}

.select__toggle:focus {
  border-color: var(--c-accent);
}

@media (any-hover: hover) {
  .select__toggle:hover {
    border-color: var(--c-accent);
  }
}

.select__toggle--selected {
  color: var(--fg-selected);
}

.select__list {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  display: grid;
  gap: var(--list-gap);
  border-radius: 0 0 var(--brad) var(--brad);
  background: var(--list-bg);
  opacity: 0;
  visibility: hidden;
  transition: var(--tr-regular);
  transform: translateY(-2rem);
  max-height: 21em;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .select__list {
    gap: 2rem;
  }
}

.select__list::before,
.select__list::after {
  content: "";
  position: sticky;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.select__list::before {
  top: 0;
  background: linear-gradient(to bottom, var(--list-bg) 0%, transparent 100%);
  margin-bottom: -5em;
  height: 2em;
}

.select__list::after {
  bottom: 0;
  border-radius: 0 0 var(--brad) var(--brad);
  background: linear-gradient(to bottom, transparent 0%, var(--list-bg) 100%);
  height: 2em;
}

.select__list li:last-of-type {
  margin-bottom: -5em;
}

.select--active .select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.select__option {
  width: 100%;
  position: relative;
  padding-left: 3rem;
  color: var(--fg-selected);
  font-family: var(--ff-regular);
  font-weight: var(--fw);
  font-size: var(--fz);
  line-height: var(--lh);
  text-align: left;
}

.select__option:focus {
  color: var(--fg-selected);
}

@media (any-hover: hover) {
  .select__option:hover {
    color: var(--fg-selected);
  }
}

.select__option::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 1em;
  display: block;
  margin-right: 0.3em;
  transform: scale(0);
  opacity: 0;
  transition: var(--tr-regular);
}

.select__option--active {
  opacity: 1;
  color: var(--fg-selected);
}

.select__option--active::before {
  transform: scale(1);
  opacity: 1;
}

.select {
  font-size: 1rem;
  --fg: var(--fg-caption);
  --fg-selected: #4f4f4f;
  --border-color: ;
  --bg: #fbfbfb;
  --padding: 1.85em 0.95em;
  --fz: 1.4em;
  --fw: 300;
  --lh: initial;
  --brad: 1.36em;
  --angle-width: 0.6em 0.45em 0 0.45em;
  --angle-color: #D9D9D9;
  --angle-top: 2.3em;
  --angle-right: 1.4em;
  --list-gap: 1.5em;
  --list-padding: 2.6em 1.3em;
  --list-bg: #F4F5F6;
  --list-selected: var(--c-secondary);
}
@media (max-width: 991px) {
  .select {
    --fz: 1.3em;
    --padding: 1.3em 1em;
    --angle-top: 1.7em;
  }
}

.select__toggle {
  font-weight: 500;
}

.socials {
  display: flex;
  align-items: center;
  /*  --icon-size: 6rem;
    --icon-gap: 2.3rem;
    --link-padding: 1.4rem;
    --icon-brad: 9999px;

    @media (max-width: $mobile-lg) {
      --icon-size: 4rem;
      --icon-gap: 1.5rem;
      --link-padding: 0.9rem;
    }
  */
}

.socials__link {
  display: block;
  width: var(--icon-size);
  min-width: var(--icon-size);
  max-width: var(--icon-size);
  height: var(--icon-size);
  min-height: var(--icon-size);
  max-height: var(--icon-size);
  margin-right: var(--icon-gap);
  transition: var(--tr-regular);
  border-radius: var(--icon-brad);
  padding: var(--link-padding);
  border: 1px solid var(--c-border);
}

.socials__link:last-child {
  margin-right: 0;
}

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

.socials__icon--whatsapp {
  background: linear-gradient(0deg, #20B038 0%, #60D66A 100%);
}

.socials__icon--telegram {
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
}

.socials__icon--vk {
  background: linear-gradient(45deg, #025BC7 0.73%, #0089FD 91.97%);
}

.socials {
  font-size: 1rem;
  --icon-size: 3.0em;
  --icon-gap: 0.76em;
  --link-padding: 0;
  --icon-brad: ;
  /*
    @media (max-width: $mobile-lg) {
      --icon-size: 4rem;
      --icon-gap: 1.5rem;
      --link-padding: 0.9rem;
    }

  	@media (max-width: $tablet) {
  	    --icon-size: 3.4rem;
  	    --icon-gap: 0rem;
  	    --link-padding: 0.8rem;
  	}
  	*/
}

/*
.socials__link {
	position: relative;
	width: auto;
	max-width: 3rem;
}
.socials__icon {
	position: relative;
	z-index: 2;
}
.socials__link::before {
	content: "";
	z-index: 1;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: blur(0.7rem);
	transition: all 0.3s ease;
	background: rgba(215, 191, 127, 0.80);
	transform: scale(1.4);
}

.socials__link:hover::before {
	@media (any-hover:hover) {
		opacity: 1;
	}
}
*/
.menu {
  --fg: #68696B;
  --lh: 145.4%;
  --fw: 300;
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: var(--bg-card);
    padding: 12rem 4rem 3rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all 0.45s var(--tr-jolly-enter);
    overflow-y: auto;
  }
}

.menu--visible {
  transform: translateY(0);
  pointer-events: initial;
}

.menu__nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1em;
}
@media (max-width: 991px) {
  .menu__nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.menu__nav-item {
  position: relative;
  transition: var(--tr-regular);
  color: var(--fg);
  font-family: var(--ff-regular);
  font-size: inherit;
  font-style: normal;
  font-weight: var(--fw);
  line-height: var(--lh);
}

.menu__nav-item.active {
  --fw: 500;
}

.menu__nav-link {
  font-size: inherit;
  padding: 0.75em 2em;
  border-radius: 9999px;
  display: block;
}
.menu__nav-item.active .menu__nav-link {
  background-color: var(--c-primary);
  color: var(--fg-on);
}

@media (any-hover: hover) {
  .menu__nav-item:not(.active) .menu__nav-link:not(.menu__nav-dropdown-link):hover {
    color: var(--c-second);
  }
}

@media (max-width: 991px) {
  .menu__nav-item--has-children .menu__nav-link {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .menu__nav-item--has-children::after {
    content: "";
    position: absolute;
    top: 1.2em;
    right: 1em;
    display: block;
    width: 0.9em;
    height: 0.7em;
    background-image: url("../img/common.crrt/triangle-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.4s var(--tr-jolly-enter);
  }
}

.menu__nav-item--has-children:hover::after {
  transform: rotate(180deg);
}

.menu__nav-dropdown {
  transition: all 0.4s var(--tr-jolly-enter);
  padding-top: 2em;
}
@media (min-width: 992px) {
  .menu__nav-dropdown {
    position: absolute;
    left: 0;
    transform: translateY(2em);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .menu__nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    padding-left: 1em;
    margin-top: -0.2em;
  }
}

.menu__nav-dropdown-content {
  position: relative;
  background: var(--bg-card);
  padding: 2em;
  padding-top: 1em;
  border-radius: 0px 1em 1em 1em;
}
@media (max-width: 991px) {
  .menu__nav-dropdown-content {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.menu__nav-dropdown-content::before {
  content: "";
  --size: 2em;
  position: absolute;
  top: -0.8em;
  left: 1.5em;
  display: block;
  width: 0;
  height: 0;
  border-left: calc(var(--size) / 1.5) solid transparent;
  border-right: calc(var(--size) / 1.5) solid transparent;
  border-bottom: calc(var(--size) / 2) solid white;
  border-radius: 0.9em;
}
@media (max-width: 991px) {
  .menu__nav-dropdown-content::before {
    content: none;
  }
}

.menu__nav-item--has-children:hover .menu__nav-dropdown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}

.menu__nav-dropdown-link {
  padding: 0.25em 0.7em;
  white-space: nowrap;
}

@media (any-hover: hover) {
  .menu__nav-dropdown-link:hover {
    font-weight: 700;
    background-color: var(--c-primary);
    color: var(--fg-on);
    border-radius: 9999px;
  }
}

.input {
  /*
  --bg: #fff;
  --fg: #000;
  --fg-placeholder: #d0d0d0;

  --fz: 1.8rem;
  --padding-inline: 1.2em;
  --padding-block: 0.7em;
  --padding: var(--padding-block) var(--padding-inline);
  --letter-spacing: initial;

  --border-color: #dfdfdf;
  --border-width: 0.2rem;
  --border-radius: 0.5rem;
  --border-focus: var(--c-primary);

  --icon-size: 1rem;

  --error-color: #FF3B30;
  --error-fz: 1rem;

  */
  display: block;
  font-size: var(--fz);
  cursor: text;
  font-family: var(--ff-regular);
  transition: all 0.3s ease;
}

.input__area {
  position: relative;
  display: block;
  width: 100%;
  background: var(--bg, #fff);
  font-size: inherit;
  font-family: inherit;
  transition: inherit;
  border-radius: var(--border-radius, 0.5em);
}

.input__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: var(--icon-size);
  max-width: var(--icon-size);
  min-width: var(--icon-size);
  height: var(--icon-size);
  min-height: var(--icon-size);
  opacity: 0;
  pointer-events: none;
}

.input--has-icon .input__icon {
  opacity: 1;
}

.input__field {
  display: block;
  width: 100%;
  padding: var(--padding);
  border: var(--border-width, 0.2rem) solid var(--border-color, #dfdfdf);
  border-radius: var(--border-radius, 0.5em);
  background: var(--bg);
  color: var(--fg, #333);
  font-size: inherit;
  font-family: inherit;
  transition: inherit;
  letter-spacing: var(--letter-spacing, initial);
}

.input__field::placeholder {
  color: var(--fg-placdeholder);
  color: #b3b4b5;
}

.input__field:focus {
  --border-color: var(--border-focus);
}

.input__field:-webkit-autofill,
.input__field:-webkit-autofill:hover,
.input__field:-webkit-autofill:focus {
  --box-shadow: 0 0 0px 1000px #FBFBFB inset !important;
  box-shadow: var(--box-shadow);
  -webkit-box-shadow: var(--box-shadow);
}

.input.is-invalid {
  --border-color: var(--error-color, #FF3b30);
  --fg: var(--error-color, #FF3b30);
  --fg-placeholder: var(--error-color, #FF3b30);
}

.input.is-invalid .input__field {
  --border-color: var(--error-color, #FF3b30);
}

.input.is-invalid .input__field::placeholder {
  color: var(--error-color, #FF3b30);
}

.input--has-icon .input__field {
  padding-left: 3.2rem;
}

.input__error {
  display: block;
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
  font-family: sans-serif;
  font-size: var(--error-fz, 1rem);
  color: var(--error-color);
  line-height: 1;
  min-height: var(--error-fz);
  transition: inherit;
  padding-top: 0.5em;
  margin-top: -1.5em;
  opacity: 0;
  max-height: 1em;
}

.is-invalid .input__error {
  margin-top: 0;
  opacity: 1;
  max-height: 10rem;
}

.input--double {
  grid-column: span 2;
}

.input {
  font-size: 1.4rem;
  --bg: #FBFBFB;
  --fg: #4f4f4f;
  --fg-placeholder: var(--fg-caption);
  --padding-inline: 0.95em;
  --padding-block: 1.85em;
  --padding: var(--padding-block) var(--padding-inline);
  --border-color: var(--bg);
  --border-width: 0.1rem;
  --border-radius: 1.36em;
  --fz: 1em;
  --fw: 300;
  --lh: initial;
  --border-focus: var(--c-secondary);
  --error-color: #FF3B30;
  --error-fz: 1rem;
}
@media (max-width: 991px) {
  .input {
    font-size: 1.1em;
    --fz: 1.3em;
    --padding-block: 1.53636em;
    --padding-inline: 1.1819em;
  }
}

.b_datepicker {
  position: relative;
}

.flatpickr-calendar {
  font-size: 1rem;
  padding-top: 1.4em;
  padding-bottom: 2.4em;
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  border-radius: 2em;
}

.flatpickr-calendar .flatpickr-current-month {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  top: 1.6em;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  top: 1.6em;
}

.flatpickr-current-month {
  font-size: 1.8em;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 1em;
  border-radius: 0.6em;
  font-weight: 600;
}

.flatpickr-months {
  padding-bottom: 1em;
  margin-bottom: 1em;
  align-items: center;
  border-bottom: 0.1em solid #f4f4f4;
}

.flatpickr-calendar span.flatpickr-weekday {
  color: rgba(0, 0, 0, 0.27);
  text-align: center;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 95.3%;
}

.flatpickr-calendar .flatpickr-day {
  border-radius: 0.6em;
  font-size: 1.8em;
  color: var(--fg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 1920px) {
  .flatpickr-calendar .flatpickr-day {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .flatpickr-calendar .flatpickr-day {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}

.flatpickr-calendar .flatpickr-days {
  width: 100%;
}

.flatpickr-calendar .dayContainer {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: stretch;
  align-items: stretch;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  opacity: 0.3;
}

.flatpickr-calendar .flatpickr-day.inRange {
  border-radius: 0;
  background-color: #dbf0ff;
  border: none;
  box-shadow: none;
}

.flatpickr-calendar .flatpickr-day.selected {
  background-color: var(--c-secondary);
  color: var(--fg-on);
  border: none;
}

.flatpickr-calendar .flatpickr-day.today {
  border: none;
}

.flatpickr-calendar .flatpickr-day.today::after {
  content: "";
  --size: 0.5em;
  min-width: var(--size);
  max-width: var(--size);
  width: var(--size);
  min-height: var(--size);
  max-height: var(--size);
  height: var(--size);
  display: block;
  background-color: var(--c-secondary);
  border-radius: var(--size);
  position: absolute;
  bottom: 0.3em;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.flatpickr-calendar .flatpickr-day.today.selected::after {
  background-color: #fff;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 0.4em 0 0 0.4em;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 0.4em 0.4em 0;
}

.b_rangepicker--inline .input__field {
  display: none;
}

.flatpickr-calendar.inline {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}
.is-invalid.b_rangepicker--inline {
  animation: shake 0.5s ease-in-out;
  color: var(--c-error);
}

/*
.b_datepicker__display {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: var(--padding);
  font-size: inherit;
  color: var(--fg);
}

.b_datepicker:not(.b_datepicker--calendar)::after {
	content: "";
	position: absolute;
	top: 1.8em;
	right: 1.4em;
	display: block;
	width: 1.4em;
	height: 1.4em;
	background-image: url('../img/common.crrt/icon-calendar.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	@media (max-width: $tablet) {
		top: 1.6em;
	}
}


.flatpickr-calendar {
	// width: 100%;
    // max-width: 19.45em;
	width: 160%;
	font-size: 1rem;
  --cell-fg: var(--fg-regular);
}

.datepicker-inline {
	width: 100%;
}

.b_datepicker--calendar .flatpickr-calendar {
	position: static;
	width: 100%;
	display: block;
}

.b_datepicker--calendar .flatpickr-calendar:first-of-type {
	@media (min-width: $tablet + 1) {
		border-right: 0.1em solid var(--fg-caption);
	}
}

.b_datepicker--calendar .input__field {
	display: none;
}

.b_datepicker--calendar .flatpickr-day {
	height: 2.25em;
}

.datepicker-picker {
	padding-top: 3em;
	border-radius: 2em;
	padding-bottom: 3em;
}

.b_datepicker--calendar .datepicker-picker {
	padding-top: 0;
	box-shadow: none;
	border-radius: 0;
}

.datepicker-header .datepicker-controls {
	padding-bottom: 2.7em;
	margin-bottom: 2.7em;
	align-items: center;
	border-bottom: 0.1em solid #f4f4f4;

	@media (min-width: $mobile + 1) and (max-width: $tablet) {
		padding-bottom: 1.3em;
		margin-bottom: 1.3em;
	}
}

.datepicker-controls .button {
	font-size: 1em;
	height: initial;
}

.datepicker-controls .button.view-switch {
	font-size: 1.8em;
	padding: 0;
}

.datepicker-view {
	width: 100%;
}

.datepicker .button.prev-button,
.datepicker .button.next-button {
	color: transparent;
	@include mask(url('../img/common.crrt/angle-right.svg'));
	background: var(--fg-regular);
	mask-size: 2em;
	-webkit-mask-size: 2em;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.datepicker .button.prev-button {
	transform: scaleX(-1);
}

.datepicker .days-of-week {
	margin-bottom: 2.9em;

	@media (min-width: $mobile + 1) and (max-width: $tablet) {
		margin-bottom: 1.3em;
	}
}

.datepicker .dow {
	color: rgba(0, 0, 0, 0.27);
	text-align: center;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
	line-height: 95.3%;
}

.datepicker-cell {
	// height: 2.25em;
	// font-size: 1.3em;
	height: 3.25em;
	font-size: 1.8em;
    // opacity: 0.4;
    color: var(--cell-fg);

    @media (max-width: $tablet) {
		height: 2.25em;
    }
}
.datepicker-cell.range {
	background-color: #dbf0ff;
}

.datepicker-cell.today:not(.selected) {
	background: transparent;
}
.datepicker-cell.today:not(.selected):not(.disabled) {
	color: var(--cell-fg);
}
.datepicker-cell.focused:not(.selected) {

}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
	background-color: var(--c-secondary);
	font-weight: 900;
}

.datepicker-cell.today.focused:not(.selected) {
	background: #f4f4f4;
}

.datepicker-cell.today {
	position: relative;
}

.datepicker-cell.today::after {
	content: "";
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	display: block;
	--size: 0.7em;
	--width: var(--size);
	--height: var(--size);
	width: var(--width);
	min-width: var(--width);
	max-width: var(--width);
	height: var(--height);
	min-height: var(--height);
	max-height: var(--height);
	border-radius: var(--size);
	background: var(--c-secondary);
}

.b_rangepicker .datepicker {
	font-size: 0.7rem;
	width: 100%;

	@media (max-width: $mobile) {
		width: calc(200% + 1rem);
	}
}


 */
.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  background-color: var(--bg-app);
  border-radius: 1.36em;
  padding: 0 1em;
  padding-right: 1.4em;
}
@media (max-width: 991px) {
  .timepicker {
    padding: 0 1em;
    padding-right: 1.4em;
  }
}

.timepicker__control {
  position: relative;
  width: 70%;
  height: 2em;
  padding-top: 2.547em;
  padding-bottom: 2.547em;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  .timepicker__control {
    padding-top: 1.547em;
    padding-bottom: 1.547em;
  }
}
@media (max-width: 575px) {
  .timepicker__control {
    padding-top: 1.447em;
    padding-bottom: 1.447em;
    width: 60%;
  }
}

.timepicker__lines {
  position: absolute;
  bottom: 2.2em;
  left: 0.2em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.4em;
  border-bottom: 0.1em solid var(--fg-caption);
  pointer-events: none;
}
@media (max-width: 991px) and (min-width: 576px) {
  .timepicker__lines {
    bottom: 1.8em;
  }
}

.timepicker__lines-dash {
  display: block;
  width: 0.1em;
  height: 100%;
  background-color: var(--fg-caption);
  pointer-events: none;
}

.timepicker__drag {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 2em;
  background: var(--c-secondary);
  position: absolute;
  bottom: 1.6em;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) and (min-width: 576px) {
  .timepicker__drag {
    bottom: 1.2em;
  }
}

.timepicker__value {
  width: 20%;
  font-size: 1.3em;
  color: var(--fg-regular);
  background: transparent;
  text-align: right;
  padding-left: 0.2em;
}
@media (max-width: 575px) {
  .timepicker__value {
    width: 30%;
    font-size: 1.2em;
  }
}

.timepicker__min,
.timepicker__max {
  position: absolute;
  top: 1em;
  color: #000;
  font-size: 1.3em;
  pointer-events: none;
}
@media (max-width: 991px) {
  .timepicker__min,
  .timepicker__max {
    top: 0.8em;
  }
}
@media (max-width: 575px) {
  .timepicker__min,
  .timepicker__max {
    top: 1em;
    font-size: 0.7em;
  }
}

.timepicker__min {
  left: 0;
}

.timepicker__max {
  right: 0;
}
@media (max-width: 991px) {
  .timepicker__max {
    right: -1.4em;
  }
}

.button-primary,
.button-secondary {
  --padding: var(--padding-block) var(--padding-inline);
  --icon-width: 4rem;
  --icon-height: 2.4rem;
  --icon-gap: 0.8rem;
  --c-disabled: #4B4B4B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding);
  border: var(--border-width) solid var(--border-color);
  background: var(--bg);
  border-radius: var(--border-radius);
  font-family: var(--ff);
  font-size: var(--fz);
  font-weight: var(--fw);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  color: var(--fg);
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-primary {
  /*
  --ff: var(--ff-regular);
  --fz: 2rem;
  --fw: 600;
  --lh: initial;
  --ls: initial;

  --padding-block: 1.25em;
  --padding-inline: 1.5em;

  --fg: #1a1a1a;
  --bg: var(--gradient-gold, linear-gradient(266deg, #C4AD6F 0%, #FFECB8 100%));

  --border-width: 0;
  --border-color: transparent;
  --border-radius: 9999px;
  */
}

.button-secondary {
  /*
  --ff: var(--ff-regular);
  --fz: 2rem;
  --fw: 500;
  --lh: initial;

  --padding-block: 1.25em;
  --padding-inline: 1.5em;

  --fg: var(--c-primary);
  --bg: var(--bg-app);

  --border-width: 0.1rem;
  --border-color: var(--c-primary);
  --border-radius: 9999px;
  */
}

.button__text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.button__icon {
  width: var(--icon-width);
  min-width: var(--icon-width);
  height: var(--icon-height);
  min-height: var(--icon-height);
  display: block;
  --icon-color: var(--fg);
  transition: inherit;
}

.button__icon:first-child {
  margin-right: var(--icon-gap);
}

.button__icon:last-child {
  margin-left: var(--icon-gap);
}

/*
.button-primary {
  --button-bg: var(--c-primary);
  --button-bg-hover: var(--c-primary);
  --button-color: var(--fg-on);
  --button-color-hover: var(--fg-on);
  --button-border-color: var(--c-primary);
  --button-border-color-hover: var(--c-primary);
}

.button-second {
  --button-bg: var(--c-second);
  --button-bg-hover: var(--c-second);
  --button-color: var(--fg-on);
  --button-color-hover: var(--fg-on);
  --button-border-color: var(--c-second);
  --button-border-color-hover: var(--c-second);
}

.button-third:not(span) {
  --button-bg: transparent;
  --button-bg-hover: var(--c-second);
  --button-color: #B4B4B4;
  --button-color-hover: var(--fg-on);
  --button-border-color: var(--c-border);
  --button-border-color-hover: var(--c-second);
}


.button-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem 4rem 2.9rem 4rem;

  border: 1px solid var(--button-border-color); //1

  font-size: var(--fz);
  font-weight: var(--fw);
  line-height: var(--lh);

  text-align: center;
  cursor: pointer;

  border-radius: 9999px;
  color: var(--button-color);
  --icon-color: var(--button-color);
  background-color: var(--button-bg, transparent);

  transition: var(--tr-regular);

  @media (max-width: $mobile-xlg) {
    // padding: 1.6rem 3.5rem 2.1rem 3.5rem;
    padding: 1.6rem 3.5rem 1.9rem 3.5rem;
  }
}

.button-filled:hover {
  @media (any-hover:hover) {
    background-color: var(--button-bg-hover);
    color: var(--button-color-hover);
    box-shadow: inset 10.4463px 11.9387px 11.9387px rgba(255, 255, 255, 0.16), inset -7.46167px -2.98467px 11.9387px rgba(255, 255, 255, 0.12);
  }
}

.button--disabled,
.button--wait {
  opacity: 0.5;
  pointer-events: none;
}

.button-stroke {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding: 1.5rem 1.5rem 1.7rem;
  border: 1px solid var(--button-border-color);
  background-color: transparent;
  color: var(--fg-regular);
  transition: var(--tr-regular);
  text-align: center;

  @media (max-width: $mobile-xlg) {
    padding: 0.9rem 1.5rem;
  }
}
.button-third.button-stroke {
  background-color: var(--button-bg, transparent);
  color: var(--button-color, var(--fg-regular));
}

.button-stroke:hover {
  @media (any-hover:hover) {
    background-color: var(--button-bg-hover);
    color: var(--button-color-hover);
    box-shadow: inset 10.4463px 11.9387px 11.9387px rgba(255, 255, 255, 0.16), inset -7.46167px -2.98467px 11.9387px rgba(255, 255, 255, 0.12);
  }
}

.button-ghost {
  --fz: 1.6rem;
  --button-bg: transparent;
  --button-color: var(--c-second--dark);
  --button-bg-hover: var(--c-second);
  --button-color-hover: var(--fg-on);

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 3.1rem 1.5rem 3.1rem;
  font-weight: var(--fw);
  line-height: var(--lh);
  text-align: center;
  cursor: pointer;
  border-radius: 9999px;
  color: var(--button-color);
  transition: var(--tr-regular);
}

.button-ghost::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--button-bg, transparent);
  background-image: url("../img/common/draw-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--tr-regular);
}

.button-ghost:hover {
  @media (any-hover:hover) {
    background-color: var(--button-bg-hover);
    color: var(--button-color-hover)
  }
}
.button-ghost:hover::after {
  @media (any-hover:hover) {
    opacity: 0;
  }
}

*/
/*
  Swiper Buttons
 */
/*
.swiper-button-prev {

}
.swiper-button-prev:after {
  color: transparent;
}
.swiper-button-prev .swiper-button__icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(-1, 1);
}
.swiper-button-next {

}
.swiper-button-next:after {
  color: transparent;
}
.swiper-button-next .swiper-button__icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev .swiper-button__icon,
.swiper-button-next .swiper-button__icon {
  fill: var(--bg-element);
  stroke: var(--c-text-regular);
  transition: var(--tr);
}
.swiper-button-prev:hover .swiper-button__icon,
.swiper-button-next:hover .swiper-button__icon {
  @media (any-hover:hover) {
    fill: var(--c-text-regular);
    stroke: var(--bg-element);
  }
}
*/
.button--wait {
  opacity: 0.6;
  pointer-events: none;
}

.button-primary,
.button-secondary {
  --ff: var(--ff-regular);
  --fz: 1.4rem;
  --fw: 400;
  --lh: 1;
  --ls: initial;
  --padding-block: 2em;
  --padding-inline: 2em;
  min-width: 24rem;
}
@media (max-width: 991px) {
  .button-primary,
  .button-secondary {
    --ls: 0.06em;
    --fz: 1.2rem;
    min-width: 15rem;
    border-radius: 1.16em;
    --padding-block: 1.5em;
  }
}

.button-primary {
  --fg: var(--fg-on);
  --bg: var(--gradient-primary);
  --border-width: 0;
  --border-color: transparent;
  --border-radius: 1em;
  text-transform: uppercase;
  box-shadow: 0px 0.35556em 0px 0px #CF5C59, 0px 0.235656em 0.424795em 0px rgba(255, 255, 255, 0.25) inset;
}
@media (max-width: 991px) {
  .button-primary {
    box-shadow: 0px 0.27556em 0px 0px #CF5C59, 0px 0.235656em 0.424795em 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@media (any-hover: hover) {
  .button-primary:hover {
    box-shadow: 0px 0px 0px 0px #CF5C59, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    transform: translateY(0.36em);
  }
}

.button-secondary {
  /*
  --ff: var(--ff-regular);
  --fz: 2rem;
  --fw: 500;
  --lh: initial;

  --padding-block: 1.25em;
  --padding-inline: 1.5em;

  --fg: var(--c-primary);
  --bg: var(--bg-app);

  --border-width: 0.1rem;
  --border-color: var(--c-primary);
  --border-radius: 9999px;
  */
  --fg: var(--c-secondary);
  --bg: transparent;
  --border-width: 0.1em;
  --border-color: var(--c-secondary);
  --border-radius: 1em;
  text-transform: uppercase;
}

.link {
  --icon-width: 4rem;
  --icon-height: 2.4rem;
  --icon-gap: 0.8rem;
  --c-disabled: #4B4B4B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --padding: var(--padding-block) var(--padding-inline);
  padding: var(--padding);
  font-family: var(--ff);
  font-size: var(--fz);
  font-weight: var(--fw);
  line-height: var(--lh);
  color: var(--fg);
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: var(--ls);
  background-image: linear-gradient(to bottom, var(--border-color) 0, var(--border-color) 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 0.1rem 0.1rem;
  text-decoration: none;
}

.link {
  /*
  --ff: var(--ff-regular);
  --fz: 2rem;
  --fw: 500;
  --lh: initial;
  --ls: initial;

  --padding-block: 1.25em;
  --padding-inline: 1.5em;

  --fg: var(--c-primary);
  --bg: var(--bg-app);

  --border-width: 0.1rem;
  --border-color: var(--c-primary);
  --border-radius: 9999px;
  */
}

.link__text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition: inherit;
  padding: var(--text-padding);
}

.link__icon {
  width: var(--icon-width);
  min-width: var(--icon-width);
  height: var(--icon-height);
  min-height: var(--icon-height);
  display: block;
  --icon-color: var(--fg);
  transition: inherit;
}

.link__icon:first-child {
  margin-right: var(--icon-gap);
}

.link__icon:last-child {
  margin-left: var(--icon-gap);
}

.link {
  --ff: var(--ff-regular);
  --fz: 1.8rem;
  --fw: 500;
  --lh: initial;
  --ls: -0.27px;
  --padding-block: 1.25em;
  --padding-inline: 1.5em;
  --padding: 0;
  --text-padding: 0.4em 0 0.44rem 0;
  --fg: var(--c-secondary);
  --bg: var(--c-secondary);
  --border-width: 0.1rem;
  --border-color: var(--fg);
  --border-radius: 0;
}
@media (max-width: 991px) {
  .link {
    --fz: 1rem;
    --lh: 1;
    --ls: -0.15px;
  }
}

@media (any-hover: hover) {
  .link:hover {
    background-position: 0 90%;
  }
}

.link:active {
  --fw: 700;
}

.car-card {
  --brad: 3em;
  background: var(--bg-card);
  border-radius: var(--brad);
  padding-bottom: 5.7em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .car-card {
    padding-bottom: 2em;
  }
}

.car-card__media {
  width: 100%;
  height: 31.9em;
  margin-bottom: 1em;
  border-radius: var(--brad) var(--brad) 0 0;
}
@media (max-width: 991px) {
  .car-card__media {
    height: 26.9em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 575px) {
  .car-card__media {
    height: 16.9em;
  }
}

.car-card__media-pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.car-card__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.car-card__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.5em;
}
@media (max-width: 991px) {
  .car-card__header {
    grid-template-columns: 100%;
    row-gap: 1.5em;
    margin-bottom: 1.7em;
  }
}

.car-card__title {
  color: var(--fg-regular);
  line-height: initial;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .car-card__title {
    font-size: 1.7em;
  }
}

.car-card__header-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .car-card__header-info {
    flex-direction: row;
    align-items: baseline;
  }
}

.car-card__price {
  color: var(--fg-regular);
  font-size: 2.5em;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0.36em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .car-card__price {
    font-size: 2em;
    margin-bottom: 0;
    margin-right: 0.4em;
  }
}

.car-card__caption {
  font-size: 1.5em;
  color: var(--fg-third);
  text-align: right;
}
@media (max-width: 991px) {
  .car-card__caption {
    font-size: 1.4em;
    font-weight: 300;
    text-align: left;
  }
}

.car-card__body {
  padding-left: 6em;
  padding-right: 6em;
}
@media (max-width: 991px) {
  .car-card__body {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.car-card__body:last-child {
  margin-top: auto;
}

.car-card__bullets {
  display: grid;
  grid-template-columns: repeat(4, 9em);
  gap: 1.5em 3em;
  margin-bottom: 2em;
}
@media (max-width: 991px) {
  .car-card__bullets {
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    margin-bottom: 1.5em;
  }
}

.car-card-bullet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2em 1em;
  border-radius: 1em;
  border: 0.1em solid var(--c-secondary);
  width: 100%;
}
@media (max-width: 991px) {
  .car-card-bullet {
    padding: 1em 0.5em;
  }
}

.car-card-bullet__media {
  height: 3.2em;
  width: 100%;
  margin-bottom: 1.1em;
}
@media (max-width: 991px) {
  .car-card-bullet__media {
    height: 1.9em;
    margin-bottom: 0.4em;
  }
}

.car-card-bullet__media-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.car-card-bullet__media-img {
  display: block;
  width: 100%;
  height: 100%;
}

.card-card-bullet__caption {
  color: var(--c-secondary);
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 991px) {
  .card-card-bullet__caption {
    font-size: 1.2em;
  }
}

.car-card__button {
  width: 100%;
}

.b_video {
  position: relative;
  overflow: hidden;
  padding-top: 52.4%;
}
@supports (aspect-ratio) {
  .b_video {
    padding-top: 0;
    aspect-ratio: 16/9;
  }
}

.b_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.45s var(--tr-jolly-enter);
}

@media (any-hover: hover) {
  .b_video:hover::before {
    background-color: transparent;
  }
}

.b_video__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--tr);
}

.b_video--playing .b_video__cover {
  opacity: 0;
}

.b_video__cover-pic {
  width: 100%;
  height: 100%;
}

.b_video__cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b_video__media {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: var(--tr);
}

.b_video--playing .b_video__media {
  opacity: 1;
}

.b_video__video {
  width: 100%;
  height: 100%;
  border: none;
}

.b_video__play {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: var(--tr);
  opacity: 0;
}

.b_video--inited .b_video__play {
  opacity: 1;
}

.b_video__play::before {
  content: "";
  --size: 10rem;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  background-image: var(--play-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.45s var(--tr-jolly-enter);
}
@media (max-width: 991px) {
  .b_video__play::before {
    --size: 4rem;
  }
}

@media (any-hover: hover) {
  .b_video__play:hover::before {
    transform: scale(1.1);
  }
}

.b_video--playing.b_video--ready .b_video__play::before {
  opacity: 0;
  transform: scale(1.3);
}

.b_video__player {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.b_video {
  --play-icon: url("../img/common.crrt/icon-play.svg");
}

/**

checkbox.html

<label class="checkbox @@className">
  <input type="checkbox" name="@@name" class="checkbox__input" value="@@value" @@attributes >
  <span class="checkbox__check"></span>
  <p class="checkbox__label">@@label</p>
</label>

*/
.checkbox {
  /*
  --size-check: 2.4rem;
  --border-width-check: 0.1rem;
  --border-color-check: var(--fg-regular);
  --margin-right-check: 0.5em;
  --padding-check-active: 1.2rem;
  --height-media: 40rem;
  --radius-check

  @media (max-width: $tablet) {
    --height-media: 18rem;
  }

  --border-width-check--checked: 0.7rem;
  --border-color-check--checked: var(--c-primary);


  --fz-label: 2.4rem;
  --fg-label: var(--fg-regular);
  --fw-label: 500;
  --lh-label: 1.15;
  --ls-label: -0.096rem;
  //*/
  font-size: var(--fz-label);
  font-family: var(--ff-regural);
  font-style: normal;
  font-weight: var(--fw-label);
  line-height: var(--lh-label);
  letter-spacing: var(--ls-label);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
}

.checkbox__input {
  appearance: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.checkbox__check {
  font-size: inherit;
  position: relative;
  width: var(--size-check);
  min-width: var(--size-check);
  height: var(--size-check);
  min-height: var(--size-check);
  border-radius: var(--radius-check);
  border: var(--border-width-check) solid var(--border-color-check);
  margin-right: var(--margin-right-check);
  background-color: var(--bg-check);
  transition: all 0.3s ease;
}

.checkbox__check::before {
  color: #fff;
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.05em;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.35s ease;
}

.checkbox__input:checked ~ .checkbox__check {
  border-width: var(--border-width-check--checked);
  border-color: var(--border-color-check--checked);
  background-color: var(--bg-check--checked);
}

.checkbox__input:checked ~ .checkbox__check::before {
  transform: scale(1);
  opacity: 1;
}

.checkbox__content {
  flex-basis: 88%;
}

.checkbox__content-title {
  margin-bottom: 0.2em;
}

.checkbox__media {
  display: block;
  flex-basis: 100%;
  margin-bottom: 1.6rem;
  transition: all 0.25s var(--tr-jolly-enter);
  height: var(--height-media);
}

.checkbox__media-pic {
  display: block;
  height: 100%;
  width: 100%;
  transition: inherit;
}

.checkbox__media-img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: inherit;
}

.checkbox__input:checked ~ .checkbox__media {
  border: 0.1rem solid var(--c-primary);
  padding: var(--padding-check-active);
}

.checkbox__pill-list {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.checkbox__pill {
  font-size: 0.6em;
  background: var(--bg-app);
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em;
  border-radius: 0.5em;
}

.checkbox__pill-head {
  margin-right: 0.2em;
  font-size: 1.2em;
}

.checkbox__pill-body {
  color: var(--fg-third);
}

.is-invalid.checkbox {
  --border-color-check: var(--c-error);
}

.is-invalid .checkbox__content {
  color: var(--c-error);
}

.checkbox {
  --size-check: 2.4rem;
  --border-width-check: 0.1rem;
  --border-color-check: var(--c-secondary);
  --margin-right-check: 0.5em;
  --padding-check-active: 1.2rem;
  --height-media: 40rem;
  --radius-check: 0.5rem;
  --border-width-check--checked: 0.1rem;
  --border-color-check--checked: var(--c-secondary);
  --bg-check: var(--bg-app);
  --bg-check--checked: var(--c-secondary);
  --fz-label: 2.4rem;
  --fg-label: var(--fg-regular);
  --fw-label: 400;
  --lh-label: 1.15;
  --ls-label: -0.096rem;
}
@media (max-width: 991px) {
  .checkbox {
    --height-media: 18rem;
  }
}
@media (max-width: 991px) {
  .checkbox {
    --fz-label: 1.6rem;
    --size-check: 2rem;
    --margin-right-check: 0.65em;
  }
}

/*
    <button class="burger header__burger">
      <span class="burger__line"></span>
      <span class="burger__line"></span>
      <span class="burger__line"></span>
    </button>
*/
.burger {
  --line-width: 47.5%;
  --line-height: 3px;
  --line-offset: 0.8rem;
  --c-burger-line: #000;
  position: relative;
  width: var(--burger-width, 40px);
  height: var(--burger-height, 40px);
  transition: var(--tr);
  margin-left: 3rem;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}

.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--line-width, 47.5%);
  height: var(--line-height, 0.2rem);
  background: var(--c-burger-line);
  transition: var(--tr);
  border-radius: 2rem;
  pointer-events: none;
}

.burger__line:nth-child(1) {
  transform: translate(-50%, calc(-50% - var(--line-offset)));
}

.burger__line:nth-child(2) {
  transform: translate(-50%, calc(-50% + 0px));
}

.burger__line:nth-child(3) {
  transform: translate(-50%, calc(-50% + var(--line-offset)));
  transform-origin: left;
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
}

.burger.is-active .burger__line:nth-child(2) {
  width: 0;
}

.burger.is-active .burger__line:nth-child(3) {
  transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
  transform-origin: unset;
}

.header {
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s var(--tr-jolly-enter);
  border-bottom: 0.1rem solid transparent;
  font-size: 1rem;
  background: var(--bg-section-light);
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media (max-width: 991px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body:not(._lock) .header--hidden {
  transform: translateY(-100%);
}

.header--sticky {
  border-bottom: 0.1rem solid var(--c-border);
}

.header__menu {
  font-size: 1.4em;
}

.header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .header__container {
    justify-content: space-between;
    position: relative;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
@media (max-width: 575px) {
  .header__container {
    background-color: inherit;
  }
}

@media (max-width: 991px) {
  .header__container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-card);
    z-index: 2;
  }
}

.header__logo {
  margin-right: 8rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header__logo {
    margin-right: 3rem;
  }
}
@media (max-width: 575px) {
  .header__logo {
    margin-right: 2rem;
  }
}

.header__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s var(--tr-jolly-enter);
  /*
    @media (max-width: $mobile) {
      margin-left: calc(0px - var(--p-container));
      margin-right: calc(0px - var(--p-container));
      overflow: hidden;
      width: calc(100% + 1 * var(--p-container));
      --mask: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.25) 0.9rem,rgba(0,0,0,1) 1.8rem,rgba(0,0,0,1) calc(100% - 1.8rem),rgba(0,0,0,.25) calc(100% - 0.9rem),rgba(0,0,0,0));
      -webkit-mask-image: var(--mask);
      mask: var(--mask);
    }
    */
  /*
  @media (max-width: $w-burger) {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 	6rem 2rem 3rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--bg-app);
    z-index: -1;
    transform: translateY(-200%);
    overflow: auto;
    padding-top: 9.5rem;
    padding-left: var(--p-container);
    padding-right: var(--p-container);
  }
  */
}
@media (max-width: 991px) {
  .header__menu {
    align-items: flex-start;
  }
}

.header__contacts {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.header__contacts-phone {
  font-size: 1.5em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 2.05em;
}
@media (max-width: 575px) {
  .header__contacts-phone {
    margin-right: 0;
    font-size: 1.25em;
  }
}

.header__contacts-icon {
  display: block;
  --size: 1.33em;
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  height: var(--size);
  min-height: var(--size);
  max-height: var(--size);
  margin-right: 0.6em;
}

.header__contacts-label {
  display: block;
  font-size: 0.73em;
  margin-bottom: 0.2em;
  line-height: initial;
  color: var(--fg-caption);
}

.header__contacts-text {
  display: block;
  font-size: 1em;
  font-weight: 900;
  color: var(--fg-second);
}

.header__socials {
  z-index: 3;
}
@media (max-width: 575px) {
  .header__socials {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    pointer-events: none;
    transition: all 0.4s var(--tr-jolly-enter);
  }
}

.header--burger-opened .header__socials {
  bottom: 5em;
  transition: all 0.4s var(--tr-jolly-enter) 0.1s;
}

.header__burger {
  --line-width: 63.5%;
  --line-height: 0.2em;
  --line-offset: 0.7rem;
  --c-burger-line: var(--c-secondary);
}

.hero {
  padding-top: 6em;
  position: relative;
  background-color: #252525;
  color: var(--fg-on);
}
@media (max-width: 991px) {
  .hero {
    padding-top: 3em;
  }
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero.crrt/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: hard-light;
  filter: blur(7px);
  opacity: 0.6;
}
@media (max-width: 991px) {
  .hero::after {
    background-size: 100% 150vw;
    background-position: top center;
  }
}
@media (max-width: 575px) {
  .hero::after {
    background-size: 100% 220vw;
  }
}

.hero__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6em;
}
@media (max-width: 991px) {
  .hero__container {
    grid-template-columns: 100%;
    gap: 1.5em;
  }
}

.hero__offer {
  min-width: 60em;
}
@media (max-width: 991px) {
  .hero__offer {
    min-width: initial;
  }
}

.hero__title {
  font-size: 5.5em;
  font-weight: 900;
  font-family: var(--ff-title);
  text-align: left;
  margin-bottom: 0.672em;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 3em;
    margin-bottom: 1em;
  }
}

.hero__bookform {
  --gap: 1em 1.4em;
  padding: 3.4em 1.5em;
  border-radius: 1.8em;
  background-color: var(--bg-card-dark);
  border: 0.1em solid rgba(0, 0, 0, 0.04);
  box-shadow: 0.9em 2.55em 7.56em rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media (max-width: 991px) {
  .hero__bookform {
    --gap: 1em;
    padding: 1.5em;
  }
}
.hero__bookform .select:nth-of-type(1) {
  z-index: 3;
}

.hero__bookform .select:nth-of-type(2) {
  z-index: 2;
}

.hero__bookform-range {
  gap: var(--gap);
  grid-column: span 2;
}
.hero__bookform-timepicker {
  margin-top: -0.3em;
  position: relative;
}

.hero__bookform-submit {
  grid-column: span 2;
  justify-self: center;
}
@media (max-width: 575px) {
  .hero__bookform-submit {
    width: 100%;
  }
}

.hero__bullets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-column: span 2;
}
@media (max-width: 991px) {
  .hero__bullets {
    grid-column: 1;
    grid-template-columns: 100%;
  }
}

.hero-gallery {
  position: relative;
  font-size: 1rem;
  --brad: 3em;
  max-width: 60em;
  background: var(--bg-card-dark);
  padding: 0.5em;
  border-radius: var(--brad);
  overflow: hidden;
}

.hero-gallery__swiper {
  position: static;
  height: 100%;
}

.hero-gallery__slide {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .hero-gallery__slide {
    height: initial;
  }
}

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

.hero__media-pic {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero__media-pic {
    height: initial;
    position: relative;
    padding-top: 100%;
  }
}

.hero__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--brad);
}
@media (max-width: 991px) {
  .hero__media-img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.hero__meida-caption {
  --fz-p: 2.2em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-radius: var(--brad) var(--brad) 0 var(--brad);
  background-color: #fff;
  color: var(--fg-regular);
  padding: 2em 3.9em 1.8em;
}
@media (max-width: 575px) {
  .hero__meida-caption {
    width: 100%;
    border-radius: var(--brad);
  }
}

.hero__meida-caption .wysiwyg {
  --fz-p: 2.2em;
}
@media (max-width: 991px) {
  .hero__meida-caption .wysiwyg {
    --fz-p: 1.4em;
  }
}

.hero__media-caption-link {
  font-size: 1.4em;
  position: relative;
}
@media (max-width: 991px) {
  .hero__media-caption-link {
    font-size: 1.4em;
  }
}

.hero__media-caption-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-gallery__buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.hero-gallery__button-prev,
.hero-gallery__button-next {
  width: 2.8em;
  height: 5.4em;
  background: #fff;
  transition: all 0.45s var(--tr-jolly-enter);
  pointer-events: initial;
}

@media (any-hover: hover) {
  .hero-gallery__button-prev:hover,
  .hero-gallery__button-next:hover {
    background: var(--c-secondary);
  }
}

.hero-gallery__button-prev {
  border-radius: 0 99999px 99999px 0;
}

.hero-gallery__button-prev::before {
  transform: scale(-1);
}

.hero-gallery__button-next {
  border-radius: 99999px 0 0 99999px;
}

.hero-gallery__button-prev::before,
.hero-gallery__button-next::before {
  background: #000;
  content: "";
  width: 2.4em;
  height: 2.4em;
  -webkit-mask: url("../img/common.crrt/arrow-right.svg");
  mask: url("../img/common.crrt/arrow-right.svg");
  mask-repeat: no-repeat;
  background-color: var(--c-secondary);
  transition: inherit;
}

@media (any-hover: hover) {
  .hero-gallery__button-prev:hover::before,
  .hero-gallery__button-next:hover::before {
    background-color: var(--fg-on);
  }
}

.shelf__content {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
  margin-bottom: 2em;
}
@media (max-width: 991px) {
  .shelf__content {
    grid-template-columns: 100%;
    gap: 1.5em;
  }
}

.shelf__message {
  font-size: 1.8em;
}
@media (min-width: 992px) {
  .shelf__message {
    grid-column: span 3;
  }
}

.shelf__buttons {
  display: flex;
  justify-content: center;
}

.blog__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(37rem, 1fr));
  gap: 2rem;
}

.faq {
  --border-color: rgba(0, 0, 0, 0.05);
  background: var(--bg-section-light);
}

.faq__content {
  display: grid;
  grid-template-columns: auto 40%;
  align-items: start;
  gap: 3rem;
}
@media (max-width: 991px) {
  .faq__content {
    grid-template-columns: 100%;
  }
}

.faq-help {
  font-family: var(--ff-title);
  position: sticky;
  top: 2rem;
}
@media (max-width: 991px) {
  .faq-help {
    padding: 1.5rem;
    padding-bottom: 2rem;
    border: 1px solid var(--border-color);
    border-radius: 1rem;
  }
}

.faq-help__media {
  height: 45.2rem;
  width: 100%;
  margin-bottom: 2.2em;
  background-color: var(--c-primary);
}
@media (max-width: 991px) {
  .faq-help__media {
    height: 34rem;
    margin-bottom: 1.5rem;
  }
}
.faq-help__media-pic {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.faq-help__media-img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.faq-help__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 108.54%;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .faq-help__title {
    font-size: 1.8em;
    margin-bottom: 0.44em;
  }
}

.faq-help__desc {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 140%;
  margin-bottom: 3.8rem;
}
@media (max-width: 991px) {
  .faq-help__desc {
    font-size: 1.4em;
    margin-bottom: 1.57em;
  }
}

.faq__socials {
  --icon-color: var(--c-secondary);
  --link-padding: 1.4em;
  --icon-gap: 2.3em;
}
@media (max-width: 991px) {
  .faq__socials {
    --link-padding: 1.05em;
    --icon-gap: 1.45em;
    --icon-size: 1.7em;
  }
}

.faq__socials .socials__link {
  box-sizing: content-box;
  border: 0.1em solid #EDEDED;
  border-radius: 999em;
}

.footer {
  background-color: #252525;
  color: #fff;
  font-size: 1rem;
  padding-top: 3.3em;
  padding-bottom: 4.4em;
}

.footer__logo {
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  flex: 1;
}
@media (max-width: 991px) {
  .footer__logo {
    margin-bottom: 1em;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer__socials {
  margin-bottom: 4.4em;
  justify-content: center;
}

.footer__phone {
  display: block;
  text-align: right;
  font-size: 2.4em;
  margin-bottom: 0.54em;
}
@media (max-width: 991px) {
  .footer__phone {
    text-align: center;
    margin-bottom: 1.28em;
  }
}

.footer__phone-caption {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.58em;
  font-style: normal;
  font-weight: 500;
  line-height: initial;
}

.footer__phone-text {
  display: block;
  color: var(--c-text-on);
  font-size: 1em;
  margin-top: 0.1em;
  margin-bottom: 0.03em;
  font-style: normal;
  font-weight: 700;
  line-height: initial;
}

.footer__location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__location {
    margin-bottom: 3rem;
  }
}

.footer__location-icon {
  --size: 2.9em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  margin-right: 0.5em;
}

.footer__location-address {
  color: #FFF;
  text-align: right;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991px) {
  .footer__location-address {
    text-align: center;
    font-size: 1.7em;
  }
}

.footer__links-list {
  display: grid;
  row-gap: 1.2em;
  justify-content: center;
  justify-items: center;
}

.footer__links-link {
  --fg: #fff;
  text-align: center;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  opacity: 0.4;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .footer__links-link {
    font-size: 1.4em;
  }
}

@media (any-hover: hover) {
  .footer__links-link:hover {
    opacity: 1;
  }
}

.footer__links {
  flex: 1;
}
@media (max-width: 991px) {
  .footer__links {
    order: 3;
  }
}

.footer__socials {
  flex: 1;
}
@media (max-width: 991px) {
  .footer__socials {
    margin-bottom: 2.4em;
  }
}

.footer__contact {
  flex: 1;
}

.product-hero {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .product-hero {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.product-hero__container {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  column-gap: 2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .product-hero__container {
    grid-template-columns: 100%;
  }
}

.product-hero__carousel {
  --carousel-height: 56rem;
  max-width: 100%;
  height: var(--carousel-height);
  width: 100%;
  display: grid;
  grid-template-columns: 7rem auto;
  align-items: center;
  column-gap: 3rem;
  margin-bottom: 6.5em;
  top: 20rem;
}
@media (max-width: 1599px) {
  .product-hero__carousel {
    top: 12rem;
  }
}
@media (max-width: 991px) {
  .product-hero__carousel {
    --carousel-height: 46rem;
    top: 8rem;
  }
}
@media (max-width: 991px) {
  .product-hero__carousel {
    margin-bottom: 2em;
    --carousel-height: initial;
    position: static;
    grid-template-columns: 100%;
    row-gap: 1.8rem;
  }
}

.product-hero__gallery {
  order: 2;
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  border: 0.1rem solid rgb(241, 241, 241);
  overflow: hidden;
  height: var(--carousel-height);
}
@media (max-width: 991px) {
  .product-hero__gallery {
    order: initial;
    height: 36rem;
  }
}
@media (max-width: 575px) {
  .product-hero__gallery {
    height: 18.5em;
  }
}

.product-hero__gallery-swiper {
  height: 100%;
}

.product-hero__gallery-slide {
  height: 100%;
}

.product-hero__pic {
  display: block;
  height: 100%;
  width: 100%;
}

.product-hero__img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.product-hero__thumbs {
  height: var(--carousel-height);
  display: grid;
}
@media (max-width: 991px) {
  .product-hero__thumbs {
    grid-template-columns: 5rem auto 5rem;
    column-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .product-hero__thumbs {
    grid-template-columns: 2.8rem auto 2.8rem;
  }
}

.product-hero__thumbs-swiper {
  height: calc(var(--carousel-height) - 12rem);
}
@media (max-width: 991px) {
  .product-hero__thumbs-swiper {
    height: var(--carousel-height);
    width: 100%;
  }
}

.product-hero__thumbs-slide {
  border-radius: 2rem;
  border: 0.1rem solid rgb(241, 241, 241);
  overflow: hidden;
  --size: 7rem;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  transition: var(--tr-regular);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .product-hero__thumbs-slide {
    margin-bottom: 0;
    margin-right: 0.8rem;
    --size: 7.8rem;
  }
}
@media (max-width: 575px) {
  .product-hero__thumbs-slide {
    --size: 5rem;
    border-radius: 0.7rem;
  }
}

@media (any-hover: hover) {
  .product-hero__thumbs-slide:hover {
    border-color: var(--c-second--light);
  }
}

.product-hero__thumbs-slide--current {
  border-color: var(--c-second);
}

.product-hero__thumbs-button-next,
.product-hero__thumbs-button-prev {
  position: static;
  display: flex;
  border-radius: 2rem;
  background: rgb(250, 250, 250);
  height: 3.9rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .product-hero__thumbs-button-next,
  .product-hero__thumbs-button-prev {
    height: 100%;
  }
}
@media (max-width: 413px) {
  .product-hero__thumbs-button-next,
  .product-hero__thumbs-button-prev {
    min-width: 2.8rem;
    max-width: 2.8rem;
  }
}

.product-hero__thumbs-button-next::after,
.product-hero__thumbs-button-prev::after {
  content: "";
  display: block;
  background-image: url("../img/common.crrt/angle-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  --size: 1em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
}
@media (max-width: 991px) {
  .product-hero__thumbs-button-next::after,
  .product-hero__thumbs-button-prev::after {
    --size: 0.8em;
  }
}

.product-hero__thumbs-button-prev::after {
  transform: scaleY(-1);
}
@media (max-width: 991px) {
  .product-hero__thumbs-button-prev::after {
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .product-hero__thumbs-button-next::after {
    transform: rotate(-90deg);
  }
}

.product-hero__thumbs-button-prev.swiper-button-lock + .product-hero__thumbs-swiper {
  width: auto;
}
@media (min-width: 992px) {
  .product-hero__thumbs-button-prev.swiper-button-lock + .product-hero__thumbs-swiper {
    margin-top: -220%;
    margin-bottom: -220%;
  }
}
@media (max-width: 449px) {
  .product-hero__thumbs-button-prev.swiper-button-lock + .product-hero__thumbs-swiper {
    margin-left: -15%;
    margin-right: -15%;
  }
}

.product-hero__title {
  font-family: var(--ff-title);
  color: #444;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.65em;
  margin-top: 0;
}
@media (max-width: 991px) {
  .product-hero__title {
    font-size: 2rem;
    grid-column: initial;
    margin-bottom: 1.3em;
  }
}

.product-hero__info {
  font-size: 1rem;
  grid-row: span 2;
}
@media (max-width: 991px) {
  .product-hero__info {
    margin-bottom: 2.5em;
    grid-row: initial;
  }
}

.product-hero__info-title {
  color: #444;
  text-align: center;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .product-hero__info-title {
    font-size: 1.8em;
  }
}

.product-hero__bookform {
  padding-top: 3em;
  padding-left: 2.1em;
  padding-right: 2.1em;
  padding-bottom: 3.4em;
  background-color: var(--bg-card);
  border-radius: 2em;
}
@media (max-width: 991px) {
  .product-hero__bookform {
    padding: 1.7em 1em;
  }
}

.product-hero__calendar {
  margin-bottom: 2.5em;
}

.product-hero__bookform-tariffs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}

.product-hero__group-title {
  color: #444;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
  margin-bottom: 0.42em;
}
@media (max-width: 991px) {
  .product-hero__group-title {
    font-size: 1.8em;
    margin-bottom: 0.55em;
  }
}

.product-hero__bookform-tariffs-title {
  color: #444;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
  margin-bottom: 0.42em;
  grid-column: span 2;
}
@media (max-width: 991px) {
  .product-hero__bookform-tariffs-title {
    font-size: 1.8em;
    margin-bottom: 0.55em;
  }
}

.product-hero__bookform-tariff {
  padding: 1.2em 1.5em;
  padding-right: 3em;
  border-radius: 2em;
  background: #F7F7F9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-hero__bookform-tariff {
    align-items: flex-start;
    flex-direction: column;
    padding: 1em 2em;
  }
}

.product-hero__bookform-tariff-price {
  color: var(--1, #444);
  font-size: 2.5em;
  font-weight: 500;
  line-height: 120%; /* 30.717px */
  margin-right: 0.6em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .product-hero__bookform-tariff-price {
    font-size: 2em;
  }
}

.product-hero__bookform-tariff-price .currency {
  margin-left: -0.3em;
}

.product-hero__bookform-tariff-caption {
  color: #444;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 991px) {
  .product-hero__bookform-tariff-caption {
    font-size: 1.3em;
  }
}

.product-hero__bookform-submit {
  width: 100%;
  margin-bottom: 2em;
}

.product-hero__bookform-caption {
  color: #444;
  font-size: 0.6em;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
  grid-column: span 2;
}
@media (max-width: 991px) {
  .product-hero__bookform-caption {
    font-size: 1.2em;
  }
}

.product-hero__bookform-caption .link {
  --fz: 1em;
}

.product-hero__stat-list {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 6.2em;
  margin-bottom: 2.2em;
}
@media (max-width: 991px) {
  .product-hero__stat-list {
    column-gap: 1.8em;
    line-height: 1.85;
  }
}
@media (max-width: 575px) {
  html[lang=pt-PT] .product-hero__stat-list {
    grid-template-columns: 100%;
  }
}

.product-hero__stat {
  font-size: 1.6em;
}
@media (max-width: 991px) {
  .product-hero__stat {
    font-size: 1.4em;
  }
}

.product-hero__stat-title {
  color: #A5A5A5;
  font-family: var(--ff-title);
  font-weight: 400;
}
@media (max-width: 991px) {
  .product-hero__stat-title {
    font-weight: 300;
  }
}

.product-hero__options-title {
  color: #444;
  font-size: 2em;
  margin-bottom: 0.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
@media (max-width: 991px) {
  .product-hero__options-title {
    font-size: 1.8em;
  }
}

.product-hero__options-content {
  font-size: 1.33333em;
}

.product-hero__info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 4em;
}

.product-hero__bookform-head {
  margin-bottom: 0;
}

.product-hero__group {
  margin-bottom: 2em;
  display: grid;
  row-gap: 1em;
}

.article {
  --padding-inline: 10rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .article {
    --padding-inline: 3rem;
  }
}
@media (max-width: 449px) {
  .article {
    padding-top: 0;
  }
}

.article:last-child {
  margin-bottom: 8em;
}

.article__title {
  padding-top: 1em;
}

.article__content {
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0px 1.4rem 4.4rem 0px rgba(197, 197, 197, 0.25);
  padding-top: 6rem;
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
  padding-bottom: 6rem;
}
@media (max-width: 449px) {
  .article__content {
    padding: 1.5rem;
  }
}

.article__contacts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.6rem;
  flex-wrap: wrap;
}

.article__contact {
  --fz: 1.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 2rem;
  color: rgba(91, 91, 91, 0.5);
  font-family: var(--ff-title);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991px) {
  .article__contact {
    margin-bottom: 1.5rem;
  }
}

.article__contact:last-of-type {
  margin-right: 0;
}

.article__contact-icon {
  --size: 3.2rem;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  margin-right: 1.5rem;
  padding: 0.8rem;
  background-color: #F9F9F9;
  border-radius: 9999px;
}
@media (max-width: 449px) {
  .article__contact-icon {
    --size: 2.5rem;
    margin-right: 0.8rem;
  }
}

.wysiwyg .article__contact-title,
.article__contact-title {
  color: rgba(91, 91, 91, 0.5);
  font-size: var(--fz);
  font-family: var(--ff-title);
  margin-bottom: 0;
  font-weight: 400;
}

.wysiwyg .article__contact-value,
.article__contact-value {
  color: inherit;
  margin-bottom: 0.3em;
  display: block;
  color: rgb(91, 91, 91);
  transition: var(--tr-regular);
  text-decoration: none;
  font-size: var(--fz);
  font-family: var(--ff-title);
}

@media (any-hover: hover) {
  .wysiwyg .article__contact-value:hover,
  a.article__contact-value:hover {
    color: var(--c-primary);
  }
}

.article__contact-value:last-of-cild {
  margin-bottom: 0;
}

.article__contact-value:only-child {
  font-weight: 700;
}

.article__map {
  height: 40rem;
  border-radius: 4rem;
  overflow: hidden;
  margin-bottom: 4rem;
  background-color: #f8f8f8;
  margin-top: 4rem;
}
@media (max-width: 413px) {
  .article__map {
    height: 20rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 2rem;
  }
}

.article__map:first-child {
  margin-top: 0;
}

.article__map > * {
  height: 100% !important;
}

.article .wp-block-gallery {
  margin-left: calc(0px - var(--padding-inline));
  margin-right: calc(0px - var(--padding-inline));
}

.article .wp-block-gallery .swiper-wrapper {
  margin-bottom: 2em;
}

.article .swiper-button-prev,
.article .swiper-button-next {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.article .swiper-button-prev {
  left: 0;
}

.article .swiper-button-next {
  right: 0;
}

.article .swiper-button-prev,
.article .swiper-button-next {
  width: 3.8em;
  height: 6.4em;
  background: #fff;
  transition: all 0.45s var(--tr-jolly-enter);
}

@media (any-hover: hover) {
  .article .swiper-button-prev:hover,
  .article .swiper-button-next:hover {
    background: var(--c-secondary);
  }
}

.article .swiper-button-prev {
  border-radius: 0 99999px 99999px 0;
}

.swiper-button-prev::before {
  transform: scale(-1);
}

.article .swiper-button-next {
  border-radius: 99999px 0 0 99999px;
}

.article .swiper-button-prev::before,
.article .swiper-button-next::before {
  background: #000;
  content: "";
  width: 2.4em;
  height: 2.4em;
  -webkit-mask: url("../img/common.crrt/arrow-right.svg");
  mask: url("../img/common.crrt/arrow-right.svg");
  mask-repeat: no-repeat;
  background-color: var(--c-secondary);
  transition: inherit;
}

@media (any-hover: hover) {
  .article .swiper-button-prev:hover::before,
  .article .swiper-button-next:hover::before {
    background-color: var(--fg-on);
  }
}

.article .swiper-pagination {
  width: 100%;
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
  display: flex;
  justify-content: center;
}

.article .swiper-pagination-bullet {
  display: block;
  --size: 2.5em;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  background-color: var(--c-secondary);
  border-radius: var(--size);
  margin-right: calc(var(--size) / 2);
  margin-left: calc(var(--size) / 4);
  opacity: 0.3;
}

.article .swiper-pagination-bullet-active {
  opacity: 1;
}

.article .wp-block-gallery .wp-block-image {
  height: 60em;
}

.article .wp-block-gallery .wp-block-image img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

/*
	Temp
*/
/*
	Main
*/
.reviews {
  background: var(--bg-card);
  font-size: 1rem;
  color: #5A5561;
  overflow: hidden;
}

.reviews__title {
  margin-bottom: 1.2em;
}

.reviews-card {
  padding: 2.8em 2.8em 3.5em;
  background-color: #F7F7F9;
  box-shadow: 0px 0.4em 2em rgba(206, 206, 206, 0.25);
  border-radius: 2em;
  color: #333333;
}
@media (max-width: 991px) {
  .reviews-card {
    padding: 1em;
  }
}

.reviews-card__user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.reviews-card__user-pic {
  --size: 7.2em;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  margin-bottom: 1.2em;
  border-radius: 999em;
}

.reviews-card__user-img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-card__user-name {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 131.4%;
}
@media (max-width: 991px) {
  .reviews-card__user-name {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

.reviews-card__user-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3em;
}

.reviews-card__user-link {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 134.4%;
  background: radial-gradient(50% 50% at 50% 50%, #44C4FF 0%, #33B2EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 0.0555555556em solid #44C4FF;
}

.reviews-card__feedback {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 145.4%;
  color: #333333;
  max-width: 87%;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .reviews-card__feedback {
    max-width: 91%;
  }
}

.reviews-card__media {
  position: relative;
  box-shadow: 0px 4px 20px rgba(206, 206, 206, 0.25);
  border-radius: 0.5555555556em;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.reviews-card__media-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.reviews-card__media-img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-card__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reviews-card--has-media {
  padding: 0;
  height: 100%;
}

@media (max-width: 575px) {
  .reviews-card--has-media .b_video {
    padding-top: 82.4%;
  }
}

.reviews-carousel {
  width: 100%;
  overflow: visible;
  position: relative;
}

.reviews-carousel__swiper {
  overflow: visible;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.7em;
  transition: all 0.3s ease;
}

.reviews-carousel__buttons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 991px) {
  .reviews-carousel__buttons {
    top: unset;
    transform: none;
    bottom: 0;
  }
}

.reviews-carousel__button-prev,
.reviews-carousel__button-next {
  position: static;
  --size: 5em;
  max-width: var(--size);
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 999em;
  background: var(--gradient-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
}
@media (max-width: 991px) {
  .reviews-carousel__button-prev,
  .reviews-carousel__button-next {
    --size: 4em;
  }
}

.reviews-carousel__button-prev::before,
.reviews-carousel__button-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common.crrt/angle-right.svg");
  background-size: 1.8em;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews-carousel__button-prev::before {
  transform: scaleX(-1);
}

.reviews-carousel__slide {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.reviews-carousel__slide.swiper-slide-active {
  opacity: 1;
}

.reviews-carousel__slide.swiper-slide-next {
  opacity: 1;
}

.reviews-carousel__scrollbar {
  height: 0.5em;
  border-radius: 0;
  background: #ebe5ff;
}
@media (max-width: 991px) {
  .reviews-carousel__scrollbar {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.reviews-carousel__scrollbar .swiper-scrollbar-drag {
  background: var(--c-secondary);
  border-radius: 0;
}

.success {
  background: none;
}

@media (min-width: 992px) {
  .success .faq__content {
    grid-template-columns: auto 70%;
  }
}

.is-hidden {
  visibility: hidden !important;
  display: none !important;
}

@media (min-width: 450px) {
  .only-mobile {
    display: none;
  }
}

.is-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.is-opaque {
  opacity: 0.5;
}
/*# sourceMappingURL=../maps/style.css.map */
