@charset "UTF-8";
/* -== Colors system ==- */
/* bootstrap variables */
.card__long-sticker .badge, .badge--small {
  min-width: 15px;
  height: 22px;
  padding: 1px 4px;
  font-size: 12px;
}

.drawer-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  inset: 0;
  z-index: 25;
}

.badge--large {
  min-width: 22px;
}
.badge--large .badge__decor {
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .badge--large {
    height: 26px;
    padding: 1px 10px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .badge--large {
    height: 22px;
    padding: 1px 8px;
    font-size: 14px;
  }
}

.section-page__title {
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--font-sans-loos);
}

.questions__description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}
.questions__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .questions__description {
    font-size: 18px;
  }
}
.questions__description:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .questions__description:not(:last-child) {
    margin-bottom: 40px;
  }
}

.questions__heading {
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .questions__heading {
    margin-bottom: 30px;
  }
}

.questions__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}
@media (min-width: 1200px) {
  .questions__title {
    font-size: 32px;
  }
}

.checkout-fixed::before, .loader svg, .form__switch-slider {
  inset: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-sans-serif);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}

.btn__icon-primary, .btn__primary, .navigation-buttons .active, .navigation-buttons input:checked + .btn {
  color: var(--white);
  background-color: var(--primary);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn__icon-primary .btn__decor, .btn__primary .btn__decor, .navigation-buttons .active .btn__decor, .navigation-buttons input:checked + .btn .btn__decor {
  fill: var(--white);
}
.btn__icon-primary:hover, .btn__primary:hover, .navigation-buttons .active:hover, .navigation-buttons input:checked + .btn:hover, .btn__icon-primary:focus, .btn__primary:focus, .navigation-buttons .active:focus, .navigation-buttons input:checked + .btn:focus {
  color: var(--white);
  background-color: var(--hover);
}
.btn__icon-primary:active, .btn__primary:active, .navigation-buttons .active:active, .navigation-buttons input:checked + .btn:active {
  background-color: var(--active);
}

.btn__tertiary:disabled, .btn__secondary:disabled, .btn__warn:disabled, .btn__primary:disabled, .navigation-buttons .active:disabled, .navigation-buttons input:checked + .btn:disabled, .btn__pink:disabled, .disabled.btn__tertiary, .disabled.btn__secondary, .disabled.btn__warn, .disabled.btn__primary, .navigation-buttons .disabled.active, .navigation-buttons input:checked + .disabled.btn, .disabled.btn__pink {
  color: var(--text-disabled);
  background-color: var(--bg-disabled);
  border-color: transparent;
  pointer-events: none;
}
.btn__tertiary:disabled svg, .btn__secondary:disabled svg, .btn__warn:disabled svg, .btn__primary:disabled svg, .navigation-buttons .active:disabled svg, .navigation-buttons input:checked + .btn:disabled svg, .btn__pink:disabled svg, .disabled.btn__tertiary svg, .disabled.btn__secondary svg, .disabled.btn__warn svg, .disabled.btn__primary svg, .navigation-buttons .disabled.active svg, .navigation-buttons input:checked + .disabled.btn svg, .disabled.btn__pink svg {
  fill: var(--text-disabled);
}

/* Vendors styles */
/* Bootstrap v5.3.2 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #F66FA1;
  --bs-red: #FB3D02;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFC000;
  --bs-green: #198754;
  --bs-teal: #2fd1be;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #E9E5E8;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #D7D1D4;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4652ff;
  --bs-secondary: #616fff;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #FFC000;
  --bs-danger: #FB3D02;
  --bs-light: #E9E5E8;
  --bs-dark: #212529;
  --bs-primary-rgb: 70, 82, 255;
  --bs-secondary-rgb: 97, 111, 255;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 192, 0;
  --bs-danger-rgb: 251, 61, 2;
  --bs-light-rgb: 233, 229, 232;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(28, 32.8, 102);
  --bs-secondary-text-emphasis: rgb(38.8, 44.4, 102);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 76.8, 0);
  --bs-danger-text-emphasis: rgb(100.4, 24.4, 0.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(218, 220.4, 255);
  --bs-secondary-bg-subtle: rgb(223.4, 226.2, 255);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.4, 204);
  --bs-danger-bg-subtle: rgb(254.2, 216.2, 204.4);
  --bs-light-bg-subtle: rgb(244, 242, 243.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(181, 185.8, 255);
  --bs-secondary-border-subtle: rgb(191.8, 197.4, 255);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 229.8, 153);
  --bs-danger-border-subtle: rgb(253.4, 177.4, 153.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: ptrootui, -apple-system, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: sfmono-regular, menlo, monaco, consolas, monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181818;
  --bs-body-color-rgb: 24, 24, 24;
  --bs-body-bg: #fafafa;
  --bs-body-bg-rgb: 250, 250, 250;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(24, 24, 24, 0.75);
  --bs-secondary-color-rgb: 24, 24, 24;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(24, 24, 24, 0.5);
  --bs-tertiary-color-rgb: 24, 24, 24;
  --bs-tertiary-bg: #E9E5E8;
  --bs-tertiary-bg-rgb: 233, 229, 232;
  --bs-heading-color: inherit;
  --bs-link-color: #4652ff;
  --bs-link-color-rgb: 70, 82, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(56, 65.6, 204);
  --bs-link-hover-color-rgb: 56, 66, 204;
  --bs-code-color: #F66FA1;
  --bs-highlight-color: #181818;
  --bs-highlight-bg: rgb(255, 242.4, 204);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #D7D1D4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(70, 82, 255, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #FB3D02;
  --bs-form-invalid-border-color: #FB3D02;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #D7D1D4;
  --bs-body-color-rgb: 215, 209, 212;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(215, 209, 212, 0.75);
  --bs-secondary-color-rgb: 215, 209, 212;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(215, 209, 212, 0.5);
  --bs-tertiary-color-rgb: 215, 209, 212;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs--text-emphasis: ;
  --bs--bg-subtle: ;
  --bs--border-subtle: ;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(144, 151.2, 255);
  --bs-link-hover-color: rgb(166.2, 171.96, 255);
  --bs-link-color-rgb: 144, 151, 255;
  --bs-link-hover-color-rgb: 166, 172, 255;
  --bs-code-color: rgb(249.6, 168.6, 198.6);
  --bs-highlight-color: #D7D1D4;
  --bs-highlight-bg: rgb(102, 76.8, 0);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(252.6, 138.6, 103.2);
  --bs-form-invalid-border-color: rgb(252.6, 138.6, 103.2);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(218, 220.4, 255);
  --bs-table-border-color: rgb(174.4, 176.32, 204);
  --bs-table-striped-bg: rgb(207.1, 209.38, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(196.2, 198.36, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(201.65, 203.87, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(223.4, 226.2, 255);
  --bs-table-border-color: rgb(178.72, 180.96, 204);
  --bs-table-striped-bg: rgb(212.23, 214.89, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(201.06, 203.58, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(206.645, 209.235, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.4, 204);
  --bs-table-border-color: rgb(204, 193.92, 163.2);
  --bs-table-striped-bg: rgb(242.25, 230.28, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.16, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.22, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(254.2, 216.2, 204.4);
  --bs-table-border-color: rgb(203.36, 172.96, 163.52);
  --bs-table-striped-bg: rgb(241.49, 205.39, 194.18);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.78, 194.58, 183.96);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.135, 199.985, 189.07);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #E9E5E8;
  --bs-table-border-color: rgb(186.4, 183.2, 185.6);
  --bs-table-striped-bg: rgb(221.35, 217.55, 220.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(209.7, 206.1, 208.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(215.525, 211.825, 214.6);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(56, 66, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(56, 66, 204, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(129, 140, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(129, 140, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(252, 100, 53, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(252, 100, 53, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(237, 234, 237, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 234, 237, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-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.swiper-cards {
  overflow: visible;
}

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

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shakeX {
  animation-name: shakeX;
}

@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  animation-name: shakeY;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  animation-name: backInDown;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  animation-name: backInLeft;
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  animation-name: backInRight;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  animation-name: backInUp;
}

/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  animation-name: backOutDown;
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  animation-name: backOutLeft;
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  animation-name: backOutRight;
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  animation-name: fadeInTopLeft;
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  animation-name: fadeInTopRight;
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

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

.carousel__track {
  display: flex;
}

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

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

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

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

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

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

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

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

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

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

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

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

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

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

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

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

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

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

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

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

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

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

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

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

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

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

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

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

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

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

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

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

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

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

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

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

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: white;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: white;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: rgb(177, 6, 6);
  padding: 0.5em 1em;
  color: white;
}
.dropzone .dz-preview .dz-error-message::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(177, 6, 6);
}

.hoverTouchGallery-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.hoverTouchGallery-panel__img {
  flex-grow: 1;
  height: 100%;
}

.hoverTouchGallery-indicator {
  display: flex;
  inset: auto 0 -8px;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.hoverTouchGallery-indicator__dot {
  background-color: var(--bg-disabled);
  border-radius: 50%;
  height: 6px;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  transition: background-color 0.2s ease-in-out;
  width: 6px;
}
.hoverTouchGallery-indicator__dot.active {
  background-color: var(--primary);
}

:root,
[data-theme=light] {
  --white: #fff;
  --bg-light: #fafafa;
  --bg-darken: #f8f8f8;
  --bg-disabled: #efefef;
  --stroke: #d7d7d7;
  --text-disabled: #aeaeae;
  --text-tertiary: #747474;
  --text-secondary: #5c5c5c;
  --gray8: #3a3a3a;
  --gray9: #282828;
  --text-primary: #181818;
  --gray-100: #E9E5E8;
  --gray-300: #D7D1D4;
  --active: #1d00b0;
  --hover: #342edd;
  --primary: #4652ff;
  --secondary: #616fff;
  --tertiary: #a7b8ff;
  --blue2: #c4d1ff;
  --quaternary: #ecf0ff;
  --warn: #fc612e;
  --warn-secondary: #fd8257;
  --warn-tertiary: #ffe3ce;
  --green6: #009e52;
  --green5: #2bb970;
  --green0: #ecfff3;
  --yellow5: #ffca2a;
  --yellow4: #ffd557;
  --yellow3: #FFEAAD;
  --yellow0: #FFFAEC;
  --yellow: #FFC000;
  --red6: #ed2121;
  --red5: #E94A3F;
  --red0: #FFF2F2;
  --warn_red: #FF37BB;
  --red: #FB3D02;
  --lime: #8cca08;
  --teal: #2fd1be;
  --blue4: #59bbed;
  --blue7: #0074AB;
  --green4: #57d08e;
  --purple5: #956ced;
  --pink: #F66FA1;
  --dark-pink: #E7558B;
  --beige: #E1BBA0;
  --brown: #E27A18;
  --brown2: #B18769;
  --darkGrays: #9d9d9d;
  --black: #000;
  --icons: #7c7b7b;
  --grey-light: #eaf4fd;
  --grayscale: #d9d9d9;
  --gray-icons: #6C6C6C;
  --bg-black: #101113;
  --mint: #7AACAC;
  --mint-500: #518889;
  --mint-600: #467174;
  --gulf-stream-950: #1E2C2E;
  --font-sans-serif: ptrootui, -apple-system, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-sans-loos: loos, -apple-system, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: sfmono-regular, menlo, monaco, consolas, monospace;
  --shadow-Z100: 0 0 15px rgba(132, 132, 132, 0.1);
  --shadow-Z200: 0 0 20px rgba(132, 132, 132, 0.2);
  --shadow-Z300: 0 0 30px rgba(132, 132, 132, 0.25);
}

@keyframes scaleOpacity {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg) translateX(var(--px)) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(var(--px)) rotate(-360deg);
  }
}
@keyframes bgMainSlider {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bulb {
  0% {
    background-color: rgba(255, 0, 0, 0.71);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.71);
  }
  10% {
    background-color: transparent;
  }
  20% {
    background-color: #759E00;
    box-shadow: 0 0 30px #759E00;
  }
  30% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
  40% {
    background-color: #169E00;
    box-shadow: 0 0 30px #169E00;
  }
  50% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
  60% {
    background-color: #00659E;
    box-shadow: 0 0 30px #00659E;
  }
  70% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
  80% {
    background-color: #46009E;
    box-shadow: 0 0 30px #46009E;
  }
  90% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
  100% {
    background-color: rgba(255, 0, 0, 0.71);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.71);
  }
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes confettiFall {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}

/********************************* Core ******************************/
[data-tooltip] {
  position: relative;
  display: inline-flex;
  box-sizing: content-box;
}
[data-tooltip]::before, [data-tooltip]::after {
  position: absolute;
  z-index: 20;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
  box-sizing: content-box;
}
[data-tooltip]::before {
  border: 6px solid transparent;
  content: "";
}
[data-tooltip]::after {
  height: 22px;
  padding: 11px 11px 0 11px;
  font-weight: 700;
  font-size: 12px;
  line-height: 11px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(132, 132, 132, 0.25);
  content: attr(data-tooltip);
}
[data-tooltip].tip__position-top::before {
  border-top-color: var(--white);
}
[data-tooltip].tip__position-top::after {
  color: var(--text-secondary);
  background-color: var(--white);
}
[data-tooltip].tip__position-bottom::before {
  border-bottom-color: var(--white);
}
[data-tooltip].tip__position-bottom::after {
  color: var(--text-secondary);
  background-color: var(--white);
}
[data-tooltip].tip__position-left::before {
  border-left-color: var(--white);
}
[data-tooltip].tip__position-left::after {
  color: var(--text-secondary);
  background-color: var(--white);
}
[data-tooltip].tip__position-right::before {
  border-right-color: var(--white);
}
[data-tooltip].tip__position-right::after {
  color: var(--text-secondary);
  background-color: var(--white);
}
[data-tooltip].tip__position-top.half-arrow::before {
  border-right: 7px solid var(--white);
}
[data-tooltip].tip__position-bottom.half-arrow::before {
  border-right: 7px solid var(--white);
}
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after, [data-tooltip]:focus::before, [data-tooltip]:focus::after {
  transform: scale(1);
  opacity: 1;
}

/******************************* Position ****************************/
.tip__position-left::before, .tip__position-right::before, .tip__position-left::after, .tip__position-right::after {
  bottom: 50%;
}
.tip__position-left::before, .tip__position-right::before {
  margin-bottom: -5px;
}
.tip__position-left::after, .tip__position-right::after {
  margin-bottom: -14.6666666667px;
}
.half-arrow.tip__position-left::before, .half-arrow.tip__position-right::before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent;
}
.tip__multiline.tip__position-left::before, .tip__multiline.tip__position-right::before, .tip__multiline.tip__position-left::after, .tip__multiline.tip__position-right::after {
  transform: translateY(50%);
  margin-bottom: 0;
  filter: blur(0);
}
.tip__multiline.tip__position-left::before, .tip__multiline.tip__position-right::before {
  margin-bottom: 0;
}
.tip__multiline.half-arrow.tip__position-left::before, .tip__multiline.half-arrow.tip__position-right::before {
  margin-bottom: -2px;
}

.tip__position-right::before, .tip__position-right::after {
  left: 100%;
}
.tip__position-right::before {
  margin-left: -2px;
}
.tip__position-right::after {
  margin-left: 10px;
}
.tip__position-right.tip__movable::before {
  margin-left: -10px;
}
.tip__position-right.tip__movable::after {
  margin-left: 2px;
}
.tip__position-right.tip__movable:hover::before, .tip__position-right.tip__movable:hover::after {
  transform: translateX(10px);
}
.tip__position-right.tip__movable.half-arrow::before {
  margin-left: -5px;
}
.tip__position-right.tip__movable.tip__multiline:hover::before, .tip__position-right.tip__movable.tip__multiline:hover::after {
  transform: translate(10px, 50%);
}
.tip__position-right.half-arrow::before {
  margin-left: 3px;
  border-right: 7px solid var(--white);
}

.tip__position-left::before, .tip__position-left::after {
  right: 100%;
}
.tip__position-left::before {
  margin-right: -2px;
}
.tip__position-left::after {
  margin-right: 10px;
}
.tip__position-left.tip__movable::before {
  margin-right: -10px;
}
.tip__position-left.tip__movable::after {
  margin-right: 2px;
}
.tip__position-left.tip__movable:hover::before, .tip__position-left.tip__movable:hover::after {
  transform: translateX(-10px);
}
.tip__position-left.tip__movable.half-arrow::before {
  margin-right: -5px;
}
.tip__position-left.tip__movable.tip__multiline:hover::before, .tip__position-left.tip__movable.tip__multiline:hover::after {
  transform: translate(-10px, 50%);
}
.tip__position-left.half-arrow::before {
  margin-right: 3px;
  border-left: 7px solid var(--white);
}

.tip__position-top::before, .tip__position-bottom::before, .tip__position-top::after, .tip__position-bottom::after {
  left: 50%;
  transform: translateX(-50%);
}
.tip__position-top::after, .tip__position-bottom::after {
  width: auto;
}
.half-arrow.tip__position-top::before, .half-arrow.tip__position-bottom::before {
  border-style: none;
  border-right: 7px solid var(--white);
}

.tip__position-bottom::before, .tip__position-bottom::after {
  top: 100%;
}
.tip__position-bottom::before {
  margin-top: -5px;
}
.tip__position-bottom::after {
  margin-top: 7px;
}
.tip__position-bottom:hover::before, .tip__position-bottom:hover::after {
  transform: translate(-50%, 0);
}
.tip__position-bottom.tip__movable::before {
  margin-top: -15px;
}
.tip__position-bottom.tip__movable::after {
  margin-top: -3px;
}
.tip__position-bottom.tip__movable:hover::before, .tip__position-bottom.tip__movable:hover::after {
  transform: translate(-50%, 10px);
}
.tip__position-bottom.tip__movable.half-arrow::before {
  margin-top: -10px;
}
.tip__position-bottom.half-arrow::before {
  margin-top: 0;
  border-top: 7px solid transparent;
}

.tip__position-top::before, .tip__position-top::after {
  bottom: 100%;
}
.tip__position-top::before {
  margin-bottom: -5px;
}
.tip__position-top::after {
  margin-bottom: 7px;
}
.tip__position-top:hover::before, .tip__position-top:hover::after {
  transform: translate(-50%, 0);
}
.tip__position-top.tip__movable::before {
  margin-bottom: -15px;
}
.tip__position-top.tip__movable::after {
  margin-bottom: -3px;
}
.tip__position-top.tip__movable:hover::before, .tip__position-top.tip__movable:hover::after {
  transform: translate(-50%, -10px);
}
.tip__position-top.tip__movable.half-arrow::before {
  margin-bottom: -10px;
}
.tip__position-top.half-arrow::before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent;
}

/******************************* Features ****************************/
.tip__movable::before, .tip__movable::after {
  transition: all 0.1s linear;
}

.tip__smooth::after {
  border-radius: 4px;
}

