

/* Start:/local/templates/glisskur/assets/plugins/bootstrap-5.2.0/scss/bootstrap-reboot.css?16712005438484*/
/*!
 * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::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: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

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 {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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: rgba(var(--bs-body-color-rgb), 0.75);
  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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */

/* End */


/* Start:/local/templates/glisskur/assets/plugins/bootstrap-5.2.0/scss/bootstrap-grid.css?167120054377905*/
/*!
 * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.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 > * {
  box-sizing: border-box;
  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.3333333333%;
}

.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.6666666667%;
}

.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.3333333333%;
  }

  .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.6666666667%;
  }

  .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.3333333333%;
  }

  .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.6666666667%;
  }

  .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.3333333333%;
  }

  .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.6666666667%;
  }

  .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.3333333333%;
  }

  .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.6666666667%;
  }

  .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.3333333333%;
  }

  .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.6666666667%;
  }

  .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;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: 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;
}

.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;
}

@media (min-width: 576px) {
  .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-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;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
}
@media (min-width: 992px) {
  .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-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;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
}
@media (min-width: 1400px) {
  .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-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;
  }
}
@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-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;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */

/* End */


/* Start:/local/templates/glisskur/assets/css/autoComplete.02.min.css?17376202581700*/
/**
 * Minified by jsDelivr using clean-css v5.2.4.
 * Original file: /npm/@tarekraafat/autocomplete.js@10.2.7/dist/css/autoComplete.02.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.autoComplete_wrapper{display:inline-block;position:relative}.autoComplete_wrapper>input{width:370px;height:40px;padding-left:10px;font-size:1rem;color:#747474;border-radius:4px;border:1px solid rgba(33,33,33,.2);outline:0}.autoComplete_wrapper>input::placeholder{color:rgba(123,123,123,.5);transition:all .3s ease}.autoComplete_wrapper>ul{position:absolute;max-height:226px;overflow-y:scroll;top:100%;left:0;right:0;padding:0;margin:.5rem 0 0 0;border-radius:4px;background-color:#fff;border:1px solid rgba(33,33,33,.1);z-index:1000;outline:0}.autoComplete_wrapper>ul>li{padding:10px 20px;list-style:none;text-align:left;font-size:16px;color:#212121;transition:all .1s ease-in-out;border-radius:3px;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}.autoComplete_wrapper>ul>li::selection{color:rgba(#fff,0);background-color:rgba(#fff,0)}.autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:rgba(123,123,123,.1)}.autoComplete_wrapper>ul>li mark{background-color:transparent;color:#ff7a7a;font-weight:700}.autoComplete_wrapper>ul>li mark::selection{color:rgba(#fff,0);background-color:rgba(#fff,0)}.autoComplete_wrapper>ul>li[aria-selected=true]{background-color:rgba(123,123,123,.1)}@media only screen and (max-width:600px){.autoComplete_wrapper>input{width:18rem}}
/*# sourceMappingURL=/sm/38debd88dbaf12078724075dd58d53e5259e5e982a7072de58f4a96dab354ff8.map */
/* End */


/* Start:/local/templates/glisskur/assets/css/style.css?1766750038103114*/
@import url(/local/templates/glisskur/assets/css/../fonts/Raleway/stylesheet.css);

/*
@color[secondary]
 */
:root {
  /* Needs at least less 3.7 */
  --white: #fff;
  --black: #363636;
  --black2: #242424;
  --blue: #2781FF;
  --card: #F2F2F2;
  --bg: #F8F8F8;
  --bg2: #F2F1EE;
  --btn-hover: #313131;
  --red: #DA4C01;
  --gray: #C4C4C4;
  --gray3: #828282;
  --gray4: #BDBDBD;
  --sand: #DDC7AF;
  --cyan: #8DC3C4;
  --a: var(--blue);
  --aHover: var(--blue);
  --aUnderline: none;
  --aUnderlineHover: underline;
  --svg: var(--black);
  --svgHover: var(--black);
  --searchColor1: rgba(248, 248, 248, 0.5);
  --searchColor2: var(--bg);
  --menuColor1: var(--bg);
  --menuColor2: var(--black);
  --menuColor3: var(--red);
  --menuColor4: var(--black);
  --logoColor: var(--bg);
  --headerColor: var(--black);
  --autocompleteColor1: var(--black);
  --autocompleteColor2: var(--white);
}

.color-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.color-black {
  color: #363636 !important;
}

.bg-black {
  background-color: #363636 !important;
}

.color-black2 {
  color: #242424 !important;
}

.bg-black2 {
  background-color: #242424 !important;
}

.color-blue {
  color: #2781FF !important;
}

.bg-blue {
  background-color: #2781FF !important;
}

.color-card {
  color: #F2F2F2 !important;
}

.bg-card {
  background-color: #F2F2F2 !important;
}

.color-bg {
  color: #F8F8F8 !important;
}

.bg-bg {
  background-color: #F8F8F8 !important;
}

.color-bg2 {
  color: #F2F1EE !important;
}

.bg-bg2 {
  background-color: #F2F1EE !important;
}

.color-btn-hover {
  color: #313131 !important;
}

.bg-btn-hover {
  background-color: #313131 !important;
}

.color-red {
  color: #DA4C01 !important;
}

.bg-red {
  background-color: #DA4C01 !important;
}

.color-gray {
  color: #C4C4C4 !important;
}

.bg-gray {
  background-color: #C4C4C4 !important;
}

.color-gray3 {
  color: #828282 !important;
}

.bg-gray3 {
  background-color: #828282 !important;
}

.color-gray4 {
  color: #BDBDBD !important;
}

.bg-gray4 {
  background-color: #BDBDBD !important;
}

.color-sand {
  color: #DDC7AF !important;
}

.bg-sand {
  background-color: #DDC7AF !important;
}

.color-cyan {
  color: #8DC3C4 !important;
}

.bg-cyan {
  background-color: #8DC3C4 !important;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: Arial/*'Raleway', sans-serif*/;
  background: var(--bg2);
  color: var(--black);
  font-size: 16px;
}

img {
  border: 0;
}

h1,
.h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2,
.h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h3,
.h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
textarea,
a,
button {
  outline: none !important;
}

a {
  color: var(--a);
  text-decoration: var(--aUnderline);
  transition: all 0.3s ease;
}

a:hover {
  color: var(--aHover);
  text-decoration: var(--aUnderlineHover);
}

.dn {
  display: none;
}

.clr {
  clear: both;
}

.svg {
  width: 100%;
}

.svg:not(.svg--stroke) path {
  fill: var(--svg);
  transition: all 0.3s ease;
}

.svg:not(.svg--stroke):hover path {
  fill: var(--svgHover);
}

.svg--stroke path {
  stroke: var(--svg);
  transition: all 0.3s ease;
}

.svg--stroke:hover path {
  stroke: var(--svgHover);
}