.tip__fade::before, .tip__fade::after {
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.tip__multiline::after {
  width: 150px;
  height: auto;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left;
}

/**************************** Diverse Colors *************************/
.tip__success.tip__position-top::before {
  border-top-color: #62c462;
}
.tip__success.tip__position-top::after {
  color: var(--text-secondary);
  background-color: #62c462;
}
.tip__success.tip__position-bottom::before {
  border-bottom-color: #62c462;
}
.tip__success.tip__position-bottom::after {
  color: var(--text-secondary);
  background-color: #62c462;
}
.tip__success.tip__position-left::before {
  border-left-color: #62c462;
}
.tip__success.tip__position-left::after {
  color: var(--text-secondary);
  background-color: #62c462;
}
.tip__success.tip__position-right::before {
  border-right-color: #62c462;
}
.tip__success.tip__position-right::after {
  color: var(--text-secondary);
  background-color: #62c462;
}
.tip__success.tip__position-top.half-arrow::before {
  border-right: 7px solid #62c462;
}
.tip__success.tip__position-bottom.half-arrow::before {
  border-right: 7px solid #62c462;
}

.tip__info.tip__position-top::before {
  border-top-color: #5bc0de;
}
.tip__info.tip__position-top::after {
  color: var(--text-secondary);
  background-color: #5bc0de;
}
.tip__info.tip__position-bottom::before {
  border-bottom-color: #5bc0de;
}
.tip__info.tip__position-bottom::after {
  color: var(--text-secondary);
  background-color: #5bc0de;
}
.tip__info.tip__position-left::before {
  border-left-color: #5bc0de;
}
.tip__info.tip__position-left::after {
  color: var(--text-secondary);
  background-color: #5bc0de;
}
.tip__info.tip__position-right::before {
  border-right-color: #5bc0de;
}
.tip__info.tip__position-right::after {
  color: var(--text-secondary);
  background-color: #5bc0de;
}
.tip__info.tip__position-top.half-arrow::before {
  border-right: 7px solid #5bc0de;
}
.tip__info.tip__position-bottom.half-arrow::before {
  border-right: 7px solid #5bc0de;
}

.tip__danger.tip__position-top::before {
  border-top-color: #e74c3c;
}
.tip__danger.tip__position-top::after {
  color: var(--text-secondary);
  background-color: #e74c3c;
}
.tip__danger.tip__position-bottom::before {
  border-bottom-color: #e74c3c;
}
.tip__danger.tip__position-bottom::after {
  color: var(--text-secondary);
  background-color: #e74c3c;
}
.tip__danger.tip__position-left::before {
  border-left-color: #e74c3c;
}
.tip__danger.tip__position-left::after {
  color: var(--text-secondary);
  background-color: #e74c3c;
}
.tip__danger.tip__position-right::before {
  border-right-color: #e74c3c;
}
.tip__danger.tip__position-right::after {
  color: var(--text-secondary);
  background-color: #e74c3c;
}
.tip__danger.tip__position-top.half-arrow::before {
  border-right: 7px solid #e74c3c;
}
.tip__danger.tip__position-bottom.half-arrow::before {
  border-right: 7px solid #e74c3c;
}

.tip__warning.tip__position-top::before {
  border-top-color: #e67e22;
}
.tip__warning.tip__position-top::after {
  color: var(--text-secondary);
  background-color: #e67e22;
}
.tip__warning.tip__position-bottom::before {
  border-bottom-color: #e67e22;
}
.tip__warning.tip__position-bottom::after {
  color: var(--text-secondary);
  background-color: #e67e22;
}
.tip__warning.tip__position-left::before {
  border-left-color: #e67e22;
}
.tip__warning.tip__position-left::after {
  color: var(--text-secondary);
  background-color: #e67e22;
}
.tip__warning.tip__position-right::before {
  border-right-color: #e67e22;
}
.tip__warning.tip__position-right::after {
  color: var(--text-secondary);
  background-color: #e67e22;
}
.tip__warning.tip__position-top.half-arrow::before {
  border-right: 7px solid #e67e22;
}
.tip__warning.tip__position-bottom.half-arrow::before {
  border-right: 7px solid #e67e22;
}

@font-face {
  font-weight: 700;
  font-family: loos;
  font-style: normal;
  src: url("../assets/fonts/loos-latin-cyrillic-wide-bold-web.woff2") format("woff2"), url("../assets/fonts/loos-latin-cyrillic-wide-bold-web.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: loos;
  font-style: normal;
  src: url("../assets/fonts/loos-latin-cyrillic-wide-medium-web.woff2") format("woff2"), url("../assets/fonts/loos-latin-cyrillic-wide-medium-web.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: loos;
  font-style: normal;
  src: url("../assets/fonts/loos-latin-cyrillic-wide-light-web.woff2") format("woff2"), url("../assets/fonts/loos-latin-cyrillic-wide-light-web.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: ptrootui;
  font-style: normal;
  src: url("../assets/fonts/pt-root-ui_light.woff2") format("woff2");
}
@font-face {
  font-weight: 400;
  font-family: ptrootui;
  font-style: normal;
  src: url("../assets/fonts/ptrootui.woff2") format("woff2");
}
@font-face {
  font-weight: 500;
  font-family: ptrootui;
  font-style: normal;
  src: url("../assets/fonts/ptrootuimedium.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  font-family: ptrootui;
  font-style: normal;
  src: url("../assets/fonts/ptrootuibold.woff2") format("woff2");
}
img {
  max-width: 100%;
}

svg {
  pointer-events: none;
}

.container-full,
.container {
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
}

@media (min-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1484px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 744px;
  }
}

.tab-panel:not(.active) {
  display: none;
}

.body-lock {
  overflow: hidden;
}

.form__half-control, .pl-form__control,
.form__control {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.375rem 16px;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  background-color: var(--bg-darken);
  background-clip: padding-box;
  border: 1px solid var(--bg-disabled);
  border-radius: 8px;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
}
.form__half-control::placeholder, .pl-form__control::placeholder,
.form__control::placeholder {
  color: var(--text-secondary);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.form__half-control::input-placeholder, .pl-form__control::input-placeholder,
.form__control::input-placeholder {
  color: var(--text-secondary);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.form__half-control:focus, .pl-form__control:focus,
.form__control:focus {
  outline: 0;
}
.form__half-control:focus::placeholder, .pl-form__control:focus::placeholder,
.form__control:focus::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.form__half-control:focus::input-placeholder, .pl-form__control:focus::input-placeholder,
.form__control:focus::input-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.form__group {
  --mbGroup: 16px;
  --heightInput: 52px;
  position: relative;
  margin-bottom: var(--mbGroup);
}

.pl-form__control,
.form__control {
  height: var(--heightInput);
}
.pl-form__control--quaternary,
.form__control--quaternary {
  background-color: var(--quaternary);
  border-color: var(--quaternary);
}
.pl-form__control[type=file],
.form__control[type=file] {
  overflow: hidden;
  padding: 0 11px;
  line-height: 52px;
}
.pl-form__control[type=file]:not(:disabled, [readonly]),
.form__control[type=file]:not(:disabled, [readonly]) {
  cursor: pointer;
}
.pl-form__control:hover,
.form__control:hover {
  border-color: var(--hover);
}
.pl-form__control:focus,
.form__control:focus {
  border-color: var(--hover);
}
.pl-form__control.is-error,
.form__control.is-error {
  background-color: var(--red0);
  border-color: var(--red5);
}
.pl-form__control.is-error + .form__error,
.form__control.is-error + .form__error {
  position: static;
  opacity: 1;
}
.pl-form__control.is-success,
.form__control.is-success {
  background-color: var(--green0);
  border-color: var(--green0);
}
.pl-form__control::-webkit-date-and-time-value,
.form__control::-webkit-date-and-time-value {
  height: 1.5em;
}
.pl-form__control:disabled,
.pl-form__control .form__control[readonly],
.form__control:disabled,
.form__control .form__control[readonly] {
  color: var(--text-disabled);
  background-color: var(--bg-disabled);
  border-color: var(--text-disabled);
  opacity: 1;
}
.pl-form__control::-webkit-file-upload-button,
.form__control::-webkit-file-upload-button {
  margin: -0.375rem -0.75rem;
  padding: 0.375rem 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  pointer-events: none;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  border-inline-end-width: 1px;
}
.pl-form__control::file-selector-button,
.form__control::file-selector-button {
  margin: -0.375rem -0.75rem;
  padding: 0.375rem 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  pointer-events: none;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  border-inline-end-width: 1px;
}
@media (prefers-reduced-motion: reduce) {
  .pl-form__control,
  .form__control {
    transition: none;
  }
  .pl-form__control::-webkit-file-upload-button,
  .form__control::-webkit-file-upload-button {
    transition: none;
  }
  .pl-form__control::file-selector-button,
  .form__control::file-selector-button {
    transition: none;
  }
}
.pl-form__control:hover:not(:disabled, [readonly])::-webkit-file-upload-button,
.form__control:hover:not(:disabled, [readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.pl-form__control:hover:not(:disabled, [readonly])::file-selector-button,
.form__control:hover:not(:disabled, [readonly])::file-selector-button {
  background-color: #dde0e3;
}

.pl-form__control::placeholder {
  color: transparent;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.pl-form__control::input-placeholder {
  color: transparent;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.pl-form__control:focus, .pl-form__control:not(:placeholder-shown) {
  padding-top: 17px;
}
.pl-form__control:focus ~ .field__name, .pl-form__control:not(:placeholder-shown) ~ .field__name {
  top: 5px;
  right: 1px;
  font-weight: 700;
  font-size: 12px;
  background-color: var(--bg-darken);
}

textarea.pl-form__control,
textarea.form__control {
  min-height: 100px;
}
textarea.pl-form__control.is-auto-height,
textarea.form__control.is-auto-height {
  min-height: initial;
}

.form__control-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
  height: 16px;
  fill: var(--text-tertiary);
}

.field-group {
  display: flex;
}
.field-group__before, .field-group__after {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: var(--bg-disabled);
}
.field-group__before svg, .field-group__after svg {
  width: 16px;
  height: 16px;
  fill: var(--text-tertiary);
}
.field-group__before--quaternary, .field-group__after--quaternary {
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
  background: var(--quaternary);
}
.field-group__before--quaternary svg, .field-group__after--quaternary svg {
  fill: var(--primary);
}
.field-group__before--transparent, .field-group__after--transparent {
  background: var(--bg-darken);
}
.field-group .form__control,
.field-group .field {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
.field-group > *:first-child {
  margin-right: -1px;
  border-radius: 8px 0 0 8px;
}
.field-group > *:first-child .form__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.field-group > *:last-child {
  margin-left: -1px;
  border-radius: 0 8px 8px 0;
}
.field-group > *:last-child .form__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.field {
  position: relative;
}
.field.is-active .field__name {
  top: 5px;
  right: 1px;
  font-weight: 700;
  font-size: 12px;
}
.field.is-active .form__control {
  padding-top: 17px;
}

.field__select-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
  fill: var(--text-tertiary);
}

.field__error-text {
  padding-left: 15px;
  color: var(--red5);
  font-size: 14px;
}
.field__error-text:first-child {
  margin-bottom: 5px;
}
.field__error-text:last-child {
  margin-top: 5px;
}

.field__text {
  color: var(--text-secondary);
  font-size: 12px;
}
.field__text:first-child {
  margin-bottom: 5px;
}
.field__text:last-child {
  margin-top: 5px;
}

.field__name {
  position: absolute;
  top: 14px;
  left: 17px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  line-height: 1;
  overflow: hidden;
  color: var(--text-disabled);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  pointer-events: none;
}

.textarea__limit-counter::before {
  margin-top: 16px;
  color: var(--warn);
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  bottom: -1px;
  left: 0;
  padding-left: 48px;
  content: attr(data-textarea-error);
}
.textarea__limit-counter::after {
  display: block;
  margin-top: 16px;
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  content: attr(data-textarea-count) "/" attr(data-textarea-limit);
}

.field-date-group {
  display: flex;
  align-items: center;
}
.field-date-group__field {
  width: 60px;
}
.field-date-group__input {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.field-date-group__separator {
  margin: 0 10px;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 18px;
}

.field-cvv {
  display: flex;
  align-items: center;
}
.field-cvv__text {
  color: var(--text-disabled);
  font-size: 10px;
}
.field-cvv__text:last-child {
  margin-left: 8px;
}
.field-cvv__input {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.field-cvv__field {
  width: 65px;
}

.form__error {
  position: absolute;
  display: flex;
  align-items: center;
  color: var(--red5);
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.form__error-decor {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: var(--red5);
}

.ui-form__group {
  margin-bottom: 30px;
}

.ui-form__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0.375rem 16px;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  background-color: var(--bg-darken);
  background-clip: padding-box;
  border: 1px solid var(--hover);
  border-radius: 8px;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
}
.ui-form__field::placeholder {
  color: var(--text-secondary);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.ui-form__field::input-placeholder {
  color: var(--text-secondary);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.ui-form__field:focus {
  outline: 0;
}
.ui-form__field:focus::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ui-form__field:focus::input-placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ui-form__field.is-error {
  background-color: var(--red0);
  border-color: var(--red5);
}
.ui-form__field.is-success {
  background-color: var(--green0);
  border-color: var(--green0);
}

.ui-form__desk {
  padding-top: 4px;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ui-form__footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .ui-form__footer-btn {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .ui-form__footer .form__checkbox::after {
    top: 10px;
  }
  .ui-form__footer .form__checkbox-label {
    font-size: 14px;
  }
  .ui-form__footer .form__checkbox-label::before {
    top: 5px;
  }
  .ui-form__footer-btn {
    margin-top: 24px;
  }
}
.form__checkbox {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.form__checkbox::after {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url("../assets/img/decor/check.svg") no-repeat center;
  transform: translateY(-50%);
  pointer-events: none;
  content: "";
}
.form__checkbox + .form__checkbox {
  margin-top: 20px;
}
.form__checkbox.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.form__agree {
  font-size: 14px;
}
.form__agree .form__checkbox-label {
  line-height: 18px;
}

.form__checkbox--revert {
  display: inline-block;
}
.form__checkbox--revert::after {
  right: 5px;
  left: auto;
}
.form__checkbox--revert .form__checkbox-label {
  padding-right: 40px;
  padding-left: 0;
}
.form__checkbox--revert .form__checkbox-label::before {
  right: 0;
  left: auto;
}

.form__checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__checkbox-input:checked + .form__checkbox-label::before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form__checkbox-input:checked:disabled + .form__checkbox-label::before {
  background-color: var(--text-disabled);
  border-color: var(--text-disabled);
}
.form__checkbox-input.is-error[type=checkbox] + .form__checkbox-label::before {
  border-color: var(--red5);
}
.form__checkbox-input:disabled + .form__checkbox-label {
  color: var(--text-disabled);
  pointer-events: none;
}
.form__checkbox-input:disabled + .form__checkbox-label::after {
  color: inherit;
}
.form__checkbox-input::placeholder {
  color: var(--gray8);
  opacity: 1;
}

.form__checkbox-label {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.form__checkbox-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  background: var(--white);
  border: 2px solid var(--stroke);
  border-radius: 5px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  content: "";
}
@media (max-width: 767px) {
  .form__checkbox-label {
    line-height: 1.2;
    font-size: 12px;
  }
}

.form__radio {
  display: block;
  margin-bottom: 0;
}
.form__radio + .form__radio {
  margin-top: 14px;
}

.form__radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__radio-input:checked + .form__radio-label::after {
  background-color: var(--primary);
}
.form__radio-input:disabled + .form__radio-label {
  color: var(--text-disabled);
  pointer-events: none;
}
.form__radio-input:disabled + .form__radio-label::after {
  color: inherit;
}

.form__radio-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form__radio-label::before, .form__radio-label::after {
  border-radius: 50%;
  content: "";
}
.form__radio-label::before {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 16px;
  border: 2px solid var(--primary);
}
.form__radio-label::after {
  width: 12px;
  height: 12px;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: auto;
  left: 7px;
  transform: translateY(-50%);
}

.form__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.form__switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__switch-input:checked + .form__switch-slider {
  background-color: var(--primary);
}
.form__switch-input:checked + .form__switch-slider::before {
  transform: translateX(26px);
}
.form__switch-input:checked + .form__switch-slider:hover {
  background-color: var(--hover);
}
.form__switch-input:checked + .form__switch-slider:focus {
  background-color: var(--primary);
}
.form__switch-input:checked + .form__switch-slider:disabled {
  background-color: var(--bg-disabled);
}

.form__switch-slider {
  position: absolute;
  background-color: var(--quaternary);
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.form__switch-slider::before {
  position: absolute;
  bottom: 4px;
  left: 6px;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
  content: "";
}
.form__switch-slider:hover {
  background-color: var(--tertiary);
}
.form__switch-slider:focus {
  background-color: var(--quaternary);
}
.form__switch-slider:disabled {
  background-color: var(--bg-disabled);
}

.form__half {
  display: flex;
  align-items: center;
  width: 100%;
}

.form__half-btn {
  flex-shrink: 0;
  height: 44px;
  margin-left: -12px;
}

.form__half-control {
  height: 44px;
}

@media (min-width: 576px) {
  .form__half {
    max-width: 387px;
  }
}
@media (min-width: 768px) {
  .form__half-btn {
    padding-right: 32px;
    padding-left: 32px;
  }
  .form__half-arrow {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .form__half-btn {
    width: 44px;
    min-width: auto;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
  .form__half-text {
    display: none;
  }
}
.form-select {
  --bs-form-select-bg-img: url("../assets/img/decor/arrow-select.svg");
  display: block;
  width: 100%;
  padding: 0.1rem 2.25rem 0.1rem 0.75rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  background-color: var(--white);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  -moz-padding-start: calc(0.75rem - 3px);
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-form-control-disabled-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--text-primary);
  font-weight: 500;
  font-family: var(--font-sans-loos);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 62px;
  }
  h2, .h2 {
    font-size: 48px;
    line-height: 56px;
  }
  h3, .h3 {
    font-size: 40px;
    line-height: 48px;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5, .h5 {
    font-size: 26px;
    line-height: 32px;
  }
  h6, .h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3, .h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 28px;
    line-height: 34px;
  }
  h5, .h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6, .h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.btn--border-primary {
  border: solid 2px var(--primary);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn__pink {
  color: var(--white);
  background-color: var(--pink);
  transition: opacity 0.2s ease-in-out;
}
.btn__pink .btn__decor {
  fill: var(--white);
}
.btn__pink:hover, .btn__pink:focus {
  color: var(--white);
  opacity: 0.95;
}
.btn__pink:active {
  opacity: 0.95;
}

.btn__warn {
  color: var(--white);
  background-color: var(--warn);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn__warn .btn__decor {
  fill: var(--white);
}
.btn__warn:hover, .btn__warn:focus {
  color: var(--white);
  background-color: var(--warn);
}
.btn__warn:active {
  background-color: var(--warn);
}

.btn__badges {
  margin-right: 8px;
  white-space: nowrap;
}
.btn__badges:last-child {
  margin-right: 0;
  margin-left: 8px;
}

.btn__secondary {
  color: var(--primary);
  background-color: var(--quaternary);
  border: 2px solid var(--primary);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.btn__secondary .btn__decor {
  fill: var(--primary);
}
.btn__secondary:hover {
  color: var(--primary);
  background-color: var(--blue2);
}
.btn__secondary:hover .btn__decor {
  fill: var(--primary);
}
.btn__secondary:focus {
  color: var(--primary);
  border-color: #ff7f37;
  background-color: var(--quaternary);
}
.btn__secondary:focus .btn__decor {
  fill: var(--primary);
}
.btn__secondary:active {
  color: var(--hover);
  background-color: var(--tertiary);
  border-color: var(--hover);
}
.btn__secondary:active .btn__decor {
  fill: var(--hover);
}

.btn__tertiary {
  padding-right: 24px;
  padding-left: 24px;
  color: var(--primary);
  background-color: transparent;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.btn__tertiary .btn__decor {
  fill: var(--primary);
}
.btn__tertiary:hover, .btn__tertiary:focus {
  color: var(--hover);
}
.btn__tertiary:hover .btn__decor, .btn__tertiary:focus .btn__decor {
  fill: var(--hover);
}
.btn__tertiary:active {
  color: var(--active);
}
.btn__tertiary:active .btn__decor {
  fill: var(--active);
}

.btn__tertiary--white {
  background-color: var(--white);
}

.btn__tertiary--indent {
  padding-right: 0;
  padding-left: 0;
}

.btn__tertiary-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  fill: var(--primary);
}

.btn__decor {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
}

.btn__decor--left {
  margin-right: 8px;
}

.btn__decor--right {
  margin-left: 8px;
}

.btn__decor--s {
  width: 16px;
  height: 16px;
}

.btn__size--xl {
  min-width: 182px;
  height: 52px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .btn__size--l, .cart-payment-method__navigation .navigation-buttons__btn, .navigation-buttons__btn {
    height: 48px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .btn__size--l, .cart-payment-method__navigation .navigation-buttons__btn, .navigation-buttons__btn {
    height: 32px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .btn__size--m {
    height: 44px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .btn__size--m {
    height: 32px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

.btn__size--s {
  height: 32px;
}

.btn__size--xs {
  height: 28px;
}

.btn__icon {
  padding: 0;
}

.btn__icon-primary .btn__icon-decor {
  fill: var(--white);
}

.btn__icon-decor {
  margin: auto;
}

.btn__icon--l .btn__icon-decor,
.btn__icon--m .btn__icon-decor {
  width: 24px;
  height: 24px;
}

.btn__icon--s .btn__icon-decor,
.btn__icon--xs .btn__icon-decor {
  width: 16px;
  height: 16px;
}

.btn__icon--l {
  width: 48px;
  height: 48px;
}

.btn__icon--m {
  width: 44px;
  height: 44px;
}

.btn__icon--s {
  width: 32px;
  height: 32px;
}

.btn__icon--xs {
  width: 28px;
  height: 28px;
}

.btn__only-icon {
  flex-shrink: 0;
  min-width: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.btn__only-icon-decor {
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease-in-out;
}

.list-unstyled {
  margin-bottom: 0;
}

.list__check {
  padding-left: 0;
  list-style: none;
}

.list__check-item {
  display: flex;
  align-items: flex-start;
}
.list__check-item + .list__check-item {
  margin-top: 16px;
}

.list__check-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 12px;
}

.list__bool {
  display: flex;
  font-size: 18px;
  line-height: 24px;
}
.list__bool::before {
  width: 11px;
  height: 11px;
  margin-top: 8px;
  margin-right: 20px;
  background: var(--primary);
  border-radius: 50%;
  content: "";
}
.list__bool:not(:last-child) {
  margin-bottom: 32px;
}

.list__bool-black {
  display: flex;
}
.list__bool-black::before {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 10px;
  margin-right: 16px;
  background: var(--text-primary);
  border-radius: 50%;
  content: "";
}
.list__bool-black:not(:last-child) {
  margin-bottom: 8px;
}

.list__circle--white {
  position: relative;
  padding-left: 24px;
  line-height: 20px;
}
.list__circle--white::before {
  position: relative;
  top: 15px;
  right: 14px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 50%;
  content: "";
}
.list__circle--white:not(:last-child) {
  margin-bottom: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

[data-ref] {
  cursor: pointer;
}

.text__normal {
  font-weight: 400;
}

.text__small {
  font-size: 14px;
}

.text__nowrap {
  white-space: nowrap;
}

.text__primary {
  color: var(--primary);
}

.text__warn {
  color: var(--warn);
}

.text__success {
  color: var(--green6);
}

.text__secondary {
  color: var(--text-secondary);
}

.text__tertiary {
  color: var(--text-tertiary);
}

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

.text__attention {
  color: var(--yellow5);
}

.text__purple {
  color: var(--purple5);
}
.text__purple svg {
  fill: var(--purple5);
}

.color-blueActive {
  color: var(--active);
}

.text__uppercase {
  text-transform: uppercase;
}

.text__right {
  text-align: right;
}

.text__center {
  text-align: center;
}

.d-link {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: var(--white);
}
.d-link:hover {
  color: var(--tertiary);
}
.d-link:hover .d-link--icon {
  fill: var(--tertiary);
}
.d-link:active {
  color: var(--primary);
}
.d-link:active .d-link--icon {
  fill: var(--primary);
}
.d-link.active {
  color: var(--primary);
}
.d-link.active .d-link--icon {
  fill: var(--primary);
}

.l-link {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: var(--primary);
}
.l-link--decor::before {
  background-color: var(--primary);
}
.l-link:hover {
  color: var(--hover);
}
.l-link:hover .l-link--icon {
  fill: var(--hover);
}
.l-link:hover::before {
  width: 100%;
  opacity: 1;
}
.l-link:active {
  color: var(--active);
}
.l-link:active .l-link--icon {
  fill: var(--active);
}
.l-link.active {
  color: var(--active);
}
.l-link.active .l-link--icon {
  fill: var(--active);
}

.l-link--decor {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  letter-spacing: 0.02em;
}
.l-link--decor::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  content: "";
}

.l-link__arr {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  fill: var(--primary);
}

.section-page__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-page__heading .swiper-slide {
  width: auto;
}

.section-page__title--white {
  color: var(--white);
}
@media (min-width: 1200px) {
  .section-page__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .section-page__title {
    width: 100%;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .section-page__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.section-page__title--decor {
  display: flex;
  align-items: center;
}

.section-page__title-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: var(--warn);
}

.section-subtitle {
  margin-bottom: 24px;
}

.subtitle3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 28px;
}

.section-desc {
  font-size: 18px;
}

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

.section-page__subtitle {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 576px) {
  .section-page__subtitle {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .section-page__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .section-page {
    margin-bottom: 56px;
  }
  .section-page + .section-page__portion {
    margin-top: -40px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1199px) {
  .section-page {
    margin-bottom: 32px;
  }
  .section-page + .section-page__portion {
    margin-top: -20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .section-page + .section-page__portion {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .section-page__heading {
    margin-bottom: 24px;
  }
  .section-subtitle {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .section-page__heading {
    margin-bottom: 16px;
  }
  .section-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-page__selection {
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-page__selection {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-page__selection {
    overflow-x: auto;
  }
}

.section-page__selection-box {
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: var(--shadow-Z100);
  line-height: 1;
}
@media (min-width: 768px) {
  .section-page__selection-box {
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
  }
  .section-page__selection-box:hover {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .section-page__selection-box {
    flex-shrink: 0;
  }
}

.page__heading {
  display: flex;
}
@media (min-width: 1200px) {
  .page__heading {
    margin-bottom: 36px;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .page__heading {
    margin-bottom: 24px;
  }
}

.page__heading-title {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page__heading-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .page__heading-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page__heading-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.page__heading-badges {
  position: relative;
}
.page__heading-badges::after {
  color: var(--text-tertiary);
  cursor: default;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-sans-serif);
  margin-left: 16px;
  vertical-align: middle;
  white-space: nowrap;
  content: attr(data-badge);
}
@media (min-width: 768px) {
  .page__heading-badges {
    padding-right: 41px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background-color 0.3s ease;
}
.overlay.is-viewed {
  z-index: 98;
  display: block;
}

@media (max-width: 767px) {
  .overlay.animation {
    background: rgba(0, 0, 35, 0.3);
  }
  .overlay--header.is-viewed {
    z-index: 100;
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
}
.loader svg {
  position: absolute;
  width: 100%;
  max-width: 240px;
  height: 100%;
  max-height: 120px;
  margin: auto;
  object-fit: contain;
}
.loader .credit {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.loader .credit a {
  color: #1123CD;
  font: 800 75% "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.loading:not(.selectize-control) {
  position: relative;
  pointer-events: none;
}
.loading:not(.selectize-control) .loader {
  z-index: 500;
  display: block;
  opacity: 1;
}

body.loading .loader {
  display: none;
  opacity: 0;
}
body.loading .loader--full {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  transform: none;
}

body.loading-animation .loader--full {
  opacity: 1;
}

.c-list {
  padding-left: 0;
  list-style: none;
}
.c-list li {
  display: flex;
  align-items: center;
}
.c-list li::before {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.c-list li:not(:last-of-type) {
  margin-bottom: 8px;
}

.c-list_check li::before {
  background-image: url("../assets/img/decor/list/check.svg");
}

.c-list_cancel li::before {
  background-image: url("../assets/img/decor/list/cancel.svg");
}

.c-list_triangle li::before {
  background-image: url("../assets/img/decor/list/triangle.svg");
}

.c-list_plus-circle li::before {
  background-image: url("../assets/img/decor/list/plus-circle.svg");
}

.c-list_minus-circle li::before {
  background-image: url("../assets/img/decor/list/minus-circle.svg");
}

@media (max-width: 576px) {
  .row {
    margin-right: -4px;
    margin-left: -4px;
  }
}

[data-hide-text]::before {
  content: attr(data-hide-text);
}

.h-modal {
  --transform: scale(0.7);
  --position: absolute;
  --opacity: 0;
  --pointer-events: none;
  position: var(--position);
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
  top: 100%;
  z-index: 5;
  transform: var(--transform);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.h-modal::before, .h-modal::after {
  position: absolute;
  height: 16px;
  background-color: var(--white);
  border-radius: 2px;
  content: "";
}
.h-modal::before {
  top: -7px;
  width: 16px;
  box-shadow: var(--shadow-Z100);
  transform: rotate(45deg);
}
.h-modal::after {
  top: 0;
  z-index: 1;
  width: 40px;
}
@media (min-width: 1200px) {
  .h-modal {
    transform: var(--transform);
  }
}
@media (min-width: 410px) {
  .h-modal {
    width: 359px;
  }
}
@media (max-width: 409px) {
  .h-modal {
    width: calc(100% - 48px);
  }
}

.h-modal--bg-white {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow-Z100);
}
@media (min-width: 410px) {
  .h-modal--bg-white {
    padding: 24px;
  }
}
@media (max-width: 409px) {
  .h-modal--bg-white {
    padding: 16px;
  }
}

.h-modal--left::before {
  left: 56px;
  box-shadow: var(--shadow-Z100);
}

.h-modal--right {
  right: 0;
  padding-top: 10px;
}
.h-modal--right::before {
  right: 56px;
}
.h-modal--right::after {
  right: 43px;
}

.h-modal__head {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  color: var(--text-primary);
  font-weight: 700;
}
@media (min-width: 410px) {
  .h-modal__head {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 409px) {
  .h-modal__head {
    font-size: 16px;
  }
}

.h-modal__close {
  --fillIcon: var(--icons);
  margin-left: auto;
  cursor: pointer;
}
.h-modal__close:hover {
  --fillIcon: var(--primary);
}

.h-modal__close-icon {
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
  fill: var(--fillIcon);
}

.h-modal__city-confirm::after {
  margin-left: 5px;
  content: attr(data-city) "?";
}

.h-modal__city-cross {
  order: 1;
}

.h-modal__city-link {
  color: inherit;
  transition: color 0.2s ease-in-out;
}

.h-modal__text {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.h-modal__bottom {
  display: flex;
  align-items: center;
}

.h-modal__bottom-or {
  margin-right: 12px;
  font-size: 18px;
  line-height: 24px;
}

.h-modal__card-footer {
  display: flex;
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
}

.h-modal__card-footer-right {
  width: 183px;
  margin-left: auto;
}

.h-modal__card-footer,
.h-modal__card-item {
  margin-bottom: 1px;
  box-shadow: 0 0 10px rgba(132, 132, 132, 0.15);
  transform: scale(0.7);
  opacity: 0;
  will-change: transform;
}

.h-modal__card-del-all {
  width: 57px;
  height: 44px;
  margin-right: auto;
}

.h-modal__card-btn,
.h-modal__card-btn--cart {
  width: 100%;
}

.h-modal__card-btn--cart {
  height: 44px;
}

.search-component {
  position: relative;
  border-radius: 8px;
}

.search-component__input {
  --height: 32px;
  --fontSize: 16px;
  font-size: var(--fontSize);
  width: 100%;
  height: var(--height);
  color: var(--text-tertiary);
  background-color: var(--bg-darken);
  border-color: transparent;
  border-radius: 8px;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.search-component__input::placeholder {
  color: var(--text-disabled);
  opacity: 1;
}
.search-component__input::input-placeholder {
  color: var(--text-disabled);
  opacity: 1;
}
.search-component__input:focus, .search-component__input:hover {
  outline: 0;
  border-color: var(--primary);
}
.search-component__input:focus::placeholder, .search-component__input:hover::placeholder {
  color: var(--text-tertiary);
}
.search-component__input:focus::input-placeholder, .search-component__input:hover::input-placeholder {
  color: var(--text-tertiary);
}
.search-component__input:focus::placeholder {
  opacity: 0;
}
.search-component__input:focus::input-placeholder {
  opacity: 0;
}
@media (min-width: 768px) {
  .search-component__input {
    --height: 52px;
    padding: 15px 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .search-component__input {
    padding: 6px 44px 6px 16px;
    --fontSize: 14px;
    line-height: 18px;
  }
}

.search-component__btn {
  position: absolute;
  top: 0;
  display: flex;
  padding: 0;
}
@media (min-width: 768px) {
  .search-component__btn {
    right: 0;
    width: 52px;
    height: 52px;
    transition: background-color 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .search-component__btn {
    right: 5px;
    width: 32px;
    height: 100%;
  }
}

.search-component__icon {
  width: 16px;
  height: 16px;
  margin: auto;
  pointer-events: none;
  fill: var(--icons);
  transition: fill 0.2s ease-in-out;
}

.search-component__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 35, 0.3);
}

.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-sans-serif);
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.badge::after {
  content: attr(data-text);
}
.badge--primary {
  background-color: var(--primary);
}
.badge--secondary {
  background-color: var(--secondary);
}
.badge--primary-color {
  color: var(--primary);
  background-color: transparent;
}
.badge--primary-color svg {
  fill: var(--primary);
}
.badge--warn {
  background-color: var(--warn);
}
.badge--bad {
  background-color: var(--red6);
}
.badge--new {
  background-color: var(--lime);
}
.badge--hit {
  background-color: var(--teal);
}
.badge--red {
  background-color: var(--red5);
}
.badge--beige {
  background-color: #C39A7C;
}
.badge--discount {
  background-color: var(--blue4);
}
.badge--rebate {
  color: #CC3202;
  background-color: var(--warn-tertiary);
}
.badge--purple {
  background-color: #A883F8;
}
.badge--installment {
  background-color: var(--green4);
}
.badge--green6 {
  background-color: var(--green6);
}
.badge--blue7 {
  background-color: var(--blue7);
}
.badge--action {
  background-color: var(--purple5);
}
.badge--disabled {
  background-color: var(--text-disabled);
}
.badge--tertiary {
  background-color: var(--tertiary);
}
.badge--pink {
  background-color: var(--pink);
}
.badge--pink-dark {
  background-color: var(--dark-pink);
}
.badge--off {
  background-color: var(--stroke);
  cursor: not-allowed;
}
.badge--product {
  background-color: #ffa43e;
}
.badge--attention {
  background-color: var(--yellow5);
}
.badge--brown {
  background-color: var(--brown2);
}
.badge--dark {
  background-color: var(--text-secondary);
}
.badge--white {
  color: var(--primary);
  background-color: var(--white);
}

.badge__decor {
  margin-left: 4px;
}

.badge__decor--small,
.badge__decor {
  width: 12px;
  height: 12px;
  fill: var(--white);
}

.alert {
  position: relative;
  padding: 14px;
  border-radius: 16px;
}

.alert__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.alert__icon:first-child {
  margin-right: 18px;
}

.alert__icon--small {
  display: inline;
  fill: var(--white);
}

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

.alert__close {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.alert__close:hover .alert__close-icon {
  fill: var(--text-primary);
}

.alert__close-icon {
  width: 20px;
  height: 20px;
  fill: var(--text-tertiary);
  transition: fill 0.2s ease-in-out;
}

.alert__close-icon--white {
  fill: var(--white);
}

.alert__close-icon--dark {
  fill: var(--text-primary);
}

.alert--md {
  padding-right: 24px;
  padding-left: 24px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .alert--md {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .alert--md {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .alert--md {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.alert--text-left {
  text-align: left;
}

.alert--has-close {
  padding-right: 60px;
}

.alert--arrow-top::before,
.alert--arrow-bottom::before {
  position: absolute;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  z-index: 1;
  content: "";
}

.alert--arrow-top::before {
  border-top-width: 0;
  bottom: 100%;
}

.alert--arrow-bottom::before {
  border-bottom-width: 0;
  top: 100%;
}

.alert__primary {
  color: var(--white);
  background-color: var(--primary);
}
.alert__primary .alert__icon {
  fill: var(--white);
}

.alert__danger {
  background-color: #FFC6AB;
  border-color: #FFC6AB;
}
.alert__danger .alert__icon {
  fill: var(--warn-secondary);
}

.alert__warn-tertiary {
  background-color: var(--warn-tertiary);
  border-color: var(--warn-tertiary);
}
.alert__warn-tertiary .alert__icon {
  fill: var(--warn);
}

.alert__warning {
  color: var(--white);
  background-color: var(--warn);
  border-color: var(--warn);
}
.alert__warning.alert--arrow-top::before {
  border-bottom-color: var(--warn);
}
.alert__warning.alert--arrow-top::before {
  border-top-color: var(--warn);
}

.alert__gift {
  padding: 15px 26px;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  background: url("../assets/img/cart/confetti.svg") top center no-repeat var(--pink);
  border-color: var(--pink);
}
@media (max-width: 767px) {
  .alert__gift {
    background-position: top left;
  }
}
.alert__gift-btn {
  height: 44px;
  padding: 0 28px;
}
.alert__gift.alert--arrow-top::before {
  border-color: transparent transparent var(--yellow);
}
.alert__gift .alert__text span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .alert__gift .alert__text span {
    display: block;
    margin-bottom: 20px;
  }
}

.alert__text {
  z-index: 1;
  position: relative;
}
.alert__text .alert__phone {
  color: inherit;
}

.alert--info {
  color: var(--text-primary);
  background-color: var(--yellow3);
}
.alert--info .alert__icon {
  fill: #E5AA01;
}

.alert__quaternary {
  background-color: var(--quaternary);
}
.alert__quaternary .alert__icon {
  fill: var(--primary);
}

.alert__confetti {
  min-height: 72px;
  background: #F66FA1 url("../assets/img/decor/confetti.png") no-repeat top center;
}

.alert__confetti-text {
  margin-right: 16px;
  margin-left: 16px;
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-sans-loos);
}

.alert__confetti-badge {
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .alert__confetti {
    padding-right: 24px;
    padding-left: 24px;
  }
  .alert__confetti-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .alert__icon--small {
    width: 24px;
    height: 24px;
  }
  .alert__inline {
    padding-right: 8px;
  }
  .alert__confetti {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .alert__icon--small {
    width: 16px;
    height: 16px;
  }
  .alert__inline {
    padding-right: 4px;
  }
}
@media (max-width: 575px) {
  .alert__confetti {
    background-size: 100%;
  }
  .alert__confetti .alert__close {
    position: absolute;
    top: 20px;
    right: 6px;
    cursor: pointer;
  }
  .alert__confetti-text {
    margin-top: 8px;
  }
}
.alert--yellow {
  color: var(--white);
  background-color: var(--yellow);
}

.alert--pink {
  color: #fff;
  background-color: #F66FA1;
}
.alert--pink.alert--arrow-top::before {
  border-bottom-color: #F66FA1;
}
.alert--pink .alert__close-icon {
  fill: #fff;
}

.alert--confetti {
  overflow: hidden;
}
.alert--confetti::before, .alert--confetti::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml, %3Csvg width='793' height='67' viewBox='0 0 793 67' fill='none' xmlns='http://www.w3.org/2000/svg' class='my-svg'%3E%3Cpath class='confetti1' d='M327.779 66.9321L321.779 66.1342C321.779 66.1342 321.124 60.5587 321.124 58.2536C321.079 56.8032 321.322 55.3582 321.841 54.0045C322.359 52.6508 323.143 51.4159 324.144 50.373L331.54 51.8802C329.672 54.3993 328.502 57.3741 328.15 60.4996C327.984 62.3121 327.779 66.9321 327.779 66.9321Z' fill='%23FC612E'/%3E%3Cpath class='confetti2' d='M125.51 58.8814L119.51 58.0934C119.51 58.0934 118.856 52.508 118.856 50.1931C118.81 48.7426 119.053 47.2977 119.572 45.9439C120.091 44.5902 120.874 43.3553 121.875 42.3125L129.272 43.8197C127.403 46.3387 126.233 49.3136 125.881 52.439C125.695 54.2713 125.51 58.8814 125.51 58.8814Z' fill='%23616FFF'/%3E%3Cpath class='confetti3' d='M167.174 0L172.88 2.0391C172.88 2.0391 172.362 7.63431 171.903 9.91968C171.649 11.3497 171.112 12.7136 170.325 13.9303C169.538 15.147 168.516 16.1918 167.32 17.0023L160.392 13.9683C162.746 11.8972 164.51 9.23154 165.503 6.24536C166.021 4.47223 167.174 0 167.174 0Z' fill='%23FC612E'/%3E%3Cpath class='confetti4' d='M602.818 54.0084L599.467 59.0815C599.467 59.0815 594.21 57.2098 592.148 56.1854C590.834 55.5876 589.652 54.7292 588.673 53.6613C587.694 52.5934 586.939 51.3379 586.452 49.9696L591.064 43.9409C592.478 46.7519 594.609 49.1321 597.239 50.8364C598.802 51.7821 602.818 54.0084 602.818 54.0084Z' fill='%23FC612E'/%3E%3Cpath class='confetti5' d='M397.007 14.0674L393.656 19.1406C393.656 19.1406 388.399 17.2689 386.337 16.2444C385.024 15.6456 383.844 14.7867 382.867 13.7189C381.89 12.6511 381.136 11.3961 380.65 10.0286L385.282 4C386.693 6.81575 388.829 9.19731 391.467 10.8955C393.011 11.8412 397.007 14.0674 397.007 14.0674Z' fill='%23616FFF'/%3E%3Cpath class='confetti6' d='M59.7092 51.4156L58.9177 45.3673C58.9177 45.3673 64.0965 43.2888 66.3145 42.6879C67.6946 42.267 69.1446 42.1303 70.5782 42.286C72.0118 42.4417 73.3996 42.8866 74.6591 43.5942L75.1281 51.1891C72.2293 50.0141 69.0713 49.6433 65.9823 50.1153C64.2235 50.4207 59.7092 51.4156 59.7092 51.4156Z' fill='%23FC612E'/%3E%3Cpath class='confetti7' d='M19.5564 18.0396L14.6267 12L0.841794 23.4356L5.77147 29.4751L19.5564 18.0396Z' fill='%23616FFF'/%3E%3Cpath class='confetti8' d='M236.456 42.5385L231.626 48.6597L242.684 57.5269L247.513 51.4057L236.456 42.5385Z' fill='%23616FFF'/%3E%3Cpath class='confetti9' d='M290.669 28.9229L297.388 25.0122L290.323 12.6764L283.604 16.5872L290.669 28.9229Z' fill='%23616FFF'/%3E%3Cpath class='confetti10' d='M663.633 40L668.255 43.9403C668.255 43.9403 665.792 48.9839 664.551 50.9343C663.81 52.1812 662.828 53.265 661.663 54.1213C660.498 54.9776 659.174 55.5889 657.77 55.9188L652.367 50.6092C655.295 49.5157 657.879 47.6517 659.851 45.211C661.024 43.763 663.633 40 663.633 40Z' fill='%23FC612E'/%3E%3Cpath class='confetti11' d='M690.05 19.2409L695.18 16C695.18 16 699.206 19.9403 700.671 21.674C701.624 22.7648 702.35 24.0376 702.805 25.4169C703.26 26.7961 703.435 28.2535 703.319 29.7024L696.655 33.288C696.519 30.1311 695.544 27.0691 693.831 24.4224C692.806 22.9349 690.05 19.2409 690.05 19.2409Z' fill='%23FC612E'/%3E%3Cpath class='confetti12' d='M779.3 15.2803L784.43 12C784.43 12 788.456 15.9403 789.912 17.674C790.876 18.7754 791.607 20.0629 792.063 21.4583C792.518 22.8536 792.687 24.3277 792.56 25.791L785.896 29.3767C785.76 26.221 784.789 23.1596 783.081 20.511C782.056 18.9743 779.3 15.2803 779.3 15.2803Z' fill='%23616FFF'/%3E%3Cpath class='confetti13' d='M761.422 52.7806L760.63 45L746.575 46.4543L747.367 54.2349L761.422 52.7806Z' fill='%23616FFF'/%3E%3Cpath class='confetti14' d='M636.5 12.0507L641.43 18.0903L652.34 9.03954L647.41 2.99995L636.5 12.0507Z' fill='%23616FFF'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  animation: confettiFall 4s linear infinite;
}
.alert--confetti::before {
  animation-delay: -2.5s;
}
.alert--confetti::after {
  animation-delay: -1.25s;
}

.user__avatar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  color: var(--white);
  line-height: 1;
  text-align: center;
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
}
.user__avatar::before {
  position: absolute;
  border-radius: inherit;
  content: "";
}
.user__avatar::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  content: attr(data-letters);
}

.user__avatar--super::before {
  background-color: var(--warn);
  border: 2px solid var(--bg-light);
}

.user__avatar--mega::before {
  background-color: var(--active);
  border: 2px solid var(--bg-light);
}

.user__avatar--admin::before {
  background-color: var(--green6);
  border: 2px solid var(--bg-light);
}

.user__avatar-icon,
.user__avatar-is-admin {
  margin: auto;
  pointer-events: none;
  fill: var(--white);
}

@media (min-width: 768px) {
  .user__avatar::before {
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
  }
  .user__avatar--status-bottom::before {
    top: initial;
    bottom: -2px;
  }
  .user__avatar--large {
    width: 56px;
    height: 56px;
  }
  .user__avatar--small {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .user__avatar-icon,
  .user__avatar-is-admin {
    width: 24px;
    height: 24px;
  }
  .user__avatar::after {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .user__avatar-icon,
  .user__avatar-is-admin {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .user__avatar {
    width: 36px;
    height: 36px;
  }
  .user__avatar::before {
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
  }
  .user__avatar--status-bottom::before {
    top: initial;
    bottom: -1px;
  }
}
.carousel__arrow {
  --carouselArrIcon: var(--stroke);
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.carousel__arrow.swiper-button-disabled {
  --carouselArrIcon: var(--bg-disabled);
  cursor: default;
}
.carousel__arrow:not(.swiper-button-disabled):active {
  --carouselArrIcon: var(--active);
}
@media (min-width: 768px) {
  .carousel__arrow {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .carousel__arrow:not(.swiper-button-disabled):hover {
    --carouselArrIcon: var(--primary);
  }
}

.carousel__arrow-next {
  right: 0;
}

.carousel__arrow-prev {
  left: 0;
}
.carousel__arrow-prev .carousel__arrow-icon {
  transform: rotate(180deg);
}

.carousel__arrow-icon {
  --width: 24px;
  --height: 24px;
  width: var(--width);
  height: var(--height);
  fill: var(--carouselArrIcon);
  margin: auto;
  transition: fill 0.2s ease-in-out;
}

.carousel__arrow-icon--large {
  --width: 40px;
  --height: 40px;
}

.carousel__component .swiper-slide {
  height: initial;
}
.carousel__component .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
}
@media (max-width: 575px) {
  .carousel__component .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
  }
}
.carousel__component:not(.swiper-initialized) .swiper-wrapper {
  overflow-x: auto;
  /* Стилизация основной части скроллбара */
  /* Стилизация дорожки скроллбара */
  /* Стилизация самого ползунка скроллбара */
  /* Изменение цвета ползунка при наведении */
}
.carousel__component:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.carousel__component:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar-track {
  background: var(--bg-disabled);
  border-radius: 4px;
}
.carousel__component:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar-thumb {
  background: var(--stroke);
  border-radius: 4px;
}
.carousel__component:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--text-disabled);
}
.carousel__component:not(.swiper-initialized) .swiper-slide {
  width: 239px;
  margin-right: 1px;
}
.carousel__component:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-visible) {
  opacity: 1;
  pointer-events: auto;
}
.carousel__component::before {
  content: "";
  width: 21px;
  height: 100%;
  background-color: var(--bs-body-bg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 575px) {
  .carousel__component::before {
    display: none;
  }
}
.carousel__component::after {
  content: "";
  width: 21px;
  height: 100%;
  background-color: var(--bs-body-bg);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 575px) {
  .carousel__component::after {
    display: none;
  }
}

.carousel__component {
  padding-left: 21px;
  padding-right: 21px;
  margin-left: -21px;
  margin-right: -21px;
}
@media (max-width: 1199px) {
  .carousel__component .flip-slider-hover__images-toggler,
  .carousel__component .flip-slider-hover__indicator {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .carousel__component {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .carousel__component-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .carousel__component-slide {
    padding: 12px 0;
  }
}
@media (max-width: 374px) {
  .carousel__component-slide {
    width: 50vw;
    min-width: 184px;
    max-width: 170px;
  }
}
@media (min-width: 576px) and (max-width: 747px) {
  .carousel__component-slide {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .carousel__component__long {
    margin-top: -20px;
  }
}

.carousel__component-article {
  margin-right: -21px;
}
.carousel__component-article:not(.swiper-initialized) {
  margin-right: 0;
}
.carousel__component-article:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
}
.carousel__component-article:not(.swiper-initialized) .swiper-slide {
  width: 340px;
  margin-right: 24px;
}
.carousel__component-article:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-visible) {
  opacity: 1;
  pointer-events: auto;
}
.carousel__component-article .carousel__arrow.swiper-button-disabled {
  display: none;
}

@media (max-width: 575px) {
  .carousel__component-article-item {
    width: 165px;
  }
}

.category__brands {
  display: grid;
  margin-bottom: 32px;
}

.category__brands-item {
  display: flex;
  padding: 8px;
  background-color: var(--bg-light);
  border-radius: 8px;
}

.category__brands-logo {
  display: block;
  max-width: 90px;
  max-height: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .category__brands {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .category__brands {
    grid-template-columns: repeat(6, 1fr);
  }
  .category__brands-item {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .category__brands {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__brands {
    grid-template-columns: repeat(3, 1fr);
    max-width: 416px;
  }
  .category__brands-item {
    height: 60px;
  }
}
.category__fly {
  position: fixed;
  left: 0;
  z-index: 55;
  width: 100%;
}
@media (min-width: 768px) {
  .category__fly {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .category__fly {
    bottom: 0;
    height: calc(100vh - 107px);
    overflow: hidden;
  }
}

#bx-panel ~ .category__fly:not(.category__fly-fixed) {
  top: 160px;
  height: calc(100% - 160px);
}
#bx-panel ~ .category__fly.category__fly-fixed {
  top: 80px;
  height: calc(100% - 80px);
}

.category__fly-wrap {
  height: 100%;
}
@media (min-width: 768px) {
  .category__fly-wrap {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px;
  }
  .category__fly-wrap::before, .category__fly-wrap::after {
    position: absolute;
    background-color: var(--bg-darken);
    border-radius: 2px;
    content: "";
  }
  .category__fly-wrap::before {
    top: -18px;
    z-index: -1;
    width: 35px;
    height: 35px;
    box-shadow: var(--shadow-Z100);
    transform: rotate(45deg);
  }
}
@media (min-width: 1200px) {
  .category__fly-wrap {
    max-width: 1505px;
  }
  .category__fly-wrap::before {
    left: 286px;
  }
}
@media (max-width: 768px) {
  .category__fly-wrap {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__fly-wrap {
    max-width: 850px;
  }
  .category__fly-wrap::before {
    left: 138px;
  }
}

.category__fly-inner {
  height: 100%;
  padding-right: 2px;
}
@media (min-width: 768px) {
  .category__fly-inner {
    display: flex;
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-Z300);
  }
}
@media (min-width: 1200px) {
  .category__fly-inner::before, .category__fly-inner::after {
    width: 360px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .category__fly-inner {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__fly-inner::before, .category__fly-inner::after {
    width: 270px;
    height: 16px;
  }
}

.category__fly-nav {
  padding-top: 16px;
  background-color: var(--bg-darken);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (min-width: 768px) {
  .category__fly-nav {
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .category__fly-nav {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .category__fly-nav {
    overflow: hidden;
    height: 100%;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__fly-nav {
    width: 270px;
  }
}

.category__fly-content {
  align-self: baseline;
  overflow: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .category__fly-content {
    /* Стилизация основной части скроллбара */
    /* Стилизация дорожки скроллбара */
    /* Стилизация самого ползунка скроллбара */
    /* Изменение цвета ползунка при наведении */
  }
  .category__fly-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .category__fly-content::-webkit-scrollbar-track {
    background: var(--bg-disabled);
    border-radius: 4px;
  }
  .category__fly-content::-webkit-scrollbar-thumb {
    background: var(--stroke);
    border-radius: 4px;
  }
  .category__fly-content::-webkit-scrollbar-thumb:hover {
    background: var(--text-disabled);
  }
}

.category__line {
  display: flex;
  padding: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-primary);
}
.category__line.active .category__icon {
  filter: grayscale(0);
}
@media (min-width: 768px) {
  .category__line {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
  .category__line.active {
    background-color: var(--white);
  }
  .category__line.active .category__line-arrow {
    opacity: 1;
  }
}

.category__icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
  pointer-events: none;
}

.category__line-text {
  pointer-events: none;
}

.category__line-arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .category__line-arrow {
    margin-right: -16px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    fill: var(--text-primary);
  }
}
@media (max-width: 767px) {
  .category__line-arrow {
    transition: fill 0.2s ease-in-out;
    fill: var(--text-secondary);
  }
}

.category__fly-container {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--white);
  border-top-right-radius: 16px;
  height: 100%;
}
@media (min-width: 1200px) {
  .category__fly-container {
    width: calc(100% - 360px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__fly-container {
    width: calc(100% - 270px);
  }
}

.category__panel {
  overflow: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .category__panel {
    /* Стилизация основной части скроллбара */
    /* Стилизация дорожки скроллбара */
    /* Стилизация самого ползунка скроллбара */
    /* Изменение цвета ползунка при наведении */
  }
  .category__panel::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .category__panel::-webkit-scrollbar-track {
    background: var(--bg-disabled);
    border-radius: 4px;
  }
  .category__panel::-webkit-scrollbar-thumb {
    background: var(--stroke);
    border-radius: 4px;
  }
  .category__panel::-webkit-scrollbar-thumb:hover {
    background: var(--text-disabled);
  }
}
@media (min-width: 1200px) {
  .category__panel {
    padding: 27px 90px 50px;
  }
}
@media (max-width: 767px) {
  .category__panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 16px 22px;
    overflow-y: auto;
    background-color: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }
  .category__panel.active {
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category__panel {
    padding: 20px 50px 30px;
  }
}

.category__panel-title {
  color: inherit;
  font-weight: 500;
  font-family: var(--font-sans-loos);
}

.category__panel-title-link {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: #181818;
}
.category__panel-title-link:hover {
  color: var(--hover);
}

@media (max-width: 575px) {
  .category__box:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.category__box-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.category__box-title + .category__box-item {
  margin-top: 16px;
}

.category__box-link {
  display: inline-flex;
  color: inherit;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}
.category__box-link:hover {
  color: var(--primary);
  font-weight: 700;
}

.category__box-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(100%);
  fill: var(--text-secondary);
}

.category__box-item:not(:last-of-type) {
  margin-bottom: 8px;
}

.category__fly-close {
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: 0;
  right: 22px;
  cursor: pointer;
}
.category__fly-close:hover .category__fly-close-icon {
  fill: var(--primary);
}
.category__fly-close .category__fly-close-icon {
  transition: fill 0.2s ease-in-out;
}

.category__fly-close-icon {
  margin: auto;
}

.category__fly--open .header__fixed .header__middle {
  padding-right: 17px;
}
.category__fly--open .header__catalog-decor {
  background: 0 0;
  transition-delay: 0.2s;
  transition-duration: 0.1s;
}
.category__fly--open .header__catalog-decor::after, .category__fly--open .header__catalog-decor::before {
  top: 0;
  border-radius: 4px;
}
.category__fly--open .header__catalog-decor::before {
  transform: rotateZ(-45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.category__fly--open .header__catalog-decor::after {
  transform: rotateZ(45deg);
  transition: top 0.4s, transform 0.2s 0.2s;
}
@media (min-width: 768px) {
  .category__fly--open .header__catalog-decor::after, .category__fly--open .header__catalog-decor::before {
    left: -3px;
    width: 24px;
  }
}
@media (max-width: 767px) {
  .category__fly--open {
    overflow: hidden;
  }
  .category__fly--open .header__catalog-decor::after, .category__fly--open .header__catalog-decor::before {
    left: 5px;
    width: 22px;
  }
}

@media (min-width: 576px) {
  .category__boxes {
    display: grid;
    gap: 24px 16px;
    width: 100%;
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .category__boxes {
    grid-template-columns: repeat(3, 1fr);
    max-width: 810px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .category__boxes {
    grid-template-columns: repeat(2, 1fr);
    max-width: 416px;
  }
}

@media (min-width: 768px) {
  .category__panel-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }
  .category__panel-back {
    display: none;
  }
}
@media (max-width: 767px) {
  .category__fly-fixed {
    top: 48px;
    height: calc(100% - 48px);
  }
  .category__panel-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .category__panel-back {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    transform: rotate(180deg);
    pointer-events: none;
    fill: var(--text-secondary);
  }
  .category__fly-close {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .all-best {
    margin-right: -4px;
    margin-left: -4px;
    padding: 0 4px 16px;
    overflow-x: auto;
  }
}
@media (max-width: 575px) {
  .all-best .swiper {
    width: 100%;
    height: 300px;
  }
  .all-best .swiper-slide {
    border-radius: 16px;
  }
}

@media (min-width: 576px) {
  .all-best__wrap {
    position: relative;
    display: flex;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .all-best__wrap {
    height: 332px;
    border-radius: 16px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__wrap {
    width: 696px;
    height: 202px;
    border-radius: 8px;
  }
}

.all-best__item {
  position: relative;
}
@media (min-width: 576px) {
  .all-best__item {
    flex-shrink: 1;
    width: auto;
  }
}
@media (max-width: 575px) {
  .all-best__item {
    display: flex;
  }
}

@media (min-width: 576px) {
  .all-best__inner {
    position: relative;
    z-index: 2;
    height: inherit;
  }
}
@media (max-width: 575px) {
  .all-best__inner {
    margin: auto;
    text-align: center;
  }
}

.all-best__title {
  margin-bottom: 6px;
  font-weight: 500;
  font-family: var(--font-sans-loos);
}
@media (min-width: 1200px) {
  .all-best__title {
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .all-best__title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .all-best__title {
    font-size: 17px;
  }
}

.all-best__bg {
  position: absolute;
  width: 350px;
}
@media (min-width: 1200px) {
  .all-best__bg {
    top: 0;
    right: -24px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .all-best__bg {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__bg {
    top: 50%;
    right: -12px;
    height: 332px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .all-best__box {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .all-best__box {
    margin: 0 auto 8px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__box {
    height: 107px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .all-best__box {
    height: 210px;
  }
}

@media (min-width: 1200px) {
  .all-best__text {
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .all-best__text {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__picture {
    max-height: 100%;
  }
}

.all-best__first {
  z-index: 4;
  flex-grow: 1;
  color: var(--text-primary);
}
@media (min-width: 576px) {
  .all-best__first .all-best__bg {
    fill: var(--quaternary);
  }
}
@media (min-width: 1200px) {
  .all-best__first {
    padding-left: 2.6388888889%;
  }
  .all-best__first .all-best__picture {
    margin-top: 39px;
  }
}
@media (max-width: 575px) {
  .all-best__first {
    background-color: var(--quaternary);
  }
  .all-best__first .all-best__box {
    width: 31.914893617vw;
    height: 31.914893617vw;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__first {
    padding-left: 24px;
  }
  .all-best__first .all-best__box {
    padding: 19px 23px 0 0;
  }
}

.all-best__second {
  z-index: 3;
  color: var(--text-primary);
}
.all-best__second .all-best__bg {
  fill: var(--tertiary);
}
@media (min-width: 1200px) {
  .all-best__second {
    flex: 0 0 19.6527777778%;
    max-width: 19.6527777778%;
    padding-left: 2.7777777778%;
  }
  .all-best__second .all-best__picture {
    margin-top: 9px;
    margin-left: 20px;
  }
  .all-best__second .all-best__title {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .all-best__second {
    background-color: var(--tertiary);
  }
  .all-best__second .all-best__box {
    width: 40.4255319149vw;
    height: 40.4255319149vw;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .all-best__second .all-best__title {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__second {
    padding-left: 20px;
  }
}

.all-best__third {
  z-index: 2;
  padding-left: 3.1944444444%;
  color: var(--white);
}
.all-best__third .all-best__bg {
  fill: var(--secondary);
}
@media (min-width: 1200px) {
  .all-best__third {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    padding-left: 3.6805555556%;
  }
  .all-best__third .all-best__picture {
    margin-top: -24px;
    margin-left: 3px;
  }
}
@media (max-width: 575px) {
  .all-best__third {
    background-color: var(--tertiary);
  }
  .all-best__third .all-best__box {
    width: 59.0425531915vw;
    height: 55.3191489362vw;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__third .all-best__box {
    padding: 3px 20px 0 0;
  }
}

.all-best__forth {
  color: var(--white);
}
.all-best__forth .all-best__bg {
  z-index: 1;
  fill: var(--hover);
}
@media (min-width: 1200px) {
  .all-best__forth {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    padding-left: 3.2638888889%;
  }
  .all-best__forth .all-best__picture {
    margin-top: 53px;
    margin-left: 19px;
  }
}
@media (max-width: 575px) {
  .all-best__forth {
    background-color: var(--primary);
  }
  .all-best__forth .all-best__box {
    width: 43.8829787234vw;
    height: 33.5106382979vw;
  }
  .all-best__forth .all-best__title {
    width: 187px;
    margin: 0 auto 4px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__forth {
    flex: 0 0 22.9885057471%;
    width: 22.9885057471%;
    padding-left: 25px;
  }
  .all-best__forth .all-best__box {
    padding-top: 25px;
    padding-right: 37px;
  }
}

.all-best__fifth {
  color: var(--white);
  background-color: var(--active);
}
.all-best__fifth .all-best__picture {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .all-best__fifth {
    flex-shrink: 0;
    width: 22.4305555556%;
    margin-left: auto;
    padding-left: 3.4722222222%;
  }
  .all-best__fifth .all-best__picture {
    margin-top: 18px;
    margin-left: -42px;
  }
}
@media (max-width: 575px) {
  .all-best__fifth {
    background-color: var(--hover);
  }
  .all-best__fifth .all-best__box {
    width: 40.6914893617vw;
    height: 31.914893617vw;
  }
  .all-best__fifth .all-best__title {
    width: 210px;
    margin: 0 auto 4px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__fifth {
    flex-shrink: 0;
    width: 130px;
    padding-right: 6px;
    padding-left: 20px;
  }
  .all-best__fifth .all-best__box {
    margin-left: -20px;
    padding: 9px 16px 0 0;
  }
}

.all-best__enter {
  width: 100%;
  height: 44px;
  margin-top: 16px;
}
@media (min-width: 576px) {
  .all-best__enter {
    display: none;
  }
}

.all-best__enter-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: var(--white);
}

@media (min-width: 576px) and (max-width: 1199px) {
  .all-best__second,
  .all-best__third {
    flex: 0 0 21.5517241379%;
    width: 21.5517241379%;
  }
}
.tooltip__card {
  position: relative;
}

.tooltip__card_v2::after {
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: 14px;
  content: attr(data-text);
}

.tooltip__card-wrap {
  padding-top: 8px;
  position: absolute;
  top: 99%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 768px) {
  .tooltip__card-wrap {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .tooltip__card-wrap {
    left: 0;
  }
}

.tooltip__card-content {
  padding: 12px;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow-Z200);
  position: relative;
}
.tooltip__card-content::before, .tooltip__card-content::after,
.tooltip__card-content .tooltip__card-before,
.tooltip__card-content .tooltip__card-after {
  position: absolute;
  height: 16px;
  background-color: var(--white);
  border-radius: 2px;
  content: "";
}
.tooltip__card-content::before,
.tooltip__card-content .tooltip__card-before {
  top: -7px;
  left: 50%;
  margin-left: -11px;
  width: 16px;
  box-shadow: 0 0 15px rgba(132, 132, 132, 0.1);
  transform: rotate(45deg);
}
.tooltip__card-content::after,
.tooltip__card-content .tooltip__card-after {
  top: 0;
  left: 47px;
  z-index: 1;
  width: 40px;
}

.tooltip__card-content--pink {
  color: var(--white);
  background-color: var(--dark-pink);
}
.tooltip__card-content--pink::before {
  background-color: var(--dark-pink);
}

.tooltip__card-show,
.tooltip__card:hover .tooltip__card-wrap {
  opacity: 1;
  pointer-events: auto;
}

.tooltip__dark-pink .tooltip-arrow::before {
  border-top-color: #E7558B !important;
}
.tooltip__dark-pink .tooltip-inner {
  background-color: var(--dark-pink);
}

.breadcrumb {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 8px;
    overflow: auto;
  }
}

.breadcrumb__item {
  --colorLink: var(--primary-text);
  display: flex;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.breadcrumb__item:first-child {
  --colorLink: var(--primary);
  margin-left: -8px;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 17px;
}
.breadcrumb__item:not(.breadcrumb__item--active) {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .breadcrumb__item:first-of-type .breadcrumb__icon {
    display: none;
  }
}

.breadcrumb__item--group {
  --background-color: transparent;
  --transform: scale(0.7);
  --opacity: 0;
  --pointer-events: none;
  background-color: var(--background-color);
}
.breadcrumb__item--group::before {
  width: 100%;
  height: 17px;
  bottom: -6px;
  left: 0;
  position: absolute;
  background-color: var(--background-color);
  z-index: 2;
  content: "";
}
.breadcrumb__item--group:hover {
  --background-color: var(--white);
  --colorLink: var(--primary);
  --transform: scale(1);
  --opacity: 1;
  --pointer-events: auto;
  box-shadow: var(--shadow-Z300);
}
.breadcrumb__item--group:hover .breadcrumb__link {
  font-weight: 700;
}

.breadcrumb__item--active {
  font-weight: 700;
}
.breadcrumb__item--active .breadcrumb__icon {
  display: none;
}
@media (max-width: 575px) {
  .breadcrumb__item--active {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb__item--active {
    display: none;
  }
}

.breadcrumb__link {
  color: var(--colorLink);
  line-height: 20px;
}
@media (max-width: 575px) {
  .breadcrumb__link {
    order: 1;
  }
}

.breadcrumb__icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -17px;
  top: 11px;
  pointer-events: none;
  fill: var(--text-secondary);
}

.breadcrumb__menu-arrow {
  --width: 16px;
  --height: 16px;
  width: var(--width);
  height: var(--height);
  fill: var(--primary);
  margin-left: 4px;
}
@media (max-width: 1200px) {
  .breadcrumb__menu-arrow {
    display: none;
  }
}

.breadcrumb__menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px;
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: var(--shadow-Z300);
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
  transform: var(--transform);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 3;
}
@media (max-width: 1200px) {
  .breadcrumb__menu {
    display: none;
  }
}

.breadcrumb__menu-item:not(:last-child) {
  margin-bottom: 16px;
}

.breadcrumb__menu-link {
  --opacityBefore: 0;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
}
.breadcrumb__menu-link::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: var(--primary);
  opacity: var(--opacityBefore);
  content: "";
  transition: opacity 0.2s;
}
.breadcrumb__menu-link:hover {
  --opacityBefore: 1;
  color: var(--primary);
  font-weight: 700;
}

.countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.countdown__days::before {
  content: attr(data-countdown-days);
}

.countdown__hours::before {
  content: attr(data-countdown-hours);
}

.countdown__minutes::before {
  content: attr(data-countdown-minutes);
}

.countdown__seconds::before {
  content: attr(data-countdown-seconds);
}

.footer__subscribe {
  position: relative;
}
@media (min-width: 576px) {
  .footer__subscribe {
    margin-bottom: 25px;
    max-width: 386px;
  }
}
@media (max-width: 575px) {
  .footer__subscribe {
    margin-bottom: 15px;
  }
}

.footer__subscribe-group {
  --mbGroup: 0;
  --heightInput: 44px;
}

.footer__subscribe-btn {
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 576px) {
  .footer__subscribe-btn {
    width: 50.2590673575%;
  }
}
@media (max-width: 575px) {
  .footer__subscribe-btn {
    width: 26.5%;
  }
}

@media (max-width: 575px) {
  .footer__subscribe-btn-text {
    display: none;
  }
}

.footer__subscribe-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  fill: var(--white);
}

@media (min-width: 1200px) {
  .footer__subscribe-text {
    margin-top: 8px;
  }
}
@media (min-width: 576px) {
  .footer__subscribe-text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer__subscribe-text {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .footer__subscribe-text {
    margin-top: 23px;
  }
}

@media (min-width: 768px) {
  .footer__social {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer__social {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .footer__social {
    flex-wrap: wrap;
  }
}

.footer__social-title {
  color: inherit;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .footer__social-title {
    display: inline-flex;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .footer__social-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .footer__social-title {
    padding-bottom: 8px;
  }
}

.footer__social-list {
  display: flex;
}

.footer__social-label {
  line-height: 1.4;
  margin-bottom: 24px;
}

.footer__social-link {
  --fill: var(--bg-light);
}
.footer__social-link:not(:last-of-type) {
  margin-right: 24px;
}
.footer__social-link:hover .footer__social-icon {
  --fill: var(--tertiary);
}
.footer__social-link:active .footer__social-icon {
  --fill: var(--primary);
}

.footer__social-icon {
  width: 32px;
  height: 32px;
  transition: fill 0.2s ease-in-out;
  fill: var(--fill);
}

.footer__support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  .footer__support {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .footer__support {
    margin-bottom: 14px;
  }
}

.footer__support-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 4px;
}

.footer__support-label {
  margin-right: 16px;
  font-size: 14px;
  white-space: nowrap;
}

.footer__support-phone {
  color: var(--white);
  font-family: var(--font-sans-loos);
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .footer__support-phone {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .footer__support-phone {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .footer__support-text {
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) {
  .footer__app {
    margin-bottom: 24px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer__app {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .footer__app-container {
    display: flex;
    max-width: 257px;
    align-items: flex-end;
  }
}
@media (max-width: 1199px) {
  .footer__app-container {
    display: none;
  }
}

@media (min-width: 1200px) {
  .footer__app-qr {
    margin-right: 12px;
    flex-shrink: 0;
    max-width: 80px;
  }
}

@media (min-width: 1200px) {
  .footer__app-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer__app-stores {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .footer__app-stores {
    margin-left: 12px;
    max-width: 80px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .footer__app-stores {
    width: 100%;
  }
}

.footer__app-store {
  border-radius: 8px;
  background-color: var(--text-secondary);
  display: flex;
}
@media (min-width: 1200px) {
  .footer__app-store {
    width: 32px;
    height: 32px;
    transition: background-color 0.2s ease-in-out;
  }
  .footer__app-store:hover {
    background-color: rgba(var(--text-secondary), 0.7);
  }
}
@media (max-width: 1199px) {
  .footer__app-store {
    max-width: 74px;
    width: 25%;
    height: 54px;
  }
}

.footer__app-store-icon {
  margin: auto;
}
@media (min-width: 1200px) {
  .footer__app-store-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1199px) {
  .footer__app-store-icon {
    width: 32px;
    height: 32px;
  }
}

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

.footer__payment-box:not(:last-of-type) {
  margin-right: 24px;
}

@media (min-width: 768px) {
  .footer__nav {
    flex-grow: 1;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    order: 1;
    gap: 2.5210084034%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav {
    margin-bottom: 24px;
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .footer__nav-wrap {
    display: flex;
    gap: 3.3898305085%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav-wrap {
    padding-top: 14px;
    width: 50%;
    flex-shrink: 0;
  }
}

.footer__nav-box {
  width: 100%;
}
@media (min-width: 1200px) {
  .footer__nav-box {
    max-width: 31.0734463277%;
  }
}
@media (max-width: 767px) {
  .footer__nav-box {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav-box:not(.footer__nav-box-main):not(:last-child) {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .footer__nav-box-main {
    max-width: 23.1092436975%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__nav-box-main {
    width: 50%;
  }
  .footer__nav-box-main .footer__nav-box-arrow {
    display: none;
  }
  .footer__nav-box-main .collapse:not(.show) {
    display: block;
  }
}

.footer__nav-box-title {
  color: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .footer__nav-box-title {
    display: inline-flex;
    margin-bottom: 24px;
  }
  .footer__nav-box-title:not(.ref__data) {
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .footer__nav-box-title {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer__nav-box-title {
    padding-bottom: 8px;
  }
}

.footer__nav-box-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  fill: var(--white);
}
@media (min-width: 1200px) {
  .footer__nav-box-arrow {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer__nav-box-arrow {
    fill: var(--primary);
  }
}

@media (min-width: 1200px) {
  .footer__nav-column:not(.show) {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .footer__nav-column-body {
    padding-top: 24px;
  }
}

@media (min-width: 1200px) {
  .footer__nav-column-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .footer__nav-column-item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.footer__nav-column-link {
  --color: var(--grey-light);
  color: var(--color);
  transition: color 0.2s ease-in-out;
}
.footer__nav-column-link:not(.active):hover {
  --color: var(--tertiary);
}
.footer__nav-column-link.active {
  --color: var(--tertiary);
}
@media (min-width: 1200px) {
  .footer__nav-column-link {
    font-size: 18px;
    line-height: 24px;
  }
}

.footer__nav-column-all {
  display: inline-flex;
  align-items: center;
  color: var(--secondary);
  transition: color 0.2s ease-in-out;
}
.footer__nav-column-all:not(.active):hover {
  color: var(--grey-light);
}
.footer__nav-column-all:not(.active):hover .footer__nav-column-all-icon {
  fill: var(--grey-light);
}

.footer__nav-column-all-icon {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  transition: fill 0.2s ease-in-out;
  fill: var(--secondary);
}

.footer {
  color: var(--bg-light);
  background-color: var(--gray9);
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 56px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding-top: 24px;
  }
}

.footer__container {
  display: flex;
}
@media (max-width: 1199px) {
  .footer__container {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .footer__info {
    padding-right: 1.6666666667%;
    width: 33.8888888889%;
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .footer__info {
    order: 1;
  }
}

@media (min-width: 768px) {
  .footer__wrapper {
    border-top: 1px solid var(--gray-icons);
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__wrapper {
    margin-top: 23px;
    padding-top: 26px;
  }
}

.footer__legal {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .footer__legal {
    margin-top: 23px;
    padding-top: 26px;
    border-top: 1px solid var(--gray-icons);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer__legal {
    max-width: 85%;
  }
}

.nav-end {
  height: 84px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: var(--shadow-Z300);
}
@media (min-width: 1200px) {
  .nav-end {
    display: none;
  }
}

.nav-end__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 16px;
}

.nav-end__item {
  width: 20%;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.nav-end__item:not(.nav-end__item--active) .nav-end__badges {
  display: none;
}

.nav-end__inner {
  position: relative;
  display: inline-block;
}

.nav-end__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  fill: var(--text-tertiary);
  position: relative;
  z-index: 1;
}

.nav-end__badges {
  position: absolute;
  top: -13px;
  right: 3px;
  height: 16px;
  min-width: 16px;
}

.nav-end__basket {
  position: relative;
}
.nav-end__basket.nav-end__item--active::before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.nav-end__basket.nav-end__item--active .nav-end__icon {
  width: 40px;
  height: 40px;
  top: 5px;
  fill: var(--white);
}
.nav-end__basket.nav-end__item--active .nav-end__basket-text {
  opacity: 0;
}
.nav-end__basket:not(.nav-end__item--active)::before {
  opacity: 0;
}
.nav-end__basket:not(.nav-end__item--active) .nav-end__basket-badges {
  display: none;
}

.nav-end__basket-badges {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 3px;
  min-width: 18px;
  height: 20px;
  background-color: transparent;
}
.nav-end__basket-badges::after {
  color: var(--primary);
  background-color: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown__list {
  --displayMenu: none;
  font-weight: 700;
  position: relative;
  display: inline-flex;
}
.dropdown__list.active {
  --displayMenu: block;
}

.dropdown__list-toggle {
  display: flex;
  padding: 15px 16px;
  line-height: 1;
  border: 0;
  border-radius: 8px;
}
.dropdown__list-toggle::after {
  display: none;
  opacity: 0;
}
.dropdown__list-toggle.show .dropdown__list-icon {
  transform: rotate(-90deg);
}

.dropdown__list-toggle--light {
  background-color: var(--white);
}

.dropdown__list-toggle--gray {
  background-color: var(--bg-darken);
}

.dropdown__list-text {
  margin-right: auto;
  pointer-events: none;
}

.dropdown__list-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transform: rotate(90deg);
  pointer-events: none;
  fill: var(--primary);
}

.dropdown__list-menu {
  min-width: 100%;
  max-width: 300px;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: var(--shadow-Z100);
  display: var(--displayMenu);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 50vh;
  overflow: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .dropdown__list-menu {
    /* Стилизация основной части скроллбара */
    /* Стилизация дорожки скроллбара */
    /* Стилизация самого ползунка скроллбара */
    /* Изменение цвета ползунка при наведении */
  }
  .dropdown__list-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .dropdown__list-menu::-webkit-scrollbar-track {
    background: var(--bg-disabled);
    border-radius: 4px;
  }
  .dropdown__list-menu::-webkit-scrollbar-thumb {
    background: var(--stroke);
    border-radius: 4px;
  }
  .dropdown__list-menu::-webkit-scrollbar-thumb:hover {
    background: var(--text-disabled);
  }
}

.dropdown__list-item {
  padding: 6px 16px;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}
.dropdown__list-item.is-hidden {
  display: none;
}
.dropdown__list-item:hover {
  color: var(--primary);
  cursor: pointer;
}

.tab-filled {
  display: flex;
  padding: 4px;
  background-color: var(--bg-darken);
  border-radius: 8px;
}

.tab-filled__nav {
  color: var(--text-disabled);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--bg-disabled);
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.tab-filled__nav:hover, .tab-filled__nav:focus {
  background-color: var(--hover);
}
.tab-filled__nav:active {
  background-color: var(--active);
}
.tab-filled__nav.active {
  background-color: var(--primary);
}
.tab-filled__nav:hover, .tab-filled__nav:active, .tab-filled__nav:focus, .tab-filled__nav.active {
  color: var(--white);
}
.tab-filled__nav:hover .tab-filled__icon, .tab-filled__nav:active .tab-filled__icon, .tab-filled__nav:focus .tab-filled__icon, .tab-filled__nav.active .tab-filled__icon {
  fill: var(--white);
}

.tab-filled__icon {
  width: 16px;
  height: 16px;
  transition: fill 0.2s ease-in-out;
  fill: var(--text-disabled);
}

.tab-filled__nav-text {
  margin-right: 8px;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .tab-filled__nav {
    height: 36px;
    padding: 8px 20px;
  }
  .tab-filled__nav:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  .tab-filled__nav {
    height: 32px;
    padding: 4px 11px;
  }
  .tab-filled__nav:not(:last-of-type) {
    margin-right: 8px;
  }
}
.tab-default {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-left: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.tab-default::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  border-radius: 2px;
  transition: background-color 0.2s ease-in-out;
  content: "";
}
.tab-default:not(.active) {
  color: var(--text-secondary);
}
.tab-default:not(.active) .tab-default__icon {
  filter: grayscale(100%);
}
.tab-default:hover::after, .tab-default.active::after {
  background-color: var(--primary);
}
.tab-default:hover .tab-default__icon, .tab-default.active .tab-default__icon {
  filter: grayscale(0);
}

.tab-default__icon {
  width: 16px;
  height: 16px;
}

@media (min-width: 1200px) {
  .tab-default__icon {
    margin-right: 12px;
  }
  .tab-default__badge {
    margin-left: 12px;
  }
}
@media (max-width: 1199px) {
  .tab-default__icon {
    margin-right: 8px;
    margin-left: 8px;
  }
  .tab-default__badge {
    margin-right: 8px;
  }
  .tab-default__text {
    margin-right: 12px;
  }
}
.metro__item {
  position: relative;
  color: var(--text-primary);
  line-height: 1.1;
}
.metro__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-color: inherit;
  border-style: solid;
  border-width: 6px;
  border-radius: 50%;
  content: "";
}
.metro__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.metro__item:not(:last-child) {
  margin-bottom: 10px;
}

.metro__item--hide-before::before {
  display: none;
}

.metro__item--has-name {
  display: flex;
}
.metro__item--has-name::before {
  bottom: initial;
}
@media (max-width: 767px) {
  .metro__item--has-name {
    flex-wrap: wrap;
  }
}

.metro__item-name {
  display: block;
  flex-shrink: 0;
  min-height: 15px;
  padding-right: 15px;
  line-height: 1.1;
}
.metro__item-name.is-full {
  width: 100%;
}
@media (min-width: 768px) {
  .metro__item-name {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .metro__item-name {
    padding-left: 18px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.progressbar {
  height: 8px;
  overflow: hidden;
  background-color: #D1DBFF;
  border-radius: 4px;
}
.progressbar::before {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #2D5BFF;
  content: "";
}

.ui-slider__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.ui-slider__input {
  border-color: var(--hover);
}

.ui-slider__range {
  height: 8px;
  background-color: #EDEDED;
  box-shadow: none;
}
.ui-slider__range .noUi-connect,
.ui-slider__range .noUi-origin {
  background-color: var(--primary);
}
.ui-slider__range .noUi-handle {
  top: -7px;
  right: -17px;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border: 2px solid var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(132, 132, 132, 0.15);
}
.ui-slider__range .noUi-handle::before, .ui-slider__range .noUi-handle::after {
  display: none;
}

.c-amount {
  position: relative;
  display: flex;
}

.c-amount__btn {
  display: inline-flex;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  background-color: var(--bg-darken);
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.c-amount__btn::after, .c-amount__btn::before {
  width: 14px;
  height: 2px;
  background-color: var(--text-primary);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.c-amount__btn:disabled, .c-amount__btn.disabled {
  background-color: var(--bg-darken);
  pointer-events: none;
}
.c-amount__btn:disabled::after, .c-amount__btn:disabled::before, .c-amount__btn.disabled::after, .c-amount__btn.disabled::before {
  background-color: var(--text-disabled);
}
.c-amount__btn:hover, .c-amount__btn:active {
  background-color: var(--bg-disabled);
}

.card-line__amount-remove.c-amount__btn {
  background-color: var(--bg-darken);
}
.card-line__amount-remove.c-amount__btn::after, .card-line__amount-remove.c-amount__btn::before {
  background-color: var(--text-disabled);
}

.c-amount__plus::after {
  margin-top: -1px;
  margin-left: -7px;
  transform: rotate(90deg);
}

.c-amount__count {
  flex-grow: 1;
  height: 44px;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 2px;
  padding-left: 2px;
  color: var(--text-secondary);
  font-weight: 700;
  text-align: center;
  border-color: transparent;
  user-select: none;
}
.c-amount__count:focus, .c-amount__count:hover {
  border-color: transparent;
}

@media (min-width: 1200px) {
  .c-amount__count {
    max-width: 66px;
  }
}
@media (max-width: 1199px) {
  .c-amount__count {
    max-width: 41px;
  }
}
.rating__status {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 2px 5px;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: var(--bg-disabled);
  border-radius: 4px;
}

.rating__status-good {
  background-color: #4DA63E;
}

.rating__status-middle {
  background-color: #EFD02C;
}

.rating__status-bad {
  background-color: #FF4545;
}

.c-accordion__list .accordion__toggle::before {
  content: attr(data-num) ". ";
  margin-right: 12px;
}
.c-accordion__list .collapsed .accordion__toggle-arrow {
  transform: rotate(180deg);
}
.c-accordion__list .accordion__toggle-arrow {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}

.c-accordion__divider {
  border-bottom: 1px solid #d7d7d7;
}

.accordion__toggle {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.accordion__toggle.collapsed .accordion__toggle-arrow {
  transform: rotate(0);
}

.accordion__toggle--primary {
  color: var(--primary);
}
.accordion__toggle--primary .accordion__toggle-arrow {
  fill: var(--primary);
}

.accordion__toggle-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  transform: rotate(90deg);
  transition: transform 0.1s ease-in-out;
  fill: var(--text-tertiary);
}

.not-auth__alert {
  width: 100%;
  font-weight: 700;
  font-family: var(--font-sans-loos);
}
@media (min-width: 768px) {
  .not-auth__alert {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .not-auth__alert {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .not-auth__alert {
    margin: 16px 0;
  }
}

.not-auth__alert-btn {
  color: var(--white);
  border: 1px solid var(--white);
}
.not-auth__alert-btn .btn__decor {
  fill: var(--white);
}
.not-auth__alert-btn:hover,
.not-auth__alert-btn .btn__tertiary:focus {
  color: var(--white);
}
.not-auth__alert-btn:hover .btn__decor,
.not-auth__alert-btn .btn__tertiary:focus .btn__decor {
  fill: var(--white);
}
@media (min-width: 768px) {
  .not-auth__alert-btn {
    margin: 0 16px;
  }
}
@media (max-width: 767px) {
  .not-auth__alert-btn {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .not-auth__alert-btn:last-of-type {
    margin-bottom: 0;
  }
  .not-auth__alert-btn .btn__decor {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .not-auth__alert-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.module-user {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.module-user--online .module-user__avatar-wrap::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  background-color: var(--warn);
  border: 2px solid var(--bg-light);
  border-radius: 50%;
  content: "";
}

.module-user__avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: var(--primary);
  border-radius: 50%;
}

.module-user__avatar-wrap {
  position: relative;
  flex-shrink: 0;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .specifications-list {
    margin-bottom: 16px;
  }
}
.specifications-list__price-icon {
  width: 14px;
  height: 13px;
  margin-left: 2px;
  fill: var(--text-secondary);
}
.specifications-list__price-icon--white {
  fill: var(--white);
}
.specifications-list__value {
  white-space: nowrap;
}
.specifications-list__smarts::before {
  content: attr(data-smarts);
}
.specifications-list__name {
  position: relative;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .specifications-list__name {
    font-size: 14px;
  }
}
.specifications-list__name::after {
  display: block;
  flex-grow: 1;
  margin: 0 5px;
  border-bottom: 1px dashed var(--stroke);
  content: "";
}
.specifications-list__item {
  display: flex;
  align-items: flex-end;
  min-height: 22px;
}
@media (min-width: 1200px) {
  .specifications-list__item {
    line-height: 20px;
  }
  .specifications-list__item:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (max-width: 1199px) {
  .specifications-list__item:not(:last-child) {
    margin-bottom: 4px;
    line-height: 1.1;
  }
}

.futureBonus {
  color: var(--text-secondary);
}

.futureBonus-badge {
  padding: 0;
  color: var(--text-secondary);
}

.promocode-module {
  position: relative;
}
.promocode-module.is-active .promocode-module__btn-cross {
  display: flex;
}
.promocode-module .field {
  flex-grow: 1;
}

.promocode-module__row {
  display: flex;
}

.promocode-module__btn {
  padding-right: 20px;
  padding-left: 20px;
}
.promocode-module__btn-cross {
  display: none;
  background-color: var(--blue2);
  border-color: var(--blue2);
}
.promocode-module__btn-arrow {
  display: none;
}
.promocode-module__btn svg {
  margin: 0;
}

.promocode-module__error,
.promocode-module__success {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promocode-module__error,
  .promocode-module__success {
    position: absolute;
    bottom: -22px;
    left: 0;
  }
}

.js-promo-enter .promocode-module__btn-arrow {
  display: flex;
}

.promocode-module__error {
  color: #dc3c4b;
}

.promocode-module__success {
  color: var(--green6);
}

.cart-cert {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-cert {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.cart-cert__step {
  margin-top: 16px;
}

.cart-cert__good .promocode-module__btn-arrow {
  display: none;
}
.cart-cert__good .promocode-module__btn-cross {
  display: flex;
}
.cart-cert__good .cart-cert__check {
  opacity: 1;
}

.cart-cert__check {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 16px;
  height: 16px;
  opacity: 0;
  pointer-events: none;
  fill: var(--green6);
}

.cart-cert__final {
  padding-top: 34px;
}
.cart-cert__final .noUi-tooltip {
  padding: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border-width: 0;
}

.cart-cert__text {
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1;
}

.cart-cert__cancel {
  margin-top: 8px;
  padding: 0;
  color: var(--warn);
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.back-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}

.back-link__icon {
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  margin-right: 5px;
  margin-left: -4px;
  transform: scale(-1, 1);
  fill: var(--primary);
}

.navigation-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .navigation-buttons {
    width: 100%;
  }
}
.navigation-buttons input {
  display: none;
}
.navigation-buttons__btn {
  position: relative;
  color: var(--primary);
  line-height: 1.2;
  background-color: var(--quaternary);
  border: 2px solid var(--primary);
}
@media (max-width: 1199px) {
  .navigation-buttons__btn {
    height: 44px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.navigation-buttons .btn__decor {
  fill: var(--primary);
}
@media (max-width: 767px) {
  .navigation-buttons--mobile-cols li {
    width: auto;
    margin-right: 1px;
  }
}
@media (max-width: 767px) {
  .navigation-buttons--mobile-two-cols li {
    width: calc(50% - 1px);
  }
  .navigation-buttons--mobile-two-cols li .navigation-buttons__btn {
    height: 44px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
}
.navigation-buttons .dropdown {
  margin-left: 8px;
}
.navigation-buttons .dropdown-toggle {
  padding: 5px 12px;
  color: var(--primary);
  font-size: 16px;
  line-height: 1;
  background-color: var(--white);
  border-radius: 8px;
}

.navigation-buttons__delivery label {
  display: block;
  width: calc(100% - 1px);
  margin-bottom: 0;
}
.navigation-buttons__delivery .navigation-buttons__btn {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .navigation-buttons__delivery {
    margin: 0 1px 1px 0;
  }
}

.navigation-buttons__item label {
  width: 100%;
}
.navigation-buttons__item-6 {
  order: 0;
}
.navigation-buttons__item-4 {
  order: 1;
}
.navigation-buttons__item-13 {
  order: 2;
}
.navigation-buttons__item-5 {
  order: 3;
}
.navigation-buttons__item-8 {
  order: 4;
}
.navigation-buttons__item-9 {
  order: 5;
}
.navigation-buttons__item-7 {
  order: 6;
}
.navigation-buttons__item-14 {
  order: 7;
}
@media (min-width: 1200px) {
  .navigation-buttons__item {
    width: calc(33.3333% - 1px);
  }
}
@media (min-width: 768px) {
  .navigation-buttons__item {
    margin: 0 1px 1px 0;
  }
}
@media (max-width: 767px) {
  .navigation-buttons__item {
    width: calc(100% - 1px);
    margin: 0 1px 4px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navigation-buttons__item {
    width: calc(50% - 1px);
  }
}
.navigation-buttons__item .navigation-buttons__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .navigation-buttons__item .navigation-buttons__btn {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 576px) {
  .navigation-buttons__item .navigation-buttons__btn {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .navigation-buttons__item .navigation-buttons__btn {
    font-size: 13px;
  }
  .navigation-buttons__item .navigation-buttons__btn .form-select {
    padding: 0.1rem 2rem 0.1rem 5px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.navigation-buttons__item .btn__decor {
  width: 24px;
  height: 24px;
}

.cart-payment-method__navigation {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .cart-payment-method__navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .cart-payment-method__navigation {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cart-payment-method__navigation .navigation-buttons__item {
  width: 100%;
}
.cart-payment-method__navigation .navigation-buttons__btn {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 16px;
  position: relative;
  color: var(--text-secondary);
  line-height: 1.2;
  background-color: var(--white);
  border: 2px solid var(--stroke);
  min-height: 72px;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s ease;
}
.cart-payment-method__navigation .navigation-buttons__btn::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.cart-payment-method__navigation .navigation-buttons__btn:hover {
  border: 2px solid var(--primary);
}

.navigation-buttons.cart-payment-method__navigation .active,
.navigation-buttons.cart-payment-method__navigation input:checked + .btn {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--text-primary);
  font-weight: 700;
}
.navigation-buttons.cart-payment-method__navigation .active::before,
.navigation-buttons.cart-payment-method__navigation input:checked + .btn::before {
  background: var(--primary);
  box-shadow: inset 0 0 0 5px var(--white);
}

.social-list-module {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-list-module__icon {
  width: 21px;
  height: 21px;
  fill: var(--text-tertiary);
}
.social-list-module li {
  margin: 0 15px 0 0;
}
.social-list-module a:hover svg {
  fill: var(--primary);
}

.card-line {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card-line.active .card-line__inner {
    transform: translateX(-51%);
  }
  .card-line.active .card-line__favorite {
    transform: translateX(-16%);
  }
}

.card-line__inner {
  display: flex;
  background-color: var(--white);
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .card-line__inner {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .card-line__inner {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    width: calc(100% - 7px);
    transition: transform 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .card-line__inner {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__inner {
    padding: 24px;
  }
}

.card-line__eco {
  position: relative !important;
  margin-right: 20px;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .card-line__eco {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .card-line__eco {
    display: none !important;
  }
}

.card-line__col {
  min-width: 0;
  padding: 14px 15px 0;
}
@media (min-width: 1400px) {
  .card-line__col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .card-line__col {
    max-width: 283px;
  }
}
@media (max-width: 1199px) {
  .card-line__col {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .card-line__col--content {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__col--content {
    width: 260px;
  }
}

@media (min-width: 576px) {
  .card-line__col--amount {
    min-width: 160px;
  }
}
@media (min-width: 1200px) {
  .card-line__col--amount {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .card-line__col--amount {
    display: flex;
  }
}
@media (max-width: 767px) {
  .card-line__col--amount {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 5px;
    order: 1;
  }
}
@media (max-width: 575px) {
  .card-line__col--amount {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .card-line__col--amount {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__col--amount {
    align-items: center;
    order: 1;
    margin-left: 196px;
  }
}

@media (min-width: 1200px) {
  .card-line__col--costs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: flex-start;
    width: 24%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .card-line__col--costs {
    width: 68%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__col--costs {
    width: 152px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .card-line__col--costs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    justify-content: center;
    width: 50%;
    max-width: 152px;
  }
}

.card-line__col--bonus {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .card-line__col--bonus {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .card-line__col--bonus {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.card-line__col-box {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .card-line__col-box {
    order: 1;
    width: 100%;
    margin-top: 8px;
  }
}

.card-line__media {
  display: flex;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .card-line__media {
    position: relative;
    padding-top: 16.3090128755%;
    width: 16.3090128755%;
  }
}
@media (max-width: 767px) {
  .card-line__media {
    width: 80px;
    height: 80px;
    max-height: 80px;
  }
}

.card-line__media-img {
  max-height: 100%;
  margin: auto;
}
@media (min-width: 1200px) {
  .card-line__media-img {
    position: absolute;
    inset: auto;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .card-line__amount:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .card-line__amount {
    flex-grow: 0;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .card-line__amount {
    justify-content: flex-end;
    margin-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .card-line__amount-icon {
    width: 22px;
    height: 22px;
    margin-top: -4px;
  }
}

.card-line__amount-btn.c-amount__minus.disabled {
  display: none;
}
.card-line__amount-btn.c-amount__minus.disabled + .card-line__amount-remove {
  display: inline-flex;
}
@media (max-width: 1199px) {
  .card-line__amount-btn {
    width: 36px;
    height: 36px;
  }
}

.card-line__amount-remove {
  display: none;
}

@media (min-width: 1440px) {
  .card-line__amount-input {
    width: 65px;
  }
}
@media (max-width: 1199px) {
  .card-line__amount-input {
    height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .card-line__amount-input {
    width: 44px;
  }
}

.card-line__badges:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .card-line__badges {
    margin-left: auto;
  }
}

.card-line__sticker {
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (max-width: 767px) {
  .card-line__sticker {
    display: none;
  }
}

.card-line__title {
  display: block;
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .card-line__title {
    font-size: 14px;
  }
}
.card-line__title:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .card-line__title:not(:last-child) {
    margin-bottom: 5px;
  }
}

.card-line__text {
  color: var(--text-secondary);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-line__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .card-line__text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .card-line__text--available {
    margin-left: auto;
    max-width: 50%;
    min-width: 115px;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .card-line__text--count {
    min-width: 115px;
  }
}

@media (min-width: 1200px) {
  .card-line__action {
    display: flex;
  }
  .card-line__action .card-line__action-boxed {
    padding: 4px 8px;
  }
}
@media (min-width: 768px) {
  .card-line__action {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 3;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__action {
    display: flex;
    padding-right: 8px;
  }
}

.card-line__action-boxed {
  cursor: pointer;
}
@media (max-width: 767px) {
  .card-line__action-boxed {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding-right: 20px;
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border-left: 12px solid;
    border-radius: 16px;
  }
  .card-line__action-boxed:not(.active):hover .card-line__icon {
    fill: var(--white);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__action-boxed {
    padding: 6px;
  }
}
.card-line__action-boxed.active .card-line__icon {
  fill: var(--warn);
}
@media (min-width: 768px) {
  .card-line__action-boxed:not(.active):hover .card-line__icon {
    fill: var(--text-secondary);
  }
}

.card-line__action-box {
  text-align: center;
  pointer-events: none;
}

@media (min-width: 768px) {
  .card-line__action-text {
    display: none;
  }
}

.card-line__icon {
  transition: fill 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .card-line__icon {
    width: 18px;
    height: 18px;
    fill: var(--text-disabled);
  }
}
@media (max-width: 767px) {
  .card-line__icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 24px;
    fill: var(--white);
  }
}

@media (max-width: 767px) {
  .card-line__remove {
    left: 0;
    width: 100%;
    background-color: var(--warn);
  }
}

@media (max-width: 767px) {
  .card-line__favorite {
    left: 4px;
    z-index: 1;
    width: calc(100% - 32px);
    background-color: var(--secondary);
    transform: translateX(-1%);
    transition: transform 0.2s ease-in-out;
  }
}

.card-line__bonus {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-sans-loos);
  white-space: nowrap;
}
.card-line__bonus-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.card-line__bonus-icon {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  fill: var(--primary);
}

.card-line__cost {
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-sans-loos);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card-line__cost {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .card-line__cost {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-line__cost:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .card-line__cost {
    height: 33px;
    line-height: 1.3;
  }
}

.card-line__cost-old {
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-sans-loos);
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card-line__cost-old {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .card-line__cost-old {
    margin-right: auto;
  }
}

.eye-element {
  display: flex;
  align-items: center;
  color: var(--text-tertiary);
  font-size: 12px;
}
.eye-element__icon {
  flex-shrink: 0;
  width: 14px;
  height: 10px;
  margin-right: 5px;
  fill: var(--text-tertiary);
}

.c-modal {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow-Z200);
}
@media (min-width: 768px) {
  .c-modal {
    width: 480px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-modal {
    width: 100%;
    max-width: 350px;
    padding: 32px 24px;
  }
}
@media (max-width: 575px) {
  .c-modal {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 359px) {
  .c-modal {
    padding: 24px 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .c-modal {
    margin: 0 24px;
  }
}

@media (min-width: 768px) {
  .c-modal--md {
    width: 550px;
  }
}

@media (min-width: 768px) {
  .c-modal--large {
    width: 885px;
  }
}
@media (max-width: 1199px) {
  .c-modal--large {
    width: 744px;
    margin: 0;
  }
}

.c-modal__successfully {
  min-height: 500px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: inherit;
}
.c-modal__successfully .c-modal__close:hover .c-modal__close-icon {
  fill: var(--white);
}
.c-modal__successfully .c-modal__close-icon {
  fill: var(--white);
}
@media (min-width: 768px) {
  .c-modal__successfully {
    margin: -40px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .c-modal__successfully {
    margin: -32px -24px;
    padding: 32px 24px;
  }
}

.c-modal__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.c-modal__title {
  flex-grow: 1;
  padding-right: 24px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font-sans-loos);
  line-height: 24px;
  color: inherit;
}

.c-modal__description:not(:last-child) {
  margin-bottom: 30px;
}

.c-modal__close {
  margin-top: -8px;
  margin-right: -8px;
  padding: 8px;
  cursor: pointer;
}
.c-modal__close:hover .c-modal__close-icon {
  fill: var(--primary);
}

.c-modal__close-icon {
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
  fill: var(--text-tertiary);
}

.c-modal__send:not(:last-child),
.c-modal__btn:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-modal__send,
  .c-modal__btn {
    height: 44px;
  }
}

.modal-wallet__bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .modal-wallet__bottom {
    font-size: 18px;
    line-height: 24px;
  }
}

.modal-wallet__icon {
  flex-shrink: 0;
  margin-right: 16px;
}

.c-modal__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.c-modal__overpayment-container {
  border-radius: 10px;
  background: var(--quaternary);
}

.c-modal__overpayment-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-family: var(--font-sans-loos);
}

.c-modal__overpayment-text {
  margin-bottom: 18px;
}

.c-modal__overpayment-attention {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: var(--warn);
  font-size: 14px;
  font-weight: 700;
}

.c-modal__overpayment-label {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: var(--warn);
}

.c-modal__overpayment-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--font-sans-loos);
  font-weight: 500;
}

.c-modal__overpayment-cost {
  font-size: 32px;
  margin-right: 12px;
}

.c-modal__overpayment-cost-old {
  font-size: 18px;
  color: var(--text-tertiary);
}

.c-modal__overpayment-btn {
  width: 190px;
  height: 44px;
}

@media (min-width: 360px) {
  .c-modal__overpayment-info {
    font-size: 18px;
  }
  .c-modal__overpayment-text {
    font-size: 18px;
  }
  .c-modal__overpayment-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .c-modal__overpayment-container {
    padding: 24px;
    display: flex;
  }
  .c-modal__overpayment-media {
    margin-right: 24px;
    width: 200px;
    flex-shrink: 0;
  }
  .c-modal__overpayment-content {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .c-modal__overpayment {
    width: 974px;
  }
  .c-modal__overpayment-info {
    max-width: 830px;
  }
}
@media (max-width: 767px) {
  .c-modal__overpayment {
    width: 100%;
  }
  .c-modal__overpayment-container {
    padding: 16px;
  }
  .c-modal__overpayment-media {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-modal__overpayment {
    width: 681px;
  }
}
.checkout-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 24px 0 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .checkout-fixed {
    color: var(--white);
  }
}
.checkout-fixed__container {
  padding-bottom: 18px;
}
@media (max-width: 1199px) {
  .checkout-fixed__container {
    background-color: var(--primary);
  }
}
.checkout-fixed::before {
  position: absolute;
  z-index: -1;
  background: url("../assets/img/bg/bg-checkout-fixed.svg") no-repeat top center;
  background-size: cover;
  content: "";
}
@media (max-width: 1199px) {
  .checkout-fixed::before {
    background: url("../assets/img/bg/bg-checkout-fixed-mobile.svg") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed::before {
    top: -24px;
  }
}
.checkout-fixed__close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 15px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checkout-fixed__close {
    display: none;
  }
}
.checkout-fixed__close-icon {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
  fill: var(--white);
}
@media (max-width: 1199px) {
  .checkout-fixed__close.is-active .checkout-fixed__close-icon {
    transform: rotate(90deg);
  }
}
.checkout-fixed__badges {
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .checkout-fixed__badges {
    margin-right: 8px;
  }
}
@media (max-width: 1199px) {
  .checkout-fixed__badges {
    color: var(--primary);
    background-color: var(--white);
  }
}
.checkout-fixed__badges-icon {
  width: 14px;
  height: 13px;
  margin-left: 2px;
  fill: var(--white);
}
@media (max-width: 1199px) {
  .checkout-fixed__badges-icon {
    fill: var(--primary);
  }
}
.checkout-fixed__price-discount {
  height: 24px;
  margin-top: -4px;
  padding: 0 5px;
}
.checkout-fixed__price-cost {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  font-family: var(--font-sans-loos);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .checkout-fixed__price-cost {
    margin-right: auto;
    color: var(--white);
  }
}
.checkout-fixed__price-cost-old {
  margin-right: 10px;
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-sans-loos);
  line-height: 1;
  white-space: nowrap;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .checkout-fixed__price-cost-old {
    color: var(--tertiary);
  }
}
.checkout-fixed__price-wrap {
  display: flex;
  align-items: center;
}
.checkout-fixed__price-wrap:not(:last-child) {
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__price-wrap {
    flex-grow: 1;
    padding-left: 16px;
  }
}
.checkout-fixed__item-row {
  display: flex;
  font-size: 14px;
}
.checkout-fixed__item-row:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .checkout-fixed__item-row {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__item-row {
    display: block;
    margin-bottom: 0;
  }
}
.checkout-fixed__label {
  min-width: 0;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .checkout-fixed__label {
    color: var(--text-secondary);
  }
}
@media (max-width: 767px) {
  .checkout-fixed__label {
    color: #d9d9d9;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__label {
    margin-bottom: 3px;
    color: var(--bg-disabled);
  }
}
.checkout-fixed__value {
  width: 100%;
  min-width: 0;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__value-text {
    display: none;
  }
}
.checkout-fixed__row {
  display: flex;
}
@media (max-width: 767px) {
  .checkout-fixed__row {
    flex-wrap: wrap;
  }
}
.checkout-fixed__col {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .checkout-fixed__col {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .checkout-fixed__col {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .checkout-fixed__col--info {
    width: 130%;
  }
}
@media (max-width: 767px) {
  .checkout-fixed__col--prices {
    order: -1;
  }
}
@media (min-width: 768px) {
  .checkout-fixed__col--btn {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .checkout-fixed__col--btn {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__col {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .checkout-fixed {
    display: none;
  }
}
.checkout-fixed__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-fixed__btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .checkout-fixed__btn {
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .checkout-fixed__btn {
    color: var(--primary);
    background-color: var(--white);
  }
  .checkout-fixed__btn .btn__decor {
    fill: var(--primary);
  }
  .checkout-fixed__btn:hover {
    color: var(--primary);
    background-color: var(--quaternary);
  }
}
@media (max-width: 767px) {
  .checkout-fixed__btn {
    height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-fixed__btn {
    height: 66px;
  }
}

.item-add {
  position: relative;
  display: inline-flex;
  height: 96px;
  min-height: 96px;
  padding: 16px;
  padding-right: 40px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  background: var(--primary);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .item-add {
    padding-right: 20px;
  }
}
.item-add__icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.item-add__text {
  display: block;
  max-width: 100px;
  line-height: 1.2;
}
.item-add:hover {
  background: var(--active);
}

.map-hint {
  position: relative;
  width: 200px;
  padding: 15px;
  font-size: 14px;
  background: var(--white);
}
@media (min-width: 768px) {
  .map-hint {
    width: 380px;
    padding: 20px;
  }
}
.map-hint__type {
  margin-bottom: 20px;
}
.map-hint__btn {
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
.map-hint__btn svg {
  width: 17px;
  height: 17px;
}
.map-hint__footer {
  display: flex;
  justify-content: flex-end;
}
.map-hint__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--text-disabled);
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
.map-hint__close:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .map-hint__close {
    display: none;
  }
}
.map-hint__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}

.thank-you-order {
  margin-top: -20px;
  padding-top: 30px;
  padding-bottom: 60px;
  color: var(--white);
  text-align: center;
  background: var(--primary);
}
.thank-you-order--blueActive {
  background: var(--active);
}
@media (min-width: 768px) {
  .thank-you-order {
    margin-top: -25px;
    padding-bottom: 90px;
  }
}
.thank-you-order__title {
  color: var(--white);
  line-height: 1.25;
}
@media (max-width: 767px) {
  .thank-you-order__title {
    font-size: 30px;
  }
}
.thank-you-order__text {
  font-size: 18px;
}
.thank-you-order__text a {
  color: var(--white);
}
.thank-you-order__text:not(:last-child) {
  margin-bottom: 8px;
}
.thank-you-order__text p:last-child {
  margin-bottom: 0;
}
.thank-you-order__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.thank-you-order__buttons:not(:last-child) {
  margin-bottom: 8px;
}
.thank-you-order__btn {
  min-width: 300px;
  height: 52px;
  margin: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .thank-you-order__btn {
    width: 100%;
    min-width: initial;
    font-size: 16px;
  }
}
.thank-you-order__image {
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .thank-you-order__image {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .thank-you-order__image {
    max-width: 400px;
  }
}
.thank-you-order__list {
  margin: 0;
  list-style: none;
}
.thank-you-order__list a {
  color: inherit;
}
.thank-you-order__list-value {
  font-weight: 700;
}
.thank-you-order__list-value-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.1em;
  vertical-align: top;
  fill: var(--white);
}
.thank-you-order__list-number {
  font-weight: 700;
  font-size: 24px;
}
.thank-you-order__list li {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .thank-you-order__list li {
    font-size: 18px;
  }
}
.thank-you-order__list li:not(:last-child) {
  margin-bottom: 25px;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.buttons-wrapper--center {
  justify-content: center;
}
.buttons-wrapper--right {
  justify-content: flex-end;
}

.reviews-questions {
  position: relative;
  order: 8;
  min-height: 300px;
}

.reviews__tabs {
  margin-left: 8px;
  display: flex;
}
@media (max-width: 575px) {
  .reviews__tabs {
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews__tabs {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.reviews__tab-nav {
  padding-right: 20px;
  padding-left: 20px;
}

.reviews__title {
  margin-right: 40px;
}

@media (min-width: 1200px) {
  .reviews__carousel .customer-media__button {
    display: none;
  }
}
@media (min-width: 576px) {
  .reviews__carousel {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .reviews__carousel {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .reviews__carousel {
    margin-bottom: 32px;
  }
}
.reviews__carousel-instance {
  margin-left: 0;
}
@media (min-width: 576px) {
  .reviews__carousel-instance {
    padding-right: 46px;
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .reviews__carousel-instance {
    width: calc(100% - 70px);
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reviews__carousel-instance {
    width: calc(100% - 105px);
  }
}

.reviews__carousel-item {
  border-radius: 14px;
}
.reviews__carousel-item:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}

.reviews__carousel-img {
  display: block;
  max-height: 100%;
  margin: auto;
  border-radius: 14px;
}

.reviews__headline {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.reviews__headline-title {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 575px) {
  .reviews__headline-title {
    display: none;
  }
}

.reviews__list {
  margin-bottom: 24px;
}

.reviews__item:not(:last-child) {
  margin-bottom: 24px;
}

.reviews__content-title {
  color: var(--text-tertiary);
  font-weight: 700;
  font-family: var(--font-sans-loos);
}

.reviews__bottom-text {
  display: flex;
  align-items: center;
}

.reviews__bottom-bonuses {
  margin-left: 8px;
  color: var(--primary);
  font-weight: 700;
}

.reviews__bottom-decor {
  width: 16px;
  height: 16px;
  margin: 0 4px 2px;
  fill: var(--primary);
}

.reviews__rating-top {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .reviews__rating-top {
    position: absolute;
    top: -8px;
    left: 0;
  }
}

.reviews__rating-num {
  font-weight: 700;
  font-family: var(--font-sans-loos);
}

.reviews__rating-starts {
  position: relative;
  display: flex;
  justify-content: flex-start;
  min-width: 135px;
  max-width: 135px;
  overflow: hidden;
}
.reviews__rating-starts::before, .reviews__rating-starts::after {
  top: 0;
  left: 0;
  height: 24px;
  background-repeat: repeat-x;
  background-position-x: -3px;
  background-size: 28px 22px;
  content: "";
}
.reviews__rating-starts::before {
  position: absolute;
  width: 100%;
  background-image: url("../assets/img/decor/star.svg");
}
.reviews__rating-starts::after {
  position: relative;
  z-index: 2;
  width: inherit;
  background-image: url("../assets/img/decor/star-gold.svg");
}
@media (max-width: 575px) {
  .reviews__rating-starts {
    min-width: 96px;
    max-width: 96px;
  }
  .reviews__rating-starts::before, .reviews__rating-starts::after {
    height: 16px;
    background-repeat: repeat-x;
    background-position-x: -2px;
    background-size: 20px 16px;
    content: "";
  }
}

.reviews__rating-starts--gold::after {
  background-image: url("../assets/img/decor/star-gold.svg");
}

.reviews__rating-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.reviews__rating-row:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .reviews__rating-row {
    width: 360px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews__rating-row {
    width: 54%;
  }
}

.reviews__rating-label {
  min-width: 50px;
  margin-right: 12px;
  font-weight: 700;
}

.reviews__rating-progress {
  position: relative;
  min-width: calc(100% - 152px);
  max-width: calc(100% - 152px);
  height: 10px;
  overflow: hidden;
  background: #EDEDED;
  border-radius: 8px;
}
.reviews__rating-progress::before {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 100%;
  background-color: var(--yellow);
  content: "";
}

.reviews__rating-count {
  min-width: 68px;
  margin-left: 12px;
  text-align: right;
}

.reviews__rating-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .reviews__rating-btn {
    margin-top: 30px;
    margin-bottom: 19px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .reviews__rating-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    max-width: 225px;
  }
}

.questions__form {
  display: flex;
}

.questions__form-group {
  flex-grow: 1;
  margin-bottom: 0;
}
.questions__form-group .field__name {
  background-color: var(--white);
}
.questions__form-group textarea.form__control {
  background-color: var(--white);
}
.questions__form-group textarea.form__control.is-gray {
  background-color: var(--bg-light);
}

.reviews__stars {
  display: flex;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.reviews__stars::after {
  margin-left: 8px;
  content: attr(data-reviews-count);
}

.reviews__stars-rating {
  position: relative;
  display: inline-flex;
  width: 0;
  min-width: 100px;
  max-width: 100px;
  height: 16px;
  vertical-align: middle;
  background-image: url("../assets/img/decor/star.svg");
  background-repeat: repeat-x;
  background-position-x: 0;
  background-size: 20px 16px;
}
.reviews__stars-rating::before {
  display: block;
  width: inherit;
  height: 16px;
  background-image: url("../assets/img/decor/star-gold.svg");
  background-position-x: inherit;
  background-size: inherit;
  content: "";
}

.questions__form-btn {
  display: inline-flex;
  align-self: flex-start;
}
.questions__form-btn:hover .questions__form-decor {
  fill: var(--hover);
}

.questions__form-decor {
  margin: auto;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
  fill: #4652ff;
}

.reviews__list-more {
  width: 100%;
  height: 52px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: var(--bg-disabled);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.reviews__list-more:hover {
  color: var(--white);
  background-color: var(--primary);
}

@media (min-width: 1200px) {
  .reviews__rating {
    position: absolute;
    top: 12px;
    right: 0;
    width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .reviews__rating {
    position: relative;
    margin-bottom: 28px;
  }
  .reviews__rating .reviews__bottom-text {
    margin-top: -24px;
  }
}

.reviews__tab-nav-badge {
  font-size: 12px;
  margin-left: 8px;
  color: var(--text-disabled);
}

@media (min-width: 576px) {
  .reviews__content {
    padding: 0 0 30px 100px;
  }
}
@media (max-width: 575px) {
  .reviews__content {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews__content {
    padding-left: 44px;
  }
}

@media (min-width: 576px) {
  .reviews__content-row {
    padding-right: 100px;
  }
  .reviews__content-row:not(:last-of-type) {
    margin-bottom: 28px;
  }
  .reviews__content-title {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__content-text {
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__rating-num--right {
    margin-right: 24px;
  }
  .reviews__rating-num--left {
    margin-left: 32px;
  }
  .reviews__rating-num {
    font-size: 24px;
    line-height: 30px;
  }
  .reviews__bottom {
    display: flex;
  }
  .reviews__bottom-btn {
    width: 339px;
    margin-right: 24px;
  }
  .questions__form-group {
    margin-left: 20px;
  }
  .questions__form-btn {
    padding: 10px;
  }
  .questions__form-decor {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .reviews__item {
    background-color: var(--white);
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .reviews__container {
    position: relative;
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .reviews__container {
    padding-right: 7%;
  }
}
@media (max-width: 767px) {
  .reviews__tab-nav .tab-default__badge {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .reviews__rating-list,
  .reviews__rating .reviews__rating-btn,
  .reviews__rating .reviews__bottom-text {
    display: none;
  }
  .reviews__stars {
    width: 100%;
    margin-top: 8px;
  }
  .reviews__content-row:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .reviews__content-title {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1;
  }
  .reviews__content-text {
    font-size: 14px;
  }
  .reviews-questions__title {
    margin-right: 0;
    margin-bottom: 19px;
  }
  .reviews__rating-num--right {
    margin-right: 8px;
  }
  .reviews__rating-num--left {
    margin-left: 8px;
  }
  .reviews__rating-num {
    font-size: 20px;
    line-height: 1;
  }
  .reviews-questions .section-page__heading {
    margin-bottom: 19px;
  }
  .reviews__bottom-btn {
    width: 100%;
    margin-bottom: 16px;
  }
  .questions__form-group {
    margin-left: 10px;
  }
  .questions__form-btn {
    margin-right: -4px;
    padding: 8px;
  }
  .questions__form-decor {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .reviews__container {
    padding-right: 2%;
  }
}
.reviews__panel {
  position: relative;
  display: flex;
  align-items: center;
}

.reviews__panel-collapse {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.reviews__panel-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.reviews__panel-avatar {
  flex-shrink: 0;
}

.reviews__panel-name {
  flex-grow: 1;
  font-weight: 700;
  font-family: var(--font-sans-loos);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.reviews__panel-date {
  margin-right: 20px;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .reviews__panel-collapse {
    padding-left: 24px;
    border-radius: 16px;
  }
  .reviews__panel {
    padding: 24px 20px 24px 0;
  }
  .reviews__panel-avatar {
    margin-right: 20px;
  }
  .reviews__panel-name {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .reviews__panel-group {
    margin-left: auto;
  }
  .reviews__panel-collapse:not(.collapsed) .reviews__panel-arrow {
    transform: rotate(90deg);
  }
  .reviews__panel-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    fill: var(--text-tertiary);
  }
}
@media (min-width: 1440px) {
  .reviews__panel-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .reviews__panel-collapse {
    flex-wrap: wrap;
  }
  .reviews__panel-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .reviews__panel-group {
    width: 100%;
  }
  .reviews__panel-name {
    width: calc(100% - 50px);
    margin-left: 12px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .reviews__panel-group {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews__panel-date {
    max-width: 22%;
    margin-right: 8px;
    overflow: hidden;
    white-space: nowrap;
  }
  .reviews__panel-name {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .reviews__panel-group {
    margin-top: -4px;
    margin-left: 76px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews__panel-group {
    margin-left: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .reviews__panel-name {
    max-width: 178px;
    font-size: 14px;
  }
}
.reviews__comment {
  margin-top: 16px;
}

.reviews__comment-item:not(:last-child) {
  margin-bottom: 36px;
}

.reviews__comment-panel {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reviews__comment-name {
  overflow: hidden;
  font-weight: 700;
  font-family: var(--font-sans-loos);
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reviews__comment-badge {
  flex-shrink: 0;
  margin-right: 20px;
}

.reviews__comment-date {
  flex-shrink: 0;
  margin-left: auto;
  color: var(--text-secondary);
  font-weight: 700;
}

.reviews__comment-text {
  max-width: 80%;
}

@media (min-width: 576px) {
  .reviews__comment-text {
    padding-right: 24px;
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .reviews__comment-panel {
    padding-right: 14px;
  }
  .reviews__comment-name {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .reviews__comment-name {
    flex-grow: 1;
    margin-left: 8px;
    font-size: 14px;
  }
  .reviews__comment-name.is-reset-grow {
    flex-grow: initial;
  }
}
@media (max-width: 575px) {
  .reviews__comment-panel {
    position: relative;
    flex-wrap: wrap;
  }
  .reviews__comment-date {
    font-size: 14px;
  }
  .reviews__comment-like {
    order: 1;
    margin-left: auto;
  }
  .reviews__comment-name {
    width: 52%;
    margin-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
  .reviews__comment-badge {
    order: 1;
    margin-top: 8px;
  }
  .reviews__comment-text {
    padding-left: 24px;
    font-size: 14px;
    line-height: 18px;
  }
}
.autocomplete-field {
  position: relative;
}
.autocomplete-field__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 5;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow-Z300);
}
.autocomplete-field__dropdown-loader {
  display: none;
  width: 30px;
  margin: 15px auto;
}
.autocomplete-field__dropdown.is-loading .autocomplete-field__dropdown-loader {
  display: block;
}
.autocomplete-field .select__list {
  display: block;
}
.autocomplete-field__dropdown-item,
.autocomplete-field .form__select-item {
  padding: 10px 15px;
  cursor: pointer;
}
.autocomplete-field__dropdown-item:hover,
.autocomplete-field .form__select-item:hover {
  color: var(--primary);
}
.autocomplete-field__dropdown-item:not(:last-child),
.autocomplete-field .form__select-item:not(:last-child) {
  border-bottom: 1px solid var(--stroke);
}

.link-share {
  position: relative;
  cursor: pointer;
}
.link-share.active .link-share__dropdown {
  display: block;
}

.link-share__dropdown {
  right: -12px;
  top: 100%;
  padding-top: 4px;
  text-align: right;
  border: 0;
  display: none;
  position: absolute;
  z-index: 1;
}

.link-share__dropdown-link {
  --fillIcon: var(--primary);
  display: flex;
  width: 44px;
  height: 44px;
  background-color: var(--bg-light);
}
.link-share__dropdown-link:hover .link-share__dropdown-icon {
  --fillIcon: var(--warn);
}

.link-share__dropdown-icon {
  width: 18px;
  height: 18px;
  margin: auto;
  fill: var(--fillIcon);
  transition: fill 0.2s linear;
}

.comments-module .reviews__like {
  margin-left: initial;
}
.comments-module .reviews__comment-item:not(:last-child) {
  margin-bottom: 24px;
}
.comments-module .reviews__comment-panel {
  margin-bottom: 0;
}
.comments-module .reviews__comment-date {
  padding: 0 5px;
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .comments-module .reviews__comment-date {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .comments-module .reviews__comment-text {
    padding-left: 0;
  }
}
.comments-module .reviews__content {
  padding-top: 15px;
}
@media (max-width: 600px) {
  .comments-module .reviews__content {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .comments-module .reviews__comment-name {
    flex-grow: initial;
    width: initial;
  }
}
@media (max-width: 575px) {
  .comments-module .reviews__comment-badge {
    order: initial;
    margin-top: 0;
  }
}
.comments-module .questions__form-textarea {
  padding-top: 12px !important;
  font-weight: 700;
  resize: none;
}
.comments-module .questions__form-textarea::placeholder {
  color: var(--text-disabled);
}
.comments-module .questions__form:last-child {
  margin-top: 20px;
}
.comments-module__form:not(:last-child) {
  margin-bottom: 16px;
}
.comments-module__form:last-child {
  margin-top: 16px;
}
.comments-module__block {
  padding: 36px;
  background: var(--white);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .comments-module__block {
    padding: 16px;
  }
}
.comments-module__title {
  font-size: 32px;
}
.comments-module__panel {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.comments-module__panel:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .comments-module__panel {
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .comments-module__panel {
    flex-wrap: wrap;
  }
}
.comments-module__panel-badge {
  flex-shrink: 0;
  white-space: nowrap;
}
.comments-module__panel-collapse {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-right: 15px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .comments-module__panel-collapse {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .comments-module__panel-collapse {
    padding-right: 0;
  }
}
.comments-module__panel-collapse.collapsed .comments-module__panel-arrow {
  transform: rotate(0deg);
}
.comments-module__panel-avatar {
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .comments-module__panel-avatar {
    margin-right: 12px;
  }
}
.comments-module__panel-group {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .comments-module__panel-group {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}
.comments-module__panel-group > *:not(:last-child) {
  margin-right: 20px;
}
.comments-module__panel-user {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .comments-module__panel-user {
    width: 100%;
  }
}
.comments-module__panel-date {
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
.comments-module__panel-name {
  margin-right: 20px;
  font-weight: 700;
  font-family: var(--font-sans-loos);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .comments-module__panel-name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .comments-module__panel-name {
    font-size: 14px;
  }
}
.comments-module__panel-arrow {
  position: absolute;
  top: 16px;
  left: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  fill: var(--text-tertiary);
}
@media (max-width: 767px) {
  .comments-module__panel-arrow {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .comments-module__panel-arrow {
    display: none;
  }
}

.pagination {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagination__more {
  height: 44px;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .pagination__more {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .pagination__more {
    margin-top: 24px;
  }
}

.pagination__wrap {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.pagination__prev,
.pagination__next {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: var(--primary);
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
}
.pagination__prev:hover,
.pagination__next:hover {
  background-color: var(--hover);
}

.pagination__prev {
  transform: rotate(180deg);
}

.pagination__arrow {
  width: 16px;
  height: 16px;
  margin: auto;
  fill: var(--white);
}

.pagination__disabled {
  background-color: var(--bg-disabled);
  pointer-events: none;
}
.pagination__disabled .pagination__arrow {
  fill: var(--text-disabled);
}

.pagination__list {
  display: flex;
  margin: 0 8px;
  line-height: 1;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: inherit;
  color: var(--primary);
  font-weight: 700;
  border: 1px solid var(--quaternary);
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out;
}
.pagination__item:hover {
  background-color: var(--quaternary);
}
@media (max-width: 374px) {
  .pagination__item:not(.pagination__item--separator):nth-child(3) {
    display: none;
  }
}

.pagination__item--active {
  color: var(--white);
  background-color: var(--primary);
  pointer-events: none;
}

.pagination__item--separator {
  pointer-events: none;
}
.pagination__item--separator::before {
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 6px 0 0 var(--primary), -6px 0 0 var(--primary);
  content: "";
}

.pagination__link {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: inherit;
  height: inherit;
}

@media (min-width: 768px) {
  .pagination__portion {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }
  .pagination__portion .dropdown__list-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
  }
  .pagination__portion .dropdown__list-item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination__portion {
    display: none;
  }
}

@media (min-width: 768px) {
  .pagination__portion-text {
    margin-right: 10px;
    color: var(--text-secondary);
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .pagination__wrap--portion::before {
    width: 194px;
    margin-right: auto;
    content: "";
  }
}

.questions--pb-large {
  padding-bottom: 100px;
}
.questions .table-default {
  font-size: 14px;
}
.questions .table-default tr:first-child td,
.questions .table-default tr:first-child th {
  padding-top: 0;
}
.questions__heading {
  margin-bottom: 0;
}
.questions__heading--left {
  text-align: left;
}
.questions__description {
  color: var(--text-tertiary);
  font-size: 14px;
}
.questions__table {
  color: #000023;
}
.questions__table ol,
.questions__table ul {
  padding-left: 18px;
}
.questions__table ol:last-child,
.questions__table ul:last-child {
  margin-bottom: 0;
}
.questions__table-tr {
  border-bottom: 1px solid var(--stroke);
}
@media (min-width: 768px) {
  .questions__table-tr {
    display: flex;
  }
}
.questions__table-name {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.questions__table-td, .questions__table-th {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .questions__table-td, .questions__table-th {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.questions__table-td a, .questions__table-th a {
  font-weight: 700;
}
.questions__table-td p:last-child, .questions__table-th p:last-child {
  margin-bottom: 0;
}
.questions__table-td:first-child, .questions__table-th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .questions__table-td:first-child, .questions__table-th:first-child {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .questions__table-td:first-child, .questions__table-th:first-child {
    width: 500px;
  }
}
.questions__table-td:last-child, .questions__table-th:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .questions__table-td:last-child, .questions__table-th:last-child {
    display: none;
    padding-top: 0;
  }
  .questions__table-td:last-child.is-visible, .questions__table-th:last-child.is-visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .questions__table-td:last-child, .questions__table-th:last-child {
    padding-left: 30px;
  }
}
.questions__table-td.is-active .questions__table-arrow, .questions__table-th.is-active .questions__table-arrow {
  transform: rotate(90deg);
}
.questions__table-td.is-clickable, .questions__table-th.is-clickable {
  padding-left: 40px;
  cursor: pointer;
}
.questions__table-td.is-clickable:hover, .questions__table-th.is-clickable:hover {
  color: var(--hover);
}
.questions__table-td.is-clickable .questions__table-arrow, .questions__table-th.is-clickable .questions__table-arrow {
  display: block;
}
.questions__table-td:not(.is-visible) .questions__table-truncated, .questions__table-th:not(.is-visible) .questions__table-truncated {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.questions__table-arrow {
  position: absolute;
  top: 22px;
  left: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.2s linear;
  fill: var(--text-tertiary);
}
@media (min-width: 768px) {
  .questions__table-arrow {
    display: none;
  }
}
.questions__table-th {
  padding-top: 0;
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 16px;
}
.questions__show-more {
  padding-right: 0;
  padding-left: 0;
}
.questions__show-more-icon {
  fill: var(--primary);
}
.questions__show-more:last-child {
  margin-top: 15px;
}

.table-default {
  margin-right: -21px;
  margin-left: -21px;
  padding: 0 24px;
  overflow-x: auto;
}
.table-default td,
.table-default th {
  padding: 16px;
  border-bottom: 1px solid var(--stroke);
}
.table-default td:first-child,
.table-default th:first-child {
  padding-left: 0;
}
.table-default td:last-child,
.table-default th:last-child {
  padding-right: 0;
}

.title-number {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .title-number {
    flex-direction: column;
    align-items: flex-start;
  }
}
.title-number__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.06em;
  vertical-align: top;
  fill: var(--primary);
}
@media (max-width: 767px) {
  .title-number__icon {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
}
.title-number__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .title-number__title {
    font-weight: 700;
    font-size: 16px;
  }
}
.title-number__count {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-sans-loos);
  background: #FD3C3C;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .title-number__count {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .title-number__count {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
  }
}

.info-page {
  min-height: 30vh;
}
.info-page .btn {
  display: inline-flex;
}
.info-page__btns {
  margin-bottom: 20px;
}
.info-page__btns .btn {
  padding: 0;
}

.preloader-bulb {
  position: relative;
  display: inline-flex;
  width: 116px;
  height: 199px;
  margin: auto;
  background: url("../assets/img/decor/lamp-2.png");
}
.preloader-bulb::before {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 93px;
  height: 93px;
  background-color: rgba(255, 0, 0, 0.71);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.71);
  transform: translateX(-50%);
  opacity: 0.4;
  filter: blur(20px);
  animation: bulb 5s cubic-bezier(0.4, 0, 1, 0.65) infinite;
  content: "";
}

.preloader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.5);
}

.preloader-absolut {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.5);
}

.label-text {
  display: inline-flex;
  padding: 6px 16px;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  background: var(--primary);
  border-radius: 23px;
}
@media (max-width: 1199px) {
  .label-text {
    font-size: 16px;
  }
}

.pre-footer {
  display: flex;
}
@media (min-width: 1200px) {
  .pre-footer {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .pre-footer {
    flex-direction: column;
  }
}

.pre-footer__offer {
  border-radius: 16px;
  background-color: var(--primary);
  background-image: url("../assets/img/bg/bg-offer.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .pre-footer__offer {
    background-position: 132% 97%;
  }
}
@media (min-width: 1200px) {
  .pre-footer__offer {
    width: 32.25%;
    padding: 37px 9% 0 25px;
    background-position-x: 146%;
  }
}
@media (max-width: 767px) {
  .pre-footer__offer {
    min-height: 329px;
    margin-bottom: 16px;
    padding: 29px 16px;
  }
}
@media (max-width: 575px) {
  .pre-footer__offer {
    background-position: 19% 127%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer__offer {
    background-position: 100% 127%;
    background-size: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .pre-footer__offer {
    background-size: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pre-footer__offer {
    height: 180px;
    margin-bottom: 8px;
    padding: 35px 0 23px 25px;
    background-position: 106% 84%;
  }
}

.pre-footer__subscription {
  border-radius: 16px;
  color: var(--white);
  background-color: var(--primary);
  background-image: url("../assets/img/bg/bg-subscribe.svg");
  background-repeat: no-repeat;
}
.pre-footer__subscription .form__checkbox-label {
  color: var(--white);
}
.pre-footer__subscription .form__checkbox-label label {
  position: relative;
  z-index: 2;
  margin-left: -41px;
  padding-left: 41px;
}
.pre-footer__subscription .l-link {
  color: #FFC268;
}
.pre-footer__subscription .form__checkbox::after {
  opacity: 0;
}
.pre-footer__subscription .form__checkbox-input:checked + .form__checkbox-label::before {
  border-color: #fff;
}
.pre-footer__subscription .form__checkbox-input:checked + .form__checkbox-label::after {
  opacity: 1;
}
.pre-footer__subscription .form__checkbox-label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 16px;
  height: 16px;
  background: url("../assets/img/decor/check.svg") no-repeat center;
  opacity: 0;
  content: "";
}
.pre-footer__subscription .form__half-btn {
  width: 100%;
  margin-left: -12px;
  height: 46px;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .pre-footer__subscription .form__half-btn {
    max-width: 194px;
  }
}
@media (min-width: 1200px) {
  .pre-footer__subscription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(67.8% - 24px);
    min-height: 220px;
    margin-left: auto;
    padding: 40px 24px;
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .pre-footer__subscription {
    padding: 29px 16px;
    margin-bottom: 16px;
    background-position: 26% 239%;
  }
  .pre-footer__subscription .form__half-btn {
    max-width: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .pre-footer__subscription {
    background-size: 37%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pre-footer__subscription {
    padding: 20px 25px;
    background-position: 141% -108%;
  }
}

@media (min-width: 768px) {
  .pre-footer__container {
    display: flex;
  }
}

.pre-footer__subscription-line {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .pre-footer__subscription-line {
    flex-wrap: wrap;
  }
}

.pre-footer__subscription-email {
  font-size: 14px;
  line-height: 18px;
  flex-shrink: 0;
  max-width: 204px;
}

.pre-footer__title {
  margin-bottom: 14px;
  color: var(--white);
  font-weight: 500;
  font-family: loos, -apple-system, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 1200px) {
  .pre-footer__title {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .pre-footer__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .pre-footer__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.pre-footer__text {
  margin-bottom: 16px;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.pre-footer__social {
  display: flex;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: var(--quaternary);
  border-radius: 8px;
}
@media (min-width: 576px) {
  .pre-footer__social {
    margin-left: 16px;
  }
}
@media (max-width: 575px) {
  .pre-footer__social {
    margin-right: 16px;
  }
}

.pre-footer__social__icon {
  width: 24px;
  height: 24px;
  margin: auto;
  fill: var(--primary);
}

.pre-footer__container svg {
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  .pre-footer__media {
    flex-shrink: 0;
    max-width: 25%;
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .pre-footer__media {
    margin-bottom: 32px;
  }
}

.pre-footer__media-img {
  max-height: 100%;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .pre-footer__subscription-form {
    width: 100%;
    margin-bottom: 16px;
  }
}

.cookie-modal {
  position: fixed;
  z-index: 22;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--white);
  background-color: var(--primary);
  box-shadow: var(--shadow-Z200);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 360px) {
  .cookie-modal {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .cookie-modal {
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 767px) {
  .cookie-modal {
    bottom: 80px;
    left: 4px;
    width: calc(100% - 8px);
    border-radius: 16px;
    font-size: 14px;
    line-height: 20px;
  }
}

.cookie-modal__text {
  padding-right: 16px;
}

.cookie-modal__btn {
  width: 55px;
  height: 32px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .cookie-modal__btn {
    display: flex;
  }
}

@media (min-width: 576px) {
  .cookie-modal__br {
    display: none;
  }
}

.c-progress-bar {
  max-width: 100%;
  min-width: 100%;
  height: 8px;
  background-color: var(--bg-disabled);
  border-radius: 4px;
}
.c-progress-bar::before {
  display: block;
  max-width: 100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  content: "";
}

.c-progress-bar--tertiary::before {
  background-color: var(--tertiary);
}

.c-progress-bar--fire::before {
  background-color: var(--warn);
}

.c-table__head {
  display: flex;
  margin-bottom: 15px;
  padding-right: 16px;
  padding-left: 16px;
  color: var(--text-tertiary);
  line-height: 1;
}

.c-table__head-item {
  flex: 0 0 auto;
}
.c-table__head-item:nth-of-type(2), .c-table__head-item:nth-of-type(3) {
  text-align: center;
}

.c-table__body-row {
  display: flex;
  padding: 24px 16px;
}
.c-table__body-row:nth-of-type(odd) {
  background-color: var(--bg-disabled);
}
.c-table__body-row:nth-of-type(even) {
  background-color: var(--white);
}
.c-table__body-row:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.c-table__body-row:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.c-table__body-group {
  display: flex;
  flex-grow: 1;
}
.c-table__body-group:not(:last-of-type) {
  margin-bottom: 16px;
}

.c-table__body-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.c-table__body-item:first-of-type, .c-table__body-item:last-of-type {
  text-align: center;
}
.c-table__body-item:nth-of-type(2) {
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-table {
    line-height: 20px;
  }
  .c-table__head-item:first-of-type {
    width: 24.5%;
    padding-right: 20px;
  }
  .c-table__head-item:nth-of-type(2) {
    width: 6%;
  }
  .c-table__head-item:nth-of-type(3) {
    width: 61.5%;
    padding-right: 20px;
    padding-left: 24px;
  }
  .c-table__head-item:last-of-type {
    width: 7%;
  }
  .c-table__body-title {
    width: 24.5%;
    padding-right: 20px;
    flex-shrink: 0;
  }
  .c-table__body-item:first-of-type {
    width: 7.5%;
  }
  .c-table__body-item:nth-of-type(2) {
    width: 83.5%;
    padding-right: 20px;
    padding-left: 24px;
  }
  .c-table__body-item:last-of-type {
    width: 8.5%;
  }
}
@media (max-width: 767px) {
  .c-table__head-item {
    font-size: 10px;
    line-height: 1;
  }
  .c-table__head-item:first-of-type {
    width: 25%;
  }
  .c-table__head-item:nth-of-type(2) {
    width: 15%;
  }
  .c-table__head-item:nth-of-type(3) {
    width: 40%;
  }
  .c-table__head-item:last-of-type {
    width: 20%;
    text-align: right;
  }
  .c-table__body {
    font-size: 12px;
    line-height: 16px;
  }
  .c-table__body-title {
    align-self: center;
    width: 25%;
    padding-right: 0;
  }
  .c-table__body-item:first-of-type, .c-table__body-item:last-of-type {
    width: 16%;
  }
  .c-table__body-item:nth-of-type(2) {
    width: 70%;
    padding-right: 4px;
    padding-left: 24px;
  }
}
.benefits {
  display: flex;
  list-style: none;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: inherit;
  padding-top: 20px;
  color: #000023;
  font-weight: 700;
  font-family: var(--font-sans-loos);
  line-height: 18px;
}
.benefits__item::before {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 7px;
  content: "";
}

.benefits__star::before {
  background: url("../assets/img/benefits/star.svg") no-repeat center left;
}

.benefits__checkbox::before {
  background: url("../assets/img/benefits/checkbox.svg") no-repeat center left;
}

.benefits__manager::before {
  background: url("../assets/img/benefits/manager.svg") no-repeat center left;
}

.benefits__service::before {
  background: url("../assets/img/benefits/service.svg") no-repeat center left;
}

@media (min-width: 768px) {
  .benefits__item:not(:last-child) {
    border-right: 2px solid var(--quaternary);
  }
}
@media (min-width: 1200px) {
  .benefits {
    height: 167px;
  }
  .benefits__item {
    padding-right: 40px;
    padding-left: 48px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .benefits {
    font-size: 12px;
    text-align: center;
  }
  .benefits__item::before {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .benefits {
    margin-right: -4px;
    overflow-x: auto;
  }
  .benefits__item {
    min-width: 170px;
    margin-right: 2px;
    padding: 16px;
    background-color: var(--white);
    border-radius: 16px;
  }
  .benefits__item::before {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .benefits {
    height: 182px;
  }
  .benefits__item {
    padding-right: 17px;
    padding-left: 17px;
  }
}
.cart-block__reg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 36;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77) !important;
  border-radius: 0 !important;
}
.cart-block__reg .reg__form {
  max-width: 930px;
  margin: auto;
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
}
.cart-block__reg .reg__form .c-modal__close {
  display: flex;
}

.reg__form .c-modal__close {
  display: none;
}

.reg__form-wrap {
  position: relative;
  min-height: 254px;
}

.reg__form-label {
  margin-bottom: 24px;
}
.reg__form-label::after {
  position: absolute;
  top: -34px;
  left: 186px;
  font-weight: 700;
  content: attr(data-timer);
}

.reg__form-agree {
  align-self: center;
  font-size: 14px;
}

.reg__form-btn {
  width: 100%;
}
.reg__form-btn::after {
  content: attr(data-text);
}
.reg__form-btn.btn__tinkoff {
  background-color: rgba(0, 0, 0, 0.8);
}
.reg__form-btn .btn__decor {
  max-height: 24px;
}
@media (min-width: 768px) {
  .reg__form-btn {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .reg__form-btn {
    height: 48px;
  }
  .reg__form-btn + .btn {
    margin-top: 8px;
  }
}

.reg__form-btn-t-bank {
  margin-left: 8px;
  width: 50px;
  max-height: 30px;
}

.reg__form-btn--other {
  width: 100%;
  color: var(--white);
  background-color: var(--text-primary);
}
@media (min-width: 768px) {
  .reg__form-btn--other {
    height: 44px;
    transition: background-color 0.2s ease-in-out;
  }
  .reg__form-btn--other:hover {
    background-color: var(--text-secondary);
  }
}
@media (max-width: 767px) {
  .reg__form-btn--other {
    height: 48px;
  }
}

.reg__form-btn-text {
  padding-left: 26px;
  padding-right: 26px;
}

.reg__form-btn-logo,
.reg__form-btn-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.reg__form-btn-logo--vk {
  width: 18px;
  height: 18px;
  fill: var(--text-primary);
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 0 0 0 4px var(--white);
}

.reg__form-timer::after {
  content: " " attr(data-timer) " сек.";
}

.reg__form-valid {
  background-color: var(--green0);
  background-image: url("../assets/img/decor/check-valid.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 16px 16px;
}

.detail__shops-city-btn {
  padding-right: 16px;
  padding-left: 16px;
}

.detail__shops-nav {
  margin-left: auto;
}

.detail__shops-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 25px;
  border-bottom: 2px solid var(--stroke);
}

.detail__shops-name {
  flex-shrink: 0;
  padding-right: 8px;
}

.detail__shops-pickup {
  flex-shrink: 0;
}

.detail__shops-progressbar {
  flex-shrink: 0;
  margin-top: 4px;
}

.detail__shops-address {
  color: #445361;
}

@media (min-width: 768px) {
  .detail__shops-city {
    margin-left: 24px;
  }
  .detail__shops-name {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .detail__shops-item {
    line-height: 20px;
  }
  .detail__shops-name {
    width: 22%;
  }
  .detail__shops-address {
    margin-top: 22px;
  }
  .detail__shops-pickup {
    order: 4;
    width: 21%;
    text-align: right;
  }
  .detail__shops-working {
    order: 3;
    width: 13%;
  }
  .detail__shops-progressbar {
    order: 2;
    min-width: 7%;
    max-width: 7%;
    margin-right: auto;
  }
  .detail__shops-metro {
    order: 1;
    width: 21%;
  }
  .detail__shops-floor {
    width: 12%;
    padding-right: 8px;
  }
}
@media (max-width: 1199px) {
  .detail__shops-name {
    margin-bottom: 11px;
  }
  .detail__shops-progressbar {
    margin-bottom: 11px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .detail__shops-city {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .detail__shops-item {
    font-size: 13px;
    line-height: 16px;
  }
  .detail__shops-name {
    width: 80%;
  }
  .detail__shops-floor {
    width: 20%;
    margin-left: auto;
    text-align: right;
  }
  .detail__shops-progressbar {
    min-width: 21%;
    max-width: 21%;
  }
  .detail__shops-metro {
    width: 65%;
  }
  .detail__shops-working {
    width: 35%;
    text-align: right;
  }
  .detail__shops-address {
    width: 100%;
    margin-bottom: 16px;
  }
  .detail__shops-pickup {
    width: 79%;
    margin-bottom: 12px;
    padding-right: 8px;
  }
}
@media (max-width: 359px) {
  .detail__shops-item {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .detail__shops-item {
    font-size: 14px;
    line-height: 18px;
  }
  .detail__shops-name {
    width: 38%;
  }
  .detail__shops-floor {
    width: 30%;
  }
  .detail__shops-pickup {
    order: 2;
    width: 31%;
    text-align: right;
  }
  .detail__shops-progressbar {
    min-width: 15%;
    max-width: 15%;
  }
  .detail__shops-metro {
    order: 1;
    width: 31%;
  }
  .detail__shops-working {
    width: 38%;
  }
  .detail__shops-address {
    margin-top: 16px;
    padding-right: 12px;
  }
}
.detail__meta {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .detail__meta {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .detail__meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .detail__meta {
    margin-bottom: 31px;
  }
}

.detail__meta-list {
  display: flex;
  align-self: center;
}
@media (max-width: 1199px) {
  .detail__meta-list {
    flex-grow: 1;
  }
}

.detail__meta-item {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .detail__meta-item {
    padding: 6px;
  }
}

@media (max-width: 1199px) {
  .detail__meta-item--share {
    margin-left: auto;
    margin-right: 0;
    padding-right: 8px;
  }
}

.detail__meta-comments {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .detail__meta-comments {
    margin-right: 8px;
  }
}

.detail__meta-compare,
.detail__meta-favorites {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.detail__meta-compare.active .detail__meta-compare-text,
.detail__meta-compare.active .detail__meta-favorites-text,
.detail__meta-favorites.active .detail__meta-compare-text,
.detail__meta-favorites.active .detail__meta-favorites-text {
  color: var(--warn);
}
.detail__meta-compare.active .detail__meta-icon,
.detail__meta-favorites.active .detail__meta-icon {
  --fill: var(--warn);
}
@media (max-width: 1199px) {
  .detail__meta-compare,
  .detail__meta-favorites {
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .detail__meta-compare {
    margin-right: 24px;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .detail__meta-compare-text,
  .detail__meta-favorites-text {
    pointer-events: none;
    transition: color 0.2s ease;
  }
}
@media (max-width: 1199px) {
  .detail__meta-compare-text,
  .detail__meta-favorites-text {
    display: none;
  }
}

.detail__meta-icon {
  --fill: var(--text-secondary);
  fill: var(--fill);
  transition: fill 0.2s ease-in-out;
}

.detail__meta-icon--small {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

@media (min-width: 1200px) {
  .detail__meta-icon--large {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media (max-width: 1199px) {
  .detail__meta-icon--large {
    width: 16px;
    height: 16px;
  }
}

.detail__meta-icon--share {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .detail__meta-icon--share {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .detail__meta-icon--share {
    margin-left: auto;
  }
}

.detail__meta-stars {
  margin-right: 24px;
}

@media (max-width: 1199px) {
  .detail__meta-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .detail__meta-item--view {
    display: none;
  }
}

.detail__color-label {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 20px;
}

.detail__color-list {
  display: flex;
  flex-wrap: wrap;
}

.detail__color-item {
  margin-right: 8px;
  margin-bottom: 16px;
}

.detail__color-wrap {
  display: flex;
  width: 24px;
  height: 24px;
  border: 2px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
}

.detail__color-view {
  border-radius: inherit;
}
.detail__color-view circle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  overflow: hidden;
  border-radius: inherit;
}

.detail__color-none .detail__color-wrap,
.detail__color-checkbox:disabled + .detail__color-wrap {
  position: relative;
}
.detail__color-none .detail__color-wrap::before, .detail__color-none .detail__color-wrap::after,
.detail__color-checkbox:disabled + .detail__color-wrap::before,
.detail__color-checkbox:disabled + .detail__color-wrap::after {
  position: absolute;
  top: 9px;
  left: -1px;
  width: 23px;
  height: 2px;
  background-color: var(--stroke);
  content: "";
}
.detail__color-none .detail__color-wrap::before,
.detail__color-checkbox:disabled + .detail__color-wrap::before {
  transform: rotate(44deg);
}
.detail__color-none .detail__color-wrap::after,
.detail__color-checkbox:disabled + .detail__color-wrap::after {
  transform: rotate(-44deg);
}

.detail__color-active .detail__color-wrap,
.detail__color-checkbox:checked + .detail__color-wrap {
  box-shadow: 0 0 0 2px var(--primary);
}

@media (min-width: 1200px) {
  .detail__color-wrap {
    transition: opacity 0.2s ease-in-out;
  }
  .detail__color-wrap:hover {
    opacity: 0.85;
  }
}
@media (min-width: 768px) {
  .detail__color {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .detail__color {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .detail__color-list {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.с-discount {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  line-height: 1;
}
.с-discount:last-of-type {
  margin-bottom: 0;
}
.с-discount:last-of-type .с-discount__label {
  padding-bottom: 3px;
}

.с-discount__label {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}

.с-discount__val {
  display: flex;
  align-items: center;
  min-width: 68px;
  margin-bottom: 0;
  font-weight: 700;
}
.с-discount__val:not(:last-of-type) {
  margin-bottom: 8px;
}

.с-discount__icon {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.с-discount__icon--primary {
  fill: var(--primary);
}

.с-discount__icon--white {
  fill: var(--white);
}

@media (min-width: 1200px) {
  .с-discount__label::after {
    flex-grow: 1;
    margin: 0 14px 4px;
    border-bottom: 1px dashed var(--stroke);
    content: "";
  }
}
.card__basket {
  max-width: 270px;
  margin-bottom: 24px;
  padding: 20px 4px;
  background-color: var(--white);
  border-radius: 16px;
}

.card__basket-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 9px;
  padding-right: 8px;
}

.card__basket-media {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.card__basket-title {
  color: inherit;
  font-size: 14px;
  line-height: 18px;
}

.card__basket-body {
  padding-right: 12px;
  padding-left: 12px;
}

.card__basket-availability {
  margin-bottom: 10px;
  font-size: 13px;
}

.card__basket-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 12px;
}
.card__basket-count .c-amount__btn {
  width: 36px;
  height: 36px;
  padding: 5px;
}
.card__basket-count .c-amount__count {
  max-width: 49px;
  height: 36px;
}

.card__basket-row {
  display: flex;
  align-items: center;
  line-height: 1;
}
.card__basket-row:not(:last-of-type) {
  margin-bottom: 12px;
}

.card__basket-cost {
  flex-grow: 1;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-sans-loos);
}

.card__basket-cost--old {
  flex-grow: 1;
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-sans-loos);
}

.card__basket-bonuses {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-sans-loos);
  white-space: nowrap;
}

.card__basket-bonuses-icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  fill: var(--primary);
}

.card__basket-bottom {
  display: flex;
}

.card__basket-prices {
  flex-grow: 1;
}

.card__basket-action {
  flex-shrink: 0;
  margin-top: -8px;
  margin-right: -8px;
}

.card__basket-favorite.active .card__basket-icon {
  fill: var(--primary);
}

.card__basket-favorite,
.card__basket-remove {
  display: flex;
  padding: 8px;
  cursor: pointer;
}
.card__basket-favorite:hover .card__basket-icon,
.card__basket-remove:hover .card__basket-icon {
  fill: var(--primary);
}

.card__basket-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  transition: fill 0.2s ease-in-out;
  fill: var(--text-disabled);
}

.brands__list,
.brands__list-small {
  display: grid;
}

@media (min-width: 768px) {
  .brands__list-small {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .brands__list-small {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .brands__list-small .brands__list-item {
    margin-right: 2px;
  }
}

@media (min-width: 576px) {
  .brands__list {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .brands__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .brands__list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.brands__list-item {
  display: flex;
  padding: 12px;
  background-color: var(--white);
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .brands__list-item {
    transition: box-shadow 0.2s ease-in-out;
  }
  .brands__list-item:hover {
    box-shadow: var(--shadow-Z300);
  }
}
@media (min-width: 768px) {
  .brands__list-item {
    height: 84px;
  }
}
@media (max-width: 575px) {
  .brands__list-item {
    height: 62px;
  }
}

.brands__list-logo {
  display: block;
  max-height: 100%;
  margin: auto;
}

@media (max-width: 575px) {
  .brands__list,
  .brands__list-small {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .c-showcase {
    padding: 20px;
    margin: -20px -20px 0;
  }
  .c-showcase .swiper-wrapper {
    height: auto;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .c-showcase {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .c-showcase {
    margin-right: -21px;
    margin-left: -21px;
    padding-left: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-showcase {
    height: 523px;
  }
}

@media (min-width: 1200px) {
  .c-showcase-slide {
    width: 20%;
    height: 150px !important;
    flex: 0 0 auto;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .c-showcase-slide {
    height: 167px;
  }
}
@media (max-width: 767px) {
  .c-showcase-slide {
    width: 130px;
  }
}

.c-showcase-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background-color: var(--bg-disabled);
  transition: box-shadow 0.2s ease-in-out;
}
.c-showcase-item:hover {
  box-shadow: var(--shadow-Z200);
}
.c-showcase-item:hover .c-showcase-decor {
  transform: scale(2);
}
@media (min-width: 1200px) {
  .c-showcase-item {
    height: 150px !important;
  }
}
@media (max-width: 1199px) {
  .c-showcase-item {
    height: 167px;
  }
}
@media (max-width: 767px) {
  .c-showcase-item {
    width: 126px;
  }
}

.c-showcase-title {
  position: relative;
  z-index: 2;
  color: var(--text-primary);
  font-family: var(--font-sans-loos);
}
@media (min-width: 1200px) {
  .c-showcase-title {
    width: 167px;
    padding-left: 24px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  .c-showcase-title {
    padding-top: 26px;
  }
}
@media (max-width: 1199px) {
  .c-showcase-title {
    width: 100%;
    padding: 21px 11px 0 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .c-showcase-title {
    padding-top: 16px;
  }
}

.c-showcase-media {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -7px;
  z-index: 1;
  display: flex;
  position: absolute;
}

.c-showcase-img {
  margin: auto 0 0 auto;
  position: relative;
  z-index: 2;
}

.c-showcase-decor {
  position: absolute;
  fill: var(--stroke);
  transform-origin: bottom right;
  transition: transform 0.4s;
}
@media (min-width: 1200px) {
  .c-showcase-decor {
    right: 0;
    bottom: 0;
    width: 238px;
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .c-showcase-decor {
    right: -103px;
    bottom: -125px;
    width: 233px;
    height: 330px;
  }
}

.handle-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.handle-copy:not(.handle-copy--btn)::before {
  content: attr(data-copy-value);
}

.handle-copy__decor {
  width: 20px;
  height: 20px;
  fill: var(--primary);
}

.handle-copy__decor--right {
  margin-left: 14px;
}

.nav-pills {
  display: flex;
  justify-content: center;
}

.nav-pills__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 8px;
}
.nav-pills__item:not(.nav-pills__item.active) {
  color: var(--primary);
  background-color: var(--white);
  cursor: pointer;
}
.nav-pills__item.active {
  color: var(--white);
  background-color: var(--primary);
  cursor: default;
}

.c-checkbox {
  min-height: 24px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
  user-select: none;
}
.c-checkbox:focus .c-checkbox__text::before {
  border-color: var(--primary);
}
.c-checkbox:hover .c-checkbox__text::before {
  border-color: var(--hover);
}
.c-checkbox:active .c-checkbox__text::before {
  border-color: var(--active);
}

.c-checkbox--start .c-checkbox__text::before {
  top: 0;
  transform: translateY(0);
}
.c-checkbox--start .c-checkbox__text::after {
  top: 5px;
  margin-top: 0;
}

.c-checkbox--counter::after {
  margin-left: 16px;
  font-weight: 400;
  color: var(--text-tertiary);
  content: attr(data-checkbox-count);
}

.c-checkbox--vertical .c-checkbox__text {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.c-checkbox--vertical .c-checkbox__text::before {
  margin: 8px auto 0;
  transform: translateY(0%);
  position: static;
  order: 1;
}
.c-checkbox--vertical .c-checkbox__text::after {
  top: auto;
  bottom: 7px;
  margin-left: -3px;
  margin-top: 0;
  left: 50%;
}

.c-checkbox__text-link {
  color: #FFC268;
}

.c-checkbox--light {
  color: var(--white);
}
.c-checkbox--light a {
  color: #FFC268;
}
.c-checkbox--light .c-checkbox__text::before {
  background: var(--primary);
  border-color: var(--stroke);
}
.c-checkbox--light .c-checkbox__text::after {
  border-color: var(--white);
}
.c-checkbox--light:focus .c-checkbox__text::before, .c-checkbox--light:hover .c-checkbox__text::before, .c-checkbox--light:active .c-checkbox__text::before {
  border-color: var(--white);
}
.c-checkbox--light .c-checkbox__input:checked + .c-checkbox__text::before {
  border-color: var(--white);
}

.c-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-checkbox__input:checked + .c-checkbox__text::before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.c-checkbox__input:checked + .c-checkbox__text::after {
  opacity: 1;
}
.c-checkbox__input:disabled + .c-checkbox__text {
  color: var(--text-disabled);
  pointer-events: none;
}
.c-checkbox__input:disabled + .c-checkbox__text::before {
  border-color: var(--text-disabled);
  background-color: var(--bg-disabled);
}

.c-checkbox__text {
  padding-left: 35px;
  display: block;
}
.c-checkbox__text::before, .c-checkbox__text::after {
  top: 50%;
  content: "";
  position: absolute;
}
.c-checkbox__text::before {
  left: 0;
  width: 26px;
  height: 26px;
  background: var(--white);
  border: 2px solid var(--stroke);
  border-radius: 5px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.c-checkbox__text::after {
  margin-top: -7px;
  left: 10px;
  width: 6px;
  height: 12px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(32deg);
  opacity: 0;
}

.c-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow-Z200);
}
.c-form__data {
  background-color: var(--white);
}
.c-form__data-title {
  font-weight: 500;
  font-family: var(--font-sans-loos);
}
.c-form__success {
  padding: 32px 24px;
  color: var(--white);
  text-align: center;
  background: var(--primary) url("../assets/img/landings/lp-service/bg-success.png") no-repeat center top;
}
.c-form__success-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 30px;
  font-family: var(--font-sans-loos);
  line-height: 40px;
}
@media (min-width: 576px) {
  .c-form__data-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .c-form__data {
    padding: 24px;
  }
}
@media (max-width: 1199px) {
  .c-form__data {
    padding: 18px;
  }
}
@media (max-width: 575px) {
  .c-form__data-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.action__card {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: 16px;
  margin-left: -12px;
  padding-bottom: 1px;
  text-align: center;
}

.action__card-item {
  flex: 0 0 auto;
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
}

.action__card-media {
  margin-bottom: 12px;
}

.action__card-pic {
  border-radius: 16px;
}

@media (min-width: 1200px) {
  .action__card-item {
    width: 16.6666666667%;
  }
}
@media (max-width: 575px) {
  .action__card {
    width: 996px;
    padding-right: 24px;
  }
  .action__card-item {
    width: 20%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .action__card-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .stick__block {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .stick__block-container {
    top: 0;
    z-index: 5;
  }
  .stick__block-container.sticky {
    position: fixed;
  }
}

.cart-gift {
  border-radius: 16px;
  background: url("../assets/img/cart/confetti.svg") top center no-repeat #F66FA1;
}
@media (min-width: 768px) {
  .cart-gift {
    padding: 40px 60px;
  }
}
@media (min-width: 1400px) {
  .cart-gift {
    padding: 40px 120px;
  }
}
@media (max-width: 767px) {
  .cart-gift {
    padding: 24px 1px 24px 16px;
    background-position: top left;
  }
  .cart-gift .card__short-media {
    height: 155px;
  }
  .cart-gift .card__short-title {
    height: 54px;
    margin-bottom: 10px;
  }
}

.cart-gift__title {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .cart-gift__title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cart-gift__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cart-gift__title {
    margin-bottom: 16px;
  }
}
.cart-gift__title br {
  display: none;
}
@media (max-width: 767px) {
  .cart-gift__title br {
    display: block;
  }
}

.cart-gift__swiper:not(.swiper-initialized) .cart-gift__slide {
  width: 100%;
  margin-right: 1px;
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media (min-width: 768px) {
  .cart-gift__swiper:not(.swiper-initialized) .cart-gift__slide {
    max-width: 234px;
  }
}
@media (max-width: 767px) {
  .cart-gift__swiper:not(.swiper-initialized) .cart-gift__slide {
    max-width: 190px;
  }
}
.cart-gift__swiper:not(.swiper-initialized) .swiper-wrapper {
  overflow-x: auto;
}
.cart-gift__swiper:not(.swiper-initialized) .carousel__arrow {
  display: none;
}
@media (min-width: 768px) {
  .cart-gift__swiper {
    margin-right: -54px;
    margin-left: -54px;
    padding-right: 54px;
    padding-left: 54px;
  }
}

.cart-gift__slide {
  transition: opacity 0.3s ease;
}
.cart-gift__slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-gift__slide .card__short {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-gift__slide .card__short-media {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .cart-gift__slide {
    width: 190px;
  }
}

.cart-gift__arrow-icon {
  width: 33px;
  height: 33px;
}

.cart-gift__item-btn {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .cart-gift__item-title {
    font-size: 16px;
    line-height: 1.35;
  }
}

.cart-gift__conditions {
  margin-bottom: 24px;
  color: var(--white);
}

.cart-gift__conditions-heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.cart-gift__conditions-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: var(--white);
}

.cart-gift__conditions-body {
  padding-top: 8px;
  font-size: 13px;
  line-height: 18px;
}

.cart-gift__alert {
  padding: 15px 26px;
  color: var(--white);
  background: url("../assets/img/cart/confetti.svg") top center no-repeat #F66FA1;
  border-color: var(--pink);
}
.cart-gift__alert::before {
  left: 50%;
  border-color: transparent transparent #F66FA1;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cart-gift__alert {
    background-position: top left;
  }
}
@media (max-width: 767px) {
  .cart-gift__alert {
    position: relative;
    z-index: 3;
    padding-right: 46px;
  }
}
.cart-gift__alert .alert__close-icon {
  fill: var(--white);
}
.cart-gift__alert-btn {
  height: 44px;
  padding: 0 28px;
}
.cart-gift__alert .alert__text span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cart-gift__alert .alert__text span {
    display: block;
    margin-bottom: 20px;
  }
}
.cart-gift__alert .alert--arrow-top::before {
  border-color: transparent transparent #FFC000;
}

@media (min-width: 768px) {
  .info-box {
    position: relative;
  }
}

.info-box__toggle {
  display: inline-flex;
}

.info-box__toggle-icon {
  --fill: var(--text-secondary);
  width: 16px;
  height: 16px;
  margin: auto;
  fill: var(--fill);
}

.info-box__modal {
  position: absolute;
  top: 100%;
  z-index: 1;
  padding: 16px 32px 16px 16px;
  border-radius: 8px;
  color: var(--text-primary);
  box-shadow: var(--shadow-Z200);
  background-color: var(--bs-white);
}
@media (min-width: 768px) {
  .info-box__modal {
    min-width: 360px;
    right: -32px;
  }
}
@media (max-width: 767px) {
  .info-box__modal {
    min-width: calc(100vw - 44px);
    right: -24px;
  }
}

.info-box__modal-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.info-box__modal-text {
  font-size: 14px;
}

.info-box__modal-close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: flex;
  position: absolute;
}

.info-box__modal-close-icon {
  width: 20px;
  height: 20px;
  margin: auto;
  fill: var(--icons);
}

@media (min-width: 768px) {
  .info-box__modal-carriage {
    width: 15px;
    height: 11px;
    fill: var(--white);
    position: absolute;
    bottom: 100%;
    right: 40px;
    filter: drop-shadow(0 -2px 1px rgba(132, 132, 132, 0.2));
  }
}
@media (max-width: 767px) {
  .info-box__modal-carriage {
    display: none;
  }
}

/* Скрыто по умолчанию */
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
}

/* Скрыто по умолчанию */
.drawer-modal {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  padding: 0 22px 22px;
  inset: auto 0 0;
  position: fixed;
  z-index: 27;
  background-color: var(--white);
  transform: translateY(100vh);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
  touch-action: none;
  pointer-events: none;
}
.drawer-modal::before {
  width: 90px;
  height: 6px;
  margin: 12px auto 6px;
  border-radius: 12px;
  background-color: var(--stroke);
  display: block;
  position: static;
  content: "";
}

/* Для анимации появления */
.drawer-modal--open {
  pointer-events: auto;
  transform: translateY(0);
}

.location-selection__label {
  margin-bottom: 6px;
  font-weight: 700;
}

.location-selection__city-name {
  margin-bottom: 6px;
  font-weight: 500;
  font-family: var(--font-sans-loos);
}
@media (min-width: 376px) {
  .location-selection__city-name {
    font-size: 26px;
  }
}
@media (max-width: 376px) {
  .location-selection__city-name {
    font-size: 6.914893617vw;
  }
}

.location-selection__btn {
  margin-bottom: 6px;
  height: 48px;
  width: 100%;
}

.plus-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.plus-icon::before, .plus-icon::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  position: absolute;
  background-color: var(--text-tertiary);
  content: "";
}
.plus-icon::before {
  width: 18px;
  height: 2px;
}
.plus-icon::after {
  width: 2px;
  height: 18px;
}

.fast-buy {
  width: 693px;
  max-width: 100%;
  padding: 32px 24px 24px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(132, 132, 132, 0.2);
}

.fast-buy__title {
  font-size: 24px;
}

.fast-buy__count {
  margin-bottom: 14px;
}

.fast-buy__final {
  margin-bottom: 14px;
}

.fast-buy__final-text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #efefef;
}

@media (min-width: 768px) {
  .fast-buy__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 8px;
  }
}

.fast-buy__box {
  position: relative;
}

.fast-buy__agree {
  align-self: center;
}

.fast-buy__control {
  display: flex;
}
@media (max-width: 767px) {
  .fast-buy__control {
    margin-top: 16px;
  }
}

.fast-buy__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .fast-buy__btn {
    height: 52px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) {
  .fast-buy__btn {
    height: 48px;
  }
}

.fast-buy__valid {
  background-color: var(--green0);
  background-image: url("../assets/img/decor/check-valid.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 16px 16px;
}

.fast-buy__close {
  position: absolute;
  top: 15px;
  right: 24px;
}

.fast-buy__media {
  margin-bottom: 16px;
}

.fast-buy__media-box {
  display: flex;
  align-items: center;
  height: 110px;
  width: 110px;
  margin-right: 16px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .fast-buy__media-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fast-buy__media-title {
    font-size: 14px;
  }
}

.flip-slider-hover__indicator {
  position: absolute;
  inset: auto 0 -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-slider-hover__indicator-dot {
  width: 6px;
  height: 6px;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--bg-disabled);
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}
.flip-slider-hover__indicator-dot.active {
  background-color: var(--primary);
}

@media (max-width: 799px) {
  .go-top {
    display: none;
  }
}
@media (min-width: 800px) {
  .go-top {
    width: 86px;
    height: 96px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    position: fixed;
    bottom: 82px;
    right: 25px;
    z-index: 25;
  }
}
.go-top .go-top__arrow {
  width: 56px;
  height: 56px;
  margin: auto;
  transform: rotate(-90deg);
}

.confirm-location {
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .confirm-location {
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow-Z100);
  }
  .confirm-location::before {
    left: 56px;
  }
}
@media (max-width: 1199px) {
  .confirm-location {
    --position: fixed;
    --opacity: 1;
    --transform: translateY(100vh);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    padding: 0 22px 22px;
  }
  .confirm-location::after {
    display: none;
  }
  .confirm-location::before {
    width: 90px;
    height: 6px;
    margin: 12px auto 6px;
    border-radius: 12px;
    background-color: var(--stroke);
    display: block;
    position: static;
    position: static;
    transform: none;
  }
  .confirm-location .h-modal__close {
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
  }
  .confirm-location .h-modal__close-icon {
    display: none;
  }
  .confirm-location .h-modal__head {
    margin-bottom: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .confirm-location .h-modal__city-confirm::after {
    width: 100%;
    margin-top: 6px;
    margin-left: 0;
    font-weight: 500;
    font-size: 26px;
    font-family: var(--font-sans-loos);
  }
}

.confirm-location--open {
  --pointer-events: auto;
}
@media (min-width: 1200px) {
  .confirm-location--open {
    --transform: scale(1);
    --opacity: 1;
  }
}
@media (max-width: 1199px) {
  .confirm-location--open {
    top: auto;
    bottom: 0;
    z-index: 27;
    width: 100%;
    left: 0;
    --transform: translateY(0);
  }
}

.confirm-location__info {
  margin-top: 6px;
  font-size: 16px;
  color: var(--black);
}
@media (min-width: 1200px) {
  .confirm-location__info {
    display: none;
  }
}

@media (min-width: 768px) {
  .confirm-location__group {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .confirm-location__group-btn {
    width: calc(50% - 8px);
  }
}
@media (min-width: 410px) {
  .confirm-location__group-btn {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  .confirm-location__group-btn {
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .confirm-location__group-btn {
    width: 100%;
    margin-bottom: 6px;
  }
}

.choose-location {
  --transform: translateY(100%);
  --opacity: 0;
  --pointer-events: none;
  --position: fixed;
  position: var(--position);
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
  top: 100%;
  z-index: 28;
  transform: var(--transform);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: var(--shadow-Z100);
}
@media (min-width: 576px) {
  .choose-location {
    width: 359px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .choose-location {
    width: 952px;
    height: 480px;
    left: 50%;
    top: 50%;
    --transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199px) {
  .choose-location {
    --opacity: 1;
    padding: 0 22px;
    margin-top: 0 !important;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85vh;
    z-index: 26;
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .choose-location::before {
    width: 90px;
    height: 6px;
    margin: 12px auto 6px;
    border-radius: 12px;
    background-color: var(--stroke);
    display: block;
    position: static;
    content: "";
  }
  .choose-location .search-component__input {
    --height: 50px;
    --fontSize: 16px;
  }
}
@media (max-width: 767px) {
  .choose-location {
    padding: 16px;
  }
}

.choose-location__title {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-sans-loos);
}
@media (min-width: 1200px) {
  .choose-location__title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1199px) {
  .choose-location__title {
    margin-bottom: 6px;
    font-size: 26px;
  }
}
@media (max-width: 409px) {
  .choose-location__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .choose-location__subtitle {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .choose-location__subtitle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .choose-location__logo {
    margin-bottom: 16px;
    max-width: 122px;
  }
}
@media (max-width: 1199px) {
  .choose-location__logo {
    display: none;
  }
}

.choose-location--open {
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .choose-location--open {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .choose-location--open {
    --transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .choose-location__close {
    --fillIcon: var(--white);
    position: absolute;
    top: -48px;
    right: 0;
    margin-left: auto;
    cursor: pointer;
  }
  .choose-location__close:hover {
    --fillIcon: var(--primary);
  }
}
@media (max-width: 1199px) {
  .choose-location__close {
    display: none;
  }
}

@media (min-width: 1200px) {
  .choose-location__close-icon {
    width: 36px;
    height: 36px;
    fill: var(--fillIcon);
    transition: fill 0.2s ease-in-out;
  }
}

.choose-location__search {
  margin-bottom: 16px;
}

.choose-location__search-input:focus, .choose-location__search-input:hover {
  border-color: transparent;
}

.choose-location__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .choose-location__list {
    height: 248px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    /* Стилизация основной части скроллбара */
    /* Стилизация дорожки скроллбара */
    /* Стилизация самого ползунка скроллбара */
    /* Изменение цвета ползунка при наведении */
  }
  .choose-location__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .choose-location__list::-webkit-scrollbar-track {
    background: var(--bg-disabled);
    border-radius: 4px;
  }
  .choose-location__list::-webkit-scrollbar-thumb {
    background: var(--stroke);
    border-radius: 4px;
  }
  .choose-location__list::-webkit-scrollbar-thumb:hover {
    background: var(--text-disabled);
  }
}
@media (max-width: 1199px) {
  .choose-location__list {
    height: 100%;
    overflow: auto;
  }
}

.choose-location__list-item {
  --displaySelected: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-right: 32px;
  color: var(--text-secondary);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .choose-location__list-item {
    width: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
  }
  .choose-location__list-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .choose-location__list-item:hover {
    color: var(--primary);
  }
}
@media (max-width: 1199px) {
  .choose-location__list-item {
    font-size: 18px;
    color: var(--black);
  }
  .choose-location__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.choose-location__list-item--current {
  --displaySelected: inline-flex;
  color: var(--primary);
  font-weight: 700;
}

.choose-location__list-selected {
  margin-left: 6px;
  font-size: 12px;
  display: var(--displaySelected);
  align-items: center;
}
.choose-location__list-selected::after {
  content: attr(data-text);
}

.choose-location__list-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  fill: var(--primary);
}

.choose-location__list-hint {
  color: var(--primary);
}

@media (min-width: 1200px) {
  .header {
    position: relative;
    z-index: 8;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 20px;
    background-color: var(--white);
  }
}

.header__fixed .header__middle {
  width: 100%;
  box-shadow: var(--shadow-Z300);
  position: fixed;
  z-index: 30;
}
@media (min-width: 768px) {
  .header__fixed .header__middle-search {
    margin-right: 16px;
  }
  .header__fixed ~ .category__fly-fixed {
    height: calc(100% - 80px);
    top: 80px;
  }
}
@media (max-width: 767px) {
  .header__fixed .header__middle-search {
    max-width: none;
  }
  .header__fixed .header__top {
    display: none;
  }
  .header__fixed .header__middle-logo {
    display: flex;
    max-width: 31px;
    margin-right: 8px;
  }
  .header__fixed .header__middle-catalog {
    margin-right: 8px;
    flex-shrink: 0;
  }
  .header__fixed ~ .category__fly-fixed {
    top: 68px;
    height: calc(100% - 68px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__fixed .header__middle .header__middle-item {
    display: none;
  }
  .header__fixed .header__middle-search {
    max-width: none;
  }
}

.header__middle-basket--open .h-modal__card-item:nth-child(1),
.header__middle-item:hover .h-modal__card-item:nth-child(1),
.header__middle-basket:hover .h-modal__card-item:nth-child(1) {
  animation: scaleOpacity 0.25s ease-in-out forwards;
}
.header__middle-basket--open .h-modal__card-item:nth-child(2),
.header__middle-item:hover .h-modal__card-item:nth-child(2),
.header__middle-basket:hover .h-modal__card-item:nth-child(2) {
  animation: scaleOpacity 0.25s forwards 0.4s;
}
.header__middle-basket--open .h-modal__card-item:nth-child(3),
.header__middle-item:hover .h-modal__card-item:nth-child(3),
.header__middle-basket:hover .h-modal__card-item:nth-child(3) {
  animation: scaleOpacity 0.25s forwards 0.6s;
}
.header__middle-basket--open .h-modal__card-item:nth-child(4),
.header__middle-item:hover .h-modal__card-item:nth-child(4),
.header__middle-basket:hover .h-modal__card-item:nth-child(4) {
  animation: scaleOpacity 0.25s forwards 0.8s;
}
.header__middle-basket--open .h-modal__card-item:nth-child(n+4),
.header__middle-item:hover .h-modal__card-item:nth-child(n+4),
.header__middle-basket:hover .h-modal__card-item:nth-child(n+4) {
  animation: scaleOpacity 0.25s forwards 0.8s;
}
.header__middle-basket--open .h-modal__card-footer,
.header__middle-basket--open .h-modal__card-btn--cart,
.header__middle-item:hover .h-modal__card-footer,
.header__middle-item:hover .h-modal__card-btn--cart,
.header__middle-basket:hover .h-modal__card-footer,
.header__middle-basket:hover .h-modal__card-btn--cart {
  animation: scaleOpacity 0.25s forwards 0.8s;
}

.header__top {
  color: var(--text-tertiary);
  background-color: var(--white);
  /*
    // @todo временное решение для правильного отступа. Удалить после 03.03.2025
  &::before {
    width: 100%;
    display: block;
    content: '';
  }

  @include media('>=1200px') {
    &::before{
      height: 66px;
      background-color: #00BAA5;
    }
  }

  @include media('>=768px', '<=1199px') {
    &::before{
      height: 110px;
      background-color: #1b6d85;
    }
  }

  @include media('<=767px') {
    &::before{
      width: 100%;
      display: block;
      content: '';
      height: 45px;
      background-color: #0d6efd;
    }
  }
  */
}
@media (min-width: 768px) {
  .header__top {
    position: relative;
    z-index: 25;
  }
}
@media (max-width: 767px) {
  .header__top {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.header__top-link,
.header__top-social {
  display: flex;
  align-items: center;
}

.header__top-social {
  color: var(--text-tertiary);
  transition: color 0.2s ease-in-out;
}
.header__top-social:hover {
  color: var(--primary);
}
.header__top-social:hover .header__top--icon {
  fill: var(--primary);
}
@media (max-width: 1199px) {
  .header__top-social {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__top-social {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.header-simple,
.header__top-holder,
.header__middle {
  position: relative;
  display: flex;
  align-items: center;
}
.header-simple .active .dropdown__modal,
.header__top-holder .active .dropdown__modal,
.header__middle .active .dropdown__modal {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .header-simple .active .dropdown__modal,
  .header__top-holder .active .dropdown__modal,
  .header__middle .active .dropdown__modal {
    margin-top: 10px;
  }
}

.header__top-link {
  color: var(--text-tertiary);
  transition: color 0.2s ease-in-out;
}
.header__top-link:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .header__top-link {
    display: flex;
  }
}

.header__top--icon {
  fill: var(--text-disabled);
  transition: fill 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .header__top--icon {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .header__top--icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1199px) {
  .header__top--icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .header__top--icon {
    margin: auto;
  }
}

.header__top-logo {
  width: 100%;
  max-width: 122px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header__top-logo {
    display: none;
  }
}

.header__city {
  padding: 0;
  background: transparent;
  border: 0;
}
.header__city::after {
  margin-left: 8px;
  content: attr(data-city-value);
}
@media (min-width: 768px) {
  .header__city {
    letter-spacing: 0.02em;
  }
  .header__city:hover .header__top--icon {
    fill: var(--primary);
  }
}

.header__top-phone {
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .header__top-holder {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .header__top-holder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header__top-holder {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .header__menu:last-of-type {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__menu:last-of-type .header__menu-item:last-of-type {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__menu-item {
    margin-left: 2.7777777778vw;
  }
}
@media (min-width: 1366px) {
  .header__menu-item {
    margin-left: 48px;
  }
}
@media (max-width: 1199px) {
  .header__menu-item {
    margin-left: 14px;
  }
}

@media (min-width: 768px) {
  .header__menu-link {
    color: var(--text-tertiary);
    display: flex;
    align-items: center;
    transition: color 0.2s ease-in-out;
  }
  .header__menu-link:hover {
    color: var(--primary);
  }
}
@media (max-width: 767px) {
  .header__menu-link {
    display: block;
    padding: 16px 14px;
    color: var(--text-primary);
  }
}

.header__middle {
  background-color: var(--white);
  top: 0;
  left: 0;
  will-change: position;
}

.header__middle-inner {
  display: flex;
  align-items: center;
}

.header__logo-ico {
  width: 37px;
  height: 42px;
  fill: var(--hover);
}
@media (min-width: 1200px) {
  .header__logo-ico {
    display: none;
  }
}

.header__middle-search {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .header__middle-search {
    max-width: 48%;
    margin-left: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__middle-search {
    max-width: 226px;
    margin-right: 12px;
  }
}

.header__middle-account {
  position: relative;
}
@media (min-width: 768px) {
  .header__middle-account {
    margin-left: 2%;
    margin-right: 4%;
  }
}
@media (min-width: 1200px) {
  .header__middle-account {
    margin-left: 1.3%;
    margin-right: 1.8%;
  }
}
@media (max-width: 767px) {
  .header__middle-account {
    margin-right: auto;
    margin-left: auto;
  }
}

.header__middle-basket {
  position: relative;
}
.header__middle-basket .card__horizontal-title {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 8px;
}
.header__middle-basket .card__horizontal {
  padding: 12px;
}
@media (min-width: 410px) {
  .header__middle-basket .h-modal {
    width: 275px;
  }
}
@media (min-width: 1200px) {
  .header__middle-basket .card__horizontal-media {
    max-width: 64px;
    height: 64px;
    padding: 4px;
  }
  .header__middle-basket .card__horizontal-content {
    padding: 0;
  }
}

.header__middle-item {
  position: relative;
}
@media (min-width: 1200px) {
  .header__middle-item {
    min-height: 67px;
    margin-right: 1.7%;
    margin-bottom: -12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .header__middle-item {
    margin-right: auto;
    margin-left: auto;
  }
}

.header__middle-toggle {
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.header__middle-toggle:hover .header__middle-item-text {
  color: var(--primary);
}
.header__middle-toggle:hover .header__middle-icon {
  fill: var(--primary);
}
.header__middle-toggle.active {
  color: inherit;
}

.header__middle-state {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
}

.header__middle-badges {
  min-width: auto;
  position: absolute;
  top: -1px;
  right: -7px;
  padding: 1px 4px;
  height: 20px;
}

.header__middle-icon {
  width: 32px;
  height: 32px;
  fill: var(--text-tertiary);
  transition: fill 0.2s ease-in-out;
}

.header__middle-item-text {
  pointer-events: none;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .header__middle-item-text {
    line-height: 1.3;
  }
}

.header__middle-logo {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header__middle-logo {
    height: 61px;
    width: 200px;
  }
}

.header__middle-catalog {
  margin-left: 1%;
}
@media (max-width: 1199px) {
  .header__middle-catalog {
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__middle-catalog {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .header__middle {
    z-index: 20;
  }
  .header__middle-inner {
    height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .header__middle-account .h-modal {
    right: -38px;
  }
  .header__middle-item .h-modal {
    right: -38px;
  }
  .header__middle-basket--open .h-modal,
  .header__middle-account:hover .h-modal,
  .header__middle-item:hover .h-modal,
  .header__middle-basket:hover .h-modal {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .header__logo-img {
    display: none;
  }
  .header__middle-basket {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__middle-logo,
  .header__middle-item,
  .header__middle-account,
  .header__middle-basket {
    display: none;
  }
  .header__middle-inner {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.header__catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .header__catalog-btn {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .header__catalog-btn {
    width: 164px;
    padding: 12px 32px;
  }
}
@media (max-width: 1199px) {
  .header__catalog-btn {
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .header__catalog-btn {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__catalog-btn {
    width: 48px;
  }
}

.header__catalog-text {
  margin-left: 10px;
  pointer-events: none;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .header__catalog-text {
    display: none;
  }
}

.header__catalog-decor {
  position: relative;
  height: 2px;
  margin: auto 0;
  background-color: var(--white);
  border-radius: 4px;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
@media (min-width: 1200px) {
  .header__catalog-decor {
    width: 20px;
  }
  .header__catalog-decor::before {
    top: -7px;
  }
  .header__catalog-decor::after {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .header__catalog-decor {
    width: 28px;
  }
  .header__catalog-decor::before {
    top: -9px;
  }
  .header__catalog-decor::after {
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__catalog-decor {
    width: 18px;
  }
  .header__catalog-decor::before {
    top: -6px;
  }
  .header__catalog-decor::after {
    top: 6px;
  }
}
.header__catalog-decor::before, .header__catalog-decor::after {
  position: absolute;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: var(--white);
  border-radius: 8px;
  transition: transform 0.2s, top 0.2s 0.2s;
  transition-duration: 0.2s;
  content: "";
}

.header__search {
  position: relative;
}
@media (min-width: 768px) {
  .header__search .search-component__btn {
    right: 8px;
    width: 32px;
    height: 32px;
    top: 8px;
    background-color: var(--primary);
  }
  .header__search .search-component__icon {
    fill: var(--white);
  }
}
@media (max-width: 767px) {
  .header__search .search-component__btn {
    right: 0;
    padding: 16px;
    width: 56px;
    height: 64px;
  }
}

.header__search--open .header__search,
.header__search--open .detail__quick {
  z-index: 5;
}
.header__search--open .header__top {
  z-index: 16;
}
@media (max-width: 768px) {
  .header__search--open .header__middle {
    z-index: 16;
  }
}

.header__search-field {
  width: 100%;
  height: 52px;
  padding: 15px 16px;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: var(--bg-darken);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.header__search-icon {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.header__search-panel,
.header__search-result {
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
  will-change: transform;
}

.header__search-panel--open,
.header__search-result--open {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.header__search-panel {
  left: 0;
  z-index: 15;
  width: 100%;
  color: var(--text-tertiary);
}
@media (min-width: 768px) {
  .header__search-panel {
    position: absolute;
    top: 100%;
  }
}
@media (max-width: 767px) {
  .header__search-panel {
    position: fixed;
    top: 78px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__search-panel {
    width: 605px;
  }
}

.header__search-history-wrapper {
  padding: 8px 16px;
  background-color: var(--white);
  border-radius: 16px;
}

.header__search-list {
  padding-top: 8px;
}

.header__search-history-item {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #EDEDED;
}
.header__search-history-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.header__search-history-icon {
  width: 16px;
  height: 16px;
  transition: fill 0.2s ease-in-out;
  fill: var(--text-tertiary);
}

.header__search-history-value {
  flex-shrink: 1;
  margin-left: -16px;
  padding-left: 24px;
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.header__search-history-value:hover .header__search-history-icon {
  color: var(--primary);
}

.header__search-history-close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}
.header__search-history-close:hover .header__search-history-icon {
  fill: var(--primary);
}

.header__search-history-clear {
  margin-left: auto;
  cursor: pointer;
}

.header__search-result-box {
  margin-bottom: 1px;
  padding: 8px 16px;
  background-color: var(--white);
  border-radius: 16px;
}

.header__search-result-title {
  display: flex;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.header__search-result-cat,
.header__search-result-item {
  transition: color 0.2s ease-in-out;
}
.header__search-result-cat:hover,
.header__search-result-item:hover {
  color: var(--primary);
}

.header__search-result-cat {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  line-height: 20px;
}

.header__search-result-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: inherit;
}

.header__search-result-media {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 16px;
}

.header__search-result-pic {
  max-height: 100%;
}

.header__search-result-content {
  flex-grow: 1;
  font-size: 14px;
  line-height: 18px;
}

.header__search-cancel {
  display: none;
  flex-shrink: 0;
  margin-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}
.header__search-cancel::before {
  content: attr(data-search);
}

.header__search-buy {
  width: 44px;
  height: 44px;
  margin-left: auto;
  flex-shrink: 0;
}

.header__search-buy-icon {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

@media (max-width: 767px) {
  .header__search-wrap {
    top: 0;
    left: 0;
    background-color: var(--bg-light);
  }
}

@media (max-width: 767px) {
  .header__search-open .header__search-wrap {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .header__search-open .header__search-group {
    padding: 8px 12px;
  }
  .header__search-open .header__search-input {
    padding: 6px 16px 6px 44px;
  }
  .header__search-open .header__search-cancel {
    display: block;
  }
  .header__search-open .search-component__btn {
    right: auto;
    left: 10px;
    padding: 6px;
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header__search-open .header__search-wrap {
    height: 52px;
  }
  .header__search-open .header__search-group {
    position: absolute;
    top: -3px;
    left: 0;
    width: 605px;
    background-color: var(--white);
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .header__search-group {
    display: flex;
    align-items: center;
    background-color: var(--white);
  }
}

@media (max-width: 767px) {
  .header__search-input {
    height: 64px;
    flex-shrink: 1;
  }
}

.header__search-clean {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.header__search-clean:hover .header__search-clean-icon {
  fill: var(--primary);
}
@media (max-width: 767px) {
  .header__search-clean {
    display: none;
  }
}

.header__search-clean-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  fill: var(--text-tertiary);
  transition: fill 0.2s ease-in-out;
}

.header__acc-name {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--stroke);
  color: var(--text-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.header__acc-list {
  margin-bottom: 16px;
}

.header__acc-item {
  display: flex;
}
.header__acc-item:not(:last-child) {
  margin-bottom: 24px;
}

.header__acc-label {
  flex-shrink: 0;
  width: 74px;
  margin-right: 16px;
  font-size: 18px;
  line-height: 24px;
}

.header__acc-text {
  color: var(--text-secondary);
  line-height: 20px;
}

.header__acc-corporate-my {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-tertiary);
}

.header__acc-corporate-icon {
  width: 24px;
  height: 24px;
  fill: var(--text-tertiary);
}

.header__acc-avatar {
  background-color: var(--quaternary);
  border: 2px solid var(--primary);
}
.header__acc-avatar::after {
  color: var(--primary);
}
.header__acc-avatar .user__avatar-icon {
  fill: var(--primary);
}
@media (max-width: 1199px) {
  .header__acc-avatar {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .header__acc-avatar::before {
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
  }
}

.header__middle-basket-active {
  color: inherit;
}
.header__middle-basket-active:hover .header__middle-item-text {
  color: var(--primary);
}
.header__middle-basket-active:hover .header__middle-icon {
  fill: var(--primary);
}
.header__middle-basket-active .header__middle-badges {
  right: 1px;
}

.header__basket-products {
  max-height: 411px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header__basket-products {
    /* Стилизация основной части скроллбара */
    /* Стилизация дорожки скроллбара */
    /* Стилизация самого ползунка скроллбара */
    /* Изменение цвета ползунка при наведении */
  }
  .header__basket-products::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .header__basket-products::-webkit-scrollbar-track {
    background: var(--bg-disabled);
    border-radius: 4px;
  }
  .header__basket-products::-webkit-scrollbar-thumb {
    background: var(--stroke);
    border-radius: 4px;
  }
  .header__basket-products::-webkit-scrollbar-thumb:hover {
    background: var(--text-disabled);
  }
}

.header__basket-icon {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .header__nav {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-carousel {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header__nav-carousel {
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--stroke);
  }
}
@media (max-width: 767px) {
  .header__nav-carousel {
    margin-right: -4px;
  }
}

.header__nav-item {
  width: auto;
}
@media (min-width: 1200px) {
  .header__nav-item {
    padding-right: 32px;
  }
}
@media (max-width: 1199px) {
  .header__nav-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header__nav-link {
  color: var(--text-primary);
  letter-spacing: 0.02em;
  transition: color 0.2s ease-in-out;
}
.header__nav-link:hover {
  color: var(--bs-link-hover-color);
}
@media (max-width: 767px) {
  .header__nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.header__nav-actions {
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.header__nav-actions:hover {
  color: var(--bs-link-hover-color);
}

.header__nav-actions.active {
  color: var(--bs-link-hover-color);
}

@media (min-width: 768px) {
  .header__nav-next {
    right: 0;
  }
}

.header__nav-control {
  --carouselArrIcon: var(--stroke);
}
.header__nav-control:not(.swiper-button-disabled):active {
  --carouselArrIcon: var(--active);
}
@media (min-width: 768px) {
  .header__nav-control {
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    width: 55px;
    height: 47px;
    background-color: #fafafa;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
  }
  .header__nav-control.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__nav-control:not(.swiper-button-disabled):hover {
    --carouselArrIcon: var(--primary);
  }
}
@media (max-width: 767px) {
  .header__nav-control {
    display: none;
  }
}

@media (min-width: 768px) {
  .header__nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: var(--warn);
  }
}
@media (max-width: 767px) {
  .header__nav-icon {
    display: none;
  }
}

@media (min-width: 768px) {
  .header__nav-prev {
    left: 0;
    transform: rotate(180deg);
  }
}

.header-simple {
  position: relative;
}
@media (min-width: 768px) {
  .header-simple {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .header-simple {
    margin-bottom: 12px;
  }
}

.header-simple__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header-simple__row {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-simple__row {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .header-simple__logo {
    width: 100%;
    max-width: 196px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .header-simple__logo {
    width: 100%;
    max-width: 31px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .header-simple__logo-long {
    display: none;
  }
}

.header-simple__logo-short {
  width: 34px;
  height: 34px;
  fill: var(--hover);
}
@media (min-width: 768px) {
  .header-simple__logo-short {
    display: none;
  }
}

.header-simple__phone {
  color: var(--text-primary);
  letter-spacing: 0.02em;
}
.header-simple__phone:hover {
  color: var(--text-primary);
}
@media (max-width: 1199px) {
  .header-simple__phone {
    font-weight: 700;
    font-size: 14px;
  }
}

.header-simple__city-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-simple__city-wrap {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .header-simple__city-wrap {
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .header-simple__city-modal {
    z-index: 27;
  }
}
@media (max-width: 767px) {
  .header-simple__city-modal {
    right: 24px;
    left: 24px;
    width: calc(100% - 48px);
  }
  .header-simple__city-modal::before {
    display: none;
  }
}

.header-simple__city {
  height: inherit;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-simple__city::before {
    content: attr(data-city-value);
  }
}

.header-simple__city-icon-arrow {
  transform: rotate(90deg);
  fill: var(--primary);
}
@media (max-width: 767px) {
  .header-simple__city-icon-arrow {
    display: none;
  }
}

.header-simple__city-icon-pin {
  width: 20px;
  height: 20px;
  fill: var(--text-disabled);
  margin: auto;
}
.header-simple__city-icon-pin:last-child {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .header-simple__city-icon-pin {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-simple__city-icon-pin {
    fill: var(--text-primary);
  }
}

.header-simple__city-icon-arrow:last-child {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .header-simple__city-icon-arrow {
    width: 24px;
    height: 24px;
  }
}

.header-simple__link {
  margin-right: 32px;
  color: var(--text-tertiary);
}
@media (max-width: 767px) {
  .header-simple__link {
    display: none;
  }
}

.card__horizontal {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  background-color: var(--white);
  border-radius: 16px;
  transition: box-shadow 0.2s ease-in-out;
}
.card__horizontal:hover {
  box-shadow: 0 0 30px rgba(132, 132, 132, 0.25);
}
@media (max-width: 1199px) {
  .card__horizontal {
    padding: 12px 15px 15px 12px;
  }
}

.card__horizontal-media {
  flex-shrink: 0;
  width: 100%;
}

.card__horizontal-pic {
  display: block;
  max-height: 100%;
  margin: auto;
}

.card__horizontal-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card__horizontal-title {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 5px;
  color: inherit;
  font-size: 14px;
  line-height: 18px;
}

.card__horizontal-bottom {
  display: flex;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .card__horizontal-bottom {
    align-items: center;
  }
}

.card__horizontal-price {
  flex-grow: 1;
  padding-right: 16px;
  font-family: var(--font-sans-loos);
  line-height: 1;
}

.card__horizontal-cost {
  font-weight: 700;
  font-size: 18px;
}

.card__horizontal-old {
  display: block;
  margin-top: 6px;
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 12px;
}

.card__horizontal-btn {
  min-width: 48px;
  height: 32px;
  border-radius: 8px;
}

.card__horizontal-btn--cart {
  background-color: var(--primary);
}

.card__horizontal--del {
  margin-top: 6px;
  margin-right: -16px;
}

.card__horizontal-icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: var(--text-secondary);
}

.card__horizontal-icon--white {
  fill: var(--white);
}

.card__horizontal-view {
  margin-top: auto;
  padding-top: 8px;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  display: block;
}

.card__horizontal-view--btn {
  width: 120px;
  height: 36px;
  padding: 8px 25px;
  color: var(--white);
  background-color: var(--primary);
}

@media (min-width: 1200px) {
  .card__horizontal-media {
    max-width: 136px;
    height: 134px;
    padding: 8px;
  }
  .card__horizontal-content {
    padding: 14px 16px;
  }
  .card__horizontal-btn--cart {
    margin-right: -2px;
  }
}
@media (max-width: 1199px) {
  .card__horizontal-media {
    max-width: 74px;
    padding-right: 14px;
  }
  .card__horizontal-content {
    padding-top: 2px;
  }
  .card__horizontal-btn--cart {
    margin-top: -3px;
  }
}
.card__long {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--white);
  border-radius: 16px;
  transition: box-shadow 0.2s ease-in-out;
}
.card__long:hover {
  box-shadow: var(--shadow-Z100);
}

.card__long-head {
  position: relative;
}

.card__long-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__long-sticker,
.card__long-eco,
.card__long-meta,
.card__long-media,
.card__long-basket,
.card__long-footer,
.card__long-pre-order {
  position: relative;
  z-index: 1;
}

.card__long-edit {
  padding: 4px 8px;
  position: absolute;
  z-index: 3;
  color: var(--primary);
  background-color: var(--white);
  right: 8px;
  top: 10px;
  font-size: 13px;
  border-radius: 8px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: var(--shadow-Z200);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.card__long-edit:hover {
  color: var(--white);
  background-color: var(--primary);
}

.card__long-editing {
  position: relative;
  z-index: 5;
}

.btn__add-basket--active-text {
  display: none;
}

.card__long--added.btn {
  color: var(--primary);
  background-color: var(--quaternary);
  border: 2px solid var(--primary);
}
.card__long--added.btn .card__short-basket-decor,
.card__long--added.btn .card__long-basket-decor,
.card__long--added.btn .btn__decor {
  fill: var(--primary);
}
.card__long--added.btn .btn__add-basket--active-text {
  display: block;
}
.card__long--added.btn .btn__add-basket--default-text {
  display: none;
}

.card__long--shadow {
  box-shadow: var(--shadow-Z300);
}

.card__long-media {
  position: relative;
  display: flex;
}

.card__long-img,
.card__long-media .flip-slider-hover__init {
  max-height: 100%;
  margin: auto;
  pointer-events: none;
}

.card__long-meta {
  display: flex;
  align-items: center;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 16px;
}

.card__long-link {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.card__long-toggle {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
.card__long-toggle + .card__long-toggle {
  margin-left: 2px;
}
.card__long-toggle.active .card__long-icon--toggle {
  fill: var(--warn);
}

.card__long-toggle--trash {
  order: 1;
  margin-left: 8px;
}
.card__long-toggle--trash + .card__long-toggle {
  margin-left: 2px;
}

.card__long-icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.card__long-icon--star {
  margin-right: 8px;
  fill: var(--yellow5);
}

.card__long-icon--comment {
  margin-right: 8px;
  fill: var(--icons);
}

.card__long-icon--toggle {
  transition: fill 0.2s ease-in-out;
  fill: var(--text-disabled);
}

.card__long-title,
.card__long-title--long {
  display: inline-flex;
  color: inherit;
  transition: color 0.2s ease-in-out;
}

.card__long-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .card__long-title {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .card__long-title {
    height: 54px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .card__long-title {
    height: 54px;
  }
}

.card__long-price {
  min-height: 21px;
  display: flex;
  font-weight: 700;
}
@media (max-width: 767px) {
  .card__long-price {
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .card__long-price {
    flex-wrap: wrap;
  }
}

.card__long-cost {
  margin-right: auto;
  line-height: 1;
  font-family: var(--font-sans-loos);
}

.card__long-old {
  color: var(--text-tertiary);
  font-family: var(--font-sans-loos);
}

.card__long-bonus {
  display: flex;
  align-items: flex-end;
  padding-left: 0.5em;
  margin-bottom: 4px;
  margin-left: auto;
  font-family: var(--font-sans-loos);
  line-height: 1;
  text-align: right;
}

.card__long-bonus-icon {
  position: relative;
  top: -2px;
  fill: var(--primary);
}

.card__long-sticker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.card__long-sticker:hover {
  z-index: 3;
}
.card__long-sticker .item {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  order: 2;
  min-height: 24px;
}
.card__long-sticker .item:first-of-type {
  order: 0;
}
.card__long-sticker .item:first-of-type.box, .card__long-sticker .item:first-of-type.badge-type__has_gifts, .card__long-sticker .item:first-of-type.badge-type__is_gift {
  order: 1;
}
.card__long-sticker .item:first-of-type.box + .item, .card__long-sticker .item:first-of-type.badge-type__has_gifts + .item, .card__long-sticker .item:first-of-type.badge-type__is_gift + .item {
  order: 0;
  width: auto;
  margin-right: 8px;
}
.card__long-sticker .item:not(:last-of-type) {
  margin-right: 8px;
  margin-bottom: 6px;
}
.card__long-sticker .item.box, .card__long-sticker .item.badge-type__has_gifts, .card__long-sticker .item.badge-type__is_gift {
  order: 1;
  margin-right: 6px;
}
.card__long-sticker .badge-type__has_gifts .tooltip__card-content .tooltip__card-before,
.card__long-sticker .badge-type__is_gift .tooltip__card-content .tooltip__card-before {
  left: 12px;
}
.card__long-sticker .badge-type__has_gifts .badge__name,
.card__long-sticker .badge-type__is_gift .badge__name {
  display: none;
}

.card__long-sticker--gift::before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("../assets/img/decor/gift.svg") no-repeat center;
  content: "";
}

.sticker-icon {
  width: 16px;
  height: 16px;
}

.card__long-footer {
  margin-top: auto;
}

.card__long-basket-decor {
  margin-right: 8px;
  flex-shrink: 0;
  pointer-events: none;
  fill: var(--white);
}
@media (min-width: 768px) {
  .card__long-basket-decor {
    width: 24px;
    height: 24px;
  }
}

.card__long-option {
  margin-bottom: 42px;
}

.card__long-option-item {
  display: flex;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.card__long-option-text {
  flex-grow: 1;
  padding-right: 8px;
}

.card__long-option-value {
  font-weight: 700;
  text-align: right;
}

.card__long-eco {
  top: 0;
  width: 26px;
}
@media (min-width: 1200px) {
  .card__long-eco {
    right: 16px;
  }
}
@media (max-width: 1199px) {
  .card__long-eco {
    right: 12px;
  }
}

.card__long-compare {
  height: 44px;
  padding-right: 0;
  padding-left: 0;
}

.card__long-gift-hint {
  margin-left: 8px;
}

.card__long-gift-icon {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

.card__long-gift-tooltip {
  width: 198px;
  color: var(--white);
  white-space: normal;
  background-color: var(--pink);
}
.card__long-gift-tooltip::before, .card__long-gift-tooltip::after {
  background-color: var(--pink);
}

.card__long-status::before {
  display: block;
  content: attr(data-card-status);
}

.card__long-installment {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #9d9d9d;
}
.card__long-installment::before {
  flex-shrink: 0;
}
.card__long-installment::after {
  margin-left: 3px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card__long-installment::before {
    content: attr(data-installment-result) " ₽";
  }
  .card__long-installment::after {
    content: "x " attr(data-installment) attr(data-installment-text);
  }
}
@media (max-width: 767px) {
  .card__long-installment::before {
    content: attr(data-installment-result) " ₽";
  }
  .card__long-installment::after {
    content: "x " attr(data-installment);
  }
}

.card__long-info {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.card__long-pre-order {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
}

.card__long-pre-order--text::before {
  content: attr(data-text);
}
.card__long-pre-order--text::after {
  white-space: nowrap;
  content: attr(data-text2);
}

.card__long-bottom {
  flex: 0 0 auto;
}

.card__long-discount {
  margin-bottom: 4px;
}
.card__long-discount .badge::before {
  margin-left: 6px;
  font-weight: 400;
  content: attr(data-content);
  order: 1;
}
@media (min-width: 576px) {
  .card__long-discount .badge--large {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .card__long-discount .badge--rebate {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .card__long-discount .badge--large {
    font-size: 12px;
  }
}

.card__long-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card__long-body {
  margin-bottom: auto;
}

.card__long-fast {
  height: 44px;
  margin-bottom: 8px;
  width: calc(100% - 1px);
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 1px;
  white-space: nowrap;
  display: none;
}

.card__long-basket {
  flex-shrink: 0;
  width: 100%;
  height: 44px;
}

.card__long-gift {
  width: 100%;
  margin-bottom: 4px;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .card__long-gift {
    height: 44px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 1199px) {
  .card__long-gift {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .card__long-gift {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .card__long-gift {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card__long-gift {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .card__long-gift {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .card__long-price:first-of-type {
    margin-bottom: 6px;
  }
  .card__long-meta {
    margin-bottom: 12px;
  }
  .card__long-media:not(.flip-sliders-parent) {
    margin-bottom: 8px;
  }
  .card__long-media.flip-sliders-parent {
    margin-bottom: 16px;
  }
  .card__long-footer {
    padding-top: 10px;
  }
  .card__long-pre-order {
    height: 46px;
  }
  .card__long-sticker .tooltip__card-content {
    min-width: 130px;
    line-height: 20px;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .card__long-compare {
    min-width: 153px;
  }
  .card__long {
    padding: 16px;
  }
  .card__long-media {
    height: 210px;
  }
  .card__long-star {
    margin-right: 14px;
  }
  .card__long-comments {
    margin-right: auto;
  }
  .card__long-title,
  .card__long-title--long {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .card__long-cost {
    font-size: 24px;
  }
  .card__long-old,
  .card__long-bonus {
    font-size: 14px;
  }
  .card__long-bonus-icon {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    padding: 2px;
  }
  .card__long-toggle:hover .card__long-icon--toggle {
    fill: var(--primary);
  }
  .card__long-link {
    transition: color 0.2s ease-in-out;
  }
  .card__long-link:hover {
    color: var(--primary);
  }
  .card__long-comments:hover .card__long-icon {
    fill: var(--primary);
  }
  .card__long-icon {
    transition: fill 0.2s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .card__long-compare {
    width: 100%;
  }
  .card__long {
    padding: 16px 12px;
  }
  .card__long-media {
    height: 140px;
  }
  .card__long-comments {
    margin-right: auto;
  }
  .card__long-star {
    margin-right: 16px;
    margin-left: -8px;
  }
  .card__long-title,
  .card__long-title--long {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .card__long-old,
  .card__long-bonus {
    font-size: 12px;
  }
  .card__long-bonus-icon {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .card__long-meta {
    margin-bottom: 8px;
  }
  .card__long-toggle {
    margin-right: -4px;
    padding: 8px 4px;
  }
  .card__long-bottom {
    margin-top: auto;
  }
  .card__long-pre-order {
    height: 44px;
  }
  .card__long-basket-decor,
  .card__long-fast .btn__decor {
    width: 16px;
    height: 16px;
  }
  .card__long-in-basket {
    margin-left: 8px;
  }
}
@media (max-width: 575px) {
  .card__long-gift-hint {
    display: none;
  }
}
.card__short {
  position: relative;
  height: 100%;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow-Z100);
  transition: box-shadow 0.2s ease-in-out;
}
.card__short:hover {
  box-shadow: var(--shadow-Z200);
}

.card__short-media {
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  margin-bottom: 8px;
}
.card__short-media picture {
  height: 100%;
  margin: auto;
}

.card__short-img,
.card__short-picture {
  max-height: 100%;
  margin: auto;
}

.card__short-title {
  display: inline-flex;
  height: 72px;
  color: var(--text-primary);
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .card__short-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .card__short-title {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }
}

.card__short-cost {
  margin-right: auto;
  font-family: var(--font-sans-loos);
  line-height: 1;
}

.card__short-old {
  color: var(--text-tertiary);
  font-family: var(--font-sans-loos);
}

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

.card__short-basket {
  width: 44px;
  height: 32px;
}

.card__short-basket-decor {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

.card__short-compare {
  margin-right: 12px;
  margin-left: auto;
  line-height: 1;
}

.card__short-favorite {
  margin-bottom: 2px;
}
.card__short-favorite.active .card__long-icon--toggle {
  fill: var(--warn);
}

.card__short-del {
  width: 16px;
  height: 16px;
  fill: var(--text-disabled);
}

@media (min-width: 1200px) {
  .card__short {
    padding: 16px;
  }
  .card__short-cost {
    font-size: 20px;
  }
  .card__short-old {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .card__short {
    padding: 16px 12px;
  }
  .card__short-old {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 359px) {
  .card__short-compare {
    display: none;
  }
}
.card__compare {
  position: relative;
  height: 100%;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow-Z100);
  transition: box-shadow 0.2s ease-in-out;
}
.card__compare:hover {
  box-shadow: var(--shadow-Z300);
}

.card__compare-media {
  display: flex;
  margin-bottom: 8px;
}

.card__compare-img {
  display: flex;
  max-height: 100%;
  margin: auto;
}

.card__compare-media img {
  max-height: 100%;
  margin: auto;
}

.card__compare-title {
  display: inline-flex;
  height: 40px;
  color: inherit;
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__compare-cost {
  margin-right: auto;
  font-family: var(--font-sans-loos);
}

.card__compare-old {
  color: var(--text-tertiary);
  font-family: var(--font-sans-loos);
}

.card__compare-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.card__compare-footer .btn__primary, .card__compare-footer .navigation-buttons input:checked + .btn, .navigation-buttons .card__compare-footer input:checked + .btn, .card__compare-footer .navigation-buttons .active, .navigation-buttons .card__compare-footer .active {
  border: 2px solid transparent;
}

.card__compare-basket {
  width: 44px;
  height: 32px;
}

.card__compare-basket-decor {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

.card__compare-footer .add-compare.active {
  color: #4652ff;
  background-color: var(--quaternary);
  border: 2px solid #4652ff;
}

.card__compare-footer .add-compare.active .btn__decor {
  fill: #4652ff;
}

.add-compare .btn__compare--active-text {
  display: none;
}

.add-compare.active .btn__compare--default-text {
  display: none;
}

.add-compare.active .btn__compare--active-text {
  display: block;
}

@media (min-width: 1200px) {
  .card__compare {
    padding: 16px;
  }
  .card__compare-title {
    margin-bottom: 16px;
    line-height: 20px;
  }
  .card__compare-cost {
    font-size: 20px;
    line-height: 28px;
  }
  .card__compare-old {
    font-size: 14px;
    line-height: 18px;
  }
  .card__compare-media {
    height: 214px;
  }
}
@media (max-width: 1199px) {
  .card__compare-media {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .card__compare-title {
    height: 72px;
  }
}
@media (max-width: 1199px) {
  .card__compare {
    padding: 16px 12px;
  }
  .card__compare-title {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .card__compare-old {
    font-size: 12px;
    line-height: 18px;
  }
  .card__compare-media {
    height: 138px;
  }
}
.card__article {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 16px;
}
.card__article-badges {
  margin-left: auto;
}
@media (min-width: 768px) {
  .card__article {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .card__article {
    min-height: 538px;
    transition: box-shadow 0.2s ease-in-out;
  }
  .card__article:hover {
    box-shadow: var(--shadow-Z200);
  }
  .card__article--row {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .card__article {
    min-height: 312px;
    box-shadow: var(--shadow-Z100);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card__article {
    min-height: 406px;
  }
}

@media (max-width: 767px) {
  .card__article--row .card__article-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card__article--row .card__article-title--link {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .card__article--row {
    flex-direction: row;
  }
  .card__article--row .card__article-content {
    padding-left: 40px;
  }
  .card__article--row .card__article-media {
    flex-shrink: 0;
    width: 270px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card__article--row .card__article-media {
    height: 209px;
  }
}

.card__article-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .card__article-media {
    height: 336px;
  }
}
@media (max-width: 1199px) {
  .card__article-media {
    height: 216px;
  }
}
@media (max-width: 767px) {
  .card__article-media {
    height: 165px;
  }
}

.card__article-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .card__article-img {
    width: 100%;
  }
}

.card__article-media--video .card__article-play {
  display: block;
}

.card__article-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  fill: var(--white);
}

.card__article-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 576px) {
  .card__article-content {
    padding: 16px 16px 20px;
  }
}
@media (max-width: 575px) {
  .card__article-content {
    padding: 16px 8px;
  }
}

.card__article-meta {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .card__article-meta {
    flex-wrap: wrap;
  }
}

.card__article-footer {
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-top: 15px;
}
.card__article-footer .card__article-meta {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .card__article-meta-group {
    display: flex;
    align-items: center;
  }
}

.card__article-sponsor {
  margin-left: auto;
}

.card__article-category {
  padding-right: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.card__article-date {
  color: var(--icons);
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .card__article-date {
    width: 100%;
  }
}

.card__article-title {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 28px;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .card__article-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199px) {
  .card__article-title {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.card__article-title--link {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card__article-item {
  display: inline-flex;
  align-items: center;
  color: var(--text-tertiary);
  cursor: pointer;
}
.card__article-item.active svg {
  fill: var(--primary);
}
@media (min-width: 768px) {
  .card__article-item {
    font-size: 18px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .card__article-item:first-of-type {
    margin-left: auto;
    order: 1;
  }
}

.card__article-text {
  margin-bottom: 12px;
  color: var(--text-secondary);
}
@media (min-width: 768px) {
  .card__article-text {
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .card__article-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
}

.card__article-favorite {
  margin-left: auto;
}
.card__article-favorite.active svg {
  fill: var(--warn);
}

.card__article-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: var(--text-tertiary);
}
@media (min-width: 1200px) {
  .card__article-icon {
    transition: fill 0.2s ease-in-out;
  }
}

.card__eco {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 30px;
  padding: 5px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: var(--shadow-Z200);
}

.card__eco-item:not(:last-child) {
  margin-bottom: 6px;
}

.card__eco-icon-small {
  width: 16px;
  height: 16px;
}

.card__eco-icon-large {
  width: 24px;
  height: 24px;
}

.card__eco-icon-small,
.card__eco-icon-large,
.card__eco-img {
  display: block;
}

@media (max-width: 1199px) {
  .compare {
    padding-bottom: 16px;
    overflow-x: auto;
  }
}
@media (max-width: 1199px) {
  .compare .accordion__toggle {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .compare__heading {
    flex-wrap: wrap;
  }
}

.compare__heading-auth {
  margin-top: 22px;
}

.compare__alert {
  font-weight: 700;
  font-family: var(--font-sans-loos);
}

.compare__alert-btn {
  color: var(--white);
  border: 1px solid var(--white);
}
.compare__alert-btn .btn__decor {
  fill: var(--white);
}
.compare__alert-btn:hover,
.compare__alert-btn .btn__tertiary:focus {
  color: var(--white);
}
.compare__alert-btn:hover .btn__decor,
.compare__alert-btn .btn__tertiary:focus .btn__decor {
  fill: var(--white);
}

.compare__del-list {
  margin-left: auto;
}

.compare__control {
  margin-top: -11px;
}

.compare__products {
  position: relative;
  margin: 0 -22px 22px;
  padding-right: 22px;
  padding-left: 22px;
}

.compare__advantage {
  margin-bottom: 40px;
}

.compare__collapse {
  margin-bottom: 18px;
}

.compare__card {
  height: auto;
  margin-bottom: 16px;
}
.compare__card .card__long-in-basket {
  display: none;
}
.compare__card .card__long-basket-decor {
  margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .compare__card .card__short-cost {
    font-size: 15px;
  }
}

.compare__ratings {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.compare__ratings-status {
  margin-right: 22px;
}

.compare__review {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.compare__review-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: var(--text-secondary);
}

.compare__review-count {
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 16px;
}

.compare__review-text {
  margin-left: 8px;
  color: var(--text-primary);
}

.compare__row {
  padding: 10px 0;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}
.compare__row:hover {
  background-color: var(--white);
}

.compare__row-title {
  margin-bottom: 9px;
  color: var(--text-tertiary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.compare__content {
  display: flex;
  transform: translateX(0);
  transition: transform 0.3s linear;
}

.compare__cell {
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .compare__cell {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px) {
  .compare__cell {
    width: 50vw;
    min-width: 170px;
    margin-right: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .compare__cell {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .compare__cell {
    width: 20%;
  }
}

.compare__box {
  margin-bottom: 18px;
}

.compare__box-spec {
  padding-right: 22px;
}

.compare__box-bonuses {
  display: inline-flex;
  align-items: flex-end;
  color: var(--primary);
  font-weight: 700;
  line-height: 1;
}

.compare__box-bonuses-icon {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  fill: var(--primary);
}

.compare__box-stickers {
  display: flex;
  flex-wrap: wrap;
}

.compare__box-stickers-badge {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

.compare__box-check,
.compare__box-minus {
  width: 22px;
  height: 22px;
  fill: var(--text-primary);
}

.compare__box-delivery {
  min-height: 48px;
}

.filter__checkbox-count::after {
  margin-left: 16px;
  color: var(--text-tertiary);
  font-weight: 400;
  content: attr(data-checkbox-count);
}

@media (max-width: 767px) {
  .compare__alert-text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .compare__alert-text {
    width: 100%;
    margin-bottom: 10px;
  }
}

.compare__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .compare__arrow {
    display: none;
  }
}

.compare__arrow-prev {
  left: 0;
}
.compare__arrow-prev .compare__arrow-icon {
  transform: rotate(180deg);
}

.compare__arrow-next {
  right: 0;
}

.compare__arrow-icon {
  width: 22px;
  height: 22px;
  margin: auto;
  fill: #4652FF;
}

@media (min-width: 768px) {
  .compare__show-difference {
    margin-left: 16px;
  }
}
@media (max-width: 1199px) {
  .compare__show-difference {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .compare__show-difference {
    width: 100%;
    margin: 12px 0;
  }
}

.compare__video {
  box-shadow: var(--shadow-Z300);
}

@media (min-width: 768px) {
  .compare__alert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
  .compare__alert-btn {
    margin: 0 16px;
  }
}
@media (min-width: 1200px) {
  .compare__alert {
    font-size: 18px;
    line-height: 24px;
  }
  .compare__track {
    padding: 10px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .compare__alert {
    margin: 16px 0;
  }
  .compare__alert-btn {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .compare__alert-btn:last-of-type {
    margin-bottom: 0;
  }
  .compare__alert-btn .btn__decor {
    width: 16px;
    height: 16px;
  }
}
.brands__logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 40px;
}
@media (max-width: 1199px) {
  .brands__logo {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .brands__logo-all {
    height: 84px;
  }
}
@media (max-width: 575px) {
  .brands__logo-all {
    height: 50px;
    font-size: 14px;
  }
  .brands__logo-all .btn__decor {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .brands__logo-all {
    height: 60px;
  }
}

.brands__logo-text {
  font-size: 18px;
  line-height: 24px;
}

.brands__logo-item {
  padding-right: 10px;
  padding-left: 10px;
}

.brands__logo-inner {
  display: flex;
  background-color: var(--white);
  border-radius: 8px;
}

.brands__logo-img {
  display: block;
  max-height: 100%;
  margin: auto;
}

.brands__all-list {
  display: flex;
  flex-wrap: wrap;
}

.brands__all-item {
  margin: 0 0 68px;
}
@media (min-width: 768px) {
  .brands__all-item {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .brands__all-item {
    width: 16.6666%;
  }
}
@media (max-width: 767px) {
  .brands__all-item {
    flex-shrink: 0;
  }
  .brands__all-item:nth-of-type(odd) {
    width: calc(50% + 16px);
    padding-right: 16px;
  }
  .brands__all-item:nth-of-type(even) {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .brands__all-item {
    width: 33.3333%;
  }
}

.brands__all-letter {
  margin-bottom: 12px;
  color: var(--text-tertiary);
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.brands__links-item {
  display: flex;
  align-items: center;
}
.brands__links-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.brands__links-value {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  transition: color 0.2s ease-in-out;
}
.brands__links-value:hover .brands__links-decor {
  fill: var(--hover);
}

.brands__links-decor {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: fill 0.2s ease-in-out;
  fill: var(--primary);
}

.brands__alert {
  margin-top: 1px;
  font-weight: 700;
  text-align: left;
}

.brands__alert-decor {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.brands__add {
  margin-right: 8px;
  cursor: pointer;
}
.brands__add:not(.active):hover .brands__add-icon {
  fill: var(--hover);
}
.brands__add.active .brands__add-icon {
  fill: var(--warn);
}

.brands__add-icon {
  width: 16px;
  height: 16px;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
  fill: var(--text-disabled);
}

.brands__favorite {
  width: 24px;
  height: 24px;
  margin-left: 14px;
  fill: var(--warn);
}

@media (min-width: 768px) {
  .brands__logo-inner {
    height: 84px;
    padding: 12px;
  }
  .brands__alert {
    padding: 28px;
    font-size: 18px;
  }
  .brands__alert-decor {
    margin-right: 26px;
  }
}
@media (min-width: 1200px) {
  .brands__logo-item {
    width: 16.6666%;
  }
  .brands__all-title {
    font-size: 32px;
    line-height: 40px;
  }
  .brands__logo-text {
    width: 220px;
    margin-right: 24px;
  }
}
@media (max-width: 1199px) {
  .brands__all-title {
    font-size: 24px;
    line-height: 32px;
  }
  .brands__logo-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .brands__logo-inner {
    height: 50px;
    padding: 8px;
  }
  .brands__alert {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .brands__alert-decor {
    flex-shrink: 0;
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .brands__showcase,
  .brands__alert {
    margin-right: -22px;
    margin-left: -22px;
  }
  .brands__logo-item {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .brands__logo-item {
    width: 33.3333%;
    margin-bottom: 24px;
  }
}
.contacts {
  display: grid;
}

.contacts__box {
  background-color: var(--white);
  border-radius: 16px;
}

.contacts__box-heading {
  display: inline-flex;
  margin-bottom: 1px;
  color: var(--text-primary);
  font-weight: 700;
  font-family: var(--font-sans-loos);
  transition: color 0.2s ease-in-out;
}

.contacts__box-text {
  color: var(--text-secondary);
}

.contacts__info-title {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-sans-loos);
  line-height: 24px;
}

.contacts__info-text {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contacts {
    grid-auto-rows: auto;
    gap: 24px;
  }
  .contacts__box {
    padding: 23px 32px 11px;
  }
  .contacts__box-media {
    height: 88px;
    margin-bottom: 15px;
  }
  .contacts__box-heading {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
  .contacts__box-text {
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .contacts {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .contacts {
    gap: 8px;
  }
  .contacts__box {
    display: flex;
    padding: 16px;
  }
  .contacts__box-media {
    flex-shrink: 0;
    width: 60px;
    margin-right: 8px;
  }
  .contacts__box-heading {
    line-height: 20px;
  }
  .contacts__box-text {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts__info:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.thank-you {
  color: var(--white);
  text-align: center;
  background: url("../assets/img/bg/feedback.png") no-repeat center top var(--primary);
}

.thank-you__title {
  margin-bottom: 16px;
  color: inherit;
}

.thank-you__order {
  margin-bottom: 18px;
}

.thank-you__number {
  padding-left: 16px;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-sans-loos);
  line-height: 30px;
}

@media (min-width: 576px) {
  .thank-you {
    margin-top: -25px;
    padding-top: 416px;
    padding-bottom: 100px;
  }
  .thank-you__title {
    font-size: 56px;
    line-height: 62px;
  }
  .thank-you__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .thank-you {
    padding-top: 340px;
    padding-bottom: 50px;
    background-size: 320px;
  }
}
.write-reviews__rating {
  margin-bottom: 24px;
}

.write-reviews__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 1;
}

.write-reviews__stars {
  display: flex;
  margin-bottom: 12px;
  margin-left: -6px;
}

.write-reviews__stars-item {
  display: flex;
  width: 32px;
  height: 24px;
  cursor: pointer;
}

.write-reviews__stars--valid .write-reviews__stars-icon {
  fill: var(--yellow5);
}

.write-reviews__star-is-active ~ .write-reviews__stars-item .write-reviews__stars-icon {
  fill: var(--text-disabled);
}

.write-reviews__stars-icon {
  width: 20px;
  height: 20px;
  margin: auto;
  transition: fill 0.2s ease-in-out;
  pointer-events: none;
  fill: var(--text-disabled);
}

.write-reviews__row {
  margin-bottom: 36px;
}

.write-reviews__media {
  width: 100%;
  padding: 24px;
  border: 2px dashed var(--stroke);
  border-radius: 8px;
}
.write-reviews__media .dz-preview .dz-details {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 1;
  opacity: 1;
}
.write-reviews__media .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
  font-size: 12px;
}
.write-reviews__media .dz-preview .dz-progress {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  margin-top: 0;
  background-color: var(--bg-disabled);
  border: 0;
  border-radius: 8px;
  opacity: 1 !important;
}
.write-reviews__media .dz-preview .dz-progress .dz-upload {
  background-color: var(--yellow) !important;
  border-radius: 8px;
  opacity: 1;
}

.write-reviews__card:hover {
  box-shadow: none;
}

@media (min-width: 768px) {
  .write-reviews {
    width: 100%;
    max-width: 838px;
    padding: 44px 48px;
    background-color: var(--white);
    border-radius: 16px;
  }
  .write-reviews__rating {
    display: flex;
    align-items: flex-start;
  }
  .write-reviews__product {
    width: 360px;
    margin-left: auto;
  }
  .write-reviews__bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .write-reviews__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .write-reviews__send {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .reviews__bottom-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .write-reviews__send {
    width: 100%;
    height: 42px;
    margin-top: 16px;
  }
}
.guarantee-page-heading {
  color: var(--text-tertiary);
  font-weight: 700;
}

.guarantee-page__row {
  padding: 15px 0;
  border-bottom: 1px solid var(--stroke);
}

.guarantee-page__vendor {
  color: black;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .guarantee-page__row {
    display: flex;
  }
  .guarantee-page__vendor {
    flex-shrink: 0;
    width: 230px;
    padding-right: 16px;
  }
  .guarantee-page__text {
    flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .guarantee-page-heading {
    display: flex;
    font-size: 14px;
  }
  .guarantee-page__vendor {
    padding-right: 15px;
  }
}
.qr-code__title {
  margin-bottom: 22px;
}

.qr-code__data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  background-color: var(--active);
  border-radius: 16px;
}

.qr-code__heading {
  margin-bottom: 24px;
}

.qr-code__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: num;
}

.qr-code__list-item {
  display: flex;
  align-items: center;
}
.qr-code__list-item::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -3px;
  margin-right: 18px;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 60px;
  content: counter(num);
  counter-increment: num;
}

.qr-code__decor {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.qr-code__decor-item {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 1;
}
.qr-code__decor-item:first-child {
  animation: blink 1s linear 3s infinite normal forwards running;
}
.qr-code__decor-item:nth-child(2) {
  animation: blink 1s linear 3s infinite normal none running;
}
.qr-code__decor-item:last-child {
  animation: blink 1s linear 3s infinite normal none running;
}

.qr-code__media {
  position: relative;
  padding: 20px;
  background: url("../assets/img/decor/triangle-lt.svg") no-repeat, url("../assets/img/decor/triangle-rt.svg") no-repeat top right, url("../assets/img/decor/triangle-lb.svg") no-repeat left bottom, url("../assets/img/decor/triangle-rb.svg") no-repeat bottom right;
}
.qr-code__media::before {
  content: "";
}

.qr-code__media-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 85px;
  height: 85px;
  padding: 8px;
  background-color: var(--primary);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  fill: var(--white);
}

@media (min-width: 768px) {
  .qr-code__title {
    font-size: 32px;
    line-height: 40px;
  }
  .qr-code {
    display: flex;
    background-color: var(--white);
    border-radius: 16px;
  }
  .qr-code__data {
    flex-shrink: 0;
    width: 381px;
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .qr-code {
    align-items: center;
    max-width: 1058px;
  }
  .qr-code__content {
    padding-right: 32px;
    padding-left: 32px;
  }
  .qr-code__heading {
    font-size: 24px;
    line-height: 36px;
  }
  .qr-code__list-item {
    font-size: 18px;
    line-height: 24px;
  }
  .qr-code__list-item:not(:last-child) {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .qr-code__heading {
    font-size: 18px;
    line-height: 24px;
  }
  .qr-code__list-item {
    line-height: 1.3;
  }
  .qr-code__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .qr-code__title {
    font-size: 24px;
    line-height: 30px;
  }
  .qr-code__data {
    margin-bottom: 32px;
    padding: 64px 16px 72px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qr-code__content {
    padding-right: 16px;
    padding-left: 24px;
  }
}
.detail__smart__media {
  height: 176px;
  overflow: hidden;
  border-radius: 16px;
}

.detail__smart__img {
  height: 100%;
  object-fit: cover;
}

.detail__smart__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 475px) {
  .detail__smart__item {
    margin-right: 16px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px) {
  .detail__smart__list {
    margin-right: -16px;
  }
}
@media (min-width: 1200px) {
  .detail__smart {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
  }
  .detail__smart__item {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .detail__smart__media {
    margin-bottom: 12px;
  }
  .detail__smart__item {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .detail__smart__list {
    margin-right: -4px;
  }
  .detail__smart__item {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
  .detail__smart__item:nth-of-type(5) ~ .detail__smart__item {
    display: none;
  }
  .detail__smart__item:last-of-type {
    display: block !important;
  }
  .detail__smart__img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .detail__smart__media {
    height: 172px;
  }
}
.modal-warning {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  font-size: 18px;
  text-align: center;
  background: #fff5f5;
  border-radius: 16px;
}
.modal-warning__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  fill: var(--warn);
}
.modal-warning--error .modal-warning__icon {
  fill: #FD3C3C;
}
.modal-warning--success {
  background: #f7fff5;
}
.modal-warning--success .modal-warning__icon {
  fill: green;
}

.modal-warning-container .fancybox__content {
  padding: 0;
  background: transparent;
}

@media (min-width: 1200px) {
  .modal-smart-products {
    font-size: 18px;
  }
}
.modal-smart-products__title {
  padding-right: 35px;
  font-weight: 500;
  font-size: 32px;
  font-family: var(--font-sans-loos);
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .modal-smart-products__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .modal-smart-products__title {
    font-size: 24px;
  }
}
.modal-smart-products__image {
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .modal-smart-products__image {
    margin-bottom: 15px;
  }
}
.modal-smart-products__text {
  font-size: 18px;
  line-height: 1.3;
}
.modal-smart-products__label {
  margin-bottom: 15px;
}
.modal-smart-products__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.modal-smart-products__buttons:not(:last-child) {
  margin-bottom: 40px;
}
.modal-smart-products .swiper-backface-hidden .swiper-slide {
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.modal-smart-products__slider {
  position: relative;
  margin-right: -40px;
  margin-left: -40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal-smart-products__slider {
    margin-right: -21px;
    margin-left: -21px;
  }
}
.modal-smart-products__slider .modal-smart-products__label {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .modal-smart-products__slider .modal-smart-products__label {
    margin-left: 21px;
  }
}
.modal-smart-products__slider-pagination {
  bottom: 0 !important;
}
@media (min-width: 768px) {
  .modal-smart-products__slider-pagination {
    display: none;
  }
}
.modal-smart-products__btn {
  height: 44px;
  margin: 5px;
}
@media (max-width: 767px) {
  .modal-smart-products__btn {
    width: 100%;
  }
}
.modal-smart-products__btn.btn__secondary {
  border: solid 2px var(--primary);
}
.modal-smart-products__btn strong {
  display: inline-block;
  margin: 0.3em 0 0 0.4em;
  font-family: var(--font-sans-loos);
  vertical-align: top;
}
.modal-smart-products__swiper-container {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
}
.modal-smart-products .carousel__arrow-icon {
  width: 33px;
  height: 33px;
}
.modal-smart-products .carousel__arrow-prev {
  left: 50px;
}
.modal-smart-products .carousel__arrow-next {
  right: 50px;
}
.modal-smart-products .card__short {
  width: 216px;
}
.modal-smart-products .c-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal-loyality {
  margin: 0;
}
.modal-loyality__title {
  padding-right: 35px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 1.2;
}
.modal-loyality .c-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-loyality__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -5px;
  margin-left: -5px;
}
.modal-loyality__description {
  line-height: 1.3;
}
.modal-loyality__categories {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.modal-loyality__category {
  width: 50%;
  padding: 1px;
}
@media (max-width: 350px) {
  .modal-loyality__category {
    width: 100%;
  }
}
.modal-loyality__category-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  filter: grayscale(1);
  fill: var(--text-secondary);
}
@media (max-width: 767px) {
  .modal-loyality__category-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.modal-loyality__category-decor {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: var(--white);
}
@media (max-width: 767px) {
  .modal-loyality__category-decor {
    right: 8px;
    width: 16px;
    height: 16px;
  }
}
.modal-loyality__category > span {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 18px;
  padding-right: 40px;
  line-height: 1.2;
  border-radius: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-loyality__category > span {
    height: 60px;
    padding: 0 15px;
    padding-right: 30px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .modal-loyality__category > span {
    height: initial;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.modal-loyality__category input {
  display: none;
}
.modal-loyality__category input:checked + span {
  color: var(--white);
  background: var(--primary);
}
.modal-loyality__category input:checked + span .modal-loyality__category-icon {
  filter: brightness(10);
  fill: var(--white);
}
.modal-loyality__btn {
  flex-grow: 1;
  height: 44px;
  margin: 5px;
}
@media (max-width: 767px) {
  .modal-loyality__btn {
    width: 100%;
  }
}
.modal-loyality__btn.btn__secondary {
  border: solid 2px var(--primary);
}
.modal-loyality__btn strong {
  display: inline-block;
  margin: 0.3em 0 0 0.4em;
  font-family: var(--font-sans-loos);
  vertical-align: top;
}

.modal-consult {
  margin: 0;
}
.modal-consult__title {
  padding-right: 35px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--font-sans-loos);
  line-height: 1.2;
}
.modal-consult .c-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-consult__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -5px;
  margin-left: -5px;
}
.modal-consult__description {
  margin-bottom: 20px;
  line-height: 1.3;
}
.modal-consult__col {
  margin-bottom: 20px;
}
.modal-consult__btn {
  flex-grow: 1;
  height: 44px;
  margin: 5px;
}
@media (max-width: 767px) {
  .modal-consult__btn {
    width: 100%;
  }
}
.modal-consult__btn.btn__secondary {
  border: solid 2px var(--primary);
}
.modal-consult__btn strong {
  display: inline-block;
  margin: 0.3em 0 0 0.4em;
  font-family: var(--font-sans-loos);
  vertical-align: top;
}

.splash-layer__video {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.4);
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.splash-layer__video_icon {
  fill: var(--white);
  width: 24px;
  height: 24px;
  margin: auto;
}

.share__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: var(--text-tertiary);
  transition: color 0.2s ease-in-out;
}
.share__link:hover {
  color: var(--hover);
}
.share__link:hover .share__link-icon {
  fill: var(--hover);
}

.share__copy .tooltip__card-content {
  white-space: break-spaces;
}

.share__link-icon {
  margin-right: 16px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: var(--text-tertiary);
  transition: fill 0.2s ease-in-out;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .lt-label-mobile {
    inset: auto 8px 160px auto !important;
  }
}
.header__top-phone a,
.footer__contacts-phone a {
  color: inherit;
}