.vhReal {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

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

main {
  flex: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}

.title {
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
}

.title-big {
  font-weight: 700;
  font-size: 2.22222222vw;
  line-height: 2.70833333vw;
  text-transform: uppercase;
}

.h1,
h1 {
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
}

.h2,
h2 {
  font-weight: 700;
  font-size: 1.38888889vw;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.h3,
h3 {
  font-weight: 700;
  font-size: 0.97222222vw;
  line-height: 120%;
  text-transform: uppercase;
}

.text {
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
}

.text-small {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.text-description {
  font-size: 0.69444444vw;
  line-height: 130%;
}

.text-menu {
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
}

.text-category {
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
}

body {
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
}

.img {
  line-height: 0;
}

.img img,
.img svg {
  width: 100%;
}

.content {
  padding: 0 9.72222222vw;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: var(--headerColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.04166667vw;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  padding: 0 9.72222222vw;
}

header.scroll {
  height: 4.16666667vw;
}

header.scroll .menu-item {
  height: 4.16666667vw;
}

header.scroll .logo {
  width: 4.16666667vw;
}

header.active {
  transform: translateY(0);
}

.header {
  --headerColor: var(--bg2);
  --searchColor1: rgba(54, 54, 54, 0.5);
  --searchColor2: var(--black);
  --menuColor1: var(--black);
  --menuColor2: var(--white);
  --logoColor: var(--black);
  --autocompleteColor1: var(--white);
  --autocompleteColor2: var(--black);
}

.header__left {
  line-height: 0;
}

.header__left .logo img {
  display: none;
}

.header__left .logo img:last-child {
  display: block;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 2.22222222vw;
}

.header--transparent:not(.scroll):not(.filter-open) {
  --headerColor: transparent;
  --menuColor2: var(--black);
  --menuColor1: var(--white);
  --searchColor2: var(--white);
  --searchColor1: var(--white);
  --autocompleteColor2: var(--white);
  --autocompleteColor1: var(--black);
  --logoColor: var(--white);
}

.header--transparent:not(.scroll):not(.filter-open) .header__left .logo img {
  display: block;
}

.header--transparent:not(.scroll):not(.filter-open) .header__left .logo img:last-child {
  display: none;
}

.search-block {
  display: flex;
  align-items: center;
  gap: 0.48611111vw;
  padding: 0.20833333vw 0.48611111vw;
  border-bottom: 1px solid var(--searchColor1);
  width: 13.88888889vw;
  position: relative;
  --svg: var(--searchColor1);
  --svgHover: var(--searchColor1);
}

.search-block img,
.search-block svg {
  width: 0.69444444vw;
}

.search-block input {
  font-family: 'Raleway', sans-serif;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--searchColor2);
  flex: 1;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.search-block input::placeholder {
  color: var(--searchColor1);
}

.search-block input[type=submit] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.38888889vw;
  z-index: 15;
}

.search-block .autoComplete_wrapper {
  position: initial;
}

.search-block .autoComplete_wrapper>input {
  height: auto;
  border: none;
  padding: 0;
  color: var(--searchColor2);
  width: 100%;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.search-block .autoComplete_wrapper>input::placeholder {
  color: var(--searchColor1);
}

.search-block .autoComplete_wrapper>ul {
  background: var(--autocompleteColor1);
  overflow-y: auto;
  box-shadow: 0.27777778vw 0.27777778vw 1.73611111vw rgba(0, 0, 0, 0.25);
  padding: 0.97222222vw 0.97222222vw 0.27777778vw;
  border-radius: 0.27777778vw;
  border: none;
}

.search-block .autoComplete_wrapper>ul>li {
  padding: 0;
  margin-bottom: 0.69444444vw;
  background: transparent;
  border-radius: 0;
  white-space: normal;
  font-size: 0.97222222vw;
  line-height: 130%;
  color: var(--autocompleteColor2);
}

.search-block .autoComplete_wrapper>ul>li a {
  color: var(--autocompleteColor2);
}

.search-block--dark {
  --searchColor1: var(--gray3);
  --searchColor2: var(--black);
}

.search-block--lg {
  padding: 0.69444444vw;
  width: 100%;
}

.search-block--select {
  padding-right: 1.73611111vw;
  background: url(/local/templates/glisskur/assets/css/../img/icon-down2.svg) no-repeat center right / 1.04166667vw auto;
}

.search-form {
  width: 59.72222222vw;
}

.search-form input {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  height: 3.125vw;
  border-radius: 0;
  box-shadow: none;
  background: transparent url(/local/templates/glisskur/assets/css/../img/icon-search-black.svg) no-repeat left center / 0.69444444vw auto;
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 0 1.38888889vw;
  color: var(--black);
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
}

.search-form__content {
  display: flex;
  gap: 1.38888889vw;
  align-items: flex-end;
}

.search-result {
  width: 41.66666667vw;
  margin-top: 2.77777778vw;
}

.search-advanced {
  margin-top: 0.69444444vw;
}

.search-advanced-result {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  color: var(--gray3);
}

.search-item {
  padding: 2.08333333vw 0;
  margin: 0;
  border-bottom: 1px solid var(--gray3);
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.search-item-inner {
  display: flex;
  gap: 1.38888889vw;
}

.search-item-image {
  width: 6.94444444vw;
  text-align: center;
}

.search-item-image--empty {
  display: none;
}

.search-item-image img {
  width: 6.94444444vw;
  height: 6.94444444vw;
  object-fit: contain;
}

.search-item__content {
  flex: 1;
}

.search-item--small {
  padding: 1.04166667vw 0;
}

.search-item h2,
.search-item .h2 {
  text-transform: none;
}

.search-preview {
  margin-top: 1.11111111vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.search-preview--empty {
  display: none;
}

.search-pagination {
  margin-top: 1.38888889vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.search-pagination__result {
  color: var(--gray3);
}

.voile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background: rgba(54, 54, 54, 0.4);
  height: 100%;
  display: none;
}

.voile--top {
  z-index: 1000;
}

.menu {
  display: flex;
}

.menu-item {
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0.69444444vw;
  height: 6.04166667vw;
  display: flex;
  align-items: center;
  transition: none;
  --a: var(--menuColor1);
  --aHover: var(--menuColor2);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.menu-item:hover,
.menu-item.active {
  background: var(--menuColor1);
  --a: var(--menuColor2);
}

.menu__sub {
  position: relative;
}

.menu__sub:hover .menu-item {
  background: var(--menuColor1);
  --a: var(--menuColor2);
}

.menu__sub:hover .menu-sub {
  display: block;
}

.menu-sub {
  position: absolute;
  padding: 2.08333333vw 2.08333333vw 2.08333333vw 1.38888889vw;
  top: 100%;
  left: 0;
  background: var(--menuColor1);
  display: none;
  min-width: 14.58333333vw;
}

.menu-sub__title {
  margin-bottom: 1.38888889vw;
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
}

.menu-sub__items {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  padding-left: 0.69444444vw;
}

.menu-sub-item {
  white-space: nowrap;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
  --a: var(--menuColor2);
  --aHover: var(--menuColor3);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.menu-footer {
  min-width: 14.58333333vw;
}

.menu-footer:last-child {
  min-width: 0;
}

.menu-footer__title {
  margin-bottom: 1.04166667vw;
}

.menu-footer__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.34722222vw;
}

.menu-footer-item {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  --a: rgba(248, 248, 248, 0.7);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.menu-footer-item--sub {
  position: relative;
  padding-right: 1.04166667vw;
}

.menu-footer-item--sub:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.69444444vw;
  height: 0.625vw;
  background: url(/local/templates/glisskur/assets/css/../img/icon-down.svg) no-repeat center / contain;
  opacity: 0.7;
  top: 52%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.menu-footer__sub {
  color: rgba(248, 248, 248, 0.7);
  cursor: pointer;
}

.menu-footer__sub.active>.menu-footer-item--sub:after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-footer-sub {
  display: none;
  padding-top: 0.34722222vw;
  padding-left: 0.69444444vw;
}

.menu-footer-sub>div {
  display: flex;
  flex-direction: column;
  gap: 0.34722222vw;
}

.logo {
  width: 6.04166667vw;
  display: inline-block;
  line-height: 0;
  --svg: var(--logoColor);
  --svgHover: var(--logoColor);
}

.logo img,
.logo svg {
  width: 100%;
}

footer {
  padding: 0 9.72222222vw;
  padding-top: 5.76388889vw;
  padding-bottom: 2.43055556vw;
  background: var(--black2);
  color: var(--bg);
}

footer .logo {
  width: 6.59722222vw;
}

.footer__row--last {
  text-align: center;
  color: rgba(248, 248, 248, 0.7);
  font-weight: 300;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.footer__row--flex {
  display: flex;
  justify-content: space-between;
}

.footer__row--2 {
  display: flex;
  align-items: flex-end;
}

.footer__row--2>div {
  flex: 1;
}

.footer__right {
  display: flex;
  justify-content: flex-end;
}

.social {
  display: flex;
  gap: 0.69444444vw;
}

.social-icon {
  width: 2.08333333vw;
  line-height: 0;
  --svg: var(--bg);
  --svgHover: var(--white);
}

.social-icon img,
.social-icon svg {
  width: 100%;
}

.subscribe__info {
  color: rgba(248, 248, 248, 0.5);
  margin-top: 0.34722222vw;
  width: 20.83333333vw;
  font-size: 0.69444444vw;
  line-height: 130%;
}

.subscribe__form {
  display: flex;
  gap: 0.69444444vw;
}

.subscribe .btn {
  min-width: 11.80555556vw;
}

.subscribe input {
  font-family: 'Raleway', sans-serif;
  background: transparent;
  border: 1px solid var(--gray);
  border-radius: 0;
  box-shadow: none;
  color: var(--white);
  height: 2.91666667vw;
  padding: 0 1.38888889vw;
  width: 15.27777778vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  transition: all 0.3s ease;
}

.subscribe input::placeholder {
  color: rgba(248, 248, 248, 0.3);
}

.subscribe input.error {
  border-color: var(--red);
}

.btn {
  display: inline-block;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  border: none;
  height: 2.91666667vw;
  background: var(--black2);
  min-width: 13.19444444vw;
  padding: 0 1.66666667vw;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  --a: var(--white);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: none;
  --svg: var(--white);
  --svgHover: var(--white);
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn>span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.btn:hover {
  background: var(--btn-hover);
}

.btn--white {
  background: var(--white);
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: none;
  --aUnderlineHover: none;
  color: var(--black);
  --svg: var(--black);
  --svgHover: var(--black);
}

.btn--white:hover {
  background: rgba(248, 248, 248, 0.9);
}

.btn--line {
  border: 1px solid var(--bg);
  background: transparent;
  --a: var(--white);
  --aHover: rgba(255, 255, 255, 0.7);
  --aUnderline: none;
  --aUnderlineHover: none;
  color: var(--white);
}

.btn--line:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border-color: rgba(248, 248, 248, 0.7);
}

.btn--line-black {
  border: 1px solid var(--black);
  background: transparent;
  --a: var(--black);
  --aHover: rgba(54, 54, 54, 0.7);
  --aUnderline: none;
  --aUnderlineHover: none;
  color: var(--black);
}

.btn--line-black:hover {
  color: rgba(54, 54, 54, 0.7);
  background: transparent;
  border-color: rgba(54, 54, 54, 0.7);
}

.btn--sm {
  height: 2.22222222vw;
  min-width: 9.375vw;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
}

.btn--big {
  height: 3.88888889vw;
}

.btn--transform-no {
  text-transform: none;
}

.section--first {
  margin-top: 9.51388889vw;
}

.section--promo {
  margin-top: 0;
}

.section--pt {
  padding-top: 10.41666667vw;
}

.section--pt-md {
  padding-top: 6.94444444vw;
}

.section--pt-xs {
  padding-top: 2.08333333vw;
}

.section--pb {
  padding-bottom: 10.41666667vw;
}

.section--pb-md {
  padding-bottom: 6.94444444vw;
}

.section--pb-xs {
  padding-bottom: 2.08333333vw;
}

.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
  display: flex;
  gap: 0.48611111vw;
  z-index: 2;
}

.slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1.25vw;
  height: 0.27777778vw;
  background: var(--gray);
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}

.slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: var(--black);
}

.slider.swiper-horizontal>.swiper-scrollbar {
  background: var(--white);
  border-radius: 0.13888889vw;
  left: 0;
  bottom: 0;
  height: 0.27777778vw;
  width: 100%;
}

.slider.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--black);
  border-radius: 0.13888889vw;
}

.slider__pagination--center.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 50%;
  transform: translateX(50%);
}

.slider__nav {
  display: flex;
  gap: 1.38888889vw;
  position: absolute;
  top: 0;
  right: 0;
}

.slider__btn {
  width: 1.875vw;
  height: 1.94444444vw;
  display: inline-block;
  background: url(/local/templates/glisskur/assets/css/../img/icon-arrow-left.svg) no-repeat center / contain;
}

.slider__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.slider__btn--next {
  transform: scaleX(-1);
}

.slider--with-bottom {
  padding-bottom: 2.08333333vw;
  margin-bottom: -2.08333333vw;
}

.slider--with-bottom-big {
  padding-bottom: 4.16666667vw;
  margin-bottom: -4.16666667vw;
}

.slider--with-top {
  padding-top: 2.08333333vw;
  margin-top: -2.08333333vw;
}

.slider--promo .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2.08333333vw;
  right: 10.83333333vw;
}

.slider--promo .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: var(--bg);
}

.slider--promo .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: var(--black);
}

.slider--w100 {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.slider--products.slider--with-top {
  padding-top: 6.94444444vw;
  margin-top: -6.94444444vw;
}

.slider--simple .swiper-slide {
  width: auto;
}

.slider--simple .swiper-slide--10 {
  padding-right: 0.69444444vw;
}

.slider--simple .swiper-slide--20 {
  padding-right: 1.38888889vw;
}

.slider--simple .swiper-slide--30 {
  padding-right: 2.08333333vw;
}

.slider--simple.tags .swiper-slide:last-child {
  padding-right: 6.94444444vw;
}

.slider--special-1.swiper-horizontal>.swiper-scrollbar {
  width: calc(100% - 9.722222222222222vw);
}

.slider--special-2 {
  padding: 1.80555556vw 2.08333333vw 1.04166667vw;
  margin: -1.80555556vw -2.08333333vw -1.04166667vw;
}

.slider--special-3.swiper-horizontal>.swiper-scrollbar {
  width: calc(100% - 19.44444444444444vw);
  left: 9.72222222vw;
}

.slider--special-3 .swiper-slide:first-child {
  padding-left: 9.72222222vw;
}

.slider--mobile .swiper-slide {
  width: auto;
}

.promo {
  height: 34.02777778vw;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6.59722222vw;
  color: var(--bg);
  position: relative;
}

.promo__content {
  padding: 0 9.72222222vw;
  position: relative;
  z-index: 2;
  width: 55.55555556vw;
}

.promo__title {
  color: var(--red);
  font-weight: 700;
  font-size: 2.22222222vw;
  line-height: 2.70833333vw;
  text-transform: uppercase;
  margin-bottom: 0.34722222vw;
}

.promo__text {
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
  font-size: 1.25vw;
}

.promo__btns {
  margin-top: 2.08333333vw;
}

.promo__pic {
  display: none;
  position: absolute;
  bottom: 1.04166667vw;
  right: 20.83333333vw;
  width: 16.66666667vw;
  line-height: 0;
}

.promo__pic img,
.promo__pic svg {
  width: 100%;
}

.promo__bg {
  background: no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo--2 {
  height: 40.27777778vw;
}

.stories {
  display: flex;
  justify-content: center;
  gap: 1.38888889vw;
}

.story {
  display: block;
  text-align: center;
  cursor: pointer;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.story__pic {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  display: block;
  border-radius: 50%;
}

.story__pic-outer {
  padding: 0.20833333vw;
  width: 5.55555556vw;
  height: 5.55555556vw;
  border: 0.13888889vw solid var(--gray4);
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.story__title {
  margin-top: 0.34722222vw;
  font-weight: 700;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
}

.story:hover .story__pic-outer {
  border-color: var(--black);
}

.block--1 {
  display: flex;
  gap: 2.77777778vw;
}

.block--1 .block__left {
  width: 48.61111111vw;
  line-height: 0;
}

.block--1 .block__left img,
.block--1 .block__left svg {
  width: 100%;
}

.block--1 .block__right {
  flex: 1;
  display: flex;
}

.block--1 .block__content {
  width: 28.125vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block--2 {
  position: relative;
  padding: 0 9.72222222vw;
}

.block--2 .block__inner {
  padding-top: 7.29166667vw;
  padding-bottom: 3.47222222vw;
  min-height: 27.77777778vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block--2 .block__title {
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 1.38888889vw;
  text-transform: uppercase;
}

.block--2 .block__text {
  width: 19.44444444vw;
  margin-bottom: 3.47222222vw;
}

.block--2 .block__pic {
  position: absolute;
  top: 2.08333333vw;
  right: 2.08333333vw;
  width: 46.31944444vw;
  line-height: 0;
}

.block--2 .block__pic img,
.block--2 .block__pic svg {
  width: 100%;
}

.block--3 {
  display: flex;
  justify-content: space-between;
}

.block--3 .block__left {
  width: 23.61111111vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block--3 .block__right {
  width: 62.5vw;
  margin-right: -9.72222222vw;
}

.block--3 .block__right--no-margin {
  margin-right: 0;
  width: 52.77777778vw;
}

.block--flex .block__content {
  display: flex;
  justify-content: space-between;
}

.block--flex .block__content>div:first-child {
  width: 31.94444444vw;
}

.block--flex .block__content>div:last-child {
  width: 38.88888889vw;
}

.block--flex .block__content .btns {
  display: flex;
  gap: 4.16666667vw;
}

.block--flex .block__content--2>div:first-child {
  width: 22.22222222vw;
}

.block--flex .block__content--2>div:last-child {
  width: 44.44444444vw;
}

.block--flex .block__pic {
  width: 100vw;
  margin-left: -9.72222222vw;
  margin-top: 5.97222222vw;
  position: relative;
  height: 18.05555556vw;
  line-height: 0;
}

.block--flex .block__pic img,
.block--flex .block__pic svg {
  width: 100%;
}

.block--flex .block__pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.2);
}

.block--flex .block__pic--2:after {
  display: none;
}

.block--flex .block__pic--3 {
  height: auto;
  margin-top: 0;
}

.block--flex .block__pic--4 {
  height: 27.77777778vw;
}

.block--fixed {
  width: 46.875vw;
}

.block--fixed2 {
  width: 50.41666667vw;
}

.with-icon {
  display: inline-block;
  position: relative;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.with-icon>span {
  display: flex;
  align-items: flex-end;
  gap: 0.69444444vw;
}

.with-icon img,
.with-icon svg {
  height: 0.97222222vw;
  width: auto;
  transition: all 0.3s ease;
}

.with-icon--link:hover img,
.with-icon--link:hover svg {
  transform: translateX(-0.34722222vw);
}

.with-icon--white {
  --a: var(--white);
  --aHover: var(--white);
  --svg: var(--white);
  --svgHover: var(--white);
}

.categories--2 {
  margin-top: 13.19444444vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.category {
  position: relative;
  width: 38.88888889vw;
  color: var(--white);
  display: block;
  --a: var(--white);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: none;
  transition: all 0.3s ease;
}

.category__pic {
  line-height: 0;
  position: absolute;
  top: -1.80555556vw;
  right: 4.51388889vw;
  transition: all 0.3s ease;
}

.category__pic img {
  height: 17.15277778vw;
}

.category__block {
  height: 22.22222222vw;
  background: var(--black);
  padding: 1.38888889vw;
  display: flex;
  align-items: flex-end;
}

.category__content {
  width: 100%;
  padding: 1.38888889vw 0.69444444vw 0.69444444vw 1.38888889vw;
  background: rgba(246, 247, 249, 0.16);
  backdrop-filter: blur(0.34722222vw);
  -webkit-backdrop-filter: blur(0.34722222vw);
}

.category__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.38888889vw;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.category__sup {
  vertical-align: super;
  display: inline-block;
  margin-left: 0.41666667vw;
  font-size: 0.69444444vw;
  line-height: 130%;
}

.category__link {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  text-align: right;
  margin-top: 1.875vw;
}

.category--blue .category__block {
  background: radial-gradient(72% 57% at 50% 40%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.4) 80%), #0097E6;
  box-shadow: 0.27777778vw 0.27777778vw 1.04166667vw rgba(1, 91, 138, 0.35);
}

.category--red .category__block {
  background: radial-gradient(72% 57% at 50% 40%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.4) 80%), #F16085;
  box-shadow: 0.27777778vw 0.27777778vw 1.04166667vw rgba(77, 77, 77, 0.35);
}

.category--sand .category__block {
  background: var(--sand);
}

.category--cyan .category__block {
  background: var(--cyan);
}

.category:hover {
  transform: scale(0.95);
}

.category:hover .category__pic {
  transform: scale(1.08);
}

.category--2 .category__block {
  background: var(--black);
  padding: 15.27777778vw 1.04166667vw 1.04166667vw;
  height: 100%;
  display: block;
}

.category--2 .category__pic {
  right: 50%;
  transform: translateX(50%);
  top: -2.77777778vw;
}

.category--2 .category__pic img {
  height: 18.75vw;
}

.category--2 .category__content {
  padding: 2.08333333vw 1.38888889vw 1.38888889vw;
  background: rgba(246, 247, 249, 0.162);
  height: 100%;
}

.category--2 .category__title {
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.38888889vw;
}

.category--2:hover {
  transform: scale(0.95);
}

.category--2:hover .category__pic {
  transform: translateX(50%) scale(1.08);
}

.product {
  width: 19.375vw;
  padding: 2.08333333vw;
  background: var(--bg);
  position: relative;
  height: 22.01388889vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__pic {
  position: absolute;
  right: 1.38888889vw;
  top: -2.08333333vw;
}

.product__pic img {
  height: 14.93055556vw;
  object-fit: contain;
}

.product__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.38888889vw;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: -2.91666667vw;
  width: 10.06944444vw;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.product__type {
  margin-bottom: 0.34722222vw;
  font-weight: bold;
  text-transform: uppercase;
}

.product__btn {
  margin-top: 1.38888889vw;
}

.product__content {
  width: 100%;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.product__label {
  font-size: 1.94444444vw;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: bold;
  margin-top: -3.125vw;
}

.product__label+.product__title {
  margin-top: 0.69444444vw;
}

.product__series {
  font-size: 0.69444444vw;
  line-height: 130%;
  margin-bottom: 0.34722222vw;
  text-transform: uppercase;
}

.product--big .product__pic {
  right: 4.16666667vw;
  top: -4.86111111vw;
}

.product--big .product__pic img {
  height: 20.83333333vw;
}

.product--2 {
  width: 11.875vw;
  background: transparent;
  height: auto;
  padding: 0;
  display: block;
}

.product--2 .product__pic {
  text-align: center;
  position: relative;
  right: auto;
  top: auto;
  z-index: 2;
  margin-bottom: 0.90277778vw;
}

.product--2 .product__pic img {
  height: 12.5vw;
}

.product--2 .product__bg {
  position: absolute;
  top: 2.22222222vw;
  left: 50%;
  transform: translateX(-50%);
}

.product--2 .product__bg img {
  width: 8.19444444vw;
}

.product--2 .product__content {
  text-align: center;
  width: 100%;
}

.product--2 .product__title {
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 0.69444444vw;
  width: 100%;
  font-weight: bold;
}

.product-detail {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.product-detail__left {
  width: 55.55555556vw;
  background: var(--bg);
  margin-left: -9.72222222vw;
  padding: 9.02777778vw 0 7.63888889vw;
  position: relative;
}

.product-detail__info {
  width: 31.25vw;
  padding-top: 1.66666667vw;
  min-height: 46.52777778vw;
}

.product-detail__info .rating-stars {
  transform: translateY(-0.13888889vw);
}

.product-detail__pic {
  height: 29.16666667vw;
  width: 29.16666667vw;
  margin: 0 auto;
}

.product-detail__pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-detail__type {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.product-detail__title {
  margin-top: 1.38888889vw;
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
}

.product-detail__sections {
  margin-top: 0.48611111vw;
}

.product-detail__btns {
  margin-top: 2.08333333vw;
  display: flex;
  gap: 1.38888889vw;
}

.product-detail__btns .btn {
  flex: 1;
}

.product-detail-section {
  padding: 1.38888889vw 0;
  border-bottom: 1px solid var(--black);
}

.product-detail-section--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-detail-section__title {
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

.product-detail-section__content {
  padding: 1.38888889vw 0 0 0.69444444vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.product-detail-section__full {
  margin-left: -0.69444444vw;
}

.product-detail-section--big {
  padding: 2.08333333vw 0;
}

.product-detail-section--big .product-detail-section__content {
  padding-top: 2.08333333vw;
}

.product-detail-section--collapsed .product-detail-section__title {
  position: relative;
  padding-right: 2.08333333vw;
}

.product-detail-section--collapsed .product-detail-section__title:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1.04166667vw;
  height: 1.04166667vw;
  background: url(/local/templates/glisskur/assets/css/../img/icon-plus.svg) no-repeat center / contain;
  transition: all 0.3s ease;
}

.product-detail-section--collapsed.active .product-detail-section__title:after {
  transform: rotate(45deg);
}

.products {
  margin-top: 3.81944444vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.77777778vw;
  grid-row-gap: 4.86111111vw;
}

.products .product {
  width: 100%;
}

.products .product--big {
  grid-column: 2 span;
}

.products-info__title {
  font-size: 2.22222222vw;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 1.38888889vw;
}

.products-info__text {
  width: 61.11111111vw;
  font-size: 1.38888889vw;
  line-height: 135%;
  letter-spacing: -0.03em;
}

.products-info+.products {
  margin-top: 7.98611111vw;
}

.products+.products-info {
  margin-top: 6.59722222vw;
}

.products--grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.04166667vw;
  grid-row-gap: 4.86111111vw;
}

.products--slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.77777778vw;
  grid-row-gap: 4.86111111vw;
}

.rennab {
  width: 80.55555556vw;
  margin: 0 auto;
  position: relative;
}

.rennab__pic {
  background: #D9D9D9 no-repeat center / cover;
  min-height: 29.86111111vw;
}

.rennab__content {
  position: absolute;
  left: 4.86111111vw;
  width: 100%;
  bottom: 4.86111111vw;
  display: block;
}

.rennab__title {
  font-weight: 700;
  font-size: 2.22222222vw;
  line-height: 2.70833333vw;
  text-transform: uppercase;
}

.articles {
  border-top: 1px solid var(--black);
  padding-top: 3.47222222vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.38888889vw;
  grid-row-gap: 2.08333333vw;
}

.article {
  width: 20.13888889vw;
  height: 24.65277778vw;
  background: no-repeat center / cover;
  display: flex;
  align-items: flex-end;
  padding: 0.69444444vw;
  --a: var(--white);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.article__content {
  display: flex;
  min-height: 7.43055556vw;
  padding: 1.04166667vw;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2.22222222vw);
  -webkit-backdrop-filter: blur(2.22222222vw);
}

.article__content--dark {
  background: rgba(248, 248, 248, 0.15);
}

.article__title {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.38888889vw;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.article__who {
  display: block;
  margin-top: 1.04166667vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.article__top {
  display: flex;
  justify-content: space-between;
  color: var(--gray4);
  margin-bottom: 1.38888889vw;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
}

.article__info {
  display: none;
}

.article--big {
  width: 24.30555556vw;
  height: 29.375vw;
  padding: 0.83333333vw;
}

.article--big .article__content {
  min-height: 8.81944444vw;
  padding: 1.25vw;
}

.article--big .article__title {
  font-size: 1.45833333vw;
}

.article--2 {
  width: 100%;
  height: 27.77777778vw;
  flex-direction: column;
  padding: 0;
}

.article--2 .article__pic {
  background: no-repeat center / cover;
  position: relative;
  flex: 1;
  width: 100%;
  display: block;
}

.article--2 .article__pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.2);
  transition: all 0.3s ease;
}

.article--2 .article__content {
  min-height: 10.41666667vw;
  background: var(--black);
  padding: 1.38888889vw;
  display: block;
}

.article--2 .article__title {
  width: 19.86111111vw;
}

.article--2:hover .article__pic:after {
  opacity: 0;
}

.article-detail__back {
  line-height: 0;
  width: 1.38888889vw;
  margin-bottom: 2.08333333vw;
}

.article-detail__back img,
.article-detail__back svg {
  width: 100%;
}

.article-detail__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.66666667vw;
  font-weight: 500;
  font-size: 0.97222222vw;
  line-height: 100%;
  text-transform: uppercase;
}

.article-detail__pic {
  height: 18.47222222vw;
  position: relative;
  margin-bottom: 2.77777778vw;
}

.article-detail__pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.2);
}

.article-detail__content {
  width: 100%;
}

.filter-grayscale {
  filter: grayscale(1);
}

.icon {
  width: 1.04166667vw;
  display: inline-block;
  line-height: 0;
}

.icon img,
.icon svg {
  width: 100%;
}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.img-parallax-block {
  position: relative;
  overflow: hidden;
}

sup {
  font-weight: normal;
  font-size: 50%;
  vertical-align: middle;
  margin-left: 0.69444444vw;
}

.tags {
  -webkit-mask-image: linear-gradient(to left, transparent 1%, #000000 6%, #000000 100%);
}

.tag {
  display: flex;
  height: 2.22222222vw;
  align-items: center;
  padding: 0 1.38888889vw;
  border-radius: 100px;
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
  transition: all 0.3s ease;
  --a: var(--black);
  --aHover: var(--bg);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.tag:hover,
.tag.active {
  background: var(--black);
  color: var(--bg);
  --a: var(--bg);
}

.filter {
  background: var(--bg2);
  border-radius: 0.27777778vw;
  padding: 2.08333333vw 1.875vw 1.38888889vw 1.38888889vw;
  position: fixed;
  left: 9.72222222vw;
  display: none;
  top: 0;
  width: 14.72222222vw;
}

.filter.open {
  display: block;
  z-index: 1001;
}

.filter-block {
  border-top: 1px solid var(--black);
  padding: 2.08333333vw 0;
}

.filter-block__icon {
  width: 1.73611111vw;
  cursor: pointer;
  line-height: 0;
}

.filter-block__icon img,
.filter-block__icon svg {
  width: 100%;
}

.filter__content {
  max-height: 27.77777778vw;
}

.filter__btns {
  display: flex;
  flex-direction: column;
  gap: 0.69444444vw;
  align-items: center;
  margin-top: 1.38888889vw;
}

.filter__btns .btn {
  width: 8.75vw;
  min-width: auto;
}

.filter-section {
  padding-bottom: 1.38888889vw;
  border-bottom: 1px solid rgba(54, 54, 54, 0.5);
  margin-bottom: 1.38888889vw;
}

.filter-section--last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.filter-section__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.97222222vw;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-section__title span {
  position: relative;
  padding-right: 1.04166667vw;
  display: inline-block;
}

.filter-section__title span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.48611111vw;
  height: 0.48611111vw;
  background: url(/local/templates/glisskur/assets/css/../img/icon-down-black.svg) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.filter-section__content {
  padding-top: 1.38888889vw;
  display: none;
}

.filter-section__content>div {
  display: flex;
  flex-direction: column;
  gap: 0.90277778vw;
}

.filter-section.open .filter-section__title:after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-item {
  display: flex;
  gap: 0.69444444vw;
  cursor: pointer;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
}

.filter-item>span:last-child {
  flex: 1;
}

.checkbox input {
  display: none;
}

.checkbox input+span {
  position: relative;
  display: inline-block;
  width: 0.69444444vw;
  height: 0.69444444vw;
  border: 1px solid var(--white);
}

.checkbox input+span:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/glisskur/assets/css/../img/icon-check.svg) no-repeat center / contain;
  transition: all 0.3s ease;
}

.checkbox input:checked+span:after {
  opacity: 1;
}

.checkbox--dark input+span {
  border: 1px solid var(--black);
}

.checkbox--dark input+span:after {
  background-image: url(/local/templates/glisskur/assets/css/../img/icon-check-dark.svg);
}

.perfect-scroll {
  position: relative;
}

.perfect-scroll.ps--active-y {
  padding-right: 1.18055556vw;
  margin-right: -1.18055556vw;
}

.perfect-scroll .ps__rail-y {
  display: block;
  border-radius: 100px;
  opacity: 1 !important;
  width: 0.27777778vw;
  background-color: #353535 !important;
}

.perfect-scroll .ps__thumb-y {
  background-color: #EAEAEA !important;
  border-radius: 100px;
  width: 100% !important;
  right: 0;
  position: absolute;
}

.perfect-scroll--inside.ps--active-y {
  margin-right: 0;
}

.perfect-scroll--dark .ps__rail-y {
  background-color: #D2D2D2 !important;
}

.perfect-scroll--dark .ps__thumb-y {
  background-color: #161616 !important;
}

.perfect-scroll--400 {
  max-height: 27.77777778vw;
}

.float {
  z-index: 19;
  position: absolute;
  left: 0;
  top: 0;
}

.float-elem__content {
  position: relative;
}

#floatStart {
  position: absolute;
  top: -6.94444444vw;
  left: 0;
}

.breadcrumbs {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  position: absolute;
  top: 1.66666667vw;
  left: 9.72222222vw;
  color: var(--black);
  display: flex;
  gap: 0.34722222vw;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: none;
  --aUnderlineHover: underline;
}

.back {
  display: inline-block;
  width: 1.38888889vw;
  position: absolute;
  left: 9.72222222vw;
  top: 4.86111111vw;
  line-height: 0;
}

.back img,
.back svg {
  width: 100%;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.69444444vw;
}

.rating__value {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.rating-stars {
  width: 5.83333333vw;
  height: 0.97222222vw;
  position: relative;
  background: #AFAFAF;
}

.rating-stars__back {
  background: var(--black);
  height: 0.97222222vw;
}

.rating-stars__front {
  position: absolute;
  width: 6.11111111vw;
  background: url(/local/templates/glisskur/assets/css/../img/stars.svg) no-repeat center / contain;
  top: -0.13888889vw;
  left: -0.13888889vw;
  height: 1.25vw;
}

.tabs {
  display: flex;
  gap: 0.69444444vw;
}

.tabs--round {
  border: 1px solid var(--black);
  width: 100%;
  gap: 0;
  border-radius: 100px;
}

.tab {
  height: 2.63888889vw;
  border: 1px solid var(--gray4);
  display: flex;
  align-items: center;
  padding: 0 0.69444444vw;
  color: var(--gray4);
  cursor: pointer;
  --a: var(--gray4);
  --aHover: var(--black);
  --aUnderline: none;
  --aUnderlineHover: none;
  white-space: nowrap;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.tab:hover:not(.disabled):not(.no-action),
.tab.active:not(.disabled) {
  color: var(--black);
  --a: var(--black);
  border-color: var(--black);
}

.tab-content {
  display: none;
  padding-top: 1.38888889vw;
}

.tab-content--2 {
  padding-top: 2.08333333vw;
}

.tab--round {
  height: 3.125vw;
  border: none;
  flex: 1;
  text-align: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--black);
  --a: var(--black);
  --aHover: var(--white);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.tab--round:hover:not(.disabled):not(.no-action),
.tab--round.active:not(.disabled) {
  color: var(--white);
  --a: var(--white);
  background: var(--black);
}

.tab.no-action {
  cursor: default;
}

.tab.disabled {
  cursor: default;
  border-color: var(--gray4);
  color: var(--gray4);
  --a: var(--gray4);
  --aHover: var(--gray4);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.tab--black-desktop {
  background: var(--black);
  color: var(--white);
}

.tab--black-desktop.active:not(.disabled) {
  background: var(--black);
  color: var(--white);
}

.accordion-click {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.reviews-block {
  display: flex;
  gap: 5.55555556vw;
}

.reviews-block__left {
  flex: 1;
}

.reviews-block__right {
  width: 15.27777778vw;
}

.reviews-block__right .btn {
  width: 100%;
}

.reviews-block__more {
  border-top: 1px solid var(--black);
  margin-top: 0.41666667vw;
  padding-top: 2.08333333vw;
  text-align: center;
  font-weight: bold;
  font-size: 0.83333333vw;
  line-height: 0.97222222vw;
  text-transform: uppercase;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.review {
  margin-bottom: 2.77777778vw;
  display: flex;
  gap: 1.04166667vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.review__pic {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: no-repeat center / cover;
}

.review__content {
  flex: 1;
}

.review__top {
  display: flex;
  justify-content: space-between;
}

.review__top>div:last-child {
  display: flex;
  gap: 0.69444444vw;
  align-items: center;
}

.review__who {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.69444444vw;
}

.review__where {
  display: flex;
  justify-content: flex-start;
}

.review__where>div {
  background: #F3F5F9;
  padding: 0.27777778vw 0.83333333vw;
  display: flex;
  align-items: center;
  color: #415063;
  gap: 0.27777778vw;
}

.review__date {
  color: #737F8C;
}

.review__text {
  padding-top: 1.59722222vw;
}

.review__person .review__pic {
  display: none;
}

.colors {
  display: flex;
  gap: 1.38888889vw 2.77777778vw;
  flex-wrap: wrap;
}

.colors-list {
  margin-top: 1.38888889vw;
  display: flex;
  flex-direction: column;
  gap: 1.04166667vw;
}

.color__bg {
  width: 3.47222222vw;
  height: 3.47222222vw;
  background: no-repeat center / cover;
  margin-bottom: 0.34722222vw;
}

.color__content {
  font-size: 0.69444444vw;
  line-height: 130%;
  width: 4.86111111vw;
  margin-right: -2.08333333vw;
}

.color-elem {
  display: flex;
  align-items: center;
  gap: 0.69444444vw;
}

.color-elem__title {
  flex: 1;
}

.color-elem__icon {
  display: inline-block;
  width: 2.08333333vw;
  height: 2.08333333vw;
  background: no-repeat center / cover;
}

.fancybox__backdrop {
  --fancybox-bg: rgba(54, 54, 54, 0.9);
}

.fancybox__nav .carousel__button.is-next {
  right: 27.77777778vw;
}

.fancybox__nav .carousel__button.is-prev {
  left: 27.77777778vw;
}

.popup {
  --fancybox-bg: var(--black);
  border-radius: 0.27777778vw;
  background: var(--bg);
  width: 25vw;
  padding: 3.125vw 1.38888889vw 1.73611111vw 1.38888889vw;
}

.popup.fancybox__content>.carousel__button.is-close {
  top: 1.38888889vw;
  opacity: 1;
  right: 1.38888889vw;
  width: 1.04166667vw;
  height: 1.04166667vw;
  background: url(/local/templates/glisskur/assets/css/../img/icon-close-black.svg) no-repeat center / contain;
}

.popup.fancybox__content>.carousel__button.is-close svg {
  display: none;
}

.popup__line {
  padding: 0.69444444vw;
  border-bottom: 1px solid rgba(54, 54, 54, 0.5);
}

.popup__title {
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
  font-weight: bold;
}

.popup--inst {
  width: 30vw;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: -64px 0;
}

.popup--inst.fancybox__content>.carousel__button.is-close {
  background-image: url(/local/templates/glisskur/assets/css/../img/icon-close.svg);
  top: -1.38888889vw;
  right: -1.38888889vw;
}

.language {
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.language span {
  flex: 1;
}

.language img {
  width: 0.83333333vw;
}

.shop {
  display: flex;
  align-items: center;
  gap: 1.38888889vw;
  height: 2.63888889vw;
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.shop span {
  flex: 1;
}

.shop img {
  width: 2.43055556vw;
}

.video {
  position: relative;
  display: block;
  line-height: 0;
}

.video img,
.video svg {
  width: 100%;
}

.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/local/templates/glisskur/assets/css/../img/play.svg) no-repeat center / contain;
  cursor: pointer;
  z-index: 2;
  width: 4.72222222vw;
  height: 4.72222222vw;
  transform: translate(-50%, -50%);
}

.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.35);
}

.inner {
  width: 59.72222222vw;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: underline;
  --aUnderlineHover: none;
}

.table {
  border: 1px solid var(--black);
  border-top: 0;
  border-left: 0;
}

.table__row {
  display: flex;
}

.table__body .table__th {
  display: none;
}

.table__col {
  flex: 1;
  border: 1px solid var(--black);
  border-bottom: 0;
  border-right: 0;
}

.table__th {
  min-height: 6.11111111vw;
  background: var(--white);
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 0.97222222vw;
  line-height: 120%;
  text-transform: uppercase;
}

.table__td,
.table__th {
  padding: 1.38888889vw;
}

.form {
  width: 23.61111111vw;
}

.form__row {
  margin-top: 1.38888889vw;
  position: relative;
}

.form__row--text {
  width: 19.30555556vw;
  margin-top: 0.69444444vw;
  font-size: 0.69444444vw;
  line-height: 130%;
}

.form__row--icon .input {
  padding-left: 2.08333333vw;
}

.form__row input,
.form__row .btn {
  width: 100%;
}

.form__icon {
  position: absolute;
  top: 50%;
  width: 0.76388889vw;
  left: 1.04166667vw;
  transform: translateY(-50%);
  line-height: 0;
  --svg: var(--gray3);
  --svgHover: var(--gray3);
}

.form__icon img,
.form__icon svg {
  width: 100%;
}

.autoComplete_wrapper {
  width: 100%;
}

.autoComplete_wrapper mark {
  padding: 0;
}

.autoComplete_wrapper>ul>li mark {
  color: var(--red);
}

.input,
.autoComplete_wrapper>input {
  font-family: 'Raleway', sans-serif;
  height: 3.125vw;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border: 1px solid var(--black);
  padding: 0 1.04166667vw;
  color: var(--black);
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
}

.input::placeholder,
.autoComplete_wrapper>input::placeholder {
  color: var(--gray3);
}

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

.dots {
  padding-top: 1.38888889vw;
}

.dot {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 1.38888889vw;
  margin-bottom: 2.08333333vw;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.dot__title {
  text-transform: uppercase;
  margin-bottom: 0.69444444vw;
}

.dot__address {
  text-transform: uppercase;
  font-weight: bold;
}

.dot__link {
  margin-top: 1.38888889vw;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: underline;
  --aUnderlineHover: none;
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
}

.a {
  --a: var(--black);
  --aHover: var(--red);
  --aUnderline: none;
  --aUnderlineHover: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cookie {
  position: fixed;
  bottom: 2.08333333vw;
  right: 2.08333333vw;
  width: 43.61111111vw;
  padding: 2.08333333vw;
  background: var(--white);
  z-index: 50;
  font-size: 1.11111111vw;
  line-height: 135%;
  font-weight: 500;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: underline;
  --aUnderlineHover: none;
}

.cookie__btns {
  display: flex;
  justify-content: flex-end;
  gap: 0.69444444vw;
  margin-top: 1.38888889vw;
}

.copyright {
  text-align: center;
  white-space: nowrap;
  color: var(--bg);
  opacity: 0.7;
  font-size: 0.97222222vw;
  line-height: 130%;
  font-weight: 500;
}

.mb--xxs {
  margin-bottom: 0.83333333vw;
}

.mb--xs {
  margin-bottom: 1.11111111vw;
}

.mb--sm {
  margin-bottom: 1.66666667vw;
}

.mb--md {
  margin-bottom: 2.22222222vw;
}

.mb--lg {
  margin-bottom: 2.77777778vw;
}

.mb--xl {
  margin-bottom: 3.33333333vw;
}

.mb--xxl {
  margin-bottom: 3.88888889vw;
}

.mb--extra {
  margin-bottom: 6.25vw;
}

.mt--xxs {
  margin-top: 0.83333333vw;
}

.mt--xs {
  margin-top: 1.11111111vw;
}

.mt--sm {
  margin-top: 1.66666667vw;
}

.mt--md {
  margin-top: 2.22222222vw;
}

.mt--lg {
  margin-top: 2.77777778vw;
}

.mt--xl {
  margin-top: 3.33333333vw;
}

.mt--xxl {
  margin-top: 3.88888889vw;
}

.mt--extra {
  margin-top: 6.25vw;
}

/* ******************** */

.test__container {
  margin-bottom: 60px !important;
}

p {
  margin: 0;
}

.bingo__banner {
  margin-top: 130px;
}

.bingo__banner img {
  width: 100%;
}

.container {
  max-width: 1614px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.info {
  margin-top: 170px;
  margin-bottom: 36px;
  max-width: 100%;
  text-wrap: balance;
}

.info__zag {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: clamp(26px, calc(1.625rem + ((1vw - 7.68px) * 1.3889)), 42px);
  line-height: 100%;
  color: #363636;
  margin-bottom: 53px;
}

.info__text {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.434)), 21px);
  line-height: 135%;
  text-wrap: balance;
  color: #363636;
}

.info__text_boild {
  font-weight: 700;
}

.line__bingo {
  border: 1px solid #363636;
  max-width: 1554px;
  width: 100%;
  height: 0px;
  margin-bottom: 68px;
}

.block__cards {
  margin-bottom: 131px;
}

.bingo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding-left: 0px;
  margin: 0;
}

.bingo__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 533px;
  cursor: pointer;
  perspective: 1000px;
  cursor: pointer;
}

.bingo__item_test {
  max-width: 490px !important;
  width: 100%;
  max-height: 533px !important;
}

.bingo__item_litle_text {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 27px;
}

.bingo__flip_card {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  position: relative;
}

.bingo__item_content,
.bingo__dop {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.bingo__item.flipped .bingo__flip_card {
  transform: rotateY(180deg);
}


.bingo__item img {
  width: 100%;
}

.bingo__item_content {
  display: flex;
  flex-direction: column;
  max-height: 533px;
  min-height: 370px;
  height: 100%;
  transform: rotateY(0deg);
}

.bingo__item_block {
  position: relative;
  background-color: #363636;
  min-height: 241px;
  height: 100%;
  padding: 27px 50px 27px 27px;
  margin-top: -6px;
}

.bingo__item_text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.5208)), 26px);
  line-height: 130%;
  text-wrap: balance;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

.bingo__item_svg {
  position: absolute;
  right: 50px;
  bottom: 27px;
  width: 36px !important;
  height: 37px;
  transform: translateX(0px);
  transition: .3s;
}

.bingo__item:hover .bingo__item_svg {
  transform: translateX(20px);
  transition: .3s;
}

.bingo__dop {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: #ddc7af;
  max-height: 533px;
  min-height: 370px;
  height: 100%;
  padding: 61px 26px 39px 26px;
  transition: all 0.3s ease;
  transform: rotateY(180deg);
}

.bingo__dop_info {
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.bingo__dop_teg {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.1736)), 16px);
  line-height: 117%;
  text-transform: uppercase;
  color: #363636;
  width: max-content;
  padding: 12px 27px;
  border: 1px solid #363636;
  border-radius: 100px;
}

.bingo__dop_teg:not(:first-child) {
  margin-top: 19px;
}

.bingo__dop_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bingo__item.active .bingo__dop {
  display: flex;
}

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

.dop__info_block .bingo__dop_teg {
  margin-top: 0px;
}

.dop__info_block_margin {
  margin-top: 12px;
}

.teg_margin {
  margin-left: 12px;
}

@media(max-width: 1620px) {
  .container {
    padding: 0 9.72222222vw;
  }

  .info {
    margin-top: 50px;
  }
}

@media(max-width: 1490px) {
  .bingo__item {
    min-height: 460px;
  }

  .info__text {
    font-size: 14px;
  }
}

@media(max-width: 1045px) {
  .bingo__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 991px) {
  .container {
    padding: 0 6.15384615vw;
  }

  .info {
    margin-top: 170px;
  }

  .bingo__item {
    min-height: 419px;
  }
}

@media (max-width: 700px) {

  .info {
    margin-top: 87px;
  }

  .bingo__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .info__text {
    font-size: 14px;
  }

  .bingo__dop_teg {
    font-size: 13px;
  }

  .bingo__item {
    min-height: 480px;
  }

  .bingo__item_content {
    max-height: 370px;
    min-height: 370px;
  }

  .bingo__item_block {
    min-height: 185px;
  }

  .bingo__dop {
    padding: 41px 19px 21px 19px;
  }
}

@media (max-width: 575px) {
  .bingo__item {
    min-height: 370px;
    max-height: 370px;
  }

  .bingo__item_block {
    min-height: 146px;
  }

}

/* ******************** */


@media only screen and (min-width: 992px) {
  .slider.categories .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 2.77777778vw;
  }
}

@media only screen and (max-width: 991px) {

  /*lg*/
  .title {
    font-weight: 600;
    font-size: 6.66666667vw;
    line-height: 100%;
    letter-spacing: -0.03em;
  }

  .title-big {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.20512821vw;
    text-transform: uppercase;
  }

  .h1,
  h1,
  .h1--mobile {
    font-weight: 600;
    font-size: 6.66666667vw;
    line-height: 100%;
    letter-spacing: -0.03em;
  }

  .h2,
  h2,
  .h2--mobile {
    font-weight: 700;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .h3,
  h3,
  .h3--mobile {
    font-weight: 700;
    font-size: 3.07692308vw;
    line-height: 3.84615385vw;
    text-transform: uppercase;
  }

  .text,
  .text--mobile {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .text-small,
  .text-small--mobile {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .text-description {
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .text-menu {
    font-weight: 500;
    font-size: 2.56410256vw;
    line-height: 120%;
    text-transform: uppercase;
  }

  .text-category {
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  body {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .content {
    padding: 0 6.15384615vw;
  }

  header {
    height: 15.38461538vw;
    padding: 0 6.15384615vw;
  }

  header.scroll {
    height: 15.38461538vw;
  }

  header.scroll .menu-item {
    height: 15.38461538vw;
  }

  header.scroll .logo {
    width: 15.38461538vw;
  }

  header .menu {
    display: none;
  }

  .search-block {
    gap: 2.56410256vw;
    padding: 1.28205128vw;
    width: 35.8974359vw;
  }

  .search-block img,
  .search-block svg {
    width: 3.33333333vw;
  }

  .search-block input {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
    width: 100%;
  }

  .search-block input[type=submit] {
    width: 5.12820513vw;
  }

  .search-block--lg {
    padding: 2.56410256vw;
    width: 100%;
  }

  .search-block--select {
    padding-right: 6.41025641vw;
    background-size: 3.84615385vw auto;
  }

  .search-block .autoComplete_wrapper>ul {
    box-shadow: 1.02564103vw 1.02564103vw 6.41025641vw rgba(0, 0, 0, 0.25);
    padding: 3.58974359vw 3.58974359vw 1.02564103vw;
    border-radius: 1.02564103vw;
  }

  .search-block .autoComplete_wrapper>ul>li {
    margin-bottom: 2.56410256vw;
    font-size: 3.58974359vw;
  }

  .search-block .autoComplete_wrapper>input {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .search-form {
    width: 100%;
  }

  .search-form input {
    height: 11.53846154vw;
    background-size: 2.56410256vw auto;
    min-width: 0;
    padding: 0 5.12820513vw;
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .search-form__content {
    gap: 7.69230769vw;
  }

  .search-result {
    width: 100%;
    margin-top: 10.25641026vw;
  }

  .search-advanced {
    margin-top: 2.56410256vw;
  }

  .search-advanced-result {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .search-item {
    padding: 7.69230769vw 0;
  }

  .search-item-inner {
    gap: 5.12820513vw;
  }

  .search-item-image {
    width: 25.64102564vw;
  }

  .search-item-image img {
    width: 25.64102564vw;
    height: 25.64102564vw;
  }

  .search-item--small {
    padding: 3.84615385vw 0;
  }

  .search-item h2,
  .search-item .h2 {
    font-size: 4.1025641vw;
  }

  .search-preview {
    margin-top: 5.12820513vw;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .search-pagination {
    margin-top: 2.56410256vw;
    display: block;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .search-pagination__result {
    margin-bottom: 5.12820513vw;
  }

  .voile {
    display: none;
  }

  .logo {
    width: 17.94871795vw;
  }

  footer {
    padding: 0 6.15384615vw;
    padding-top: 11.53846154vw;
    border-radius: 7.69230769vw 7.69230769vw 0 0;
    padding-bottom: 30.76923077vw;
  }

  footer .logo {
    width: 20.51282051vw;
  }

  footer .social {
    margin-bottom: 5.12820513vw;
    margin-top: 7.69230769vw;
  }

  footer .tabs {
    width: 100%;
    height: 10.25641026vw;
    padding: 0.51282051vw;
    border-radius: 100px;
    background: var(--white);
    gap: 0;
  }

  footer .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
    border-radius: 100px;
    background: var(--white);
    color: var(--black);
  }

  footer .tab.active,
  footer .tab:hover {
    background: var(--black);
    color: var(--white);
  }

  .footer__row--last {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .footer__row--flex {
    display: block;
  }

  .footer__row--2 {
    flex-direction: column;
    align-items: center;
  }

  .footer__right {
    display: block;
    margin-top: 15.38461538vw;
  }

  .social {
    gap: 3.33333333vw;
    justify-content: center;
  }

  .social-icon {
    width: 7.69230769vw;
  }

  .subscribe__info {
    margin-top: 2.56410256vw;
    width: 61.53846154vw;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .subscribe__form {
    gap: 2.56410256vw;
  }

  .subscribe .btn {
    min-width: 25.64102564vw;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .subscribe input {
    height: 8.71794872vw;
    padding: 0 5.12820513vw;
    width: 100%;
    flex: 1;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .btn {
    height: 8.71794872vw;
    min-width: 25.64102564vw;
    padding: 0 6.15384615vw;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .btn--lg {
    height: 11.53846154vw;
  }

  .btn--big {
    height: 13.84615385vw;
  }

  .btn-m--sm {
    height: 5.64102564vw;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .menu {
    display: flex;
  }

  .menu-item {
    font-weight: 500;
    font-size: 2.56410256vw;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0.69444444vw;
    height: 6.04166667vw;
    display: flex;
    align-items: center;
    transition: none;
    --a: var(--card);
    --aHover: var(--black);
    --aUnderline: none;
    --aUnderlineHover: none;
  }

  .menu-item:hover,
  .menu-item.active {
    background: var(--white);
  }

  .menu__sub {
    position: relative;
  }

  .menu__sub:hover .menu-item {
    background: var(--white);
    --a: var(--black);
  }

  .menu__sub:hover .menu-sub {
    display: block;
  }

  .menu-sub {
    position: absolute;
    padding: 2.08333333vw 2.08333333vw 2.08333333vw 1.38888889vw;
    top: 100%;
    left: 0;
    background: var(--white);
    display: none;
    min-width: 14.58333333vw;
  }

  .menu-sub__title {
    margin-bottom: 1.38888889vw;
    font-weight: 500;
    font-size: 2.56410256vw;
    line-height: 120%;
    text-transform: uppercase;
  }

  .menu-sub__items {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    padding-left: 0.69444444vw;
  }

  .menu-sub-item {
    white-space: nowrap;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
    --a: var(--black);
    --aHover: var(--red);
    --aUnderline: none;
    --aUnderlineHover: none;
  }

  .menu-footer {
    margin-bottom: 5.12820513vw;
    width: 100%;
  }

  .menu-footer__title {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
    margin-bottom: 5.12820513vw;
  }

  .menu-footer__items {
    gap: 2.56410256vw;
  }

  .menu-footer-item {
    font-size: 4.1025641vw;
    line-height: 100%;
  }

  .menu-footer-item--sub {
    padding-right: 3.84615385vw;
  }

  .menu-footer-item--sub:after {
    width: 2.56410256vw;
    height: 2.30769231vw;
  }

  .menu-footer-sub {
    display: none;
    padding-top: 3.84615385vw;
    padding-left: 2.56410256vw;
  }

  .menu-footer-sub>div {
    gap: 1.79487179vw;
  }

  .menu-footer-sub .menu-footer-item {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .tabs {
    gap: 2.56410256vw;
  }

  .tab {
    height: 8.20512821vw;
    padding: 0 2.56410256vw;
    font-size: 2.56410256vw;
    line-height: 130%;
    /*&:hover:not(.disabled):not(.no-action), &.active:not(.disabled){
      color: var(--bg);
      --a: var(--bg);
      border-color: var(--bg);
    }*/
    /*&--white{
      background: var(--white); color: var(--black); border: var(--white);
      &.active:not(.disabled){
        background: var(--white); color: var(--black)!important; border: var(--white);
      }
    }*/
  }

  .tab-content {
    padding-top: 5.12820513vw;
  }

  .tab--round {
    height: 11.53846154vw;
    font-size: 4.1025641vw;
    line-height: 145%;
  }

  .panel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 990;
  }

  .panel__items {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 3.07692308vw 3.84615385vw 5.12820513vw;
    border-radius: 7.69230769vw 7.69230769vw 0 0;
    background: var(--bg2);
    box-shadow: 0 0 8.97435897vw rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }

  .panel-item {
    display: block;
    color: var(--black2);
    text-align: center;
    flex: 1;
    --a: var(--black2);
    --aHover: var(--red);
    --aUnderline: none;
    --aUnderlineHover: none;
  }

  .panel-item__icon {
    display: block;
    margin-bottom: 2.56410256vw;
  }

  .panel-item__icon img {
    height: 6.92307692vw;
  }

  .panel-item__title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .panel-item--menu .panel-item__icon {
    margin-top: -7.69230769vw;
  }

  .panel-item--menu .panel-item__icon img {
    height: 14.61538462vw;
  }

  .panel-panel {
    position: absolute;
    bottom: 0;
    padding: 12.82051282vw 6.15384615vw 34.61538462vw;
    transform: translateY(100%);
    background: var(--bg2);
    width: 100%;
    color: var(--black2);
    transition: all 0.3s ease;
  }

  .panel-panel.active {
    transform: translateY(0);
  }

  .panel-panel__title {
    text-align: center;
    margin-bottom: 5.12820513vw;
  }

  .panel-panel__bottom {
    text-align: center;
    margin-top: 10.25641026vw;
    color: var(--black2);
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .panel-panel__close {
    position: absolute;
    width: 3.84615385vw;
    height: 3.84615385vw;
    top: 5.12820513vw;
    right: 5.12820513vw;
    background: url(/local/templates/glisskur/assets/css/../img/icon-close-black.svg) no-repeat center / contain;
    transition: all 0.3s ease;
  }

  .panel-panel .btns {
    display: flex;
    gap: 2.56410256vw;
  }

  .panel-panel .btns .btn {
    width: 100%;
  }

  .panel-panel--menu {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 30.76923077vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .panel-panel--menu.active .panel-panel__close {
    top: 20.51282051vw;
  }

  .panel-panel--menu .menu-footer {
    flex: 1;
    overflow: auto;
  }

  .panel-panel--menu .menu-footer__items {
    align-items: stretch;
    gap: 0;
  }

  .panel-panel--menu .menu-footer-item {
    border-bottom: 1px solid rgba(36, 36, 36, 0.3);
    padding-top: 5.12820513vw;
    padding-bottom: 5.12820513vw;
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
    --a: var(--black2);
    color: var(--black2);
  }

  .panel-panel--menu .menu-footer-item:last-child {
    border-bottom: 0;
  }

  .panel-panel--menu .menu-footer-item--sub:after {
    background-image: url(/local/templates/glisskur/assets/css/../img/icon-down-black.svg);
  }

  .panel-panel--menu .menu-footer-item--2 {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
  }

  .panel-panel--menu .menu-footer-sub {
    padding-top: 0;
    margin-top: 5.12820513vw;
    border-top: 1px solid rgba(36, 36, 36, 0.3);
  }

  .panel-panel--menu .menu-footer__sub {
    width: 100%;
    border-bottom: 1px solid rgba(36, 36, 36, 0.3);
    padding-top: 5.12820513vw;
    padding-bottom: 5.12820513vw;
    transition: all 0.3s ease;
  }

  .panel-panel--menu .menu-footer__sub>.menu-footer-item {
    border-bottom: 0;
  }

  .panel-panel--menu .menu-footer__sub.active {
    padding-bottom: 0;
  }

  .panel-panel--menu .menu-footer__sub.active .menu-footer__sub {
    border-bottom: 0;
  }

  .panel .tabs {
    gap: 0;
    display: flex;
    width: 100%;
    height: 10.25641026vw;
    padding: 0.51282051vw;
    border-radius: 100px;
    background: var(--white);
  }

  .panel .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex: 1;
    border-radius: 100px;
    background: var(--white);
    color: var(--black2);
    border: 0;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .panel .tab.active,
  .panel .tab:hover {
    background: var(--black);
    color: var(--white);
  }

  .panel .tab-content {
    display: none;
    padding-top: 4.1025641vw;
  }

  .panel.stage-2 .panel__items {
    transform: translateY(150%);
  }

  .panel.stage-2 .panel-panel.active {
    padding-bottom: 6.15384615vw;
  }

  .icon {
    width: 3.84615385vw;
  }

  .section--first {
    margin-top: 25.64102564vw;
  }

  .section--promo {
    margin-top: 0;
  }

  .section--pt {
    padding-top: 20.51282051vw;
  }

  .section--pt-md {
    padding-top: 20.51282051vw;
  }

  .section--pt-xs {
    padding-top: 5.12820513vw;
  }

  .section--pb {
    padding-bottom: 20.51282051vw;
  }

  .section--pb-md {
    padding-bottom: 20.51282051vw;
  }

  .section--pb-xs {
    padding-bottom: 5.12820513vw;
  }

  .section-m--pt {
    padding-top: 20.51282051vw;
  }

  .section-m--pt-xs {
    padding-top: 5.12820513vw;
  }

  .section-m--pt-sm {
    padding-top: 10.25641026vw;
  }

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

  .section-m--pb {
    padding-bottom: 20.51282051vw;
  }

  .section-m--pb-xs {
    padding-bottom: 5.12820513vw;
  }

  .section-m--pb-sm {
    padding-bottom: 10.25641026vw;
  }

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

  .slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 1.79487179vw;
    right: 50%;
    transform: translateX(50%);
  }

  .slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 4.61538462vw;
    height: 1.02564103vw;
  }

  .slider.swiper-horizontal>.swiper-scrollbar {
    border-radius: 0.51282051vw;
    height: 1.02564103vw;
  }

  .slider.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0.51282051vw;
  }

  .slider__pagination--center.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 50%;
    transform: translateX(50%);
  }

  .slider__pagination-m--left.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: auto;
    transform: none;
    left: 0;
  }

  .slider--with-bottom {
    padding-bottom: 6.41025641vw;
    margin-bottom: -6.41025641vw;
  }

  .slider--with-top {
    padding-top: 6.41025641vw;
    margin-top: -6.41025641vw;
  }

  .slider--promo {
    background: var(--black);
  }

  .slider--promo .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5.12820513vw;
    right: 6.15384615vw;
    transform: none;
  }

  .slider--mobile {
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
  }

  .slider--mobile .swiper-slide {
    width: auto;
    padding-left: 5.12820513vw;
  }

  .slider--mobile .swiper-slide:first-child {
    padding-left: 6.15384615vw;
  }

  .slider--mobile .swiper-slide:last-child {
    padding-right: 6.15384615vw;
  }

  .slider--products {
    margin: 0 -6.15384615vw;
  }

  .slider--products.slider--with-top {
    padding-top: 5.12820513vw;
    margin-top: -5.12820513vw;
  }

  .slider--special-1.swiper-horizontal>.swiper-scrollbar {
    width: calc(100% - 12.30769230769231vw);
    left: 6.15384615vw;
  }

  .slider--special-2 {
    padding: 5.64102564vw 0 3.84615385vw;
    margin: -5.64102564vw 0 -3.84615385vw -50vw;
  }

  .slider--special-3.swiper-horizontal>.swiper-scrollbar {
    width: calc(100% - 12.30769230769231vw);
    left: 6.15384615vw;
  }

  .slider--special-3 .swiper-slide:first-child {
    padding-left: 6.15384615vw;
  }

  .slider--simple {
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
  }

  .slider--simple .swiper-slide {
    width: auto;
  }

  .slider--simple .swiper-slide:first-child {
    padding-left: 6.15384615vw;
  }

  .slider--simple .swiper-slide:last-child {
    padding-right: 6.15384615vw;
  }

  .slider--simple .swiper-slide--10 {
    padding-left: 2.56410256vw;
    padding-right: 0;
  }

  .slider--simple .swiper-slide--20 {
    padding-left: 3.84615385vw;
    padding-right: 0;
  }

  .slider--simple .swiper-slide--30 {
    padding-left: 5.12820513vw;
    padding-right: 0;
  }

  .slider--simple.tags .swiper-slide:last-child {
    padding-right: 6.15384615vw;
  }

  .tags {
    -webkit-mask-image: none;
  }

  .promo {
    height: 121.53846154vw;
    padding-bottom: 0;
    background: var(--bg2);
  }

  .promo__content {
    position: relative;
    z-index: 5;
    padding: 0 6.15384615vw;
    background: var(--bg2);
    padding-top: 5.12820513vw;
    padding-bottom: 3.84615385vw;
    width: 100%;
    margin-top: 76.92307692vw;
  }

  .promo__content--2 {
    /*background: rgba(234, 234, 234, 0.4);
        backdrop-filter: blur(20/@m);
        -webkit-backdrop-filter: blur(20/@m);*/
    background: transparent;
    height: 46.15384615vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .promo__title {
    font-size: 6.66666667vw;
    line-height: 8.20512821vw;
    margin-bottom: 2.56410256vw;
  }

  .promo__text {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
    font-size: 4.1025641vw;
  }

  .promo__btns {
    margin-top: 0;
  }

  .promo__pic {
    display: block;
    top: auto;
    right: 5.12820513vw;
    width: 38.46153846vw;
    z-index: 3;
    height: 38.46153846vw;
    bottom: 10.25641026vw;
  }

  .promo__pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .promo__bg {
    background: no-repeat center top / cover;
    height: 76.92307692vw;
  }

  .promo__bg--2 {
    height: 100%;
  }

  .promo__bg--2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  }

  .stories {
    gap: 2.56410256vw;
    overflow: auto;
    justify-content: flex-start;
    padding: 0 6.15384615vw;
  }

  .story__pic-outer {
    padding: 0.76923077vw;
    width: 20.51282051vw;
    height: 20.51282051vw;
    border: 0.51282051vw solid var(--gray4);
  }

  .story__title {
    margin-top: 1.28205128vw;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  .block--1 {
    display: block;
  }

  .block--1 .block__left {
    display: none;
  }

  .block--1 .block__right {
    display: block;
    padding: 0 6.15384615vw;
  }

  .block--1 .block__content {
    width: 100%;
    padding-bottom: 0;
  }

  .block--1 .title {
    margin-right: -15.8974359vw;
  }

  .block--2 {
    background: var(--sand);
    padding: 0 6.15384615vw;
    display: flex;
    justify-content: space-between;
    padding-top: 6.41025641vw;
    padding-bottom: 10.25641026vw;
  }

  .block--2 .block__inner {
    padding: 0;
    min-height: 0;
  }

  .block--2 .block__title {
    font-weight: 600;
    font-size: 6.66666667vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 5.12820513vw;
  }

  .block--2 .block__text {
    width: 48.71794872vw;
    margin-bottom: 12.82051282vw;
  }

  .block--2 .block__pic {
    position: relative;
    top: auto;
    right: auto;
    width: 38.46153846vw;
    margin-right: -6.15384615vw;
  }

  .block--3 {
    display: block;
  }

  .block--3 .block__left {
    width: 100%;
    display: block;
  }

  .block--3 .block__right {
    width: 100%;
    margin-right: 0;
    margin-top: 10.25641026vw;
  }

  .block--flex .block__content {
    display: block;
  }

  .block--flex .block__content>div:first-child {
    width: 100%;
  }

  .block--flex .block__content>div:last-child {
    width: 100%;
  }

  .block--flex .block__content .btns {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }

  .block--flex .block__pic {
    width: 100vw;
    margin-left: -6.15384615vw;
    margin-top: 10.25641026vw;
    height: 38.46153846vw;
    margin-bottom: 5.12820513vw;
  }

  .block--flex .block__pic--2 {
    height: 61.53846154vw;
  }

  .block--fixed,
  .block--fixed2 {
    width: 100%;
  }

  .with-icon>span {
    gap: 2.56410256vw;
  }

  .with-icon img,
  .with-icon svg {
    height: 3.58974359vw;
  }

  .with-icon--link:hover img,
  .with-icon--link:hover svg {
    transform: translateX(-1.28205128vw);
  }

  .categories--2 {
    margin-top: 0;
    display: block;
  }

  .category {
    width: 57.69230769vw;
  }

  .category__pic {
    line-height: 0;
    position: absolute;
    top: -2.56410256vw;
    right: 50%;
    transform: translateX(50%);
  }

  .category__pic img {
    height: 46.15384615vw;
  }

  .category__block {
    height: 68.20512821vw;
    padding: 2.56410256vw;
  }

  .category__content {
    padding: 5.12820513vw 2.56410256vw 2.56410256vw 3.84615385vw;
    backdrop-filter: blur(1.28205128vw);
    -webkit-backdrop-filter: blur(1.28205128vw);
  }

  .category__title {
    font-weight: 700;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .category__sup {
    margin-left: 1.28205128vw;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .category__link {
    margin-top: 8.97435897vw;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .category--blue .category__block {
    box-shadow: 1.02564103vw 1.02564103vw 3.84615385vw rgba(1, 91, 138, 0.35);
  }

  .category--red .category__block {
    box-shadow: 1.02564103vw 1.02564103vw 3.84615385vw rgba(77, 77, 77, 0.35);
  }

  .category:hover {
    transform: none;
  }

  .category:hover .category__pic {
    transform: translateX(50%);
  }

  .category--2 {
    width: 100%;
    margin-top: 20.51282051vw;
  }

  .category--2 .category__block {
    padding: 43.58974359vw 3.84615385vw 3.84615385vw;
  }

  .category--2 .category__pic {
    top: -7.69230769vw;
  }

  .category--2 .category__pic img {
    height: 58.97435897vw;
  }

  .category--2 .category__title {
    font-weight: 600;
    font-size: 6.66666667vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 5.12820513vw;
  }

  .category--2 .category__content {
    padding: 5.12820513vw;
  }

  .float {
    position: relative;
  }

  .product {
    width: 48.71794872vw;
    padding: 5.12820513vw 6.15384615vw;
    height: 57.69230769vw;
  }

  .product__pic {
    position: absolute;
    right: 2.56410256vw;
    top: -1.28205128vw;
  }

  .product__pic img {
    height: 25.64102564vw;
  }

  .product__title {
    font-weight: 700;
    font-size: 3.07692308vw;
    line-height: 3.84615385vw;
    text-transform: uppercase;
    margin-top: -6.92307692vw;
    width: 24.35897436vw;
  }

  .product__type {
    font-weight: 700;
    font-size: 3.07692308vw;
    line-height: 3.84615385vw;
    text-transform: uppercase;
    margin-bottom: 1.02564103vw;
  }

  .product__text {
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .product__btn {
    margin-top: 2.56410256vw;
  }

  .product__content {
    width: 100%;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .product__label {
    display: none;
  }

  .product__label+.product__title {
    margin-top: -6.92307692vw;
    width: 24.35897436vw;
  }

  .product__series {
    font-weight: 700;
    font-size: 2.05128205vw;
    line-height: 145%;
    margin-bottom: 0.51282051vw;
  }

  .product--big .product__pic {
    right: 7.69230769vw;
    top: -5.12820513vw;
  }

  .product--big .product__pic img {
    height: 37.69230769vw;
  }

  .product--2 {
    width: 33.33333333vw;
    height: auto;
    padding: 0;
  }

  .product--2 .product__pic {
    margin-bottom: 2.56410256vw;
  }

  .product--2 .product__pic img {
    height: 34.61538462vw;
  }

  .product--2 .product__bg {
    top: 6.15384615vw;
  }

  .product--2 .product__bg img {
    width: 23.07692308vw;
  }

  .product--2 .product__content {
    text-align: center;
    width: 100%;
  }

  .product--2 .product__title {
    font-size: 4.1025641vw;
    line-height: 100%;
    margin: 0 0 1.28205128vw;
    width: 100%;
    font-weight: normal;
  }

  .product-detail {
    display: block;
  }

  .product-detail__left {
    width: 100%;
    margin-left: 0;
    padding: 10.25641026vw 0 7.69230769vw;
    background: transparent;
    position: relative;
  }

  .product-detail__left:after {
    content: "";
    position: absolute;
    top: 19.23076923vw;
    left: -6.15384615vw;
    height: 62.82051282vw;
    background: var(--bg);
    width: 100vw;
    z-index: -1;
  }

  .product-detail__info {
    width: 100vw;
    color: var(--black);
    background: var(--bg2);
    margin-left: -6.15384615vw;
    padding: 0 6.15384615vw;
    padding-top: 5.12820513vw;
    padding-bottom: 5.12820513vw;
  }

  .product-detail__info .rating-stars {
    transform: none;
  }

  .product-detail__pic {
    height: 52.56410256vw;
    width: 38.46153846vw;
  }

  .product-detail__type {
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .product-detail__title {
    margin-top: 0;
    width: auto;
    font-weight: 700;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .product-detail__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 3;
    margin-bottom: 5.12820513vw;
  }

  .product-detail__btns {
    margin-top: 5.12820513vw;
    gap: 2.56410256vw;
    margin-bottom: 7.69230769vw;
  }

  .product-detail__sections {
    margin-top: 0;
  }

  .product-detail__sections .product-detail__type {
    font-size: 4.1025641vw;
    line-height: 135%;
    text-transform: none;
    font-weight: normal;
  }

  .product-detail__sections .product-detail__title {
    margin-top: 1.53846154vw;
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.20512821vw;
    text-transform: uppercase;
  }

  .product-detail-section {
    padding: 5.12820513vw 0;
    border-bottom: 1px solid var(--black);
  }

  .product-detail-section:last-child {
    border-bottom: 0;
  }

  .product-detail-section__title {
    font-weight: 700;
    font-size: 5.12820513vw;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .product-detail-section__title--simple {
    font-weight: 400;
    font-size: 4.1025641vw;
    line-height: 120%;
    letter-spacing: -0.035em;
    text-transform: none;
  }

  .product-detail-section__title--desktop {
    display: none;
  }

  .product-detail-section__title--desktop+.product-detail-section__content {
    padding-top: 0 !important;
  }

  .product-detail-section__content {
    padding: 5.12820513vw 0 0 0;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .product-detail-section__full {
    margin-left: 0;
  }

  .product-detail-section--big {
    padding: 7.69230769vw 0;
  }

  .product-detail-section--big .product-detail-section__content {
    padding-top: 7.69230769vw;
  }

  .product-detail-section--collapsed .product-detail-section__title {
    padding-right: 7.69230769vw;
  }

  .product-detail-section--collapsed .product-detail-section__title:after {
    width: 3.84615385vw;
    height: 3.84615385vw;
    background-image: url(/local/templates/glisskur/assets/css/../img/icon-plus.svg);
  }

  .product-detail-section--2 .product-detail-section__title {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
    font-weight: normal;
    text-transform: none;
  }

  .product-detail-section--2 .product-detail-section__content {
    padding-top: 3.84615385vw;
  }

  .products {
    margin: 5.12820513vw -6.15384615vw 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.56410256vw;
    grid-row-gap: 10.25641026vw;
  }

  .products .product--big {
    grid-column: 1 span;
  }

  .products-info__title {
    font-weight: 600;
    font-size: 6.66666667vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 5.12820513vw;
  }

  .products-info__text {
    width: 79.48717949vw;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .products-info+.products {
    margin-top: 12.82051282vw;
  }

  .products+.products-info {
    margin-top: 10.25641026vw;
    padding-top: 10.25641026vw;
    border-top: 1px solid rgba(54, 54, 54, 0.5);
  }

  .rennab {
    width: 100%;
    background: var(--sand);
    padding: 11.53846154vw 0;
  }

  .rennab__pic {
    display: none;
  }

  .rennab__content {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: block;
    padding: 0 6.15384615vw;
  }

  .rennab__title {
    font-weight: 700;
    font-size: 6.66666667vw;
    line-height: 8.20512821vw;
    text-transform: uppercase;
  }

  .rennab__btn {
    margin-top: 7.69230769vw;
  }

  .rennab__btn .btn {
    width: 100%;
  }

  .articles {
    border-top: none;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10.25641026vw;
  }

  .article {
    width: 74.35897436vw;
    height: 91.02564103vw;
    padding: 2.56410256vw;
  }

  .article__content {
    min-height: 27.43589744vw;
    padding: 3.84615385vw;
    backdrop-filter: blur(8.20512821vw);
    -webkit-backdrop-filter: blur(8.20512821vw);
  }

  .article__who {
    margin-top: 3.84615385vw;
    text-align: right;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .article__top {
    margin-bottom: 5.12820513vw;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  .article--big {
    width: 74.35897436vw;
    height: 91.02564103vw;
    padding: 2.56410256vw;
  }

  .article--big .article__content {
    min-height: 27.43589744vw;
    padding: 3.84615385vw;
  }

  .article--big .article__title {
    font-size: 4.61538462vw;
  }

  .article__info {
    display: block;
    margin-top: 5.12820513vw;
    color: var(--white);
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .article__link {
    margin-top: 7.69230769vw;
    text-transform: uppercase;
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .article__title {
    font-weight: 700;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }

  .article--2 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .article--2 .article__pic {
    height: 68.20512821vw;
  }

  .article--2 .article__content {
    padding: 5.12820513vw;
  }

  .article--2 .article__title {
    width: 100%;
    font-weight: 700;
    font-size: 5.12820513vw;
    line-height: 130%;
    letter-spacing: -0.03em;
  }

  .article-detail__back {
    width: 5.12820513vw;
    margin-bottom: 7.69230769vw;
  }

  .article-detail__top {
    font-weight: 700;
    font-size: 3.07692308vw;
    line-height: 3.84615385vw;
    text-transform: uppercase;
    margin-bottom: 7.69230769vw;
  }

  .article-detail__pic {
    height: 68.20512821vw;
    background: no-repeat center / cover;
    margin-bottom: 7.69230769vw;
  }

  .article-detail__content {
    width: 100%;
  }

  .article-detail__text {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  sup {
    margin-left: 2.56410256vw;
  }

  .tag {
    height: 8.20512821vw;
    padding: 0 5.12820513vw;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  .filter {
    border-radius: 0;
    padding: 24.35897436vw 8.46153846vw 33.33333333vw 6.92307692vw;
    left: 0;
    display: none;
    top: 0;
    width: 70.51282051vw;
    flex-direction: column;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }

  .filter.open {
    z-index: 901;
    display: flex;
  }

  .filter-block {
    padding: 5.12820513vw 0 7.69230769vw;
  }

  .filter-block__icon {
    width: 5.12820513vw;
  }

  .filter__title {
    text-align: center;
    font-size: 5.12820513vw;
    line-height: 6.15384615vw;
    text-transform: uppercase;
  }

  .filter__content {
    max-height: none;
  }

  .filter__btns {
    gap: 1.38888889vw;
    margin-top: 10.25641026vw;
  }

  .filter__btns .btn {
    width: 100%;
  }

  .filter-section {
    padding-bottom: 5.12820513vw;
    margin-bottom: 5.12820513vw;
  }

  .filter-section--last {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .filter-section__title {
    font-size: 4.1025641vw;
    line-height: 4.87179487vw;
    font-weight: normal;
  }

  .filter-section__title span {
    padding-right: 3.84615385vw;
  }

  .filter-section__title span:after {
    width: 2.05128205vw;
    height: 2.05128205vw;
  }

  .filter-section__content {
    padding-top: 5.12820513vw;
    padding-left: 5.12820513vw;
  }

  .filter-section__content>div {
    gap: 2.56410256vw;
  }

  .filter-section.open .filter-section__title:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .filter-item {
    gap: 2.56410256vw;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  .checkbox input+span {
    width: 2.56410256vw;
    height: 2.56410256vw;
  }

  .perfect-scroll.ps--active-y {
    padding-right: 4.35897436vw;
    margin-right: -4.35897436vw;
  }

  .perfect-scroll .ps__rail-y {
    width: 1.02564103vw;
  }

  .perfect-scroll--inside.ps--active-y {
    margin-right: 0;
  }

  .perfect-scroll--400 {
    max-height: 102.56410256vw;
  }

  .voile--top {
    z-index: 900;
  }

  .rating {
    gap: 0.51282051vw;
    flex-direction: column;
    align-items: flex-end;
  }

  .rating__value {
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .rating-stars {
    width: 21.53846154vw;
    height: 3.58974359vw;
  }

  .rating-stars__back {
    height: 3.58974359vw;
  }

  .rating-stars__front {
    width: 22.56410256vw;
    top: -0.51282051vw;
    left: -0.51282051vw;
    height: 4.61538462vw;
  }

  .reviews-block {
    display: block;
  }

  .reviews-block__right {
    width: 100%;
    text-align: center;
  }

  .reviews-block__right .btn {
    width: 53.84615385vw;
  }

  .reviews-block__more {
    margin-top: 10.25641026vw;
    padding-top: 5.12820513vw;
    font-size: 3.07692308vw;
    line-height: 3.58974359vw;
    text-transform: uppercase;
  }

  .review {
    margin-bottom: 10.25641026vw;
    display: block;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .review__pic {
    width: 11.53846154vw;
    height: 11.53846154vw;
    display: none;
  }

  .review__top {
    flex-direction: column-reverse;
  }

  .review__top>div:last-child {
    gap: 2.56410256vw;
  }

  .review__who {
    margin-bottom: 0;
  }

  .review__where>div {
    padding: 1.02564103vw 3.07692308vw;
    gap: 1.02564103vw;
  }

  .review__text {
    padding-top: 5.12820513vw;
  }

  .review__person {
    display: flex;
    align-items: center;
    gap: 3.84615385vw;
    margin: 3.84615385vw 0;
  }

  .review__person .review__pic {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .back {
    width: 5.12820513vw;
    left: 0;
    top: -1.28205128vw;
  }

  .video__btn {
    width: 13.33333333vw;
    height: 13.33333333vw;
  }

  .colors {
    gap: 5.12820513vw 10.25641026vw;
  }

  .colors-list {
    margin-top: 5.12820513vw;
    gap: 3.84615385vw;
  }

  .color__bg {
    width: 12.82051282vw;
    height: 12.82051282vw;
    margin-bottom: 1.28205128vw;
  }

  .color__content {
    font-size: 2.56410256vw;
    line-height: 130%;
    width: 20.51282051vw;
    margin-right: -10.25641026vw;
  }

  .color-elem {
    gap: 2.56410256vw;
  }

  .color-elem__icon {
    width: 7.69230769vw;
    height: 7.69230769vw;
  }

  .color-elem__text {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .color-elem--2 {
    padding-bottom: 2.56410256vw;
    border-bottom: 1px solid rgba(54, 54, 54, 0.5);
  }

  .color-elem--2 .color-elem__title {
    font-weight: bold;
    text-transform: uppercase;
    flex: 1;
  }

  .color-elem--2 .color-elem__title .with-icon {
    width: 100%;
  }

  .color-elem--2 .color-elem__title .with-icon>span {
    justify-content: space-between;
  }

  .popup {
    border-radius: 1.02564103vw;
    width: 79.48717949vw;
    padding: 10.25641026vw 5.12820513vw;
  }

  .popup.fancybox__content>.carousel__button.is-close {
    top: 5.12820513vw;
    right: 5.12820513vw;
    width: 3.84615385vw;
    height: 3.84615385vw;
  }

  .popup__line {
    padding: 2.56410256vw;
  }

  .popup__title {
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .popup--inst {
    width: 100vw;
    border-radius: 0;
    padding: 0;
    margin: -48px -8px -8px -8px;
  }

  .popup--inst.fancybox__content>.carousel__button.is-close {
    top: 7.69230769vw;
    right: 5.12820513vw;
  }

  .language {
    font-size: 4.1025641vw;
    line-height: 145%;
  }

  .language img {
    width: 3.07692308vw;
  }

  .shop {
    gap: 7.69230769vw;
    height: 10.25641026vw;
  }

  .shop img {
    width: 10.25641026vw;
  }

  .inner {
    width: 100%;
  }

  .table {
    border: none;
  }

  .table__row {
    display: block;
    border: 1px solid var(--black);
    border-top: 0;
    border-left: 0;
  }

  .table__row+.table__row {
    margin-top: 5.12820513vw;
  }

  .table__head {
    display: none;
  }

  .table__body .table__th {
    display: block;
    border-bottom: 1px solid var(--black);
  }

  .table__th {
    min-height: none;
    font-weight: 700;
    font-size: 3.07692308vw;
    line-height: 3.84615385vw;
    text-transform: uppercase;
  }

  .table__td {
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .table__td,
  .table__th {
    padding: 5.12820513vw;
  }

  .form {
    width: 100%;
  }

  .form__row {
    margin-top: 5.12820513vw;
  }

  .form__row--icon .input {
    padding-left: 11.02564103vw;
  }

  .form__icon {
    width: 3.58974359vw;
    left: 4.61538462vw;
  }

  .input,
  .autoComplete_wrapper>input {
    height: 11.53846154vw;
    padding: 0 3.84615385vw;
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .map {
    height: 123.07692308vw;
  }

  .dots {
    padding-top: 2.56410256vw;
  }

  .dot {
    padding-bottom: 5.12820513vw;
    margin-bottom: 7.69230769vw;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .dot__title {
    margin-bottom: 2.56410256vw;
  }

  .dot__link {
    margin-top: 1.38888889vw;
    font-size: 3.58974359vw;
    line-height: 130%;
    letter-spacing: normal;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 1.28205128vw;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 1.28205128vw;
  }

  .cookie {
    bottom: 25.64102564vw;
    right: 5.12820513vw;
    width: 89.74358974vw;
    padding: 5.12820513vw;
    font-size: 4.61538462vw;
    line-height: 135%;
    letter-spacing: -0.03em;
  }

  .cookie__btns {
    gap: 2.56410256vw;
    margin-top: 5.12820513vw;
  }

  .copyright {
    font-size: 2.56410256vw;
    line-height: 130%;
  }

  .mb--xxs {
    margin-bottom: 3.07692308vw;
  }

  .mb--xs {
    margin-bottom: 4.1025641vw;
  }

  .mb--sm {
    margin-bottom: 6.15384615vw;
  }

  .mb--md {
    margin-bottom: 8.20512821vw;
  }

  .mb--lg {
    margin-bottom: 10.25641026vw;
  }

  .mb--xl {
    margin-bottom: 12.30769231vw;
  }

  .mb--xxl {
    margin-bottom: 14.35897436vw;
  }

  .mb--extra {
    margin-bottom: 17.94871795vw;
  }

  .mb-m--xxs {
    margin-bottom: 3.07692308vw;
  }

  .mb-m--xs {
    margin-bottom: 4.1025641vw;
  }

  .mb-m--sm {
    margin-bottom: 6.15384615vw;
  }

  .mb-m--md {
    margin-bottom: 8.20512821vw;
  }

  .mb-m--lg {
    margin-bottom: 10.25641026vw;
  }

  .mb-m--xl {
    margin-bottom: 12.30769231vw;
  }

  .mb-m--xxl {
    margin-bottom: 14.35897436vw;
  }

  .mb-m--extra {
    margin-bottom: 17.94871795vw;
  }

  .mt--xxs {
    margin-top: 3.07692308vw;
  }

  .mt--xs {
    margin-top: 4.1025641vw;
  }

  .mt--sm {
    margin-top: 6.15384615vw;
  }

  .mt--md {
    margin-top: 8.20512821vw;
  }

  .mt--lg {
    margin-top: 10.25641026vw;
  }

  .mt--xl {
    margin-top: 12.30769231vw;
  }

  .mt--xxl {
    margin-top: 14.35897436vw;
  }

  .mt--extra {
    margin-top: 17.94871795vw;
  }

  .mt-m--xxs {
    margin-top: 3.07692308vw;
  }

  .mt-m--xs {
    margin-top: 4.1025641vw;
  }

  .mt-m--sm {
    margin-top: 6.15384615vw;
  }

  .mt-m--md {
    margin-top: 8.20512821vw;
  }

  .mt-m--lg {
    margin-top: 10.25641026vw;
  }

  .mt-m--xl {
    margin-top: 12.30769231vw;
  }

  .mt-m--xxl {
    margin-top: 14.35897436vw;
  }

  .mt-m--extra {
    margin-top: 17.94871795vw;
  }
}

.slider-video__cont {
  display: flex;
  justify-content: space-between;
}

.slider-video__item {
  width: 100%;
  height: 11.1vw;
  position: relative;
  cursor: pointer;
}

.slider-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: .3s;
  width: 3.4vw;
  height: 3.4vw;
}

.slider-video__item:hover .slider-video__play {
  transform: translate(-50%, -50%) scale(1.1);
}

.slider-video__prev {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video {
  padding-bottom: 0;
  position: relative;
}

.slider-video {
  padding-top: 5vw;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  padding-top: 100px;
  display: none;
}

.video-popup__close {
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.video-popup__content {
  position: relative;
  width: 1000px;
  height: 60vh;
}

.video-popup__content video {
  width: 100%;
  height: 100%;
}

@media(max-width: 1200px) {
  .slider-video__cont {
    flex-wrap: wrap;

  }

  .slider-video__item {
    margin-bottom: 1.7vw;
    height: 24vw;
  }

  .slider-video__play {
    width: 7.5vw;
    height: 7.5vw;
  }

  .slider-video .swiper-wrapper {
    flex-wrap: wrap;
  }

  .slider-video .swiper-slide {
    width: 48% !important;
  }

  .slider-video .swiper-slide:nth-child(2),
  .slider-video .swiper-slide:nth-child(4) {
    transform: translateX(0.5rem);
  }


}

.slider__nav.slider__nav-mob-video {
  display: none !important;
}

@media(max-width: 991px) {
  .section-video {
    margin-bottom: -10vw;
  }

  .slider__nav-mob-video .slider__btn {
    width: 9vw;
    height: 7vw;
  }

  .slider__nav.slider__nav-mob-video {
    display: flex !important;
    top: 0.5vw;
    right: 6vw;
  }

  .video-popup__content {
    width: 95%;
    height: 55vw;
  }

  .video-popup__close {
    font-size: 20px;
    right: 0px;
    top: -25px;
  }
}

.footer__left {
  display: none;
}

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

.wherebuy__flex {
  display: flex;
  justify-content: space-between;
}

.wherebuy__left {
  min-width: 40%;
}

.wherebuy__list {
  display: flex;
  min-width: 60%;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0;
}

.wherebuy__list li {
  width: 49%;
  transition: .2s;
}

.wherebuy__list li:hover {
  transform: scale(1.025);
}

.wherebuy__link {
  border: 1px solid #292969;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  margin-bottom: 20px;
  border-radius: 100px;
}

.wherebuy__link img {
  max-width: 75%;
}

@media (max-width: 1023px) {
  .wherebuy__flex {
    flex-wrap: wrap;
  }

  .wherebuy__left {
    min-width: 100%;
  }

  .wherebuy__right {
    min-width: 100%;
    margin-top: 5vw;
  }

  .wherebuy__list {
    min-width: 100%;
  }

  .wherebuy__descr {
    font-size: 14px;
    line-height: 1.3;
  }

  .wherebuy__link {
    height: 18.5vw;
    margin-bottom: 4vw;
  }

  .wherebuy__list li {
    width: 48%;
  }

  .wherebuy__left h1 {
    margin-bottom: 6vw;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/glisskur/assets/css/my.css?17376202581512*/
.cursor-pointer {
    cursor: pointer;
}
.color-elem__icon img,
.color__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-item {
    cursor: pointer;
}
/*.tab {*/
/*    cursor: default;*/
/*}*/
/*.tab.disabled {*/
/*    border: 1px solid var(--gray4);*/
/*    color: var(--gray4);*/
/*    --a: var(--gray4);*/
/*}*/
/*.product-detail-section__tabs .tab.active:not(.disabled) {*/
/*    color: var(--black);*/
/*}*/
.rennab__pic img {
    width: 100%;
}
.subscribe__info.form-error {
    color: var(--red);
}
.code {
    font-size: 18px;
    line-height: 18px;
}
.fancybox__viewport {
    touch-action: none;
}
div.inst-prev,
div.inst-next {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    cursor: pointer;
}

input.specialPlaceholder::-webkit-input-placeholder {
    color: #999;
}
input.specialPlaceholder:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
input.specialPlaceholder:-moz-placeholder {
    color: #999;
}
input.specialPlaceholder:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
input.specialPlaceholder::-moz-placeholder {
    color: #999;
}
input.specialPlaceholder:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */
input.specialPlaceholder:-ms-input-placeholder {
    color: #999;
}
input.specialPlaceholder:focus:-ms-input-placeholder {
    color: transparent;
}
/* End */
/* /local/templates/glisskur/assets/plugins/bootstrap-5.2.0/scss/bootstrap-reboot.css?16712005438484 */
/* /local/templates/glisskur/assets/plugins/bootstrap-5.2.0/scss/bootstrap-grid.css?167120054377905 */
/* /local/templates/glisskur/assets/css/autoComplete.02.min.css?17376202581700 */
/* /local/templates/glisskur/assets/css/style.css?1766750038103114 */
/* /local/templates/glisskur/assets/css/my.css?17376202581512 */
