@charset "UTF-8";

/*!* Bootstrap v5.0.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --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-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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)
    );
    --white: #fff;
    --black: #232d40;
    --gray: #95979c;
    --green: #40b659;
    --orange: #f6861f;
    --yellow: #ffd436;
    --red: #f23620;
    --blue-500: #3192ec;
    --blue-100: #f7f7f9;
    --input-border-color: #dadbdd;
    --special_gray: #5b5f66;
    --noverflow-slide-wrapper: 1326px;
    --noverflow-slide-count: 4;
}

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

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

hr {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }

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

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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

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

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

dt {
    font-weight: 700;
}

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

blockquote,
figure {
    margin: 0 0 1rem;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

img,
svg {
    vertical-align: middle;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
}

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

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

button,
select {
    text-transform: none;
}

[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

select {
    word-wrap: normal;
    text-transform: none;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

textarea {
    resize: vertical;
    margin: 0;
    overflow: auto;
}

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;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

legend + * {
    clear: left;
}

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

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

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

[hidden] {
    display: none !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

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

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not(:-moz-read-only),
.form-control[type="file"]:not(:disabled):not(:read-only) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-moz-read-only {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0 solid;
    border-color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }

    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
    background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0 solid;
    border-color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not(:-moz-read-only),
.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
}

.form-check-input:checked[type="radio"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==);
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDAsIDAsIDAsIDAuMjUpJy8+PC9zdmc+);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjODZiN2ZlJy8+PC9zdmc+);
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-ms-input-placeholder),
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+),
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 3;
}

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

.link-primary {
    color: #0d6efd;
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}

.link-success {
    color: #198754;
}

.link-success:focus,
.link-success:hover {
    color: #146c43;
}

.link-info {
    color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}

.link-warning {
    color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}

.link-danger {
    color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}

.link-light {
    color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}

.link-dark {
    color: #212529;
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border: 1px solid #dee2e6 !important;
}

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

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

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

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

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

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

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

.bg-info {
    background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

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

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

.rounded {
    border-radius: 0.25rem !important;
}

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

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

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

.rounded-pill {
    border-radius: 50rem !important;
}

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

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .text-xxl-center {
        text-align: center !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;
    }
}

html {
    line-height: 1.15;
}

button,
dl dl,
dl ol,
dl ul,
input,
ol dl,
ol ol,
ol ul,
select,
ul dl,
ul ol,
ul ul {
    margin: 0;
}

details,
main {
    display: block;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

:-moz-focusring {
    outline: ButtonText dotted 1px;
}

:-moz-ui-invalid {
    box-shadow: none;
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

[hidden],
dialog:not([open]),
template {
    display: none;
}

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

.text-black {
    color: #232d40 !important;
}

.text-gray {
    color: #95979c !important;
}

.text-green {
    color: #40b659 !important;
}

.text-orange {
    color: #f6861f !important;
}

.text-yellow {
    color: #ffd436 !important;
}

.text-red {
    color: #f23620 !important;
}

.text-blue-500 {
    color: #3192ec !important;
}

.text-blue-100 {
    color: #f7f7f9 !important;
}

.text-input-border-color {
    color: #dadbdd !important;
}

.text-special_gray {
    color: #5b5f66 !important;
}

@media (max-width: 1099px) {
    :root {
        --noverflow-slide-count: 3;
    }
}

/*!* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden*/
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes heartBeat {
    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

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

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

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

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

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

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

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

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

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

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

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

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

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

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

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

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

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

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

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

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        transition: none !important;
    }
}

/*!Flickity v2.2.1
https://flickity.metafizzy.co
----------------------------------------------*/
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

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

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}

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

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

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

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

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

.carousel__track {
    display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox__container :focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

    .fancybox__slide {
        padding: 64px 100px;
    }
}

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}

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

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

.fancybox__toolbar__items {
    display: flex;
}

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

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

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

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

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

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

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

*,
:after,
:before {
    box-sizing: inherit;
    outline: 0;
}

* {
    max-height: 1000000px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, sans-serif;
    font-weight: 400;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.gm-style img {
    max-width: none;
}

svg * {
    fill: currentColor;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    margin: 0;
    color: #232d40;
}

h1,
h2 {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #232d40;
    margin-bottom: 3.6rem;
}

p {
    margin: 0;
}

a {
    background-color: transparent;
    color: #1743df;
    font-weight: 400;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: currentColor;
}

.table-container {
    overflow: auto;
}

.table-container table {
    border-collapse: collapse;
}

.table-container table.full-with {
    min-width: 100%;
}

.table-container table.bordered thead th {
    color: #232d40;
    font-family: fira sans;
    font-size: inherit;
    padding: 20px;
    border-bottom: 3px solid #ddd;
    font-weight: 700;
}

.table-container table.bordered td {
    padding: 20px 5px;
}

.table-container table.bordered tfoot td {
    white-space: nowrap;
    font-weight: 600;
    text-align: center;
}

.table-container table.bordered.collapse_tbody tbody tr td {
    border-bottom: 1px solid #ddd;
}

.table-container table.bordered.collapse_tbody thead a {
    border: none;
    color: #000;
    font-weight: 700;
}

.table-container table.bordered.collapse_tbody thead a:before {
    content: "—";
    display: block;
    float: left;
    margin-left: -10px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
}

.table-container table.bordered.collapse_tbody.collapsed tbody {
    display: none;
}

.table-container table.bordered.collapse_tbody.collapsed thead a {
    border: none;
    color: #000;
    font-weight: 700;
}

.table-container table.bordered.collapse_tbody.collapsed thead a:before {
    content: "+";
}

.table-container table.zebra tbody tr:nth-child(2n) td {
    background: rgba(23, 67, 223, 0.1);
}

@media (max-width: 768px) {
    .table-container table.ataptive tbody,
    .table-container table.ataptive td,
    .table-container table.ataptive th,
    .table-container table.ataptive thead,
    .table-container table.ataptive tr {
        display: block;
    }

    .table-container table.ataptive th {
        display: none;
    }

    .table-container table.ataptive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-container table.ataptive tr {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

    .table-container table.ataptive tr:last-child {
        border: 0;
    }

    .table-container table.ataptive td {
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
        border-top: 2px solid rgba(0, 0, 0, 0.03);
    }

    .table-container table.ataptive td:before {
        float: left;
        margin-left: -100%;
        width: 100%;
        text-align: left;
        content: attr(data-title);
        height: 100%;
    }
}

.btn {
    display: inline-flex;
    background: 0 0;
    color: #40b659;
    border-radius: 6px;
    border: 1px solid currentColor;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 1.1rem 2rem;
    align-items: center;
    box-sizing: border-box;
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn.btn--with_icon img,
.btn.btn--with_icon svg {
    margin-right: 0.9rem;
}

.btn.btn--small {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
}

.btn.btn--small svg {
    margin-left: 2rem;
}

.btn.btn--desktop-full-width {
    width: 100%;
    justify-content: center;
}

@media (max-width: 767px) {
    :root {
        --noverflow-slide-count: 1.3;
    }

    h1,
    h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .table-container table.zebra tbody tr:nth-child(2n) td {
        white-space: nowrap;
    }

    .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 11px;
    }

    .btn.btn--mobile-full-width {
        width: 100%;
        justify-content: center;
    }
}

.btn-white {
    color: #fff;
    background: #fff;
}

.btn-white:focus,
.btn-white:hover {
    border-color: currentColor;
    background: 0 0;
    color: #fff;
}

.btn-white-transparent {
    color: #fff;
    background: #fff;
}

.btn-white-transparent:hover {
    border-color: #fff;
    background: #fff;
    color: #fff;
}

.btn-black {
    color: #fff;
    background: #232d40;
}

.btn-black:focus,
.btn-black:hover {
    border-color: currentColor;
    background: 0 0;
    color: #232d40;
}

.btn-black-transparent {
    color: #232d40;
    background: #fff;
}

.btn-black-transparent:hover {
    border-color: #232d40;
    background: #232d40;
    color: #fff;
}

.btn-gray {
    color: #fff;
    background: #95979c;
}

.btn-gray:focus,
.btn-gray:hover {
    border-color: currentColor;
    background: 0 0;
    color: #95979c;
}

.btn-gray-transparent {
    color: #95979c;
    background: #fff;
}

.btn-gray-transparent:hover {
    border-color: #95979c;
    background: #95979c;
    color: #fff;
}

.btn-green {
    color: #fff;
    background: #40b659;
}

.btn-green:focus,
.btn-green:hover {
    border-color: currentColor;
    background: 0 0;
    color: #40b659;
}

.btn-green-transparent {
    color: #40b659;
    background: #fff;
}

.btn-green-transparent:hover {
    border-color: #40b659;
    background: #40b659;
    color: #fff;
}

.btn-orange {
    color: #fff;
    background: #f6861f;
}

.btn-orange:focus,
.btn-orange:hover {
    border-color: currentColor;
    background: 0 0;
    color: #f6861f;
}

.btn-orange-transparent {
    color: #f6861f;
    background: #fff;
}

.btn-orange-transparent:hover {
    border-color: #f6861f;
    background: #f6861f;
    color: #fff;
}

.btn-yellow {
    color: #fff;
    background: #ffd436;
}

.btn-yellow:focus,
.btn-yellow:hover {
    border-color: currentColor;
    background: 0 0;
    color: #ffd436;
}

.btn-yellow-transparent {
    color: #ffd436;
    background: #fff;
}

.btn-yellow-transparent:hover {
    border-color: #ffd436;
    background: #ffd436;
    color: #fff;
}

.btn-red {
    color: #fff;
    background: #f23620;
}

.btn-red:focus,
.btn-red:hover {
    border-color: currentColor;
    background: 0 0;
    color: #f23620;
}

.btn-red-transparent {
    color: #f23620;
    background: #fff;
}

.btn-red-transparent:hover {
    border-color: #f23620;
    background: #f23620;
    color: #fff;
}

.btn-blue-500 {
    color: #fff;
    background: #3192ec;
}

.btn-blue-500:focus,
.btn-blue-500:hover {
    border-color: currentColor;
    background: 0 0;
    color: #3192ec;
}

.btn-blue-500-transparent {
    color: #3192ec;
    background: #fff;
}

.btn-blue-500-transparent:hover {
    border-color: #3192ec;
    background: #3192ec;
    color: #fff;
}

.btn-blue-100 {
    color: #fff;
    background: #f7f7f9;
}

.btn-blue-100:focus,
.btn-blue-100:hover {
    border-color: currentColor;
    background: 0 0;
    color: #f7f7f9;
}

.btn-blue-100-transparent {
    color: #f7f7f9;
    background: #fff;
}

.btn-blue-100-transparent:hover {
    border-color: #f7f7f9;
    background: #f7f7f9;
    color: #fff;
}

.btn-input-border-color {
    color: #fff;
    background: #dadbdd;
}

.btn-input-border-color:focus,
.btn-input-border-color:hover {
    border-color: currentColor;
    background: 0 0;
    color: #dadbdd;
}

.btn-input-border-color-transparent {
    color: #dadbdd;
    background: #fff;
}

.btn-input-border-color-transparent:hover {
    border-color: #dadbdd;
    background: #dadbdd;
    color: #fff;
}

.btn-special_gray {
    color: #fff;
    background: #5b5f66;
}

.btn-special_gray:focus,
.btn-special_gray:hover {
    border-color: currentColor;
    background: 0 0;
    color: #5b5f66;
}

.btn-special_gray-transparent {
    color: #5b5f66;
    background: #fff;
}

.btn-special_gray-transparent:hover {
    border-color: #5b5f66;
    background: #5b5f66;
    color: #fff;
}

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

.apply__skills input[type="checkbox"],
.checkout__form__footer .terms input[type="checkbox"],
.products__filter__item input[type="checkbox"],
.products__list__filter__tool-bar input[type="checkbox"] {
    display: none;
}

.apply__skills input[type="checkbox"]:checked + label:after,
.checkout__form__footer .terms input[type="checkbox"]:checked + label:after,
.products__filter__item input[type="checkbox"]:checked + label:after,
.products__list__filter__tool-bar input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.apply__skills input[type="checkbox"] + label,
.checkout__form__footer .terms input[type="checkbox"] + label,
.products__filter__item input[type="checkbox"] + label,
.products__list__filter__tool-bar input[type="checkbox"] + label {
    margin-bottom: 0.8rem;
    color: #5b5f66;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.apply__skills input[type="checkbox"] + label:before,
.checkout__form__footer .terms input[type="checkbox"] + label:before,
.products__filter__item input[type="checkbox"] + label:before,
.products__list__filter__tool-bar input[type="checkbox"] + label:before {
    content: "";
    border-radius: 2px;
    border: 1px solid #dadbdd;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-right: 1.2rem;
}

.apply__skills input[type="checkbox"] + label:after,
.checkout__form__footer .terms input[type="checkbox"] + label:after,
.products__filter__item input[type="checkbox"] + label:after,
.products__list__filter__tool-bar input[type="checkbox"] + label:after {
    content: "";
    display: block;
    border: 1.5px solid #f6861f;
    border-top: unset;
    border-right: unset;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.65rem;
    height: 0.4rem;
    position: absolute;
    left: 0.4rem;
    top: 0.7rem;
    opacity: 0;
}

@media (max-width: 767px) {
    .apply__skills input[type="checkbox"] + label,
    .checkout__form__footer .terms input[type="checkbox"] + label,
    .products__filter__item input[type="checkbox"] + label,
    .products__list__filter__tool-bar input[type="checkbox"] + label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .apply__skills input[type="checkbox"] + label:before,
    .checkout__form__footer .terms input[type="checkbox"] + label:before,
    .products__filter__item input[type="checkbox"] + label:before,
    .products__list__filter__tool-bar input[type="checkbox"] + label:before {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .apply__skills input[type="checkbox"] + label:after,
    .checkout__form__footer .terms input[type="checkbox"] + label:after,
    .products__filter__item input[type="checkbox"] + label:after,
    .products__list__filter__tool-bar input[type="checkbox"] + label:after {
        left: 4px;
        top: 8px;
        width: 8px;
        height: 5px;
    }
}

.apply__skills input[type="radio"],
.checkout__form__footer .terms input[type="radio"],
.products__filter__item input[type="radio"],
.products__list__filter__tool-bar input[type="radio"] {
    display: none;
}

.apply__skills input[type="radio"]:checked + label:after,
.checkout__form__footer .terms input[type="radio"]:checked + label:after,
.products__filter__item input[type="radio"]:checked + label:after,
.products__list__filter__tool-bar input[type="radio"]:checked + label:after {
    opacity: 1;
}

.apply__skills input[type="radio"] + label,
.checkout__form__footer .terms input[type="radio"] + label,
.products__filter__item input[type="radio"] + label,
.products__list__filter__tool-bar input[type="radio"] + label {
    margin-bottom: 0.8rem;
    color: #5b5f66;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.apply__skills input[type="radio"] + label:before,
.checkout__form__footer .terms input[type="radio"] + label:before,
.products__filter__item input[type="radio"] + label:before,
.products__list__filter__tool-bar input[type="radio"] + label:before {
    content: "";
    border-radius: 50%;
    border: 1px solid #dadbdd;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    margin-right: 1rem;
}

.apply__skills input[type="radio"] + label:after,
.checkout__form__footer .terms input[type="radio"] + label:after,
.products__filter__item input[type="radio"] + label:after,
.products__list__filter__tool-bar input[type="radio"] + label:after {
    content: "";
    display: block;
    background-color: #f6861f;
    position: absolute;
    left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    min-width: 0.8rem;
    opacity: 0;
    border-radius: 50%;
}

.btn-group {
    border: 2px solid #dee2e6;
    border-radius: 0.8rem;
    padding: 0 3rem;
    margin-bottom: 3.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-group .btn {
    border: unset;
    background: unset;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1.4rem 0;
    position: relative;
}

.btn-group .btn.active,
.btn-group .btn:focus,
.btn-group .btn:hover {
    color: #f6861f;
}

.btn-group .btn-separator {
    content: "";
    width: 0.1rem;
    height: 3rem;
    display: inline-block;
    margin: 0 3.2rem;
    background: #d2d2d2;
}

@media (max-width: 767px) {
    .apply__skills input[type="radio"] + label,
    .checkout__form__footer .terms input[type="radio"] + label,
    .products__filter__item input[type="radio"] + label,
    .products__list__filter__tool-bar input[type="radio"] + label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .apply__skills input[type="radio"] + label:before,
    .checkout__form__footer .terms input[type="radio"] + label:before,
    .products__filter__item input[type="radio"] + label:before,
    .products__list__filter__tool-bar input[type="radio"] + label:before {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }

    .apply__skills input[type="radio"] + label:after,
    .checkout__form__footer .terms input[type="radio"] + label:after,
    .products__filter__item input[type="radio"] + label:after,
    .products__list__filter__tool-bar input[type="radio"] + label:after {
        width: 8px;
        height: 8px;
        min-width: 8px;
        left: 5px;
    }

    .btn-group {
        display: none !important;
    }
}

.btn-group-mobile {
    display: none;
}

@media (max-width: 767px) {
    .btn-group-mobile {
        display: block;
    }

    .btn-group-mobile.form-group {
        margin-bottom: 30px;
    }
}

.btn-general {
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.7rem;
    text-align: center;
    color: #89898d;
    padding: 1.1rem 5rem;
    border-radius: 81px;
    border: 1px solid #89898d;
    margin: 5rem auto 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.page-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.page-head h1 {
    margin-bottom: 1.6rem;
}

.basket__content__item .product:hover,
.brands__item,
.calculator,
.checkout__form,
.checkout__right-bar,
.checkout__right-bar .checkout-info,
.popup .product.basket__content__item__product:hover,
.product,
.product-view__details .products__list__body.products__list__body--list-view,
.products-slider .product:hover,
.products-slider__slides,
.products__filter form,
.products__list__filter {
    box-shadow: 1px 0 0 0 #e3e5eb, 0 1px 0 0 #e3e5eb, 1px 1px 0 0 #e3e5eb,
        1px 0 0 0 #e3e5eb inset, 0 1px 0 0 #e3e5eb inset;
}

.compare__block__right::-webkit-scrollbar,
.main_nav__list::-webkit-scrollbar,
.product-view .product__labels::-webkit-scrollbar,
.reklam-banner .row::-webkit-scrollbar,
.stores__offices__list::-webkit-scrollbar {
    display: none;
}

.compare__block__right::-webkit-scrollbar-track,
.main_nav__list::-webkit-scrollbar-track,
.product-view .product__labels::-webkit-scrollbar-track,
.reklam-banner .row::-webkit-scrollbar-track,
.stores__offices__list::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 2.5px;
}

.compare__block__right::-webkit-scrollbar-thumb,
.main_nav__list::-webkit-scrollbar-thumb,
.product-view .product__labels::-webkit-scrollbar-thumb,
.reklam-banner .row::-webkit-scrollbar-thumb,
.stores__offices__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 0;
    border-radius: 2.5px;
}

.autocomplete__left::-webkit-scrollbar,
.header__search-list::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.menu__item__sub::-webkit-scrollbar,
.popup__body::-webkit-scrollbar,
.product-view__fixed-bar__slider__thumbs::-webkit-scrollbar,
.products__filter__item__body--scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.autocomplete__left::-webkit-scrollbar-track,
.header__search-list::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track,
.menu__item__sub::-webkit-scrollbar-track,
.popup__body::-webkit-scrollbar-track,
.product-view__fixed-bar__slider__thumbs::-webkit-scrollbar-track,
.products__filter__item__body--scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2.5px;
}

.autocomplete__left::-webkit-scrollbar-thumb,
.header__search-list::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb,
.menu__item__sub::-webkit-scrollbar-thumb,
.popup__body::-webkit-scrollbar-thumb,
.product-view__fixed-bar__slider__thumbs::-webkit-scrollbar-thumb,
.products__filter__item__body--scroll::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 0;
    border-radius: 2.5px;
}

.app__item,
.app__text:before,
.auth__form__footer,
.auth__form__socials,
.auth__form__socials li a,
.auth__slider .flickity-page-dots,
.banner .discount__head,
.banner .slider__product,
.basket__content__item .product__body__price,
.basket__content__item .product__body__price__type,
.basket__content__item__delete,
.brands__image,
.breadcrumbs,
.btn-group,
.btn.btn--small,
.cabinet-nav__exit,
.cabinet-nav__menu__item a,
.cabinet-nav__menu__item label,
.cabinet-nav__user,
.cabinet__body__bonus-banner,
.cabinet__body__empty__icon,
.cabinet__credit-item__credit-info,
.cabinet__credit-item__pay-now,
.cabinet__credit-item__payment__header,
.cabinet__credit-item__payment__sum,
.cabinet__filter,
.cabinet__item__bottom,
.cabinet__item__header,
.cabinet__item__header__heart,
.cabinet__table tbody tr td .status,
.calculator .final-price,
.calculator-popup .col-12,
.calculator-popup__close,
.calculator-popup__product,
.calculator-popup__product__body,
.campaigns__item__footer,
.campaigns__item__footer__dead-line:before,
.campaigns__item__footer__link,
.career__item,
.checkout__form__footer,
.checkout__right-bar .checkout-info h3,
.checkout__right-bar .checkout-info h3 span,
.checkout__right-bar .product-details__prices,
.comments__head,
.compare .share,
.counter,
.custom-radio__label,
.faq__item__head,
.footer__contacts__info,
.footer__contacts__social__icons,
.footer__menu,
.form-group--passport .info-icon:before,
.header__bottom,
.header__bottom__search .form-group a,
.header__tools__count,
.header__top .container-fluid,
.header__top .container-lg,
.header__top .container-md,
.header__top .container-sm,
.header__top .container-xl,
.header__top .container-xxl,
.loading-block,
.menu__icon,
.page-notification__close,
.pagination,
.pagination__item__link,
.partners__item,
.popup--daily .popup__close,
.popup__products .product .product__footer,
.price-info__cart-slider__item,
.price-info__credit-info__buttons,
.price-info__delivery,
.price-info__delivery__item,
.prod-info__bottom,
.prod-info__brand,
.prod-info__image,
.product-view__body .product__tools .share,
.product-view__body .product__tools > a,
.product-view__body__info i,
.product-view__bonus__icon,
.product-view__bonus__product,
.product-view__fixed-bar__buttons,
.product__price,
.product__price__list__taksit,
.product__star-comment,
.product__tool-bar,
.product__tools,
.products-slider__arrows,
.products-slider__arrows .button,
.products__filter__item__price,
.products__list__filter,
.products__list__filter__tool-bar__view-type,
.products__list__filter__tool-bar__view-type a,
.top-btn,
.write-comment__head,
.write-comment__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listreset,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

#menu-blur,
.apply__skills input[type="checkbox"] + label:after,
.apply__skills input[type="radio"] + label:after,
.auth__slider .flickity-page-dots li,
.autocomplete,
.btn,
.cabinet__credit-item__payment__percent span,
.cabinet__item__header__image,
.cabinet__table tbody tr td .image,
.cabinet__table tbody tr td h3,
.calculator .percent-slider input[type="range"],
.calculator-popup,
.campaigns__item__footer__dead-line:after,
.checkout__form__footer .terms input[type="checkbox"] + label:after,
.checkout__form__footer .terms input[type="radio"] + label:after,
.compare .share,
.compare .share__block,
.compare .share__block #copy_link .copy-text,
.compare__delete,
.compare__delete:after,
.compare__delete:before,
.compare__product-image .prod-info__bottom__buttons,
.compare__product-image img,
.custom-radio,
.custom-radio__label:after,
.custom-radio__label:before,
.daily-statistics,
.faq__item,
.faq__item__head svg,
.faq__item__head svg path,
.footer__contacts__social a,
.footer__copyright a strong,
.footer__menu__item__sub__item a,
.form-group--passport .info-icon .info-image,
.full-calculator-popup,
.header__bottom__search .form-group .form-control,
.header__search-list,
.header__search-list__info .product__name,
.header__search-list__item,
.header__top__list__item--lang ul,
.menu-section,
.menu__icon,
.menu__item__link,
.menu__item__sub,
.menu__item__sub__item__sub2__item a,
.menu__item__sub__item__sub2__item:before,
.popup,
.product-view .share,
.product-view .share__block,
.product-view__fixed-bar__buttons,
.product-view__fixed-bar__info,
.product-view__fixed-bar__slider__thumbs__item,
.product__colors li label:after,
.product__memory li label,
.products-slider .product__img > img,
.products__filter__item input[type="checkbox"] + label:after,
.products__filter__item input[type="radio"] + label:after,
.products__filter__item legend:after,
.products__filter__item legend:before,
.products__filter__item__body,
.products__list__filter__tool-bar input[type="checkbox"] + label:after,
.products__list__filter__tool-bar input[type="radio"] + label:after,
.star-rating li,
.video-block__item__image span:after,
.video-block__item__image:after,
.video-block__item__image:before,
.video-block__item__title,
.wishlist .add-all #copy_link .copy-text,
.write-comment__close,
.write-comment__popup {
    transition: 0.3s ease-in-out;
}

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

.ellipsis-gradient:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 80%);
    pointer-events: none;
}

.header {
    position: relative;
    z-index: 15;
    background-color: #fff;
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background: #fff;
    }
}

.header--auth {
    position: absolute;
    left: 6rem;
    right: 6rem;
    top: 2.4rem;
    z-index: 10;
    background-color: unset;
}

.header__top {
    padding: 1.8rem 0;
    border-bottom: 1px solid #ecedf0;
}

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

@media (max-width: 767px) {
    .header--auth {
        position: unset;
    }

    .header--auth .header__bottom {
        padding: 0 16px;
        margin-bottom: 22px;
    }

    .header--auth .header__top__list {
        display: flex;
    }

    .header--auth .header__top__list__item:after {
        margin: 0 16px;
    }

    .header--auth .header__top__list__item--phone img {
        width: 55px;
    }

    .header__top {
        background: #f7f7f7;
        padding: 8px 0;
    }

    .header__top__list {
        display: none;
    }
}

.header__top__list__item {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.header__top__list__item:after {
    content: "";
    background: #e1e2e7;
    height: 2.4rem;
    width: 1px;
    display: inline-block;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
}

.header__top__list__item a {
    display: flex;
    align-items: center;
    color: #232d40;
}

.header__top__list__item a img,
.header__top__list__item a svg {
    margin-right: 0.8rem;
}

.header__top__list__item--phone a img {
    margin-right: 0;
}

.header__top__list__item--lang {
    position: relative;
    cursor: pointer;
}

.header__top__list__item--lang span {
    display: inline-block;
    margin: 0 0.8rem;
}

.header__top__list__item--lang ul {
    position: absolute;
    top: calc(100% + 0.5rem);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 1rem 2.4rem;
    left: -2.4rem;
    right: 2.4rem;
    z-index: 1;
    border: 1px solid #e1e2e7;
    border-radius: 0.4rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
}

.header__top__list__item--lang ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.header__top__list__item--lang:hover ul {
    opacity: 1;
    visibility: visible;
}

.header__top__list__item:last-child:after {
    display: none;
}

.header__bottom {
    margin: 1.6rem auto 2.4rem;
    justify-content: unset;
}

.header__bottom__logo {
    margin-right: 4rem;
    min-width: 11rem;
    max-width: 11rem;
}

@media (max-width: 767px) {
    .header__bottom__logo {
        max-width: unset;
        min-width: unset;
        flex: 1;
        margin-right: 0;
    }

    .header__bottom__logo a {
        display: block;
        min-width: 80px;
        max-width: 80px;
    }
}

.header__bottom__nav input {
    display: none;
}

.header__bottom__nav .menu-trigger-label {
    padding: 1.5rem 2rem 1.2rem;
    border-radius: 0.8rem;
    background: #40b659;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 1.2rem;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header__bottom__nav .menu-trigger-label .burger-menu {
    float: left;
    margin-right: 1rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.header__bottom__nav .menu-trigger-label .burger-menu,
.header__bottom__nav .menu-trigger-label .burger-menu::after,
.header__bottom__nav .menu-trigger-label .burger-menu::before {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    outline: transparent solid 1px;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 0.3s;
}

.header__bottom__nav .menu-trigger-label .burger-menu::after,
.header__bottom__nav .menu-trigger-label .burger-menu::before {
    position: absolute;
    content: "";
}

.header__bottom__nav .menu-trigger-label .burger-menu::before {
    top: -5px;
}

.header__bottom__nav .menu-trigger-label .burger-menu::after {
    top: 5px;
}

.header__bottom__nav #menu-trigger:checked + .menu-trigger-label .burger-menu {
    background-color: transparent;
}

.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    .burger-menu::before {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    .burger-menu::after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-fluid
    .menu-section,
.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-lg
    .menu-section,
.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-md
    .menu-section,
.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-sm
    .menu-section,
.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-xl
    .menu-section,
.header__bottom__nav
    #menu-trigger:checked
    + .menu-trigger-label
    + .container-xxl
    .menu-section {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .header__bottom__nav .burger-menu {
        position: relative;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .header__bottom__nav .burger-menu,
    .header__bottom__nav .burger-menu::after,
    .header__bottom__nav .burger-menu::before {
        display: block;
        width: 13px;
        height: 1px;
        background-color: #fff;
        outline: transparent solid 1px;
        transition-property: background-color, transform, -webkit-transform;
        transition-duration: 0.3s;
    }

    .header__bottom__nav .burger-menu::after,
    .header__bottom__nav .burger-menu::before {
        position: absolute;
        content: "";
    }

    .header__bottom__nav .burger-menu::before {
        top: -4px;
    }

    .header__bottom__nav .burger-menu::after {
        top: 4px;
    }

    .header__bottom__search .form-group a img {
        width: 15px;
    }
}

@media (max-width: 767px) {
    .header__bottom {
        position: relative;
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 16px !important;
        margin-bottom: 0;
    }

    .header__bottom__nav {
        order: 4;
        margin-left: 10px;
    }

    .header__bottom__nav .menu-trigger-label {
        margin-right: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
        border-radius: 8px;
    }

    .header__bottom__nav .menu-trigger-label .burger-menu {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
    }

    .header__bottom__nav .menu-trigger-label .burger-menu,
    .header__bottom__nav .menu-trigger-label .burger-menu::after,
    .header__bottom__nav .menu-trigger-label .burger-menu::before {
        display: block;
        width: 16px;
        height: 1px;
        background-color: #fff;
        outline: transparent solid 1px;
        transition-property: background-color, transform, -webkit-transform;
        transition-duration: 0.3s;
    }

    .header__bottom__nav .menu-trigger-label .burger-menu::after,
    .header__bottom__nav .menu-trigger-label .burger-menu::before {
        position: absolute;
        content: "";
    }

    .header__bottom__nav .menu-trigger-label .burger-menu::before {
        top: -5px;
    }

    .header__bottom__nav .menu-trigger-label .burger-menu::after {
        top: 5px;
    }

    .header__bottom__nav .menu-trigger-label span {
        display: none;
    }
}

.header__bottom__search {
    width: 100%;
    position: relative;
}

.header__bottom__search .header__search__close {
    display: none;
}

.header__bottom__search .form-group {
    position: relative;
    margin-right: 4rem;
    margin-bottom: 0;
    display: block;
}

.header__bottom__search .form-group .form-control {
    background: #f9f9f9;
    height: 5rem;
    border-radius: 0.8rem;
}

.header__bottom__search .form-group .form-control::-webkit-input-placeholder {
    color: #b3b5b9;
}

.header__bottom__search .form-group .form-control::-moz-placeholder {
    color: #b3b5b9;
}

.header__bottom__search .form-group .form-control:-ms-input-placeholder {
    color: #b3b5b9;
}

.header__bottom__search .form-group .form-control::-ms-input-placeholder {
    color: #b3b5b9;
}

.header__bottom__search .form-group .form-control::placeholder {
    color: #b3b5b9;
}

.header__bottom__search .form-group .form-control:focus {
    background: #fff;
    border-color: #f6861f;
}

.header__bottom__search
    .form-group
    .form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.header__bottom__search .form-group .form-control:focus::-moz-placeholder {
    opacity: 0;
}

.header__bottom__search .form-group .form-control:focus:-ms-input-placeholder {
    opacity: 0;
}

.header__bottom__search .form-group .form-control:focus::-ms-input-placeholder {
    opacity: 0;
}

.header__bottom__search .form-group .form-control:focus::placeholder {
    opacity: 0;
}

.header__bottom__search .form-group a {
    position: absolute;
    border: unset;
    background: 0 0;
    right: 0;
    top: 0;
    padding: 0 1.5rem;
    bottom: 0;
    color: #95979c;
    justify-content: center;
}

.header__bottom__search .form-group a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 2.4rem;
    background: #e6e6e6;
    position: absolute;
    left: 1px;
    top: 1.3rem;
}

@media (max-width: 767px) {
    .header__bottom__search .form-group {
        margin: 0;
    }

    .header__bottom__search .form-group .form-control {
        display: none;
    }

    .header__bottom__search .form-group a {
        border: 1px solid rgba(34, 44, 63, 0.1);
        border-radius: 8px;
        width: 40px;
        height: 40px;
        margin-right: 0;
        flex-direction: unset;
        margin-left: 10px;
        position: unset;
        color: #232d40;
        background-color: #fff;
    }

    .header__bottom__search .form-group a:before {
        display: none;
    }
}

@media (max-width: 766px) {
    .header__bottom__search {
        width: auto;
    }

    .header__bottom__search .header__search__close {
        position: absolute;
        padding: 10px;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        align-items: center;
        justify-content: center;
    }

    .header__bottom__search .header__search__close:after,
    .header__bottom__search .header__search__close:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 18px;
        background: #232d40;
    }

    .header__bottom__search .header__search__close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__bottom__search .header__search__close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__bottom__search.open,
    .header__bottom__search:target {
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 101;
    }

    .header__bottom__search.open .header__search__close,
    .header__bottom__search:target .header__search__close {
        display: flex;
    }

    .header__bottom__search.open .form-control,
    .header__bottom__search:target .form-control {
        display: block;
        background: #fff;
        border: 0;
        text-align: center;
        font-size: 16px;
    }

    .header__bottom__search.open #header__search-button,
    .header__bottom__search:target #header__search-button {
        display: none;
    }
}

.header__search-list {
    position: absolute;
    top: 100%;
    margin-top: 0.8rem;
    left: 0;
    right: 4rem;
    z-index: 101;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 47px 80px rgba(0, 0, 0, 0.11),
        0 18.1037px 25.4815px rgba(0, 0, 0, 0.0668148),
        0 3.82963px 6.51852px rgba(0, 0, 0, 0.0431852);
    border-radius: 8px;
    padding: 0.8rem 1.6rem;
    max-height: 45.5rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}

.header__search-list.open {
    opacity: 1;
    pointer-events: auto;
}

.header__search-list__item {
    display: flex;
    align-items: center;
    padding: 1.6rem 0.6rem;
    border-bottom: 1px solid rgba(194, 197, 202, 0.5);
    cursor: pointer;
}

.header__search-list__item:last-child {
    border-bottom: 0;
}

.header__search-list__item:hover {
    border-color: #f6861f;
}

.header__search-list__item:hover .product__name {
    color: #f6861f;
}

.header__search-list__img {
    width: 5.2rem;
    height: 5.6rem;
    min-width: 5.2rem;
    margin-right: 1.4rem;
}

.header__search-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__search-list__info .product__name {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2px;
}

.header__search-list__info .product__price__current {
    display: flex;
    align-items: center;
}

.header__search-list__info .product__price__current .new-price {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 0.8rem;
    font-weight: 600;
}

.header__search-list__info .product__price__current .old-price {
    margin-bottom: 0;
    font-weight: 500;
}

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

.main_nav__list__item {
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .header__search-list {
        right: 0;
        margin-top: 0;
    }

    .header__search-list__img {
        width: 50px;
        height: 55px;
        min-width: 50px;
    }

    .header__search-list__info .product__name {
        font-size: 13px;
        line-height: 24px;
    }

    .header__search-list__info .product__price__current .new-price {
        font-size: 14px !important;
        line-height: 24px;
        margin-right: 8px;
    }

    .main_nav__list {
        width: 100%;
        justify-content: space-between;
        overflow-y: auto;
    }

    .main_nav__list__item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

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

.main_nav__list__item a:not(.btn) {
    color: #5b5f66;
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline-block;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

.main_nav__list__item a:not(.btn):hover {
    border-color: currentColor;
}

.main_nav__list__item .btn {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
}

@media (max-width: 766px) {
    .main_nav__list__item a:not(.btn) {
        font-size: 12px;
    }

    .main_nav__list__item .btn {
        line-height: 18px;
        white-space: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.header__tools {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__tools__icon {
    position: relative;
}

.header__tools__count {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #f6861f;
    color: #fff;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1px;
    position: absolute;
    right: -1rem;
    top: -1rem;
}

.header__tools__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
}

.header__tools__item--number,
.header__tools__item--search {
    display: none;
}

.header__tools__item svg {
    margin-bottom: 0.7rem;
}

@media (max-width: 767px) {
    .header__tools__item {
        border: 1px solid rgba(34, 44, 63, 0.1);
        border-radius: 8px;
        width: 40px;
        height: 40px;
        justify-content: center;
        margin-right: 0;
        flex-direction: unset;
        margin-left: 10px;
        position: relative;
    }

    .header__tools__item .header__tools__count {
        display: flex;
        top: -19px;
        right: -13px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .header__tools__item svg {
        display: block;
        margin-bottom: 0;
        width: 20px;
        height: 18px;
    }

    .header__tools__item--number {
        display: flex;
        width: auto;
        padding: 0 12px;
    }

    .header__tools__item--search {
        display: flex;
    }

    .header__tools__item span,
    .header__tools__item--compare,
    .header__tools__item--credit,
    .header__tools__item--heart {
        display: none;
    }
}

.header__tools__item:not(:last-child) {
    color: #232d40;
}

.header__tools__item:not(:last-child):hover {
    color: #f6861f;
}

.header__tools__item.btn-green-transparent {
    margin-left: 1rem;
    margin-right: 0;
    padding: 1.8rem 2.9rem 1.2rem;
}

#menu-blur {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(35, 45, 64, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 14;
}

#menu-blur.active {
    opacity: 1;
    visibility: visible;
}

.footer {
    background: #18181a;
    color: #95979c;
    margin-top: 8.6rem;
    font-size: 1.4rem;
}

.footer .container-fluid,
.footer .container-lg,
.footer .container-md,
.footer .container-sm,
.footer .container-xl,
.footer .container-xxl {
    padding: 7rem 1.5rem;
}

.footer h3 {
    font-weight: 600;
    font-size: 2.4rem;
    color: #f8f8f8;
    margin-bottom: 3.6rem;
}

.footer__qr {
    border: 1px solid #545454;
    border-radius: 1.6rem;
    padding: 4rem 5.4rem 3.2rem;
    max-width: 26.8rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #95979c;
}

.footer__qr img {
    margin-bottom: 2rem;
    border-radius: 8px;
}

.footer__logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

.footer__menu {
    align-items: flex-start;
}

.footer__menu__item__sub__item {
    margin-bottom: 1.2rem;
}

.footer__menu__item__sub__item a {
    color: #95979c;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.footer__menu__item__sub__item a:hover {
    border-color: currentColor;
}

.footer__contacts__info {
    justify-content: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2.8rem;
    margin-bottom: 3rem;
}

.footer__contacts__info__address-icon {
    border: 1px solid #585858;
    border-radius: 50%;
    margin: 0 1.6rem 0 3rem;
    color: #fff;
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer__contacts__info__address {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.8rem;
}

.footer__contacts__social span {
    color: #f8f8f8;
    font-weight: 600;
    font-size: 1.6rem;
    white-space: nowrap;
    display: block;
    margin-bottom: 2.2rem;
}

.footer__contacts__social__icons {
    width: 100%;
}

.footer__contacts__social a {
    color: #c2c5ca;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer__contacts__social a:hover {
    color: #fff;
}

.footer__contacts__app {
    display: flex;
    color: #fff;
    margin-top: 16px;
}

.footer__contacts__app a {
    color: inherit;
    display: block;
}

.footer__contacts__app a:first-child {
    margin-right: 10px;
}

.footer__copyright {
    margin-top: 10rem;
    align-items: center;
}

.footer__copyright a {
    color: inherit;
}

.footer__copyright a strong {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.footer__copyright a:hover strong {
    border-color: currentColor;
}

@media (max-width: 991px) {
    .footer__contacts__app a svg {
        width: 110px;
    }
}

.banner {
    margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
    .footer {
        margin-top: 60px;
    }

    .footer .container-fluid,
    .footer .container-lg,
    .footer .container-md,
    .footer .container-sm,
    .footer .container-xl,
    .footer .container-xxl {
        padding: 40px 20px;
    }

    .footer h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .footer__menu__item__sub {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__menu__item__sub__item {
        margin-right: 20px;
    }

    .footer__menu__item__sub__item a {
        font-size: 14px;
    }

    .footer__contacts__info__address-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .footer__contacts__app a svg {
        width: 136px;
    }

    .footer__copyright {
        margin-top: 35px;
        font-size: 14px;
        line-height: 24px;
    }

    .footer__copyright .col-md-5 {
        margin-bottom: 8px;
    }

    .banner {
        margin-bottom: 0;
    }
}

.banner .slider {
    height: 42.2rem;
    border-radius: 12px;
    overflow: hidden;
}

.banner .slider .flickity-viewport {
    height: 42.2rem !important;
}

.banner .slider .flickity-page-dots {
    bottom: 2.4rem;
}

.banner .slider .flickity-page-dots .dot {
    width: 4rem;
    height: 0.4rem;
    border-radius: 20px;
    background-color: #95979c;
}

.banner .slider .flickity-page-dots .dot.is-selected {
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .slider__cell {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner .slider__cell img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.banner .slider__item {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(../images/slider/slider-bg.png);
    background-size: cover;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.banner .slider__title {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    z-index: 2;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(0, 20px) scale(1);
    transform: translate(0, 20px) scale(1);
    opacity: 0;
}

.banner .slider__month {
    position: absolute;
    left: 2.5rem;
    top: 12.5rem;
    z-index: 2;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    opacity: 0;
    -webkit-transform: translate(0, 20px) scale(1);
    transform: translate(0, 20px) scale(1);
}

.banner .slider__price {
    position: absolute;
    left: 15.3rem;
    bottom: 8.8rem;
    z-index: 2;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(-40px, 0) scale(1);
    transform: translate(-40px, 0) scale(1);
    opacity: 0;
}

.banner .slider__product {
    position: absolute;
    right: 10rem;
    top: 4.7rem;
    bottom: 4.8rem;
    z-index: 2;
    transition: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate(0, 20px) scale(0.96);
    transform: translate(0, 20px) scale(0.96);
    opacity: 0;
    justify-content: center;
}

.banner .slider__brand {
    position: absolute;
    right: 2.4rem;
    top: 4rem;
    z-index: 2;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    opacity: 0;
    -webkit-transform: translate(150px, 0) scale(1);
    transform: translate(150px, 0) scale(1);
}

.banner .slider__border {
    background-image: url(../images/slider/slider-yellow-border.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.banner .slider__border:before {
    content: "";
    background-image: url(../images/slider/slider-green-border.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banner .slider .is-selected .slider__brand,
.banner .slider .is-selected .slider__month,
.banner .slider .is-selected .slider__price,
.banner .slider .is-selected .slider__product,
.banner .slider .is-selected .slider__title {
    -webkit-transform: translate(0, 0) scale(1) rotate(0);
    transform: translate(0, 0) scale(1) rotate(0);
    opacity: 1;
}

.banner .slider .is-selected .slider__border:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 991px) {
    .banner .slider__title {
        width: 130px;
    }

    .banner .slider__price {
        bottom: 40px;
        width: 100px;
    }

    .banner .slider__product {
        right: 100px;
        width: 200px;
    }

    .banner .slider__brand {
        width: 65px;
    }
}

@media (max-width: 767px) {
    .banner .slider {
        margin: 0 -16px 24px;
        border-radius: 0;
        height: 254px;
    }

    .banner .slider .flickity-viewport {
        height: 254px !important;
    }

    .banner .slider .flickity-page-dots {
        bottom: 20px;
    }

    .banner .slider .flickity-page-dots .dot {
        width: 24px;
        height: 3px;
        margin: 0 4px;
    }

    .banner .slider__item {
        border-radius: 0;
    }

    .banner .slider__title {
        top: 14px;
        left: 16px;
    }

    .banner .slider__brand {
        top: 26px;
        right: 16px;
    }

    .banner .slider__price {
        left: 16px;
        bottom: 70px;
    }

    .banner .slider__product {
        right: 16px;
        top: auto;
        bottom: 38px;
    }

    .banner .slider .is-selected .slider__border:before {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
    }
}

.banner .discount {
    border: 2px solid #ffd436;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.banner .discount__head {
    background: #ffd436;
    padding: 1.2rem 2.4rem;
    color: #232d40;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
}

@media (max-width: 767px) {
    .banner .discount__head {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 20px;
    }
}

.banner .discount__head p {
    font-weight: 700;
}

@media (min-width: 768px) {
    .banner .discount__slider {
        height: 42.2rem;
        overflow: hidden;
    }

    .banner .discount__slider .flickity-viewport {
        height: 100% !important;
    }

    .banner .discount__slider .discount {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .banner .discount__slider {
        height: 42.2rem;
        overflow: hidden;
    }

    .banner .discount__slider .flickity-viewport {
        height: 100% !important;
    }

    .banner .discount__slider .discount {
        height: 100%;
    }
}

.prod-info {
    padding: 1.6rem 2.4rem;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.prod-info__brand {
    align-items: flex-start;
    margin-bottom: 1rem;
}

.prod-info__brand__title {
    color: #232d40;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-right: 1.5rem;
}

.prod-info__brand img {
    max-height: 4.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    margin-top: 0.5rem;
}

.prod-info__image {
    margin: auto 0;
    position: relative;
    align-items: unset;
    text-align: center;
}

.prod-info__image img {
    max-width: 18.4rem;
    height: 18.4rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.prod-info__labels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 5;
    margin-left: 1.5rem;
}

.prod-info__labels .product__label {
    margin-right: 0;
    font-size: 1.1rem;
    padding: 0.4rem 0.8rem;
    height: auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    min-height: auto;
}

.prod-info__labels .product__label:last-child {
    margin-bottom: 0;
}

.prod-info__labels .product__label svg {
    margin-right: 3px;
    margin-top: -2px;
}

.prod-info__bottom {
    margin-top: 1rem;
}

.prod-info__bottom .new-price {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.prod-info__bottom__buttons {
    display: flex;
    align-items: center;
}

.prod-info__bottom__buttons .btn {
    font-size: 1.6rem;
}

.prod-info__bottom__buttons .btn .lds-dual-ring {
    width: 2.2rem;
    height: 1.8rem;
}

.prod-info__bottom__buttons .btn .lds-dual-ring:after {
    width: 1.8rem;
    height: 1.8rem;
    margin: auto;
}

.prod-info__bottom__buttons .btn-orange {
    padding: 1.2rem 1.8rem 1.2rem 2.3rem;
}

.prod-info__bottom__buttons .add-to-cart,
.prod-info__bottom__buttons .btn-green,
.prod-info__bottom__buttons .week_product_add {
    padding: 1.5rem 1.3rem;
    margin-left: 0.8rem;
}

@media (max-width: 767px) {
    .prod-info {
        padding: 15px;
    }

    .prod-info__image img {
        width: 162px;
        max-width: unset;
        max-height: unset;
    }

    .prod-info__bottom .old-price {
        font-size: 12px !important;
    }

    .prod-info__bottom .new-price {
        font-size: 18px !important;
    }

    .prod-info__bottom .add-to-cart,
    .prod-info__bottom .btn-green,
    .prod-info__bottom .week_product_add {
        padding: 14px;
    }
}

.services .container-fluid,
.services .container-lg,
.services .container-md,
.services .container-sm,
.services .container-xl,
.services .container-xxl {
    color: #232d40;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.services .container-fluid .row,
.services .container-lg .row,
.services .container-md .row,
.services .container-sm .row,
.services .container-xl .row,
.services .container-xxl .row {
    border-radius: 12px;
    overflow: hidden;
}

.services__item {
    background: #fafbfc;
    padding: 3.6rem 0.5rem;
    text-align: center;
    color: #232d40;
    font-weight: 600;
}

.services__item__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ccc;
}

.services__item:last-child div {
    border: none;
}

.services__item svg {
    color: #40b659;
    margin-bottom: 2rem;
}

.services__item a {
    color: #232d40;
    font-weight: 600;
}

.products-slider {
    position: relative;
    padding-bottom: 8rem;
    padding-top: 5rem;
}

.products-slider .sgm_slider {
    display: flex;
    overflow-x: hidden;
}

.products-slider .sgm_slider .product {
    flex: 0 0 25%;
}

.products-slider .sgm_slider.slick-slider {
    display: block;
    overflow-x: unset;
}

.products-slider .sgm_slider.slick-slider .product {
    flex: unset;
}

.products-slider .container-fluid,
.products-slider .container-lg,
.products-slider .container-md,
.products-slider .container-sm,
.products-slider .container-xl,
.products-slider .container-xxl {
    position: relative;
}

.products-slider__slides {
    border-radius: 12px;
    overflow: hidden;
}

.products-slider__slides:not(.flickity-enabled) {
    display: flex;
}

.products-slider__slides:not(.flickity-enabled) .product {
    height: auto;
    min-width: 33.15rem;
}

.products-slider .product {
    width: calc(100% / 4);
    min-height: 100%;
    height: auto;
    border-radius: 0 !important;
}

.products-slider .product__img > img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.products-slider .product:hover .product__img > img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-slider__arrows {
    justify-content: flex-end;
    position: absolute;
    right: 1.2rem;
    top: 0;
    z-index: 5;
}

.products-slider__arrows .button {
    box-shadow: 0 33px 80px rgba(0, 0, 0, 0.05),
        0 9.94853px 24.1177px rgba(0, 0, 0, 0.0325794),
        0 4.13211px 10.0172px rgba(0, 0, 0, 0.025),
        0 1.4945px 3.62304px rgba(0, 0, 0, 0.0174206);
    width: 5.6rem;
    height: 5.6rem;
    justify-content: center;
    border-radius: 50%;
    margin-left: 1.2rem;
    cursor: pointer;
}

@media (max-width: 767px) {
    .products-slider__arrows,
    .services {
        display: none;
    }

    .products-slider {
        padding: 30px 0;
    }

    .products-slider .container-fluid,
    .products-slider .container-lg,
    .products-slider .container-md,
    .products-slider .container-sm,
    .products-slider .container-xl,
    .products-slider .container-xxl {
        padding-right: 0;
    }

    .products-slider__slides {
        border-radius: 8px 0 0 8px;
    }

    .products-slider .product {
        width: 85%;
        height: auto;
    }

    .products-slider .product.is-selected {
        border-radius: 8px 0 0 8px !important;
    }

    .product__price__list__taksit input:first-child + label {
        display: block;
    }
}

.product {
    border-right: 0;
    position: relative;
    padding: 2.4rem 2.4rem 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease-in-out;
}

.product:hover {
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.07),
        0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
    border-right-width: 1px;
}

.product__labels {
    margin-bottom: auto;
    display: flex;
    flex-wrap: wrap;
}

.product__tools {
    justify-content: unset;
    margin-left: auto;
    color: #c2c5ca;
}

.product__tools a {
    color: inherit;
    margin-left: 2rem;
}

.product__tools a.active {
    color: #f6861f;
}

.product__tools a.active path {
    fill: #f6861f;
}

.product__tools a:hover {
    color: #f6861f;
}

.product__tools a.to-wishlist.active,
.product__tools a.to-wishlist:hover {
    color: #f23620;
}

.product__img {
    height: 18.8rem;
    margin-top: 2.3rem;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
    position: relative;
}

.product__img > a {
    width: 100%;
    height: 100%;
}

.product__img > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__img .write-comment {
    z-index: 13;
}

.product__img .write-comment .to-wishlist {
    cursor: pointer;
    display: block;
}

.product__img .product-view__bonus__item {
    width: 6.5rem;
    height: 6.5rem;
    border-width: 0.2rem;
}

.product__img .product-view__bonus__icon {
    width: 2.2rem;
    height: 2.2rem;
}

.product__img .product-view__bonus__icon img {
    width: 50%;
}

.product__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__type {
    color: #95979c;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.product__name {
    color: #232d40;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    word-break: break-word;
}

.product__colors {
    display: flex;
    flex-wrap: wrap;
    margin: 1.2rem 0;
}

.product__colors li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

.product__colors li input {
    display: none;
}

.product__colors li input:checked + label {
    background: red;
}

.product__colors li input:checked + label:after {
    opacity: 1;
}

.product__colors li input:checked + label.white:after {
    background: #232d40;
}

.product__colors li label {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    display: block;
}

.product__colors li label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: #fff;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    opacity: 0;
}

.product__colors li label.white {
    border: 1px dashed #c2c5ca;
}

.product__code {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
    display: flex;
    align-items: baseline;
}

.product__code span {
    margin-bottom: 0 !important;
    margin-right: 0.5rem !important;
}

.product__footer {
    margin-top: 1.6rem;
}

.product__price {
    margin-bottom: 1.6rem;
}

.product__price__list {
    background: #fafafc;
    border-radius: 6px;
    padding: 1.2rem;
}

.product__price__list__taksit input {
    display: none;
}

.product__price__list__taksit label {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #95979c;
    padding: 2px 0.7rem;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
}

.product__price__list__taksit input:checked + label {
    border-color: #232d40;
    color: #232d40;
}

.product__price__list__taksit-price {
    color: #232d40;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-top: 0.4rem;
}

@media (max-width: 767px) {
    .product__price__list__taksit label {
        font-size: 13px;
        line-height: 20px;
    }

    .product__price__list__taksit-price {
        font-size: 15px;
        line-height: 24px;
    }
}

.product__to-cart {
    width: 100%;
    justify-content: center;
}

.product__to-cart svg {
    margin-right: 0.8rem;
}

.product__star-comment {
    margin-bottom: 1.6rem;
    justify-content: unset;
}

.product__star-comment .comment-count {
    margin-left: 1.3rem;
    color: #5b5f66;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    position: relative;
}

.product__star-comment .comment-count svg {
    margin-right: 0.5rem;
}

.product__details {
    display: none;
    align-items: flex-start;
    font-size: 1.4rem;
    color: #95979c;
    flex-wrap: wrap;
}

.product__details dd,
.product__details dt {
    width: 35%;
    margin-bottom: 0.8rem;
    padding: 0;
    font-weight: 400;
}

.product__details dd {
    width: 65%;
    color: #5a5f67;
    font-weight: 500;
}

.product__flex-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
}

.product__label {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2rem;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    margin-bottom: 0.8rem;
    border: 1px solid currentColor;
    min-height: 3.2rem;
    margin-right: 1rem;
}

.product__label svg {
    margin-right: 0.65rem;
}

.product__label .lds-dual-ring {
    width: 1.8rem;
    height: 1.5rem;
    margin-right: 0.65rem;
}

.product__label .lds-dual-ring:after {
    width: 1.5rem;
    height: 1.5rem;
}

.product__label--popup {
    cursor: pointer;
}

.product__label--purple {
    background: rgba(23, 67, 223, 0.07);
    color: #1743df !important;
    border: none;
}

.product__label--light-purple {
    color: #3192ec !important;
}

.product__label--orange {
    background: rgba(246, 134, 31, 0.07);
    color: #f6861f !important;
    border: none;
}

.product__label--light-blue {
    color: #3192ec !important;
}

.product__label--light-orange {
    color: #f6861f !important;
}

.product__label--light-red {
    color: #f23620 !important;
}

.product__label--red {
    background-color: #f23620 !important;
    color: #fff !important;
}

.product__label--blue {
    background: #2774e7;
    color: #fff !important;
    border: 0;
}

.product__label--new {
    border: 1px solid #641ff6;
    border-radius: 4px;
    color: #641ff6 !important;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 2px 1rem;
}

.product__label--gray {
    background: #f5f5f5;
    color: #232d40 !important;
    border-color: #f5f5f5;
}

.product__label--light-green {
    color: #40b659 !important;
}

.product__memory {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.product__memory li input {
    display: none;
}

.product__memory li input:checked + label {
    border-color: #f6861f;
}

.product__memory li input:disabled + label {
    color: #e7e7e7;
    cursor: auto;
}

.product__memory li label {
    font-size: 1.3rem;
    font-weight: 600;
    color: #232d40;
    padding: 0.8rem 1.2rem;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin-right: 0.8rem;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .product:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .product__tools a {
        margin-left: 20px;
    }

    .product__tools a svg {
        width: 24px;
        height: 18px;
    }

    .product__img {
        height: 150px;
    }

    .product__img .product-view__bonus {
        right: 0;
    }

    .product__img .product-view__bonus__item {
        width: 60px;
        height: 60px;
    }

    .product__img .product-view__bonus__icon {
        width: 20px;
        height: 20px;
    }

    .product__type {
        font-size: 12px;
        line-height: 20px;
    }

    .product__name {
        font-size: 14px;
        line-height: 20px;
    }

    .product__colors li label {
        width: 18px;
        height: 18px;
    }

    .product__memory li label {
        font-size: 13px;
    }

    .product__star-comment {
        margin-bottom: 16px;
    }

    .product__star-comment .star-rating li {
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }

    .product__star-comment .comment-count {
        font-size: 13px;
    }

    .product__star-comment .comment-count svg {
        width: 16px;
        height: 16px;
    }

    .product__labels {
        display: flex;
        flex-wrap: wrap;
    }

    .product__label {
        font-size: 12px;
        line-height: 12px;
        padding: 8px;
        margin-bottom: 8px;
        min-height: 32px;
    }

    .product__label--new {
        font-size: 12px;
        padding: 2px 9px;
    }

    .product__label .lds-dual-ring {
        display: flex;
        width: 17px;
        height: 20px;
        margin-right: 6px;
        align-items: center;
        justify-content: center;
    }

    .product__label .lds-dual-ring:after {
        width: 16px;
        height: 16px;
    }

    .product__label svg {
        width: 17px;
        height: 20px;
        margin-right: 6px;
    }

    .product__footer {
        margin-top: 40px;
    }

    .product .prod-info__bottom__buttons .btn {
        justify-content: center;
    }

    .product .prod-info__bottom__buttons .btn-orange {
        width: 100%;
        padding: 11px;
    }

    .product .prod-info__bottom__buttons .btn-orange svg {
        width: 15px;
        height: 22px;
    }

    .product .prod-info__bottom__buttons .btn-green {
        min-width: 48px;
        height: 48px;
    }

    .product .prod-info__bottom__buttons .btn-green svg {
        width: 22px;
        height: 18px;
    }
}

@media (min-width: 768px) {
    .products__list__body.products__list__body--list-view .product {
        width: 100%;
        flex-direction: row;
        position: relative;
    }

    .products__list__body.products__list__body--list-view
        .product
        .to-wishlist {
        position: absolute;
        top: 2.4rem;
        right: 2.4rem;
    }

    .products__list__body.products__list__body--list-view .product__flex {
        display: flex;
        flex-grow: 1;
    }

    .products__list__body.products__list__body--list-view .product__flex__left {
        width: 50%;
        padding-right: 3.5rem;
    }

    .products__list__body.products__list__body--list-view
        .product__flex__left-right {
        width: 50%;
    }

    .products__list__body.products__list__body--list-view .product__details {
        display: flex;
    }

    .products__list__body.products__list__body--list-view .product__flex-right {
        flex: 0 0 32.6%;
        border-left: 1px solid #dee2e6;
        padding-left: 2.3rem;
    }

    .products__list__body.products__list__body--list-view .product__labels {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.write-comment .form-group {
    margin-bottom: 1.2rem;
}

.write-comment .form-group p {
    color: #232d40;
    font-size: 1.5rem;
}

.write-comment__btn {
    color: #95979c;
    border-bottom: 1px solid currentColor;
    margin-left: 0.6rem;
    padding-bottom: 2px;
}

.write-comment__btn.active,
.write-comment__btn:hover {
    color: #f6861f;
}

.write-comment__popup {
    position: absolute;
    -webkit-filter: drop-shadow(0 15px 80px rgba(0, 0, 0, 0.07))
        drop-shadow(0 1.87823px 10.0172px rgba(0, 0, 0, 0.035));
    filter: drop-shadow(0 15px 80px rgba(0, 0, 0, 0.07))
        drop-shadow(0 1.87823px 10.0172px rgba(0, 0, 0, 0.035));
    background-color: #fff;
    width: 65rem;
    padding: 2.8rem 3.2rem;
    z-index: 5;
    border-radius: 8px;
    left: -30px;
    top: 100%;
    margin-top: 2rem;
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}

.write-comment__popup.open {
    opacity: 1;
    pointer-events: auto;
}

.write-comment__popup:before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    position: absolute;
    top: -1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8.5rem;
    border: 1px solid #fff;
}

.write-comment__popup--notification {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 50rem;
}

.write-comment__popup--notification:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
}

.write-comment__popup--notification .btn {
    font-size: 1.6rem;
    padding: 1.5rem;
}

.write-comment__head {
    margin-bottom: 2rem;
}

.write-comment__head svg {
    margin-right: 0;
}

.write-comment__close {
    cursor: pointer;
    color: #95979c !important;
    margin-bottom: 0 !important;
}

.write-comment__close:hover {
    color: #232d40 !important;
}

.write-comment__title {
    font-size: 2rem;
    font-weight: 600;
}

.write-comment__title img {
    margin-right: 1rem;
}

.write-comment__rating {
    background: #fcfcfc;
    border-radius: 6px;
    padding: 1.4rem 1.6rem;
    margin-bottom: 1.2rem;
}

.write-comment__rating p {
    display: flex;
    font-size: 1.5rem;
    color: #232d40;
    font-weight: 500;
}

.write-comment__rating p span {
    font-size: inherit;
    margin: 0 0.5rem;
}

.write-comment__rating .star-rating li {
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 0.2rem;
}

.write-comment--success .write-comment__title {
    display: flex;
    align-items: center;
}

@media (max-width: 812px) {
    .write-comment__popup {
        left: 15px;
        right: 15px;
        width: auto;
        position: fixed;
        top: 20px;
        bottom: 20px;
        z-index: 20;
        overflow: auto;
    }

    .write-comment__popup:before {
        display: none;
    }

    .write-comment__popup--notification {
        top: 50%;
        bottom: auto;
        max-height: 95%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        width: 93%;
    }

    .write-comment--success .write-comment__popup {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .write-comment--success .write-comment__title {
        align-items: flex-start;
    }
}

.reklam-banner {
    position: relative;
    margin-top: 8rem;
}

.reklam-banner__dots {
    display: none;
}

@media (max-width: 767px) {
    .reklam-banner {
        margin-bottom: 0;
    }

    .reklam-banner .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

    .reklam-banner .row .col-md-6 {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .reklam-banner .row .col-md-6 a {
        display: block;
        height: 100%;
    }

    .reklam-banner .row .col-md-6 a img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .reklam-banner__dots {
        position: absolute;
        bottom: 18px;
        justify-content: center;
        left: 0;
        right: 0;
    }

    .reklam-banner__dots li {
        background: #232d40;
        opacity: 0.2;
        border-radius: 20px;
        width: 24px;
        height: 3px;
        margin-right: 8px;
        transition: 0.3s linear;
    }

    .reklam-banner__dots li:last-child {
        margin-right: 0;
    }

    .reklam-banner__dots li.active {
        opacity: 1;
    }
}

.video-block .youtube-link {
    float: right;
    white-space: nowrap;
}

.video-block__item__image {
    position: relative;
    border-radius: 0.8rem;
    margin-bottom: 2.8rem;
    display: inline-block;
    overflow: hidden;
    height: 32.5rem;
    width: 100%;
    cursor: pointer;
}

.video-block__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-block__item__image span {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.video-block__item__image span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.video-block__item__image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 8rem;
    height: 8rem;
    border-radius: 100px;
    background-color: #fff;
    background-image: url(../images/svg-icons/play-btn.svg);
    background-size: 2.8rem 2.8rem;
    background-position: 2.9rem center;
    background-repeat: no-repeat;
    z-index: 3;
}

.video-block__item__image:hover:before {
    width: 19.4rem;
}

@media (max-width: 768px) {
    .video-block__item__image:hover:before {
        width: 18.4rem;
    }
}

.video-block__item__image:hover:after {
    opacity: 1;
}

.video-block__item__image:hover span:after {
    background: #40b659;
}

.video-block__item__image:after {
    content: attr(title);
    color: #232d40;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 54%;
    background-color: #fff;
    border-radius: 100px;
    padding: 2.8rem 2.4rem 2.8rem 1rem;
    -webkit-transform: translate3d(calc(-50% + 10px), -50%, 0);
    transform: translate3d(calc(-50% + 10px), -50%, 0);
    opacity: 0;
    z-index: 4;
    min-width: 13.3rem;
    text-align: center;
    height: 8rem;
}

.video-block__item__title {
    color: #232d40;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.2rem;
}

.video-block__item__title:hover {
    color: #40b659;
}

.video-block__item p {
    color: #95979c;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
}

.video-block__slider:after {
    content: "";
}

@media (max-width: 767px) {
    .video-block {
        position: relative;
    }

    .video-block__slider:after {
        content: "flickity";
        display: none;
    }

    .video-block__slider .col-md-4 {
        width: 87%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .video-block .youtube-link {
        position: absolute;
        bottom: -28px;
        left: 16px;
        right: 16px;
        justify-content: center;
    }

    .video-block__item {
        margin-bottom: 30px;
    }

    .video-block__item__image {
        margin-bottom: 20px;
    }

    .video-block__item__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .video-block__item p {
        font-size: 14px;
        line-height: 20px;
    }
}

.partners {
    margin-top: 8rem;
    margin-bottom: 3rem;
    overflow-x: hidden;
}

.partners__row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    height: 9rem;
    overflow: hidden;
}

.partners__row.flickity-enabled {
    display: block;
    height: auto;
    overflow: visible;
}

.partners__cell {
    width: calc(100% / 6);
    padding: 0 12px;
}

.partners__item {
    border: 1px solid #e3e5eb;
    height: 9rem;
    border-radius: 8px;
    justify-content: center;
    transition: none;
}

.partners__item img {
    max-width: 70%;
    max-height: 70%;
}

@media (max-width: 991px) {
    .partners__cell {
        width: calc(100% / 4);
    }

    .partners__item,
    .partners__row {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .partners .container-fluid,
    .partners .container-lg,
    .partners .container-md,
    .partners .container-sm,
    .partners .container-xl,
    .partners .container-xxl {
        padding-right: 0;
    }

    .partners .container-fluid .row,
    .partners .container-lg .row,
    .partners .container-md .row,
    .partners .container-sm .row,
    .partners .container-xl .row,
    .partners .container-xxl .row {
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .partners .container-fluid .row .col,
    .partners .container-lg .row .col,
    .partners .container-md .row .col,
    .partners .container-sm .row .col,
    .partners .container-xl .row .col,
    .partners .container-xxl .row .col {
        flex: unset;
        width: 154px;
        max-width: unset;
    }

    .partners__row {
        margin: 0;
    }

    .partners__cell {
        width: 42%;
        padding: 0;
        margin-right: 16px;
    }
}

.products .g-0 {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.products__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.products__head h1 {
    margin-bottom: 0;
    min-width: 33.5rem;
    padding-right: 1rem;
}

.products__banner {
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 4.2rem;
    display: flex;
    flex: 1;
}

.products__banner span {
    font-size: 3.4rem;
    display: block;
}

.products__banner > * {
    width: 50%;
    min-height: 6.3rem;
    padding: 0 1.2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.products__banner__left {
    text-align: right;
    background-color: #232d40;
    justify-content: flex-end;
}

.products__banner__right {
    background-color: #f6861f;
}

.products__filter {
    width: 33.5rem;
}

.products__filter input[type="checkbox"] {
    display: none;
}

.products__filter form {
    padding: 2.4rem 2.8rem;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
}

.products__filter__btn,
.products__filter__btn-close,
.products__filter__btn-open {
    display: none;
}

@media (max-width: 1180px) {
    .products__filter {
        width: 25rem;
    }

    .products__filter form {
        padding: 2rem;
    }
}

.products__filter .fieldset-toggle {
    display: none;
}

.products__filter
    .fieldset-toggle:checked
    + fieldset
    .products__filter__item__body {
    max-height: 0;
    overflow: hidden;
}

.products__filter .fieldset-toggle:checked + fieldset legend:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    color: rgba(35, 45, 64, 0.75);
}

.products__filter .fieldset-toggle:checked + fieldset legend:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50%;
    color: rgba(35, 45, 64, 0.75);
}

.products__filter__item {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.products__filter__item:last-child {
    margin-bottom: 0;
    border: unset;
}

.products__filter__item:last-child
    .products__filter__item__body
    label:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.products__filter__item__link {
    margin-bottom: 0.8rem;
    color: #5b5f66;
    font-size: 1.4rem;
    display: block;
}

.products__filter__item__link.active {
    font-weight: 600;
    color: #40b659;
}

@media (max-width: 767px) {
    .products__filter__item__link {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

.products__filter__item .fieldset-toggle-label {
    display: block;
}

.products__filter__item .fieldset-toggle-label:before {
    content: unset;
}

.products__filter__item legend {
    color: #232d40;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    float: unset;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.products__filter__item legend:after {
    content: "";
    background-color: currentColor;
    width: 1.9rem;
    height: 0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
}

.products__filter__item legend:before {
    content: "";
    position: absolute;
    right: 0;
    background-color: currentColor;
    width: 1.9rem;
    height: 0.15rem;
    top: 50%;
}

.products__filter__item__body {
    max-height: 100rem;
    margin-bottom: 1.7rem;
}

.products__filter__item__body--scroll {
    max-height: 430px;
    overflow-y: auto;
}

.products__filter__item--price {
    padding-bottom: 2.5rem;
}

.products__filter__item--price legend {
    color: #f6861f;
}

.products__filter__item--price legend:after,
.products__filter__item--price legend:before {
    display: none;
}

.products__filter__item__price input {
    width: 48%;
    border-radius: 0.8rem;
    border: 1px solid #e6e6e6;
    font-size: 1.4rem;
    color: #232d40;
    padding: 1.2rem 1.6rem;
}

.products__filter__item__price input:after {
    content: "AZN";
    display: inline;
}

.products__list {
    width: 100%;
    max-width: unset;
    flex: unset;
    padding: 0;
    font-size: 1.4rem;
}

.products__list__filter {
    padding: 1.4rem 2.4rem;
    border-top-right-radius: 1.2rem;
}

.products__list__filter__sort {
    color: #95979c;
}

.products__list__filter__sort select {
    border: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/svg-icons/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem 0.675rem;
    background-position: 100% 60%;
    padding-right: 1.7rem;
    color: #232d40;
    font-weight: 500;
    cursor: pointer;
}

.products__list__filter__tool-bar {
    display: flex;
    align-items: center;
}

.products__list__filter__tool-bar label {
    margin-bottom: 0 !important;
}

.products__list__filter__tool-bar__view-type {
    margin-left: 5rem;
    color: #95979c;
    justify-content: unset;
}

.products__list__filter__tool-bar__view-type a {
    color: #5b5f66;
    border-radius: 0.8rem;
    border: 1px solid transparent;
    padding: 1rem;
}

.products__list__filter__tool-bar__view-type a:first-child {
    margin-left: 0.5rem;
}

.products__list__filter__tool-bar__view-type a.active {
    color: #f6861f;
    border-color: currentColor;
}

@media (min-width: 768px) {
    .products__list__body {
        display: flex;
        flex-wrap: wrap;
    }

    .products__list__body .product {
        width: calc(100% / 3);
        border: unset;
    }
}

.products__desc {
    margin-top: 4rem;
    padding-left: 5rem;
}

.products__desc h3 {
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
}

.products__desc p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #5b5f66;
    margin-bottom: 1.6rem;
    font-weight: 500;
}

.products__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.2rem;
}

.products__tags li {
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
}

.products__tags__item {
    background: #f8f9fb;
    border-radius: 100px;
    font-size: 1.4rem;
    color: #5b5f66;
    padding: 0.8rem 1.6rem;
    display: block;
    font-weight: 500;
}

@media (max-width: 767px) {
    .products__head {
        display: block;
    }

    .products__head h1 {
        width: 100%;
        padding-right: 0;
    }

    .products__banner {
        font-size: 18px;
        margin-top: 5px;
    }

    .products__banner > * {
        padding: 0;
        min-height: 40px;
    }

    .products__banner__left {
        padding-right: 5px;
    }

    .products__banner__right {
        padding-left: 5px;
    }

    .products__banner span {
        font-size: 12px;
    }

    .products .open-filter:checked + .products__filter {
        z-index: 22;
    }

    .products .open-filter:checked + .products__filter form {
        width: 270px;
        padding: 24px 16px;
    }

    .products .open-filter:checked + .products__filter form + label {
        opacity: 1;
        pointer-events: auto;
    }

    .products__filter {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: auto;
        z-index: 10;
    }

    .products__filter form {
        width: 0;
        background: #fff;
        overflow: auto;
        height: 100%;
        padding: 0;
        z-index: 10;
        position: relative;
    }

    .products__filter__item__price {
        display: block;
    }

    .products__filter__item__price input {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 11px 16px;
        font-weight: 500;
    }

    .products__filter__item__price input:first-child {
        margin-bottom: 12px;
    }

    .products__filter__item legend {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .products__filter__item legend:after,
    .products__filter__item legend:before {
        width: 19px;
        height: 1.5px;
    }

    .products__filter__btn-open {
        position: absolute;
        top: 50%;
        right: -56px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #fff;
        border: 1px solid rgba(35, 45, 64, 0.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
        border-radius: 0 8px 8px 0;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }

    .products__filter__btn-close {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9;
        transition: 0.3s linear;
        opacity: 0;
        pointer-events: none;
    }

    .products__filter__btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .products__list__filter {
        box-shadow: unset;
        padding: 0;
        margin-bottom: 18px;
        font-size: 14px;
        align-items: flex-end;
    }

    .products__list__filter__sort {
        display: flex;
        flex-direction: column;
    }

    .products__list__filter__sort select {
        margin-top: 4px;
    }

    .products__list__filter__tool-bar__view-type {
        display: none;
    }

    .products__list__more .btn {
        padding: 11px 50px;
    }

    .products__desc {
        padding-left: 0;
    }

    .products__desc p {
        font-size: 14px;
        line-height: normal;
    }

    .products__tags__item {
        font-size: 13px;
        padding: 8px 15px;
    }
}

.category__banner {
    margin-bottom: 4.8rem;
}

.category__banner__item {
    display: flex;
    align-items: center;
    padding: 5rem 6rem;
    border-radius: 12px;
    border: 1px solid #e3e5eb;
    overflow: hidden;
    justify-content: space-between;
    min-height: 22rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category__banner__item > * {
    position: relative;
    z-index: 1;
}

.category__banner__img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    min-height: 100%;
    height: 100%;
    padding: 10px 0;
}

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

.category__banner h2,
.category__banner__name {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #232d40;
    display: flex;
    align-items: center;
    max-width: 42rem;
}

.category__banner h2 span,
.category__banner__name span {
    display: block;
    width: 2px;
    background-color: #232d40;
    margin: 0 1.6rem;
    height: 3.2rem;
}

.category__banner__logo {
    margin-bottom: 1.6rem;
    max-width: 12rem;
    height: 20px;
}

.category__banner__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.category__banner__price {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.category__banner__price span {
    color: #232d40;
}

.category__banner__price h3 {
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 5.6rem;
    color: #232d40;
    border: 4px solid #f6861f;
    border-radius: 16px;
    padding: 1.2rem 2rem;
}

.category__banner__price h3 sub {
    bottom: 0;
    font-size: 0.64em;
}

@media (max-width: 767px) {
    .category__banner {
        margin-top: 24px;
    }

    .category__banner__item {
        justify-content: space-between;
        padding: 14px 10px;
        min-height: 100px;
        background-position: unset;
    }

    .category__banner__item:before {
        width: 120px;
        height: 120px;
        top: unset;
        bottom: -40%;
    }

    .category__banner__price {
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        flex-direction: column;
        gap: 0;
    }

    .category__banner__price h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        padding: 4px;
        border-width: 2px;
        margin-left: 4px;
        border-radius: 8px;
    }

    .category__banner__price h3 sub {
        font-weight: 600;
        font-size: 12px;
        line-height: normal;
    }

    .category__banner h2,
    .category__banner__name {
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        max-width: 102px;
        max-height: 45px;
    }

    .category__banner h2 span,
    .category__banner__name span {
        width: 1.5px;
        height: 16px;
        margin: 0 12px;
    }

    .category__banner__left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 auto;
        width: 33.3%;
    }

    .category__banner__img {
        top: 0;
        bottom: 0;
        height: 100px;
        flex: 0 0 auto;
        width: 25%;
        margin: 0;
        min-height: auto;
        padding: 10px 0;
    }

    .category__banner__logo {
        max-width: 70px;
        margin-bottom: 4px;
    }
}

.wishlist h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.wishlist .add-all {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 3.6rem;
}

.wishlist .add-all__block {
    display: flex;
    gap: 1.6rem;
    width: 60rem;
    max-width: 100%;
}

.wishlist .add-all__block .d-flex {
    flex: 1;
}

.wishlist .add-all .d-flex {
    width: 100%;
    gap: 1.6rem;
}

.wishlist .add-all .form-group {
    margin-bottom: 0;
    flex: 1;
}

.wishlist .add-all #copy_link {
    position: relative;
}

.wishlist .add-all #copy_link:focus .copy-text,
.wishlist .add-all #copy_link:hover .copy-text {
    opacity: 1;
    visibility: visible;
}

.wishlist .add-all #copy_link .copy-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.3rem 1rem;
    background-color: #40b659;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
}

.wishlist .add-all #copy_link .copy-text:before {
    content: "";
    position: absolute;
    top: 90%;
    width: 1rem;
    height: 1rem;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background-color: #40b659;
    z-index: -1;
}

@media (min-width: 768px) {
    .wishlist .products__list__body .product__flex__left {
        width: 35%;
    }

    .wishlist .products__list__body .product__flex__left-right {
        width: 65%;
    }

    .wishlist
        .products__list__body
        .product__flex__left-right
        .product__details
        dt {
        width: 19%;
    }

    .wishlist
        .products__list__body
        .product__flex__left-right
        .product__details
        dd {
        width: 81%;
    }

    .wishlist .products__list__body .product__flex-right {
        flex: 0 0 26%;
    }

    .wishlist .products__list__body .prod-info__bottom__buttons .btn-orange {
        width: calc(100% - 5.8rem);
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .wishlist {
        position: relative;
    }

    .wishlist .add-all {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1);
        z-index: 16;
        padding: 24px 18px;
    }

    .wishlist .add-all .btn {
        justify-content: center;
    }

    .wishlist .add-all .btn svg {
        width: 22px;
        height: 18px;
    }

    .wishlist .add-all__block {
        flex-direction: column;
    }
}

.campaigns__item {
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e3e5eb;
    border-radius: 1.2rem;
    overflow: hidden;
}

.campaigns__item__img {
    overflow: hidden;
    display: block;
    border-bottom: 0;
}

.campaigns__item__img img {
    width: 100%;
}

.campaigns__item__info {
    padding: 2.5rem 2.8rem 0;
    border-top: 0;
    margin-bottom: auto;
}

.campaigns__item__info__header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.campaigns__item__info__date {
    color: #5b5f66;
    font-size: 1.3rem;
}

.campaigns__item__info__title {
    color: #232d40;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 0.6rem;
    display: block;
}

.campaigns__item__info__desc {
    font-size: 1.4rem;
    color: #95979c;
}

.campaigns__item__footer {
    padding: 2.8rem;
}

.campaigns__item__footer__dead-line {
    color: #f6861f;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.1rem 1.6rem;
    border-radius: 0.8rem;
    position: relative;
}

.campaigns__item__footer__dead-line * {
    z-index: 1;
}

.campaigns__item__footer__dead-line:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 0.8rem;
    justify-content: center;
    z-index: -1;
}

.campaigns__item__footer__dead-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.8rem;
    background: linear-gradient(90deg, #f6861f 0, #f0d6bd 50%, #40b659 100%);
    z-index: -2;
    -webkit-animation: 3s infinite gradient;
    animation: 3s infinite gradient;
    background-size: 400% 400%;
}

@-webkit-keyframes gradient {
    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes gradient {
    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.campaigns__item__footer__link {
    font-size: 1.4rem;
    color: #5b5f66;
    line-height: 2.4rem;
    padding: 1rem 1.6rem;
    border: 1px solid #dee2e6;
    border-radius: 0.6rem;
    font-weight: 500;
}

.campaigns__item__footer__link img,
.campaigns__item__footer__link svg {
    margin-left: 2.2rem;
}

@media (max-width: 767px) {
    .campaigns__item {
        margin-bottom: 16px;
    }

    .campaigns__item__info__date {
        font-size: 13px;
    }

    .campaigns__item__info__desc {
        font-size: 13px;
        line-height: 20px;
    }

    .campaigns__item__footer__dead-line {
        font-size: 15px;
        padding: 10px 16px;
    }

    .campaigns__item__footer__link {
        margin-left: auto;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
    }
}

.career__item {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 2.8rem;
    margin-bottom: 2.4rem;
    height: calc(100% - 2.4rem);
}

.career__item__content {
    margin-right: 2rem;
}

.career__item__title {
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.career__item__location {
    color: #95979c;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .career__item {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 205px;
        height: auto;
    }

    .career__item__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .career__item__location {
        font-size: 14px;
        line-height: 20px;
    }

    .career__item__link.btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    .career__item__link.btn svg {
        width: 15px;
        height: 12px;
        margin-left: 5px;
    }
}

.shad-kart h1 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
}

.shad-kart__banner {
    margin-bottom: 4.5rem;
}

.shad-kart__item {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 2.8rem;
    display: flex;
    margin-bottom: 2.4rem;
}

.shad-kart__item__img {
    margin-right: 3.2rem;
}

.shad-kart__item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem 0;
    align-items: flex-start;
}

.shad-kart__item__content__title {
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .shad-kart__banner {
        margin-bottom: 20px;
    }

    .shad-kart__banner img {
        height: 232px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }

    .shad-kart__item {
        padding: 24px;
        flex-direction: column;
        margin-bottom: 16px;
    }

    .shad-kart__item__img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .shad-kart__item__img img {
        width: 100%;
    }

    .shad-kart__item__content {
        padding: 0;
    }

    .shad-kart__item__content__link.btn {
        margin-top: 40px;
        width: 100%;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    .shad-kart__item__content__link.btn svg {
        width: 15px;
        height: 12px;
        margin-left: 5px;
    }
}

.shops__item {
    border: 1px solid #dee2e6;
    border-radius: 0.6rem;
    padding: 2.8rem;
    margin-bottom: 2.8rem;
    height: 100%;
    display: block;
}

.shops__item__title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.shops__item__location {
    color: #5b5f66;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .shops__item {
        margin-bottom: 16px;
        padding: 24px;
    }

    .shops__item__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .shops__item__location {
        font-size: 14px;
        line-height: 24px;
    }
}

.checkout {
    padding-top: 2.4rem;
}

.checkout .container-fluid,
.checkout .container-lg,
.checkout .container-md,
.checkout .container-sm,
.checkout .container-xl,
.checkout .container-xxl {
    display: flex;
    align-items: flex-start;
}

.checkout__banner {
    max-height: 12.8rem;
    margin: -3.9rem -13.1rem 5.1rem -5.1rem;
}

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

.checkout__banner__btns {
    display: none;
}

.checkout__form {
    width: calc(100% - 33.5rem);
    padding: 4rem 13rem 5.2rem 5.2rem;
    border-radius: 1.2rem 0 0 1.2rem;
}

.checkout__form h1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.checkout__form h3 {
    font-size: 1.6rem;
    color: #95979c;
    margin-top: 0.8rem;
    margin-bottom: 2rem;
}

.checkout__form__shipping-methods {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 4rem;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(1)
    ~ .shipping
    .col-md-6:nth-child(1)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(1)
    ~ .shipping
    .col-md-6:nth-child(1)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(1)
    ~ .shipping
    .col-md-6:nth-child(1)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(1)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(1) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(2)
    ~ .shipping
    .col-md-6:nth-child(2)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(2)
    ~ .shipping
    .col-md-6:nth-child(2)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(2)
    ~ .shipping
    .col-md-6:nth-child(2)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(2)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(2) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(3)
    ~ .shipping
    .col-md-6:nth-child(3)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(3)
    ~ .shipping
    .col-md-6:nth-child(3)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(3)
    ~ .shipping
    .col-md-6:nth-child(3)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(3)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(3) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(4)
    ~ .shipping
    .col-md-6:nth-child(4)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(4)
    ~ .shipping
    .col-md-6:nth-child(4)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(4)
    ~ .shipping
    .col-md-6:nth-child(4)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(4)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(4) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(5)
    ~ .shipping
    .col-md-6:nth-child(5)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(5)
    ~ .shipping
    .col-md-6:nth-child(5)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(5)
    ~ .shipping
    .col-md-6:nth-child(5)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(5)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(5) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(6)
    ~ .shipping
    .col-md-6:nth-child(6)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(6)
    ~ .shipping
    .col-md-6:nth-child(6)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(6)
    ~ .shipping
    .col-md-6:nth-child(6)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(6)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(6) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(7)
    ~ .shipping
    .col-md-6:nth-child(7)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(7)
    ~ .shipping
    .col-md-6:nth-child(7)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(7)
    ~ .shipping
    .col-md-6:nth-child(7)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(7)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(7) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(8)
    ~ .shipping
    .col-md-6:nth-child(8)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(8)
    ~ .shipping
    .col-md-6:nth-child(8)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(8)
    ~ .shipping
    .col-md-6:nth-child(8)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(8)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(8) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(9)
    ~ .shipping
    .col-md-6:nth-child(9)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(9)
    ~ .shipping
    .col-md-6:nth-child(9)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(9)
    ~ .shipping
    .col-md-6:nth-child(9)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(9)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(9) {
    display: block;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(10)
    ~ .shipping
    .col-md-6:nth-child(10)
    .custom-radio--additional {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(10)
    ~ .shipping
    .col-md-6:nth-child(10)
    .custom-radio--additional
    label:before {
    background-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(10)
    ~ .shipping
    .col-md-6:nth-child(10)
    .custom-radio--additional
    label:after {
    border-color: #f6861f;
}

.checkout__form__shipping-methods
    [name="shipping"]:checked:nth-child(10)
    ~ .shipping-methods__item
    .shipping-methods:nth-child(10) {
    display: block;
}

.checkout__form__shipping-methods .shipping-methods {
    background: #fafafa;
    border-radius: 6px;
    padding: 2.8rem 2.8rem 3.6rem;
    display: none;
    margin-bottom: 3.2rem;
}

.checkout__form__shipping-methods .shipping-methods .form-group .form-control {
    background-color: #fff;
}

.checkout__form__shipping-methods .shipping-methods__icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #dadbdd;
    justify-content: center;
    color: #40b659;
}

.checkout__form__shipping-methods .shipping-methods__text {
    flex: 1;
}

.checkout__form__shipping-methods .shipping-methods__info {
    margin-top: 2.4rem;
}

.checkout__form__shipping-methods .shipping-methods__info__item {
    display: flex;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #232d40;
    gap: 1.2rem;
}

.checkout__form__shipping-methods .shipping-methods__info__item span {
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: #5b5f66;
    display: block;
}

.checkout__form__shipping-methods .shipping-methods__info__item p {
    display: inline;
    margin-right: 8px;
}

.checkout__form__shipping-methods .shipping-methods__info__item a {
    color: #40b659;
    font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    white-space: pre;
}

.checkout__form__footer .price-info__delivery {
    display: none;
}

.checkout__form__footer .terms label {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    font-size: 1.6rem !important;
}

.checkout__form__footer .terms label:before {
    width: 2rem !important;
    min-width: 2rem !important;
    height: 2rem !important;
}

.checkout__form__footer .terms label:after {
    border-width: 2px !important;
    width: 1rem !important;
    height: 0.6rem !important;
    left: 0.5rem !important;
}

.checkout__form__footer .terms label a {
    color: inherit;
    margin-right: 5px;
    text-decoration: underline !important;
}

.checkout__form__footer .terms__link {
    display: inline-block;
    margin-right: 0.3rem;
    color: inherit;
    text-decoration: underline !important;
}

.checkout__form__footer .terms-mobile {
    display: none;
}

.checkout__form__footer__buttons-group {
    display: flex;
}

.checkout__form__footer__buttons-group__button {
    width: 18.5rem;
    justify-content: center;
    margin-left: 1.5rem;
}

.checkout__taksits {
    background: #fafafa;
    border-radius: 6px;
    padding: 2.5rem 2.4rem 0.8rem;
    margin-bottom: 2rem;
}

.checkout__taksits h3 {
    color: #232d40;
    margin: 0;
    font-weight: 500;
}

.checkout__taksits__item {
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    height: 11rem;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1.0125px 0 rgba(0, 0, 0, 0.0135),
        0 0.4px 0 rgba(0, 0, 0, 0.01), 0 0.0875px 0 rgba(0, 0, 0, 0.0065);
    border-radius: 6px;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
}

.checkout__taksits img {
    width: 8rem;
    height: 7.2rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.checkout__taksits__name {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 0.5rem 0 0.5rem 2rem;
    margin-left: 3rem;
    border-left: 1px solid #e2e3e3;
}

.checkout__taksits__head {
    margin-bottom: 2.4rem;
}

.checkout__taksits__selected {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1.0125px 0 rgba(0, 0, 0, 0.0135),
        0 0.4px 0 rgba(0, 0, 0, 0.01), 0 0.0875px 0 rgba(0, 0, 0, 0.0065);
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.checkout__taksits__selected p {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.checkout__taksits__selected img {
    width: 3.4rem;
    height: 3.1rem;
    margin-left: 1.6rem;
}

.checkout__taksits__selected .checkout__taksits__name {
    font-size: 1.3rem;
    padding: 0.2rem 0 0.2rem 1.2rem;
    margin-left: 1.6rem;
}

.checkout__taksits__change {
    border: 1px solid #5b5f66;
    border-radius: 6px;
    padding: 0.4rem 1.2rem;
    margin-left: auto;
    font-size: 1.3rem;
    color: #5b5f66;
}

.checkout__taksits .custom-radio {
    height: 11rem;
    border-color: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1.0125px 0 rgba(0, 0, 0, 0.0135),
        0 0.4px 0 rgba(0, 0, 0, 0.01), 0 0.0875px 0 rgba(0, 0, 0, 0.0065);
}

.checkout__taksits .custom-radio__label {
    height: 100%;
    padding-left: 7rem;
    font-size: 2.4rem;
    font-weight: 600;
}

.checkout__taksits .custom-radio__label:after,
.checkout__taksits .custom-radio__label:before {
    left: 2.8rem;
    right: auto;
}

.checkout__right-bar {
    width: 33.5rem;
    border-radius: 0 1.2rem 1.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout__right-bar .product-details {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.checkout__right-bar .product-details__selected-prods {
    margin-bottom: auto;
    padding-top: 0.8rem;
}

.checkout__right-bar .product-details__selected-prods .selected-prods__item {
    position: relative;
    display: flex;
    font-size: 1.4rem;
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
    border-bottom: 1px solid #dee2e6;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item:last-child {
    border: 0;
    padding-bottom: 0;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__delete {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #95979c;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__img {
    margin-right: 1.6rem;
    min-width: 6.4rem;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__info__title {
    color: #232d40;
    font-weight: 600;
    padding-right: 2rem;
    line-height: 2rem;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__info
    span {
    display: block;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__info__price {
    color: #5b5f66;
    margin: 0.4rem 0;
    font-weight: 500;
}

.checkout__right-bar
    .product-details__selected-prods
    .selected-prods__item__info__credit-type {
    font-weight: 600;
    color: #f6861f;
}

.checkout__right-bar .product-details__product {
    box-shadow: unset;
    padding: 0;
    margin-bottom: auto;
}

.checkout__right-bar .product-details__product:hover {
    box-shadow: unset;
}

.checkout__right-bar .product-details__product__img {
    margin-top: 2rem;
    margin-bottom: 4.4rem;
}

.checkout__right-bar .product-details__product .product__info {
    margin-bottom: 2.4rem;
}

.checkout__right-bar .product-details__product .product__info span {
    display: block;
}

.checkout__right-bar .product-details__product .product__labels {
    display: flex;
    justify-content: space-between;
}

.checkout__right-bar
    .product-details__product
    .product__labels
    .product__label {
    white-space: nowrap;
    width: auto;
    padding: 1rem 1.2rem;
    margin: 0;
}

.checkout__right-bar .product-details__promokod {
    margin-bottom: 2rem;
}

.checkout__right-bar .product-details__promokod .form-group {
    margin-bottom: 1.2rem;
}

.checkout__right-bar .product-details__promokod__link {
    width: 100%;
    justify-content: center;
}

.checkout__right-bar .product-details__prices {
    align-items: flex-start;
    flex-wrap: wrap;
}

.checkout__right-bar .product-details__prices dd,
.checkout__right-bar .product-details__prices dt {
    width: 50%;
    color: #95979c;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.checkout__right-bar .product-details__prices dd:last-of-type,
.checkout__right-bar .product-details__prices dt:last-of-type {
    border-top: 1px solid #dee2e6;
    margin-top: 1.2rem;
    padding-top: 2rem;
}

.checkout__right-bar .product-details__prices dd:last-of-type {
    color: #40b659;
    font-size: 1.6rem;
}

.checkout__right-bar .product-details__prices dt {
    font-weight: 600;
    color: #232d40;
    text-align: right;
}

.checkout__right-bar .product-details__prices dt:last-of-type {
    font-size: 2rem;
}

.checkout__right-bar .product-details .checkout__form__footer__buttons-group {
    display: none;
}

.checkout__right-bar .checkout-info {
    background: #f5f6f8;
    padding: 2.4rem;
    border-bottom-right-radius: 12px;
}

.checkout__right-bar .checkout-info h3 {
    justify-content: unset;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.checkout__right-bar .checkout-info h3 span {
    padding: 1.5rem;
    background: #eaeaed;
    border-radius: 1.2rem;
    width: 4.8rem;
    height: 4.8rem;
    justify-content: center;
    margin-right: 1.2rem;
}

.checkout__right-bar .checkout-info p {
    color: #5b5f66;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    line-height: 2rem;
}

@media (max-width: 767px) {
    .checkout {
        padding-top: 0;
    }

    .checkout .container-fluid,
    .checkout .container-lg,
    .checkout .container-md,
    .checkout .container-sm,
    .checkout .container-xl,
    .checkout .container-xxl {
        display: block;
    }

    .checkout__form {
        width: 100%;
        padding: 0;
        box-shadow: unset;
    }

    .checkout__form__shipping-methods {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .checkout__form__shipping-methods .shipping-methods__info {
        gap: 16px;
    }

    .checkout__form h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .checkout__form .form-group label {
        font-size: 14px;
    }

    .checkout__form__footer {
        display: block;
    }

    .checkout__form__footer .price-info__delivery {
        display: flex;
        border: 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        border-radius: 0;
        padding: 15px 26px;
        margin-bottom: 16px;
        margin-right: -16px;
        margin-left: -16px;
    }

    .checkout__form__footer .price-info__delivery__item {
        font-size: 12px;
        line-height: 24px;
    }

    .checkout__form__footer .price-info__delivery__item svg {
        width: 22px;
        height: 18px;
    }

    .checkout__form__footer .terms {
        display: none;
    }

    .checkout__form__footer .terms-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .checkout__form__footer .terms-mobile .terms__link {
        font-size: 14px;
        line-height: 24px;
    }

    .checkout__form__footer .terms-mobile .product__body__price__type {
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

    .checkout__form__footer .terms-mobile .product__body__price__type .switch {
        margin: 0 12px;
        width: 56px;
        height: 32px;
    }

    .checkout__form__footer
        .terms-mobile
        .product__body__price__type
        .switch
        .toggle {
        background: #f6861f;
    }

    .checkout__form__footer
        .terms-mobile
        .product__body__price__type
        .switch
        .toggle:before {
        width: 24px;
        height: 24px;
        left: 4px;
    }

    .checkout__form__footer
        .terms-mobile
        .product__body__price__type
        .switch
        input:checked
        + .toggle {
        background: #40b659;
    }

    .checkout__form__footer
        .terms-mobile
        .product__body__price__type
        .switch
        input:checked
        + .toggle:before {
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
    }

    .checkout__form__footer .checkout__form__footer__buttons-group {
        display: none;
    }

    .checkout__taksits__selected {
        padding: 8px 13px;
    }

    .checkout__taksits__selected p {
        font-size: 13px;
    }

    .checkout__taksits__selected img {
        width: 34px;
        height: 31px;
    }

    .checkout__taksits__selected .checkout__taksits__name {
        font-size: 13px;
    }

    .checkout__taksits__change {
        font-size: 13px;
        padding: 4px 12px;
    }

    .checkout__right-bar {
        width: 100%;
        box-shadow: unset;
    }

    .checkout__right-bar .product-details {
        padding: 0;
        margin: 12px -16px 0;
        border-top: 1px solid #ebebeb;
        background: #f8f8fb;
    }

    .checkout__right-bar .product-details .product {
        flex-direction: unset;
        background: #fff;
        padding: 16px;
        justify-content: unset;
        align-items: center;
    }

    .checkout__right-bar .product-details .product__img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin: 0 12px 0 0;
    }

    .checkout__right-bar .product-details .product__info {
        margin-bottom: 0;
    }

    .checkout__right-bar .product-details .product__labels {
        display: none;
    }

    .checkout__right-bar .product-details .selected-prods {
        padding-top: 16px;
        background: #fff;
    }

    .checkout__right-bar .product-details .selected-prods__item {
        padding: 0 16px 16px;
        margin-bottom: 16px;
    }

    .checkout__right-bar .product-details .selected-prods__item__delete {
        right: 16px;
    }

    .checkout__right-bar .product-details .selected-prods__item__img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin-right: 12px;
    }

    .checkout__right-bar .product-details .selected-prods__item__info {
        font-size: 14px;
    }

    .checkout__right-bar .product-details .selected-prods__item__info__title {
        padding-right: 20px;
    }

    .checkout__right-bar .product-details__promokod {
        padding: 24px 16px 8px;
        margin-bottom: 15px;
    }

    .checkout__right-bar .product-details__promokod .form-group {
        margin-bottom: 12px;
    }

    .checkout__right-bar .product-details__prices {
        padding: 0 16px;
    }

    .checkout__right-bar .product-details__prices dd,
    .checkout__right-bar .product-details__prices dt {
        font-size: 14px;
    }

    .checkout__right-bar .product-details__prices dd:last-of-type,
    .checkout__right-bar .product-details__prices dt:last-of-type {
        padding-top: 20px;
        margin-top: 14px;
    }

    .checkout__right-bar .product-details__prices dd:last-of-type {
        font-size: 16px;
        line-height: 24px;
    }

    .checkout__right-bar .product-details__prices dt:last-of-type {
        font-size: 20px;
        line-height: 24px;
    }

    .checkout__right-bar
        .product-details
        .checkout__form__footer__buttons-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding: 0 16px;
    }

    .checkout__right-bar
        .product-details
        .checkout__form__footer__buttons-group
        .btn {
        margin: 0;
        width: 48%;
    }

    .checkout__right-bar .checkout-info {
        display: none;
    }

    .checkout__banner {
        background-image: url(../images/checkout-mobile.jpg);
        margin: -16px -16px 32px;
        min-height: 240px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
    }

    .checkout__banner__img {
        display: none;
    }

    .checkout__banner__btns {
        display: flex;
        margin-bottom: 28px;
    }

    .checkout__banner__btns a {
        color: #232d40;
    }

    .checkout__banner__btns a:first-child {
        margin-right: 12px;
    }
}

.compare h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin-bottom: 0;
}

.compare .share {
    margin-left: 0;
    height: 4rem;
    border: 1px solid #e3e5eb;
    border-radius: 0.6rem;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 1.3rem;
    cursor: pointer;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.compare .share > svg {
    width: 60%;
    height: 60%;
}

.compare .share.active,
.compare .share:hover {
    background-color: #40b659 !important;
    color: #fff !important;
}

.compare .share__block {
    background: #fff;
    border: 1px solid #40b659;
    padding: 1.6rem 1.2rem 0.8rem 1.5rem;
    position: absolute;
    width: 27rem;
    border-radius: 8px;
    z-index: 5;
    top: 100%;
    margin-top: 2rem;
    opacity: 0;
    pointer-events: none;
}

.compare .share__block.open {
    opacity: 1;
    pointer-events: auto;
}

.compare .share__block:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    position: absolute;
    top: -0.2rem;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    border: 1px solid #40b659;
}

.compare .share__block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    z-index: 1;
}

.compare .share__block span {
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #5b5f66;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.compare .share__block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.compare .share__block ul li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

.compare .share__block ul li a {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232d40;
    background-color: #f7f7f8;
    margin-left: 0;
}

.compare .share__block ul li a:focus,
.compare .share__block ul li a:hover {
    background-color: #40b659;
    color: #fff;
}

.compare .share__block #copy_link {
    position: relative;
}

.compare .share__block #copy_link:hover .copy-text {
    opacity: 1;
    visibility: visible;
}

.compare .share__block #copy_link .copy-text {
    position: absolute;
    bottom: 100%;
    padding: 0.3rem 1rem;
    background-color: #40b659;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
}

.compare .share__block #copy_link .copy-text:before {
    content: "";
    position: absolute;
    top: 90%;
    width: 1rem;
    height: 1rem;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background-color: #40b659;
    z-index: -1;
}

.compare__item__head {
    display: flex;
    position: relative;
}

.compare__item__head > .d-block {
    flex: 1;
    padding-right: 40px;
}

.compare__head {
    margin-bottom: 2.2rem;
    align-items: center;
}

.compare__head .products-slider__arrows {
    position: unset;
    z-index: 15;
}

.compare__head .products-slider__arrows .button {
    background-color: #fff;
}

.compare__block {
    display: flex;
    position: relative;
}

.compare__block:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0.5rem;
    width: 6rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.compare__block__left {
    flex: 0 0 calc(1290px / 4);
    overflow: hidden;
}

.compare__block__right {
    flex: 0 0 calc(100% - 1290px / 4);
    overflow-x: auto;
    position: relative;
    padding-top: 5rem;
    margin-top: -5rem;
}

.compare__block__right .compare__block__table {
    margin-left: calc(-1290px / 4);
}

.compare__block__right .compare__delete {
    margin-bottom: 0;
    top: 0;
    right: 0;
}

.compare__block__table {
    table-layout: fixed;
    font-size: 1.6rem;
    color: #232d40;
}

.compare__block__table > tbody > tr:first-child td {
    padding-bottom: 1.6rem;
    border: 0;
}

.compare__block__table > tbody > tr:last-child td {
    border: 0;
}

.compare__block__table > tbody > tr span img,
.compare__block__table > tbody > tr span svg,
.compare__block__table > tbody > tr td:first-child img,
.compare__block__table > tbody > tr td:first-child svg {
    width: 2.3rem;
    height: 2.7rem;
    margin-right: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    color: #40b659;
}

.compare__block__table > tbody > tr span {
    display: none;
    margin-right: 20px;
}

.compare__block__table td {
    min-width: 32.2rem;
    width: 32.2rem;
    vertical-align: top;
    position: relative;
    padding: 2.4rem 2.4rem 2.4rem 0;
    border-bottom: 1px solid #dee2e6;
}

.compare__product-type {
    width: calc(1290px / 4 - 2.4rem);
    padding-right: 4.4rem;
}

.compare__delete {
    border: 1px solid #c2c5ca;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: 121%;
    white-space: nowrap;
    margin-bottom: 2.4rem;
    position: absolute;
    top: -5rem;
}

.compare__delete:after,
.compare__delete:before {
    content: "";
    background: #5b5f66;
    width: 1.2rem;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 32%;
}

.compare__delete:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.compare__delete:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.compare__delete:hover {
    background: #232d40;
}

.compare__delete:hover:after,
.compare__delete:hover:before {
    background: #fff;
}

.compare__product-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #232d40;
    margin-bottom: 0.8rem;
}

.compare .d-flex {
    margin-bottom: 3.2rem;
}

.compare__product-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f6861f;
    display: block !important;
    margin-right: 0;
}

.compare__product-image {
    width: calc(1290px / 4 - 24px);
    position: relative;
    cursor: pointer;
}

.compare__product-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.compare__product-image .prod-info__bottom__buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
    justify-content: center;
    opacity: 0;
}

.compare__product-image .prod-info__bottom__buttons .btn-green {
    border-color: #40b659;
}

.compare__product-image .prod-info__bottom__buttons .btn-green:focus,
.compare__product-image .prod-info__bottom__buttons .btn-green:hover {
    background: #40b659;
    color: #fff;
}

.compare__product-image .prod-info__bottom__buttons .btn-orange {
    border-color: #f6861f;
}

.compare__product-image .prod-info__bottom__buttons .btn-orange:focus,
.compare__product-image .prod-info__bottom__buttons .btn-orange:hover {
    background: #f6861f;
    color: #fff;
}

.compare__product-image:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.compare__product-image:hover .prod-info__bottom__buttons {
    opacity: 1;
}

@media (max-width: 767px) {
    .compare {
        position: relative;
    }

    .compare .share {
        margin-top: 10px;
    }

    .compare .share__block {
        left: 0;
        max-width: 150px;
    }

    .compare .share__block:before {
        left: 30%;
    }

    .compare:after {
        display: block !important;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 70px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    }

    .compare .container-fluid,
    .compare .container-lg,
    .compare .container-md,
    .compare .container-sm,
    .compare .container-xl,
    .compare .container-xxl {
        padding-right: 0;
    }

    .compare__block {
        margin-left: -10px;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

    .compare__block__left {
        flex: unset;
        overflow: unset;
    }

    .compare__block:after,
    .compare__block__right {
        display: none;
    }

    .compare__block__table {
        min-width: auto !important;
    }

    .compare__block__table tr {
        display: flex;
    }

    .compare__block__table tr span {
        display: inline-block !important;
        min-width: 140px;
    }

    .compare__block__table tr span img,
    .compare__block__table tr span svg {
        margin-right: 5px !important;
    }

    .compare__block__table tr td {
        display: flex;
        width: 90vw;
        min-width: auto;
        border-right: 1px solid rgba(222, 226, 230, 0.3);
        padding-right: 10px;
        padding-left: 10px;
    }

    .compare__block__table tr td:first-child {
        display: none;
    }

    .compare__block__table tr:first-child td {
        flex-direction: column;
        border-right: 1px solid rgba(222, 226, 230, 0.3) !important;
    }

    .compare__block__table tr:last-child td {
        border-right: 1px solid rgba(222, 226, 230, 0.3) !important;
    }

    .compare .scroller-block {
        display: flex;
    }

    .compare .scroller-elem {
        width: 90vw;
        scroll-snap-align: start;
    }

    .compare__delete {
        position: relative;
        top: unset;
        width: 30px;
        height: 30px;
    }

    .compare__delete:after,
    .compare__delete:before {
        width: 12px;
        left: 30%;
    }

    .compare__product-type {
        width: 200px;
        padding-right: 0;
    }

    .compare__product-title {
        font-size: 16px;
    }

    .compare .d-flex {
        margin-bottom: 10px;
    }

    .compare__product-price {
        font-size: 18px;
        min-width: auto !important;
    }

    .compare__product-image .prod-info__bottom__buttons {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        justify-content: flex-start;
        padding: 0;
        margin-top: 10px;
    }

    .compare__product-image .prod-info__bottom__buttons #week_product_add,
    .compare__product-image .prod-info__bottom__buttons .add-to-cart,
    .compare__product-image .prod-info__bottom__buttons .btn-green {
        padding: 14px !important;
    }
}

.basket h1 {
    font-size: 2.8rem;
    margin-bottom: 3.4rem;
    font-weight: 700;
    line-height: 3.6rem;
}

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

.basket__content {
    flex: 0 0 calc(100% - 28rem - 5.6rem);
    position: relative;
}

.basket__content .btn-blue-100 {
    color: #5b5f66;
    border-color: #f7f7f9;
    font-weight: 500;
    position: absolute;
    top: -7.5rem;
    right: 0;
}

.basket__content__item {
    margin-bottom: 2.4rem;
    position: relative;
}

.basket__content__item:last-child {
    margin-bottom: 0;
}

.basket__content__item__delete {
    position: absolute;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 0.4rem;
    color: #5b5f66;
    background: #f7f7f9;
    top: 3.6rem;
    right: 4rem;
    z-index: 1;
    justify-content: center;
}

.basket__content__item__delete:hover {
    color: #232d40;
}

.basket__content__item .product {
    flex-direction: row;
    border-radius: 1.2rem 1.2rem 0 0;
    justify-content: unset;
    padding: 4rem;
}

.basket__content__item .product__img {
    max-width: 20rem;
    height: auto;
    text-align: left;
    margin: 0 6rem 0 0;
}

.basket__content__item .product__labels {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.basket__content__item .product__label {
    margin-right: 0.8rem;
    height: 3.2rem;
}

.basket__content__item .product__body {
    width: calc(100% - 26rem);
}

.basket__content__item .product__body__price {
    margin-top: 3.2rem;
}

.basket__content__item .product__body__price__counter {
    display: flex;
    align-items: center;
}

.basket__content__item .product__body__price__type {
    font-size: 1.3rem;
    font-weight: 600;
    color: #232d40;
}

.basket__content__item .product__body__price__type .switch {
    margin: 0 1.2rem;
}

.basket__content__item__footer {
    width: 100%;
    justify-content: center;
    border-radius: 0 0 1.2rem 1.2rem;
    margin-top: 1px;
}

.basket__content__item__discount-product__header {
    background: #1fa9f6;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    padding: 1.2rem 4rem;
    margin-right: -1px;
}

.basket__content__item__discount-product .product {
    border-radius: 0 0 1.2rem 1.2rem;
    align-items: center;
}

.basket__content__item__discount-product .product__img {
    margin-right: 3.2rem;
}

.basket__content__item__discount-product .product__body {
    display: flex;
    justify-content: unset;
}

.basket__content__item__discount-product .product__body__content {
    max-width: 27rem;
    margin-right: 3.2rem;
}

.basket__content__item__discount-product .product__body .price {
    margin-top: 0.5rem;
}

.basket__content__item__discount-product .product__body .price .new-price {
    font-size: 2rem;
}

.basket__content__item__discount-product .product .add-to-cart {
    white-space: nowrap;
}

.basket #basket__total__open {
    display: none;
}

.basket__scroll {
    flex: 0 0 28rem;
    position: relative;
}

.basket__total {
    border: 2px solid #40b659;
    border-radius: 1.2rem;
    padding: 2.8rem 2.4rem;
    position: sticky;
    top: 0;
}

.basket__total h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.basket__total dl {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.basket__total dl dd,
.basket__total dl dt {
    width: 50%;
    margin-bottom: 0.8rem;
    word-break: break-word;
}

.basket__total dl dd:last-of-type,
.basket__total dl dt:last-of-type {
    border-top: 1px solid #dee2e6;
    margin-top: 2rem;
    padding-top: 2rem;
}

.basket__total dl dt {
    color: #95979c;
    font-weight: 400;
}

.basket__total dl dt:last-of-type {
    color: #40b659;
    font-size: 1.4rem;
}

.basket__total dl dd {
    color: #232d40;
    text-align: right;
    font-weight: 600;
}

.basket__total dl dd:last-of-type {
    font-size: 1.7rem;
}

.basket__total__footer__mobile-price,
.basket__total__open {
    display: none;
}

.basket__total .btn {
    width: 100%;
    justify-content: center;
}

.basket.final .basket__total {
    position: unset;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .basket h1 {
        margin-bottom: 16px;
    }

    .basket__content {
        flex: unset;
        width: 100%;
    }

    .basket__content .btn-blue-100 {
        position: unset;
        margin-bottom: 16px;
    }

    .basket__content__item__delete {
        top: 20px;
        right: 20px;
    }

    .basket__content__item .product {
        flex-direction: column;
        padding: 90px 20px 20px;
    }

    .basket__content__item .product__img {
        max-width: 132px;
        margin: 0 auto;
    }

    .basket__content__item .product__label {
        height: 32px;
    }

    .basket__content__item .product__label--light-orange {
        position: absolute;
        top: 24px;
        left: 20px;
    }

    .basket__content__item .product__body {
        width: 100%;
    }

    .basket__content__item .product__body__price {
        flex-direction: column;
    }

    .basket__content__item .product__body__price__counter {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .basket__content__item .product__body__price__counter .counter {
        margin-right: 0;
        width: 156px;
        height: 52px;
        padding: 0;
    }

    .basket__content__item .product__body__price__counter .counter button,
    .basket__content__item .product__body__price__counter .counter input {
        width: 33.3%;
    }

    .basket__content__item .product__body__price__type {
        padding-top: 16px;
        justify-content: center;
        width: 100%;
        margin: 24px 0 0;
        font-size: 13px;
        line-height: 20px;
        position: relative;
    }

    .basket__content__item .product__body__price__type:before {
        content: "";
        width: auto;
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        background: #e3e5eb;
        height: 1px;
    }

    .basket__content__item__footer {
        font-size: 14px;
        padding: 15px;
    }

    .basket__content__item__discount-product__header {
        text-align: center;
        font-size: 13px;
        line-height: 24px;
        padding: 12px;
    }

    .basket__content__item__discount-product .product {
        padding: 24px 20px;
    }

    .basket__content__item__discount-product .product__body {
        flex-direction: column;
    }

    .basket__content__item__discount-product .product__body__content {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .basket__content__item__discount-product .product .add-to-cart {
        width: 100%;
        justify-content: center;
        margin-top: 24px;
    }

    .basket input[type="checkbox"]:checked + .basket__total__close {
        opacity: 1;
        pointer-events: unset;
    }

    .basket
        input[type="checkbox"]:checked
        + .basket__total__close
        + .basket__total
        > .basket__total__header {
        max-height: 1000px;
        opacity: 1;
        pointer-events: unset;
    }

    .basket__scroll {
        flex: none;
        position: unset;
    }

    .basket__total {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 12px 12px 0 0;
        -webkit-filter: drop-shadow(0 -1px 20px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 -1px 20px rgba(0, 0, 0, 0.1));
        padding: 32px 16px 20px;
        border: unset;
        transition: 0.3s linear;
        z-index: 23;
    }

    .basket__total dl {
        border-bottom: 1px solid #e3e5eb;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .basket__total dl dd,
    .basket__total dl dt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .basket__total dl dd:last-of-type,
    .basket__total dl dt:last-of-type {
        display: none;
    }

    .basket__total__header {
        transition: 0.3s linear;
        max-height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .basket__total__close {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 22;
        transition: 0.3s linear;
        opacity: 0;
        pointer-events: none;
    }

    .basket__total__open {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 12px 0;
    }

    .basket__total__open:before {
        content: "";
        position: absolute;
        top: 12px;
        width: 60px;
        height: 4px;
        background: #c2c5ca;
        border-radius: 6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

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

    .basket__total__footer__mobile-price {
        display: block;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #232d40;
    }

    .basket__total__footer__mobile-price span {
        font-size: 13px;
        line-height: 16px;
        color: #40b659;
        display: block;
    }

    .basket__total__footer .btn {
        width: auto;
        font-size: 15px;
        line-height: 24px;
        padding: 9px 20px;
    }

    .basket.final .basket__row {
        flex-wrap: wrap;
    }

    .basket.final .basket__total {
        -webkit-filter: none;
        filter: none;
        border: 1px solid #40b659;
        border-radius: 12px;
    }

    .basket.final .basket__total dl {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .basket.final .basket__scroll {
        width: 100%;
        margin-top: 20px;
    }

    .basket.final .basket__total__header {
        opacity: 1;
        max-height: unset;
    }
}

.counter {
    justify-content: space-between;
    border: 2px solid #dee2e6;
    border-radius: 0.6rem;
    padding: 1.6rem 1.4rem;
    width: 15.5rem;
    height: 5.2rem;
    margin-right: 3rem;
}

.counter input {
    border: unset;
    text-align: center;
    width: 6rem;
    color: #232d40;
    font-size: 2rem;
    -moz-appearance: textfield;
}

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

.counter button {
    border: unset;
    background: unset;
    color: #232d40;
    font-size: 3rem;
    margin-bottom: 0.3rem;
}

.calculator {
    padding: 3rem 4rem 4.8rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

.calculator h3 {
    color: #232d40;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
}

.calculator__label {
    font-size: 1.4rem;
    color: #232d40 !important;
    margin-bottom: 0.8rem;
}

.calculator span {
    color: #95979c;
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0.8rem;
}

.calculator .percent-slider + span {
    margin-top: 2.5rem;
}

.calculator .percent-slider {
    position: relative;
}

.calculator .percent-slider:after,
.calculator .percent-slider:before {
    position: absolute;
    bottom: -2rem;
    font-size: 1.2rem;
    color: #95979c;
}

.calculator .percent-slider:before {
    left: 0;
    content: attr(data-min);
}

.calculator .percent-slider:after {
    right: 0;
    content: attr(data-max);
}

.calculator .percent-slider input[type="range"] {
    -webkit-appearance: none;
    background: #dadbdd;
    border-radius: 0 0 0.6rem 0.6rem;
    position: absolute;
    bottom: 0;
    height: 0.6rem;
    right: 0;
    left: 0;
    width: 100%;
}

.calculator .percent-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 0.4rem solid #f6861f;
    cursor: pointer;
}

.calculator .form-group {
    margin-bottom: 2.4rem;
}

.calculator .product__price__list {
    background: #fff;
    border: 1px solid #dadbdd;
    padding: 2rem;
}

.calculator .product__price__list__taksit {
    justify-content: unset;
}

.calculator .product__price__list__taksit label {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

.calculator .product__price__list__taksit-price {
    font-size: 2rem;
}

.calculator .final-label {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #f6861f;
}

.calculator .final-price {
    border: 2px solid #f6861f;
    color: #232d40;
    font-size: 2.8rem;
    font-weight: 600;
    justify-content: center;
    border-radius: 0.6rem;
    padding: 2.9rem 1.5rem;
}

.calculator .btn.agree {
    font-size: 1.7rem;
    padding: 3.85rem 2rem;
    width: 100%;
    justify-content: center;
    margin-top: 2.8rem;
}

@media (max-width: 767px) {
    .calculator {
        padding: 20px 20px 50px;
        position: relative;
    }

    .calculator .col {
        flex: unset;
        width: 100%;
        margin-bottom: 16px;
    }

    .calculator .form-group {
        margin-bottom: 0;
    }

    .calculator .percent-slider {
        margin-bottom: 16px;
    }

    .calculator .percent-slider:after,
    .calculator .percent-slider:before {
        font-size: 12px;
        bottom: -18px;
    }

    .calculator .product__price__list {
        width: 100%;
    }

    .calculator .product__price__list__taksit label {
        display: block;
        font-size: 16px;
    }

    .calculator .product__price__list__taksit-price {
        font-size: 20px;
        line-height: 28px;
    }

    .calculator__label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .calculator span {
        font-size: 12px;
    }

    .calculator .percent-slider + span {
        margin-top: 10px;
    }

    .calculator .final-label {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 24px;
    }

    .calculator .final-price {
        font-size: 28px;
        line-height: 32px;
        padding: 22px;
    }

    .calculator .btn.agree {
        position: absolute;
        border-radius: 0 0 12px 12px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        font-size: 14px;
        line-height: 24px;
        padding: 15px;
        width: auto;
    }
}

.product-view {
    margin-bottom: 3.5rem;
}

.product-view h1 {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 2rem;
    max-width: 66%;
}

.product-view .product__labels {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    max-width: 66%;
    flex-wrap: wrap;
}

.product-view .product__labels .product__label {
    margin-right: 0.8rem;
}

.product-view__bonus {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 13;
}

.product-view__bonus li {
    margin-bottom: 1rem;
}

.product-view__bonus li:last-child {
    margin-bottom: 0;
}

.product-view__bonus__item {
    background: #fff;
    border: 0.3rem solid #f6861f;
    box-sizing: border-box;
    box-shadow: 0 22px 42px rgba(246, 134, 31, 0.07),
        0 11px 18px rgba(246, 134, 31, 0.04), 0 4px 6px rgba(246, 134, 31, 0.04),
        0 1px 2px rgba(246, 134, 31, 0.03);
    width: 9.2rem;
    height: 9.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-view__bonus__icon {
    position: absolute;
    top: 0;
    right: -0.5rem;
    background-color: #f6861f;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    justify-content: center;
}

.product-view__bonus__product {
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.product-view__bonus__product img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .product-view__bonus {
        right: 10px;
    }

    .product-view__bonus__item {
        width: 60px;
        height: 60px;
    }

    .product-view__bonus__icon {
        width: 20px;
        height: 20px;
    }

    .product-view__bonus__icon img {
        width: 50%;
        height: 50%;
    }
}

.product-view__fixed-bar {
    padding-top: 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.product-view__fixed-bar.sticky .product-view__fixed-bar__info {
    opacity: 1;
    visibility: visible;
}

.product-view__fixed-bar__slider {
    display: flex;
    position: relative;
}

.product-view__fixed-bar__slider__thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.2rem;
    padding-right: 0.9rem;
    min-width: 10.2rem;
    max-height: 400px;
    overflow-y: auto;
}

.product-view__fixed-bar__slider__thumbs__item {
    border-radius: 0.6rem;
    border: 2px solid transparent;
    padding: 1.4rem;
    cursor: pointer;
    width: 8.8rem;
    height: 8.8rem;
}

.product-view__fixed-bar__slider__thumbs__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-view__fixed-bar__slider__image {
    position: relative;
}

.product-view__fixed-bar__slider__image__item {
    display: none;
}

.product-view__fixed-bar__slider__image .write-comment {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-view__fixed-bar__slider__image .write-comment p {
    font-size: 1.3rem;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(1)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(1) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(1)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(1) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(2)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(2) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(2)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(2) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(3)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(3) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(3)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(3) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(4)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(4) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(4)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(4) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(5)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(5) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(5)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(5) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(6)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(6) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(6)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(6) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(7)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(7) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(7)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(7) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(8)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(8) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(8)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(8) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(9)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(9) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(9)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(9) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(10)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(10) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(10)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(10) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(11)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(11) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(11)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(11) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(12)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(12) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(12)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(12) {
    display: block;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(13)
    ~ .product-view__fixed-bar__slider__thumbs
    label:nth-child(13) {
    border-color: #f6861f;
}

.product-view__fixed-bar__slider
    input:checked:nth-child(13)
    ~ .product-view__fixed-bar__slider__image
    .product-view__fixed-bar__slider__image__item:nth-child(13) {
    display: block;
}

.product-view__fixed-bar__buttons {
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.product-view__fixed-bar__buttons .btn {
    font-size: 1.3rem;
    border-radius: 10rem;
    margin-right: 0.8rem;
    border-color: #e3e5eb;
}

.product-view__fixed-bar__buttons .btn:first-child svg {
    color: #40b659;
}

.product-view__fixed-bar__info {
    opacity: 0;
    visibility: hidden;
}

.product-view__fixed-bar__info h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
}

.product-view__fixed-bar__info .price-info__buy-now {
    margin-bottom: 0 !important;
}

.product-view__fixed-bar .product__tools {
    display: none;
}

.product-view__body span {
    font-size: 1.3rem;
    font-weight: 600;
    color: #232d40;
    display: block;
    margin-bottom: 1.2rem;
}

.product-view__body .product__labels {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.product-view__body .product__tools {
    margin-bottom: 2rem;
}

.product-view__body .product__tools > a {
    margin-left: 0;
    margin-right: 0.8rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e3e5eb;
    border-radius: 0.6rem;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.product-view__body .product__tools > a > svg {
    width: 60%;
    height: 60%;
}

.product-view__body .product__tools .share {
    margin-left: 0;
    margin-right: 0.8rem;
    height: 4rem;
    border: 1px solid #e3e5eb;
    border-radius: 0.6rem;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 1.3rem;
}

.product-view__body .product__tools .share > svg {
    width: 60%;
    height: 60%;
}

.product-view__body .product__colors li label {
    width: 2.4rem;
    height: 2.4rem;
}

.product-view__body__info {
    color: #5b5f66;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.product-view__body__info i {
    background: #f9f9f9;
    border-radius: 0.8rem;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.2rem;
}

.product-view .share {
    color: #95979c !important;
    position: relative;
    cursor: pointer;
}

.product-view .share > svg {
    margin-right: 1rem;
    width: 2rem !important;
    height: 2rem !important;
}

.product-view .share.active,
.product-view .share:hover {
    background-color: #40b659 !important;
    color: #fff !important;
}

.product-view .share__block {
    background: #fff;
    border: 1px solid #40b659;
    padding: 1.6rem 1.2rem 0.8rem 1.5rem;
    position: absolute;
    width: 27rem;
    border-radius: 8px;
    z-index: 5;
    top: 100%;
    margin-top: 2rem;
    opacity: 0;
    pointer-events: none;
}

.product-view .share__block.open {
    opacity: 1;
    pointer-events: auto;
}

.product-view .share__block:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    position: absolute;
    top: -0.2rem;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    border: 1px solid #40b659;
}

.product-view .share__block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    z-index: 1;
}

.product-view .share__block span {
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #5b5f66;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.product-view .share__block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.product-view .share__block ul li {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

.product-view .share__block ul li a {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232d40;
    background-color: #f7f7f8;
    margin-left: 0;
}

.product-view .share__block ul li a:focus,
.product-view .share__block ul li a:hover {
    background-color: #40b659;
    color: #fff;
}

.product-view .product_slider_scroll {
    display: none;
}

.product-view__details {
    margin-top: 8rem;
}

.product-view__details .btn-group {
    width: 100%;
    padding: 0 6.4rem;
    margin-bottom: 0;
}

.product-view__details .btn-group .btn {
    padding: 2.8rem 0;
    font-size: 1.8rem;
}

.product-view__details .btn-group .btn.active {
    color: #f6861f;
}

.product-view__details .tab-body {
    display: none;
}

.product-view__details .tab-body:last-of-type,
.product-view__details .tab-body:target {
    display: block;
}

.product-view__details .tab-body:target ~ .tab-body:last-of-type {
    display: none;
}

.product-view__details .products__list__body.products__list__body--list-view {
    border-radius: 1.2rem;
    margin-top: 2.4rem;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product:first-child {
    border-radius: 1.2rem 1.2rem 0 0;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product:last-child {
    border-radius: 0 0 12px 12px;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product__flex__left {
    flex: 0 0 25rem;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product__flex__left-right {
    width: calc(100% - 27rem);
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product__flex-right {
    flex: 0 0 180px;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product__price {
    flex-direction: column;
    align-items: unset;
    margin-top: 2.2rem;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product__price__current {
    margin-bottom: 2rem;
}

.product-view__details
    .products__list__body.products__list__body--list-view
    .product
    .to-wishlist {
    position: unset;
}

.product-view__details__technical-info {
    margin-top: 5rem;
    margin-left: 2.8rem;
}

.product-view__details__technical-info__item {
    display: flex;
    border-bottom: 1px solid #e3e5eb;
    padding-bottom: 2.4rem;
    margin-bottom: 3.6rem;
}

.product-view__details__technical-info__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .product-view__details__technical-info__item:last-child {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}
.product-view__details__technical-info__item img,
.product-view__details__technical-info__item svg {
    width: 4rem;
    height: 4rem;
    margin-right: 2.4rem;
    color: #40b659;
}

.product-view__details__technical-info__item h3 {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.product-view__details__technical-info__item ul li {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    color: #232d40;
}

.product-view .products__desc {
    padding-left: 0;
}

.product-view .products__desc:first-child {
    margin-top: 0;
    margin-bottom: 4rem;
}

.product-view .products__desc h3 {
    font-size: 18px;
}

.product-view .products__desc p {
    font-weight: 400;
    line-height: 2.8rem;
}

@media (max-width: 767px) {
    .product-view {
        position: relative;
        margin-bottom: 0;
    }

    .product-view h1 {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .product-view h1 + .product__labels {
        overflow: scroll;
        padding-bottom: 24px;
        margin-bottom: 0;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .product-view h1 + .product__labels .product__label {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .product-view__fixed-bar {
        width: auto !important;
        position: unset !important;
        margin-bottom: 0;
    }

    .product-view__fixed-bar__slider {
        width: 77%;
        margin: 0 auto;
        flex-direction: column;
    }

    .product-view__fixed-bar__slider__thumbs {
        display: none;
    }

    .product-view__fixed-bar__slider__image {
        width: 100%;
        text-align: center;
        z-index: 10;
        display: flex;
        overflow-x: scroll;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        position: unset;
    }

    .product-view__fixed-bar__slider__image::-webkit-scrollbar {
        display: none;
    }

    .product-view__fixed-bar__slider__image::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 2.5px;
    }

    .product-view__fixed-bar__slider__image::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 0;
        border-radius: 2.5px;
    }

    .product-view__fixed-bar__slider__image img {
        width: 160px;
        height: 160px;
    }

    .product-view__fixed-bar__slider__image__item {
        display: block;
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .product-view__fixed-bar__slider__image .write-comment {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
    }

    .product-view__fixed-bar__slider__image .write-comment .to-wishlist {
        position: absolute;
        bottom: 40px;
        right: 20px;
    }

    .product-view__fixed-bar__slider__image .write-comment .to-wishlist img {
        width: 80px;
        height: 80px;
    }

    .product-view__fixed-bar__slider__image
        .write-comment__popup--notification.open {
        display: none !important;
    }

    .product-view__fixed-bar .product_slider_scroll {
        display: flex;
        justify-content: center;
        margin: 24px 0 8px;
    }

    .product-view__fixed-bar .product_slider_scroll li {
        background: #c2c5ca;
        opacity: 0.4;
        border-radius: 20px;
        width: 24px;
        height: 3px;
        margin-right: 8px;
        transition: 0.3s linear;
    }

    .product-view__fixed-bar .product_slider_scroll li:last-child {
        margin-right: 0;
    }

    .product-view__fixed-bar .product_slider_scroll li.active {
        background: #f6861f;
        opacity: 1;
    }

    .product-view__fixed-bar__info {
        display: none;
    }

    .product-view__fixed-bar .product__tools {
        position: absolute;
        right: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .product-view__fixed-bar .product__tools .share,
    .product-view__fixed-bar .product__tools > a {
        margin-left: 0;
        margin-bottom: 12px;
        width: 40px;
        height: 40px;
        border: 1px solid #e3e5eb;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-view__fixed-bar .product__tools .share:first-child,
    .product-view__fixed-bar .product__tools > a:first-child {
        position: absolute;
        left: 0;
    }

    .product-view__fixed-bar__buttons {
        justify-content: flex-start;
    }

    .product-view__fixed-bar .share {
        width: 40px !important;
        height: 40px !important;
        min-width: auto !important;
    }

    .product-view__fixed-bar .share > svg {
        margin: 0 !important;
    }

    .product-view__fixed-bar .share__block {
        top: auto;
        right: 100%;
        z-index: 12;
        margin-top: unset;
        margin-right: 20px;
        width: 250px;
    }

    .product-view__fixed-bar .share__block:before {
        top: 50%;
        right: -2px;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        left: auto;
    }

    .product-view__fixed-bar .share__block span {
        margin-bottom: 5px;
        display: block;
        font-size: 10px;
    }

    .product-view__fixed-bar .share__block ul li a {
        width: 40px;
        height: 40px;
    }

    .product-view .price-info {
        margin-top: 0;
    }

    .product-view__body .product__tools {
        display: none;
    }

    .product-view__body span {
        font-size: 14px;
    }

    .product-view__body .product__colors li label {
        width: 18px;
        height: 18px;
    }

    .product-view__body__info {
        bottom: -20px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom:15px
    }

    .product-view__body__info br {
        display: none;
    }

    .product-view__body__info i {
        width: 48px;
        height: 48px;
        min-width: 48px;
        margin-right: 12px;
    }

    .product-view #product-view .row {
        position: relative;
        padding-bottom: 50px;
    }

    .product-view__details {
        margin-top: 50px;
    }

    .product-view__details
        .products__list__body.products__list__body--list-view
        .product__flex__left-right {
        width: 100%;
    }

    .product-view__details
        .products__list__body.products__list__body--list-view
        .product__flex-right {
        flex: unset;
    }

    .product-view__details
        .products__list__body.products__list__body--list-view
        .product__price {
        flex-direction: row;
    }

    .product-view__details .tab-body {
        margin: 0;
    }

    .product-view__details .btn-group {
        display: block !important;
        margin-bottom: 30px;
        padding: 0;
    }

    .product-view__details .btn-group .tablinks {
        display: block;
        padding: 12px 20px;
        border-bottom: 1px solid #dee2e6;
        border-radius: 0;
    }

    .product-view__details .btn-group .tablinks:last-child {
        border-bottom: none;
    }

    .product-view__details .btn-group .btn-separator {
        display: none;
    }

    .product-view__details__technical-info__item {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .product-view__details__technical-info__item svg {
        width: 23px;
        min-width: 23px;
        height: 23px;
        margin-right: 12px;
    }

    .product-view__details__technical-info__item__info h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

.price-info {
    margin-top: -13.5rem;
}

@-webkit-keyframes image-change {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100%,
    95% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }
}

@keyframes image-change {
    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100%,
    95% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }
}

@-webkit-keyframes slideToLeft {
    0%,
    5% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    20% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    25%,
    35% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    40%,
    50% {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }

    60%,
    70% {
        -webkit-transform: translateX(-400%);
        transform: translateX(-400%);
    }

    80%,
    90% {
        -webkit-transform: translateX(-500%);
        transform: translateX(-500%);
    }

    100%,
    95% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }
}

@keyframes slideToLeft {
    0%,
    5% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    20% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    25%,
    35% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    40%,
    50% {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }

    60%,
    70% {
        -webkit-transform: translateX(-400%);
        transform: translateX(-400%);
    }

    80%,
    90% {
        -webkit-transform: translateX(-500%);
        transform: translateX(-500%);
    }

    100%,
    95% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }
}

.price-info .write-comment__popup {
    right: 0;
    left: auto;
    -webkit-transform: unset;
    transform: unset;
}

.price-info .write-comment__popup:before {
    right: 8.5rem;
    left: auto;
}

.price-info__cart-slider {
    overflow: hidden;
    padding: 1.6rem 0;
    border: 2px solid #f6861f;
    border-radius: 0.8rem;
}

.price-info__cart-slider__scroller {
    display: flex;
    align-items: center;
    -webkit-animation: 15s 1s infinite slideToLeft;
    animation: 15s 1s infinite slideToLeft;
}

.price-info__cart-slider__item {
    justify-content: unset;
    flex: 0 0 100%;
    background: #fff;
    padding: 0 2.4rem;
}

.price-info__cart-slider__item:first-child {
    -webkit-animation: 15s 1s infinite image-change;
    animation: 15s 1s infinite image-change;
}

.price-info__cart-slider__item:last-child,
.price-info__cart-slider__item:nth-last-child(2) {
    z-index: 2;
}

.price-info__cart-slider__item__logo {
    min-width: 7.5rem;
    width: 7.5rem;
    margin-right: 2rem;
}

.price-info__cart-slider__item__logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.price-info__cart-slider__item__info h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #232d40;
    margin-bottom: 0.2rem;
}

.price-info__cart-slider__item__info p {
    color: #5b5f66;
    font-size: 1.4rem;
}

.price-info__buy-now {
    border: 2px solid #e3e5eb;
    border-radius: 0.8rem;
    padding: 2.4rem;
    margin: 1.2rem 0;
}

.price-info__credit-info {
    border: 2px solid #e3e5eb;
    border-radius: 0.8rem;
    padding: 2rem 2.4rem;
}

.price-info__credit-info h5 {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.price-info__credit-info table {
    width: 100%;
    margin-bottom: 2rem;
}

.price-info__credit-info table thead tr {
    text-align: center;
    border-bottom: 1px solid #e3e5eb;
}

.price-info__credit-info table thead tr th {
    color: #95979c;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: 500;
}

.price-info__credit-info table thead tr th:first-child {
    text-align: left;
}

.price-info__credit-info table tbody tr {
    text-align: center;
    cursor: pointer;
}

.price-info__credit-info table tbody tr td {
    padding-top: 1.2rem;
    color: #232d40;
    font-size: 1.5rem;
    font-weight: 400;
}

.price-info__credit-info table tbody tr td:first-child {
    text-align: left;
}

.price-info__credit-info table tbody tr label {
    cursor: pointer;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.price-info__credit-info
    table
    tbody
    tr
    input:checked
    + .custom-radio__label:before {
    background-color: #f6861f;
}

.price-info__credit-info
    table
    tbody
    tr
    input:checked
    + .custom-radio__label:after {
    border-color: #f6861f;
}

.price-info__credit-info table tbody tr .custom-radio__label:after,
.price-info__credit-info table tbody tr .custom-radio__label:before {
    left: 0;
    width: 2rem;
    height: 2rem;
}

.price-info__credit-info__buttons .btn {
    width: 48%;
    justify-content: center;
    font-size: 1.3rem;
    padding: 1rem;
    cursor: pointer;
}

.price-info__delivery {
    border: 2px solid #e3e5eb;
    border-radius: 0.8rem;
    margin-top: 1.2rem;
    padding: 1.4rem 1.4rem;
}

.price-info__delivery__item {
    font-size: 1.4rem;
    font-weight: 600;
    color: #232d40;
    justify-content: center;
}

.price-info__delivery__item svg {
    margin-right: 0.9rem;
}

.price-info__delivery__item-separator {
    background: #e3e5eb;
    width: 0.1rem;
    height: 2.4rem;
    margin: 0 1rem;
}

@media (max-width: 767px) {
    .price-info .write-comment__popup {
        bottom: 100%;
        top: auto;
        max-height: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 10px;
    }

    .price-info .write-comment__popup .row {
        padding-bottom: 0 !important;
    }

    .price-info__cart-slider {
        margin-bottom: 12px;
    }

    .price-info__delivery {
        margin-top: 12px;
    }

    .price-info__delivery__item {
        font-size: 13px;
    }

    .price-info__delivery__item svg {
        width: 22px;
        height: 18px;
    }

    .price-info__credit-info__buttons .btn {
        font-size: 13px;
    }

    .price-info__buy-now {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-filter: drop-shadow(0 -1px 20px rgba(0, 0, 0, 0.08));
        filter: drop-shadow(0 -1px 20px rgba(0, 0, 0, 0.08));
        background: #fff;
        z-index: 10;
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
        border: 0;
    }

    .price-info__buy-now .btn-orange {
        padding: 9px 20px;
    }

    .price-info__buy-now .add-to-cart,
    .price-info__buy-now .btn-green {
        display: flex;
        width: 44px;
        height: 44px;
        min-width: 44px;
        justify-content: center;
        padding: 0;
    }
}

.full-calculator-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    z-index: 20;
}

.full-calculator-popup.open,
.full-calculator-popup:target {
    opacity: 1;
    pointer-events: auto;
}

.calculator-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65rem;
    background-color: #fff;
    padding: 3.6rem 4rem 4rem;
    border-radius: 12px;
    z-index: 21;
}

.calculator-popup.video-popup {
    width: 100rem;
}

.calculator-popup.notification-popup p {
    font-size: 16px;
    margin-bottom: 20px;
}

.calculator-popup.notification-popup .btn {
    min-width: 200px;
    justify-content: center;
}

.calculator-popup__head {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
}

.calculator-popup h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 3.2rem;
}

.calculator-popup__close {
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem;
    border-radius: 50%;
    border: 1px solid #c2c5ca;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}

.calculator-popup__close i,
.calculator-popup__close i::after,
.calculator-popup__close i::before {
    display: block;
    width: 1.7rem;
    height: 2px;
    background-color: #5b5f66;
    outline: transparent solid 1px;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 0.3s;
}

.calculator-popup__close i::after,
.calculator-popup__close i::before {
    position: absolute;
    content: "";
}

.calculator-popup__close i::before {
    top: -3px;
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.calculator-popup__close i::after {
    top: 3px;
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
}

.calculator-popup__close i {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    background-color: transparent;
}

.calculator-popup__product {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
}

.calculator-popup__product__body {
    justify-content: unset;
    flex: 1;
}

.calculator-popup__product__body__image {
    width: 7.2rem;
    height: 7.8rem;
    margin-right: 1rem;
}

.calculator-popup__product__body__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.calculator-popup__product__body .product__name {
    margin-bottom: 0;
}

.calculator-popup__product .new-price {
    font-size: 2rem;
}

.calculator-popup form span {
    margin-top: 3.2rem;
}

.calculator-popup .col-12 {
    justify-content: flex-end;
    margin-top: 3rem;
}

.calculator-popup .col-12 .btn {
    width: 20rem;
    margin-left: 1.2rem;
    justify-content: center;
}

@media (max-height: 700px) {
    .calculator-popup.video-popup iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .calculator-popup {
        width: auto;
        -webkit-transform: unset;
        transform: unset;
        left: 16px;
        right: 16px;
        top: 20px;
        bottom: 20px;
        overflow: auto;
        padding: 20px;
    }

    .calculator-popup.calculators img {
        max-width: 65%;
    }

    .calculator-popup.video-popup {
        width: auto;
    }

    .calculator-popup h2 {
        margin-top: 10px;
    }

    .calculator-popup__product {
        display: block;
    }

    .calculator-popup form span {
        margin-top: -10px;
    }

    .calculator-popup form .col-md-6 {
        margin-bottom: 20px;
    }

    .calculator-popup form .col-12 {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .calculator-popup form .col-12 .btn {
        width: 100%;
        margin-left: auto;
    }

    .calculator-popup form .col-12 .btn.btn-orange {
        margin-bottom: 12px;
    }

    .calculator-popup.notification-popup {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .calculator-popup.notification-popup img {
        width: 45px;
        height: 45px;
    }
}

.taksit__body .btn-group img {
    margin-right: 0.8rem;
}

.taksit__body .btn-group .btn-separator {
    margin: 0 2.3rem;
}

.taksit__tab-content__item {
    display: none;
}

.taksit__tab-content__item.active {
    display: block;
}

.taksit__month-select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.taksit__month-select li {
    margin-bottom: 24px;
}

.taksit__month-select li:last-child {
    margin-bottom: 0;
}

.taksit__month-select .custom-radio {
    border: none;
    margin-bottom: 0;
}

.taksit__month-select .custom-radio__label {
    padding: 0 0 0 36px;
}

.taksit__month-select .custom-radio__label span {
    font-weight: 400;
    margin-right: 3px;
    display: inline-block;
}

.taksit__month-select .custom-radio__label:after,
.taksit__month-select .custom-radio__label:before {
    left: 0;
}

.pagination {
    justify-content: center;
    margin-top: 2.4rem;
}

.pagination__item {
    margin-right: 0.8rem;
}

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

.pagination__item__link {
    border: 1px solid #c2c5ca;
    border-radius: 6px;
    color: #5b5f66;
    font-size: 1.6rem;
    width: 4.8rem;
    height: 4.8rem;
    justify-content: center;
    font-weight: 500;
}

.pagination__item__link.active,
.pagination__item__link:hover {
    color: #40b659;
    border-color: currentColor;
}

.pagination__item__link--next,
.pagination__item__link--prev {
    background: #40b659 !important;
    color: #fff !important;
    border-color: #40b659 !important;
}

.pagination__item__link--disabled {
    background: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
    color: #c2c5ca !important;
    cursor: auto;
}

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

    .pagination__item__link {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .pagination__item__link svg {
        width: 20px;
        height: 14px;
    }
}

.star-rating {
    font-size: 2rem;
    justify-content: unset;
    overflow: hidden;
}

.star-rating li {
    float: left;
    background-image: url(../images/svg-icons/star.svg);
    width: 1em;
    height: 1em;
    margin-right: 0.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.star-rating li.on {
    background-image: url(../images/svg-icons/starOrange.svg);
}

.menu-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    padding: 0 0 2.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-height: calc(80vh - 164px);
    max-width: 1350px;
    margin: 0 auto;
}

.menu-section .container-fluid,
.menu-section .container-lg,
.menu-section .container-md,
.menu-section .container-sm,
.menu-section .container-xl,
.menu-section .container-xxl {
    position: relative;
}

.menu-section .header__top__list,
.menu-section .menu-tools {
    display: none;
}

@media (max-width: 767px) {
    .menu-section {
        padding-top: 0;
        border-top: 1px solid #ebebeb;
        position: fixed;
        top: 112px;
        bottom: 0;
        background-color: #fff;
        overflow-y: auto;
    }

    .menu-section .container-fluid,
    .menu-section .container-lg,
    .menu-section .container-md,
    .menu-section .container-sm,
    .menu-section .container-xl,
    .menu-section .container-xxl {
        min-height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-section .menu-tools {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        padding: 0 16px;
        margin-top: 16px;
    }

    .menu-section .menu-tools .btn-group {
        margin-bottom: 0;
        border: 1px solid rgba(34, 44, 63, 0.1);
        width: 47%;
        height: 48px;
        display: flex !important;
    }

    .menu-section .menu-tools .btn-group .header__tools__count {
        display: flex !important;
        position: absolute;
        top: 0;
        right: -14px;
    }

    .menu-section .menu-tools .btn-group svg {
        width: 20px;
        height: 18px;
    }

    .menu-section .menu-tools .btn-green-transparent {
        font-size: 14px;
        font-weight: 500;
        width: 47%;
        height: 48px;
        justify-content: center;
    }

    .menu-section .header__top__list {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        padding: 0 16px;
    }

    .menu-section .header__top__list__item {
        width: 47%;
        border: 1px solid rgba(34, 44, 63, 0.1);
        justify-content: center;
        height: 48px;
        border-radius: 8px;
        font-size: 13px;
        line-height: 24px;
    }

    .menu-section .header__top__list__item__selected {
        display: flex;
        align-items: center;
    }

    .menu-section .header__top__list__item:after {
        display: none;
    }

    .menu-section .header__top__list__item--cabinet img {
        margin-left: 10px;
        width: 5px;
        margin-right: 0;
    }

    .menu-section .header__top__list__item select {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
    }
}

.menu {
    width: 25.54545%;
    font-size: 1.6rem;
    background-color: #fff;
    padding: 1rem 0;
    min-height: calc(80vh - 164px);
    max-height: calc(100vh - 18.3rem);
    overflow-y: auto;
}

.menu a {
    color: #232d40;
    font-weight: 600;
}

.menu__icon {
    width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
    margin-right: 1.6rem;
    justify-content: center;
}

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

.menu__item.active .menu__item__link,
.menu__item:hover .menu__item__link {
    color: #f6861f;
}

.menu__item.active .menu__icon,
.menu__item:hover .menu__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(85%)
        saturate(725%) hue-rotate(344deg) brightness(97%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(55%) sepia(85%) saturate(725%)
        hue-rotate(344deg) brightness(97%) contrast(99%);
}

.menu__item.on .menu__item__link {
    color: #fff;
    background: #f6861f;
}

.menu__item.on .menu__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(66%)
        saturate(2%) hue-rotate(141deg) brightness(108%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(66%) saturate(2%)
        hue-rotate(141deg) brightness(108%) contrast(101%);
}

.menu__item__link {
    padding: 1.4rem 2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #232d40;
    font-weight: 600;
    font-size: inherit;
    cursor: pointer;
}

.menu__item__link.btn-orange-transparent {
    margin: 1.4rem 2rem;
    color: #f6861f;
}

.menu__item__link.btn-orange-transparent .menu__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(85%)
        saturate(725%) hue-rotate(344deg) brightness(97%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(55%) sepia(85%) saturate(725%)
        hue-rotate(344deg) brightness(97%) contrast(99%);
}

.menu__item__link.btn-orange-transparent:hover {
    color: #fff;
}

.menu__item__link.btn-orange-transparent:hover .menu__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
        saturate(0) hue-rotate(352deg) brightness(106%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0)
        hue-rotate(352deg) brightness(106%) contrast(101%);
}

.menu__item:hover .menu__item__sub {
    z-index: 4;
    opacity: 1;
    visibility: visible;
}

.menu__item__sub {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 3.8rem;
    left: 25.54545%;
    padding-left: 6.8rem;
    padding-bottom: 2.4rem;
    bottom: 2.4rem;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 40px;
}

.menu__item__sub__title {
    display: none;
}

.menu__item__sub__item a {
    display: inline-block;
}

.menu__item__sub__item__sub2 {
    margin-top: 1.2rem;
}

.menu__item__sub__item__sub2__item {
    color: #5b5f66;
    position: relative;
    line-height: 1em;
    padding: 0.4rem 0;
}

.menu__item__sub__item__sub2__item a {
    font-size: 1.3rem;
    font-weight: 400;
    color: inherit;
}

.menu__item__sub__item__sub2__item:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    background: #fff;
    border-radius: 50%;
}

.menu__item__sub__item__sub2__item:hover {
    color: #40b659;
}

.menu__item__sub__item__sub2__item:hover:before {
    background: currentColor;
}

.menu__item__sub__item.two-column {
    width: 46%;
}

.menu__item__sub__item.two-column .menu__item__sub__item__sub2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

@media (max-width: 767px) {
    .menu {
        width: 100%;
        padding: 0 16px;
        flex: 1;
        max-height: 50%;
        min-height: 75%;
    }

    .menu__icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .menu__item {
        margin-left: 0;
    }

    .menu__item.on .menu__item__link,
    .menu__item:hover .menu__item__link {
        color: #232d40;
        background: unset;
    }

    .menu__item.on .menu__icon,
    .menu__item:hover .menu__icon {
        -webkit-filter: unset;
        filter: unset;
    }

    .menu__item__link {
        font-size: 16px;
        line-height: 24px;
    }

    .menu__item__link svg {
        width: 24px;
        height: 20px;
    }

    input:checked + .menu__item__sub {
        left: 0;
    }

    .menu__item__sub {
        top: 0;
        padding: 0;
        left: 100%;
        right: 0;
        z-index: 5;
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-wrap: wrap;
        bottom: 0;
    }

    .menu__item__sub .menu__item__link {
        border-radius: 0;
    }

    .menu__item__sub__item {
        padding: 0 16px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
    }

    .menu__item__sub__item.two-column {
        width: 100%;
    }

    .menu__item__sub__item__link {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .menu__item__sub__item__sub2 {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .menu__item__sub__item__sub2 li {
        width: 50%;
    }

    .menu__item__sub__item__sub2 li a {
        font-size: 13px;
        line-height: 24px;
    }

    .menu__item__sub__title {
        display: flex;
        border-bottom: 1px solid #ebebeb;
        padding: 0;
        margin-bottom: 24px;
        align-items: center;
    }

    .menu__item__sub__title label {
        padding: 16px;
    }

    .menu__item__sub__title .menu__item__link {
        padding: 16px 16px 16px 0;
        display: flex;
    }
}

.cabinet-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 3.5rem 0 3rem;
}

.cabinet-nav__user {
    justify-content: unset;
    margin-bottom: 3rem;
}

.cabinet-nav__user__image {
    width: 6.4rem;
    height: 6.4rem;
    min-width: 6.4rem;
    margin-right: 1.2rem;
    border-radius: 50%;
    position: relative;
}

.cabinet-nav__user__image:before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    z-index: -1;
}

.cabinet-nav__user__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(320deg, #f6861f 0, #f0d6bd 50%, #40b659 100%);
    z-index: -2;
}

.cabinet-nav__user__image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #40b659;
}

.cabinet-nav__user__name {
    font-size: 1.6rem;
    font-weight: 600;
}

.cabinet-nav__menu {
    flex: 1;
}

.cabinet-nav__menu__item a,
.cabinet-nav__menu__item label {
    justify-content: unset;
    padding: 1.4rem 2rem;
    color: #232d40;
    border-radius: 0.8rem;
}

.cabinet-nav__menu__item.active a,
.cabinet-nav__menu__item.active label,
.cabinet-nav__menu__item:hover a,
.cabinet-nav__menu__item:hover label {
    background: #f4f4f4;
}

.cabinet-nav__exit {
    padding-left: 1.7rem;
    justify-content: unset;
    color: #95979c;
    padding-top: 2.2rem;
    border-top: 1px solid #e3e5eb;
}

.cabinet-nav a,
.cabinet-nav label {
    font-weight: 600;
    font-size: 1.6rem;
}

.cabinet-nav a img,
.cabinet-nav a svg,
.cabinet-nav label img,
.cabinet-nav label svg {
    margin-right: 1.5rem;
}

@media (max-width: 768px) {
    .cabinet-nav a img,
    .cabinet-nav a svg,
    .cabinet-nav label img,
    .cabinet-nav label svg,
    .cabinet-nav__user__image svg {
        width: 15px;
    }

    .cabinet__body__bonus-banner__info svg {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .cabinet-nav {
        padding: 0;
        margin-bottom: 24px;
        position: relative;
    }

    .cabinet-nav__user {
        display: none;
    }

    .cabinet-nav input[type="checkbox"]:checked + .cabinet-nav__menu {
        margin-top: 51px;
        max-height: 500px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .cabinet-nav
        input[type="checkbox"]:checked
        + .cabinet-nav__menu
        .cabinet-nav__menu__item.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cabinet-nav__menu {
        flex: unset;
        max-height: 52px;
        overflow: hidden;
        transition: 0.3s linear;
        border: 1px solid #dadbdd;
        border-radius: 8px;
        margin-top: 0;
    }

    .cabinet-nav__menu__item.active {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid #dadbdd;
        box-sizing: border-box;
        border-radius: 8px;
        top: 0;
    }

    .cabinet-nav__menu__item.active a,
    .cabinet-nav__menu__item.active label {
        background-color: #fff;
        background-image: url(../images/svg-icons/arrow-bottom.svg);
        background-size: 11px 6px;
        padding: 13px 20px;
        background-repeat: no-repeat;
        background-position: 94%;
    }

    .cabinet-nav__menu__item a,
    .cabinet-nav__menu__item label {
        font-size: 16px;
    }

    .cabinet-nav__menu__item a svg,
    .cabinet-nav__menu__item label svg {
        height: 20px;
        width: 20px;
    }

    .cabinet-nav__exit {
        display: none;
    }
}

.cabinet__body {
    min-height: 61rem;
    border: 2px solid #e3e5eb;
    border-radius: 0.8rem;
    padding: 4rem 4rem 3rem;
    position: relative;
}

.cabinet__body h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.cabinet__body h1.d-flex {
    justify-content: space-between;
}

.cabinet__body h1.d-flex .btn-gray {
    background: #f4f4f4;
    color: #232d40;
    border: 0;
    font-size: 1.6rem;
    padding: 1.4rem 2rem;
    line-height: normal;
}

.cabinet__body h1.d-flex .btn-gray img {
    margin-right: 1.5rem;
}

.cabinet__body__bonus-banner {
    background: #1f8ff6;
    border-radius: 0.8rem;
    padding: 2.4rem;
    color: #fff;
    margin-bottom: 3rem;
}

.cabinet__body__bonus-banner__info {
    display: flex;
    align-items: center;
}

.cabinet__body__bonus-banner__info p {
    margin-left: 2rem;
    font-size: 2.2rem;
    font-weight: 600;
}

.cabinet__body__bonus-banner__info p span {
    font-size: 1.4rem;
    display: block;
    line-height: 2rem;
}

.cabinet__body__bonus-banner__use-bonus .btn {
    margin-left: 3rem;
    color: #232d40;
    border-color: #fff;
    background: #fff;
    font-size: 1.3rem;
    padding: 1.3rem 3.2rem;
}

.cabinet__body__bonus-banner span {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 0.8;
}

.cabinet__body__empty {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cabinet__body__empty__icon {
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.05),
        0 41.7776px 33.4221px rgba(0, 0, 0, 0.0359427),
        0 22.3363px 17.869px rgba(0, 0, 0, 0.0298054),
        0 12.5216px 10.0172px rgba(0, 0, 0, 0.025),
        0 6.6501px 5.32008px rgba(0, 0, 0, 0.0201946),
        0 2.76726px 2.21381px rgba(0, 0, 0, 0.0140573);
    width: 10.4rem;
    height: 10.4rem;
    justify-content: center;
    border-radius: 50%;
    color: #95979c;
    margin-bottom: 2.4rem;
}

.cabinet__body__empty h1 {
    margin-bottom: 1.2rem;
}

.cabinet__body__empty span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
    color: #5b5f66;
}

.cabinet__filter {
    margin-bottom: 3.5rem;
}

.cabinet__filter .btn-group {
    margin-bottom: 0;
    height: 5.2rem;
}

.cabinet__filter .form-group {
    min-width: 22.8rem;
    margin-bottom: 0;
}

.cabinet__table {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
}

.cabinet__table thead tr {
    border-bottom: 1px solid #eee;
}

.cabinet__table thead tr th {
    font-size: 1.4rem;
    color: #95979c;
    padding-bottom: 1.6rem;
    font-weight: 500;
}

.cabinet__table thead tr th:last-child {
    padding-left: 2.4rem;
}

.cabinet__table tbody tr:first-child > td {
    padding-top: 1.6rem;
}

@media (max-width: 767px) {
    .cabinet__table tbody tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 24px;
    }

    .cabinet__table tbody tr.green {
        border-bottom: 1px solid #40b659;
    }

    .cabinet__table tbody tr.orange {
        border-bottom: 1px solid #f6861f;
    }

    .cabinet__table tbody tr.gray {
        border-bottom: 1px solid #95979c;
    }
}

.cabinet__table tbody tr td {
    padding-right: 1.5rem;
    padding-bottom: 1.2rem;
    color: #5b5f66;
    line-height: 2.2rem;
}

.cabinet__table tbody tr td:last-child {
    text-align: right;
}

.cabinet__table tbody tr td .image {
    display: block;
    border: 1px solid #e3e5eb;
    border-radius: 0.6rem;
    padding: 1rem;
    background: #fff;
}

.cabinet__table tbody tr td .image:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07),
        0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
}

.cabinet__table tbody tr td h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    display: inline;
}

.cabinet__table tbody tr td h3:hover {
    border-color: currentColor;
}

.cabinet__table tbody tr td span {
    color: #232d40;
}

.cabinet__table tbody tr td span svg {
    margin-right: 0.5rem;
}

.cabinet__table tbody tr td span.price {
    font-weight: 600;
}

.cabinet__table tbody tr td .status {
    border: 1px solid transparent;
    border-radius: 0.6rem;
    padding: 0.4rem 1.2rem;
    justify-content: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cabinet__table tbody tr td .status:before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    margin-right: 0.8rem;
    background: 0 0;
}

.cabinet__table tbody tr td .status.green {
    border-color: #40b659;
}

.cabinet__table tbody tr td .status.green:before {
    background: #40b659;
}

.cabinet__table tbody tr td .status.orange {
    border-color: #f6861f;
}

.cabinet__table tbody tr td .status.orange:before {
    background: #f6861f;
}

.cabinet__table tbody tr td .status.gray {
    border-color: #95979c;
}

.cabinet__table tbody tr td .status.gray:before {
    background: #95979c;
}

.cabinet__table tbody tr td .btn:not(.btn-green) {
    width: 4rem;
    height: 4rem;
    padding: 0;
    justify-content: center;
}

@media (max-width: 767px) {
    .cabinet__table tbody tr td {
        font-size: 14px;
        width: 50%;
        border-bottom: 1px solid #eff0f1;
        padding: 20px 0;
        margin-top: 5px;
    }

    .cabinet__table tbody tr td:first-child {
        padding-top: 0;
        margin-top: 0;
        order: -2;
        width: auto;
        padding-right: 20px;
        display: none;
    }

    .cabinet__table tbody tr td:first-child a {
        width: 71px;
    }

    .cabinet__table tbody tr td:first-child:before {
        display: none;
    }

    .cabinet__table tbody tr td:last-child {
        font-size: 13px;
        order: -1;
        padding-top: 0;
        width: 100%;
    }

    .cabinet__table tbody tr td:last-child:before {
        font-size: 14px;
        color: #232d40;
        margin-bottom: 8px;
        text-align: left;
    }

    .cabinet__table tbody tr td:before {
        font-size: 13px;
        color: #95979c;
        margin-bottom: 5px;
    }

    .cabinet__table tbody tr td .status {
        padding: 4px 12px;
    }

    .cabinet__table tbody tr td .status:before {
        width: 6px;
        height: 6px;
    }
}

.cabinet__table--receipt {
    margin-top: 4rem;
}

.cabinet__table--receipt tbody tr td {
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

.cabinet__table--receipt tbody tr td:last-child a,
.cabinet__table--receipt tbody tr td:last-child button {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #40b659;
    border-radius: 6px;
    margin-left: auto;
    background-color: transparent;
}

.cabinet__table--receipt tbody tr td:last-child a span,
.cabinet__table--receipt tbody tr td:last-child button span {
    display: none;
}

.cabinet__table--receipt tbody tr td:last-child a img,
.cabinet__table--receipt tbody tr td:last-child button img {
    width: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(83%)
        saturate(359%) hue-rotate(81deg) brightness(91%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(56%) sepia(83%) saturate(359%)
        hue-rotate(81deg) brightness(91%) contrast(88%);
}

@media (max-width: 767px) {
    .cabinet__table--receipt tbody tr {
        border: 1px solid #eee;
    }

    .cabinet__table--receipt tbody tr td {
        width: 100%;
        padding: 12px;
    }

    .cabinet__table--receipt tbody tr td:last-child {
        order: 0;
    }

    .cabinet__table--receipt tbody tr td:last-child a,
    .cabinet__table--receipt tbody tr td:last-child button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 5px 20px;
        margin-left: 0;
        background-color: #40b659;
        font-size: 14px;
    }

    .cabinet__table--receipt tbody tr td:last-child a span,
    .cabinet__table--receipt tbody tr td:last-child button span {
        display: block;
        color: #fff;
    }

    .cabinet__table--receipt tbody tr td:last-child a img,
    .cabinet__table--receipt tbody tr td:last-child button img {
        display: none;
    }
}

.cabinet__item {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 0.8rem;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
}

.cabinet__item__header {
    justify-content: unset;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
}

.cabinet__item__header__product-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.cabinet__item__header__image {
    background: #fff;
    border: 1px solid #e3e5eb;
    border-radius: 0.6rem;
    padding: 0.8rem;
    margin-right: 1.2rem;
    width: 5.6rem;
    height: 5.6rem;
}

.cabinet__item__header__image:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07),
        0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
}

.cabinet__item__header__title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #232d40;
    margin-right: 1.5rem;
}

.cabinet__item__header__heart {
    margin-left: 2.4rem;
    border: 1px solid #e7e9ec;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    justify-content: center;
    color: #ea1919;
    background: #fff;
}

.cabinet__item__header__contract {
    color: #232d40;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
}

.cabinet__item__header__contract span {
    display: block;
    color: #95979c;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

.cabinet__item .product__price__list {
    background: #f1f1f3;
    flex: 1;
    margin-left: 1.2rem;
}

.cabinet__item .product__price__list__taksit {
    justify-content: unset;
}

.cabinet__item__bottom .btn {
    width: 48%;
    justify-content: center;
}

.cabinet__credit-item__payment {
    margin-bottom: 2rem;
}

.cabinet__credit-item__payment__header {
    color: #5b5f66;
    font-size: 1.3rem;
}

.cabinet__credit-item__payment__percent {
    position: relative;
    background: #e6e6e6;
    border-radius: 6rem;
    height: 0.6rem;
    margin: 0.6rem 0 0.8rem;
}

.cabinet__credit-item__payment__percent span {
    position: absolute;
    left: 0;
    top: 0;
    background: #f6861f;
    border-radius: 6rem;
    bottom: 0;
    overflow: hidden;
    text-indent: 121%;
    white-space: nowrap;
}

.cabinet__credit-item__payment__sum {
    font-size: 1.6rem;
    font-weight: 600;
    color: #232d40;
}

.cabinet__credit-item__pay-now {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 0.6rem;
    padding: 1.6rem 2rem;
    margin-bottom: 2rem;
}

.cabinet__credit-item__pay-now__min-price {
    color: #40b659;
    font-size: 1.8rem;
    font-weight: 600;
}

.cabinet__credit-item__pay-now__min-price span {
    display: block;
    color: #232d40;
    font-size: 1.3rem;
    font-weight: 400;
}

.cabinet__credit-item__pay-now .btn {
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
}

.cabinet__credit-item__credit-info {
    padding: 1.6rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
}

.cabinet__credit-item__credit-info li {
    width: 33.3%;
    text-align: center;
    font-size: 1.4rem;
    color: #232d40;
    font-weight: 500;
    position: relative;
}

.cabinet__credit-item__credit-info li span {
    display: block;
    font-size: 1.3rem;
    color: #5b5f66;
    line-height: 2.4rem;
}

.cabinet__credit-item__credit-info li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 3.2rem;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cabinet__credit-item__btn {
    width: 100%;
    justify-content: center;
    font-size: 1.4rem;
    padding: 1.2rem;
}

@media (max-width: 767px) {
    .cabinet__body {
        padding: 0;
        border: 0;
        min-height: auto;
    }

    .cabinet__body h1 {
        display: none;
    }

    .cabinet__body__bonus-banner {
        position: relative;
        padding: 24px 20px 95px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .cabinet__body__bonus-banner__info svg {
        width: 33px;
        height: 38px;
    }

    .cabinet__body__bonus-banner__info p {
        font-size: 16px;
    }

    .cabinet__body__bonus-banner__info p span {
        font-size: 13px;
    }

    .cabinet__body__bonus-banner__use-bonus span {
        font-size: 13px;
        line-height: 20px;
    }

    .cabinet__body__bonus-banner__use-bonus .btn {
        position: absolute;
        bottom: 24px;
        left: 20px;
        right: 20px;
        margin: 0;
        width: auto;
        font-size: 13px;
        line-height: 20px;
        padding: 13px;
    }

    .cabinet__body__empty {
        position: unset;
        margin: 0 auto;
        -webkit-transform: unset;
        transform: unset;
    }

    .cabinet__filter .form-group {
        width: 47%;
        min-width: auto;
    }

    .cabinet__filter .form-group .form-control {
        font-size: 13px;
        padding: 11px 20px;
    }

    .cabinet__item {
        margin-bottom: 16px;
    }

    .cabinet__item__header {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cabinet__item__header__image {
        width: 56px;
        height: 56px;
        min-width: 56px;
        margin-right: 12px;
    }

    .cabinet__item__header__title {
        font-size: 12px;
        line-height: 20px;
    }

    .cabinet__item__header__heart {
        width: 48px;
        height: 48px;
    }

    .cabinet__item__header__heart svg {
        width: 20px;
        height: 17.5px;
    }

    .cabinet__item__header__contract {
        font-size: 12px;
        line-height: 24px;
    }

    .cabinet__item__header__contract span {
        font-size: inherit;
    }

    .cabinet__item .product__price__list {
        width: 170px;
        flex: unset;
    }

    .cabinet__item .product__price__list__taksit label {
        display: block;
    }

    .cabinet__item__bottom {
        flex-direction: column-reverse;
    }

    .cabinet__item__bottom .btn {
        width: 100%;
    }

    .cabinet__item__bottom .btn.btn-orange {
        margin-bottom: 12px;
    }

    .cabinet__credit-item__payment {
        margin-bottom: 20px;
    }

    .cabinet__credit-item__payment__header {
        font-size: 12px;
        line-height: 24px;
    }

    .cabinet__credit-item__payment__percent {
        height: 6px;
        border-radius: 60px;
        margin: 6px 0 8px;
    }

    .cabinet__credit-item__payment__sum {
        font-size: 14px;
        line-height: 24px;
    }

    .cabinet__credit-item__pay-now {
        padding: 16px;
        margin-bottom: 20px;
    }

    .cabinet__credit-item__pay-now__min-price {
        font-size: 16px;
        line-height: 24px;
    }

    .cabinet__credit-item__pay-now__min-price span {
        font-size: 12px;
        line-height: inherit;
        font-weight: 500;
    }

    .cabinet__credit-item__pay-now .btn {
        font-size: 14px;
        line-height: 24px;
        padding: 11px 30px;
    }

    .cabinet__credit-item__credit-info li {
        font-size: 14px;
        line-height: 24px;
    }

    .cabinet__credit-item__credit-info li span {
        font-size: 12px;
        line-height: inherit;
    }

    .cabinet__credit-item__btn {
        font-size: 14px;
        line-height: 24px;
        padding: 11px;
    }
}

.profile__change-pass {
    position: absolute;
    right: 4rem;
    top: 3.4rem;
    padding: 1.1rem 3rem;
}

.profile__submit-form {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    padding: 1.1rem 4.8rem;
}

.profile .form-group {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .profile {
        padding-bottom: 65px;
    }

    .profile__change-pass {
        top: unset;
        left: 0;
        right: 0;
        bottom: -65px;
    }

    .profile__submit-form {
        margin-top: 12px;
        position: unset;
    }

    .profile .btn {
        padding: 13px;
    }

    .bonus .cabinet__table tbody tr {
        background: #fafafa;
        border: 1px solid #e1e1e1;
        border-radius: 8px;
        padding: 20px;
    }

    .bonus .cabinet__table tbody tr td {
        padding: 0;
        border-bottom: 0;
        margin: 0;
    }

    .bonus .cabinet__table tbody tr td:first-child {
        padding-right: 12px;
    }

    .bonus .cabinet__table tbody tr td:nth-child(2) {
        width: 100%;
        text-align: center;
        padding: 16px 0;
        margin: 16px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }

    .bonus .cabinet__table tbody tr td:nth-child(2):before {
        display: none;
    }

    .bonus .cabinet__table tbody tr td:nth-child(2) span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bonus .cabinet__table tbody tr td:nth-child(2) svg {
        width: 19px;
        height: 20px;
        margin-right: 10px;
    }

    .bonus .cabinet__table tbody tr td:last-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .bonus .cabinet__table tbody tr td:last-child:before {
        font-size: 13px;
        margin-bottom: 0;
    }

    .bonus .cabinet__table tbody tr td:last-child .btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-left: 12px;
    }

    .bonus .cabinet__table tbody tr td:last-child .btn:after {
        width: 8px;
        height: 8px;
    }
}

.orders-new .cabinet__filter .btn-separator {
    margin: 0 1.6rem;
}

.orders-new .cabinet__filter .btn {
    padding: 1.4rem 3rem 1.2rem;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.orders-new .cabinet__filter .btn.active {
    border-color: var(--corporative-orange, #f6861f);
}

.orders-new .cabinet__filter .btn-group {
    padding: 0 1.6rem;
}

.orders-new .cabinet__table tbody tr td h3 {
    max-width: 20rem !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.orders-new .cabinet__table--credits {
    table-layout: fixed;
}

.orders-new .cabinet__table--credits .image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.orders-new .cabinet__table--credits thead tr {
    border-bottom: 0;
}

.orders-new .cabinet__table--credits thead tr th:last-child {
    text-align: center;
}

.orders-new .cabinet__table--credits thead tr th:first-child {
    width: 90px;
}

.orders-new .cabinet__table--credits tbody tr td:not(:first-child),
.orders-new .cabinet__table--credits thead tr th:not(:first-child) {
    border-bottom: 1px solid #eee;
}

.orders-new .cabinet__table--credits tbody tr td {
    padding: 0.6rem 0;
    height: 8rem;
}

.orders-new .cabinet__table--credits tbody tr td .btn {
    white-space: nowrap;
}

.orders-new .cabinet__table--credits tbody tr td .status {
    margin-left: auto;
}

.orders-new .cabinet__table--cash .image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 7.4rem;
}

.orders-new .cabinet__table--cash thead tr {
    border-bottom: 0;
}

.orders-new .cabinet__table--cash thead tr th:not(:first-child) {
    border-bottom: 1px solid #eee;
}

.orders-new .cabinet__table--cash thead tr th:last-child {
    text-align: end;
}

.orders-new .cabinet__table--cash tbody tr td:not(:first-child) {
    border-bottom: 1px solid #eee;
}

.orders-new .cabinet__table--cash tbody tr td {
    padding: 6px 0;
}

.orders-new .cabinet__table--cash tbody tr td:nth-child(2) {
    width: 27%;
}

.orders-new .cabinet__table--cash tbody tr td:first-child {
    padding-top: 1.6rem;
    width: 90px;
}

@media (max-width: 767px) {
    .orders-new .cabinet__filter .btn-group {
        display: flex !important;
        border: 0;
        padding: 0;
        height: auto;
        width: 100%;
        gap: 14px;
    }

    .orders-new .cabinet__filter .btn-group .btn {
        border: 2px solid #dee2e6;
        border-radius: 8px;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 14px;
    }

    .orders-new .cabinet__filter .btn-group .btn.active {
        border-color: var(--corporative-orange, #f6861f);
    }

    .orders-new .cabinet__filter .btn-group .btn-separator {
        display: none;
    }

    .orders-new .cabinet__table tbody tr td h3 {
        max-width: 100% !important;
    }

    .orders-new .cabinet__table--credits tbody tr td {
        height: auto;
        padding: 16px 0;
        margin-top: 0;
    }

    .orders-new .cabinet__table--credits tbody tr td:first-child:before {
        content: attr(data-title);
        display: block;
    }

    .orders-new .cabinet__table--credits tbody tr td:first-child {
        display: block;
        width: 100px;
    }

    .orders-new .cabinet__table--credits tbody tr td:last-child {
        text-align: start;
        width: calc(100% - 100px);
    }

    .orders-new .cabinet__table--credits tbody tr td .status {
        margin-left: 0;
    }

    .orders-new .cabinet__table--cash tbody tr td h3 {
        font-size: 12px;
    }

    .orders-new .cabinet__table--cash tbody tr td:nth-child(2) {
        width: 100%;
    }

    .orders-new .cabinet__table--cash tbody tr td:last-child {
        text-align: start;
    }

    .auth__slider {
        display: none;
    }
}

.auth__slider {
    position: relative;
    width: 35%;
}

.auth__slider__item {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.auth__slider__item__image {
    min-height: 100vh;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.auth__slider__item__text {
    position: absolute;
    bottom: 10rem;
    color: #fff;
    left: 6rem;
}

.auth__slider__item__text__date {
    font-size: 1.3rem;
    line-height: 2.4rem;
}

.auth__slider__item__text__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #fff;
    margin-bottom: 1.2rem;
}

.auth__slider__item__text__desc {
    line-height: 2rem;
    font-size: 1.4rem;
}

.auth__slider .flickity-page-dots {
    justify-content: unset;
    position: absolute;
    bottom: 5rem;
    left: 6rem;
}

.auth__slider .flickity-page-dots li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50px;
    border: 1px solid transparent;
    background: 0 0;
    position: relative;
    opacity: 0.4;
    cursor: pointer;
    margin: 0 0.8rem 0 0;
}

.auth__slider .flickity-page-dots li:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}

.auth__slider .flickity-page-dots li.is-selected {
    opacity: 1;
    border-color: #fff;
}

.auth {
    display: flex;
}

.auth__form--center {
    width: 425px;
    margin: auto;
    padding: 10rem 0 20px;
}

.auth__form--full {
    width: 65%;
    padding: 10rem 6rem 20px;
    margin: auto;
}

.auth__form--full .auth__form__footer__text {
    display: flex;
    align-items: baseline;
    color: #95979c;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.auth__form--full .auth__form__footer__link {
    margin-left: 0.8rem;
    border-bottom: 1px solid currentColor;
    line-height: normal;
}

.auth__form--full .auth__form__footer .btn-green {
    padding: 1.3rem 5.5rem;
}

.auth__form__back-btn {
    color: #5b5f66;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 6.5rem;
    display: inline-block;
}

.auth__form__back-btn svg {
    color: #f6861f;
    margin-right: 1.3rem;
}

.auth__form h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 4rem;
}

.auth__form h1 a {
    font-weight: inherit;
    color: inherit;
    opacity: 0.3;
    margin-right: 15px;
    display: none;
    cursor: auto;
}

.auth__form h1 a.active {
    display: inline-block;
    opacity: 1;
}

.auth__form .btn-green {
    padding: 1.3rem;
}

.auth__form__footer {
    margin-top: 5rem;
}

.auth__form__footer__link {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.auth__form__footer__link--orange {
    color: #f6861f;
}

.auth__form__footer__link--gray {
    color: #95979c;
}

.auth__form__footer__link svg {
    margin-right: 0.8rem;
}

.auth__form__desc {
    margin-top: -2rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #5b5f66;
}

.auth__form__socials {
    margin-top: 3rem;
}

.auth__form__socials li a {
    border-radius: 50%;
    border: 1px solid #eaeaea;
    width: 8.8rem;
    height: 8.8rem;
    justify-content: center;
}

.auth.pass-recovery {
    height: 100vh;
}

.auth.pass-recovery .auth__form--center {
    width: 56rem;
    padding: 8rem 6.8rem;
    position: relative;
}

.auth.pass-recovery .auth__form--center:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 1.2rem;
    justify-content: center;
    z-index: -1;
}

.auth.pass-recovery .auth__form--center:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.2rem;
    background: linear-gradient(90deg, #f6861f 0, #f0d6bd 50%, #40b659 100%);
    z-index: -2;
}

@media (max-width: 767px) {
    .auth {
        display: block;
        margin-top: 10px;
        padding-bottom: 40px;
    }

    .auth__form {
        width: 100% !important;
        padding: 0 16px !important;
    }

    .auth__form:after,
    .auth__form:before {
        display: none !important;
    }

    .auth__form__back-btn {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 48px;
    }

    .auth__form h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 48px;
    }

    .auth__form h1 a {
        display: inline-block;
        cursor: pointer;
    }

    .auth__form__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
        margin-top: 0;
    }

    .auth__form__socials li a {
        padding: 10px;
    }

    .auth__form .btn-green {
        margin-top: 12px;
        padding: 13px;
    }

    .auth__form__footer {
        margin-top: 40px;
        justify-content: center;
    }

    .auth__form__footer__link {
        font-size: 14px;
        line-height: 24px;
    }

    .auth__form__footer__link--orange {
        display: none;
    }

    .auth__form--full .auth__form__footer {
        margin-top: 12px;
    }

    .auth__form--full .auth__form__footer__text {
        display: none;
    }

    .auth.forgot-pass {
        margin-top: 20px;
    }

    .auth.forgot-pass .auth__form h1 {
        margin-bottom: 20px;
    }
}

.campaigns-inner__image img {
    border-radius: 12px;
    width: 100%;
}

.campaigns-inner__body {
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    padding: 3.6rem 3.2rem;
}

.campaigns-inner__body:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f6861f 0, #f0d6bd 50%, #40b659 100%);
    z-index: -2;
}

.campaigns-inner__body .campaigns__item__footer__dead-line {
    position: absolute;
    z-index: 1;
    right: 3.2rem;
    top: -2.5rem;
}

.campaigns-inner__date {
    font-size: 1.5rem;
    color: #5b5f66;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.campaigns-inner__title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
    line-height: 3.2rem;
}

.campaigns-inner__desc {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #95979c;
    margin-bottom: 4.8rem;
}

.campaigns-inner__note {
    margin-bottom: 2.4rem;
    padding: 2.4rem 0;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #e3e5eb;
    border-bottom: 1px solid #e3e5eb;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #5b5f66;
}

.campaigns-inner__note__label {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #40b659;
    padding: 0.4rem 1.2rem;
    background: rgba(64, 182, 89, 0.07);
    border-radius: 8px;
    margin-right: 1.6rem;
}

.campaigns-inner__info {
    display: flex;
    align-items: flex-start;
}

.campaigns-inner__info li {
    display: flex;
    align-items: center;
}

.campaigns-inner__info li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 4rem;
    background-color: #ddd;
    margin: 0 2rem;
}

.campaigns-inner__info__icon {
    color: #232d40;
    margin-right: 1.5rem;
}

.campaigns-inner__info__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
    font-weight: 500;
}

.campaigns-inner__info__text span {
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: #95979c;
    display: block;
}

.campaigns-inner__info__text a {
    color: inherit;
    font-weight: inherit;
}

.campaigns-inner .products {
    margin-top: 6rem;
}

.campaigns-inner__products .product {
    flex: 0 0 25%;
}

@media (max-width: 768px) {
    .cabinet__table tbody tr td span svg {
        width: 15px;
    }

    .campaigns-inner__body {
        margin-top: 40px;
        padding: 25px 25px 5px;
    }

    .campaigns-inner__desc {
        margin-bottom: 20px;
    }

    .campaigns-inner__info {
        flex-wrap: wrap;
    }

    .campaigns-inner__info li {
        width: 50%;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
    }

    .campaigns-inner__info li span {
        line-height: 20px;
        font-size: 13px;
    }

    .campaigns-inner__info li:after {
        display: none !important;
    }
}

.blog-inner {
    border-top: 1px solid #ecedf0;
    padding-top: 4.8rem;
    margin-top: 3.2rem;
}

.blog-inner h1 {
    text-align: center;
    font-weight: 700;
}

.blog-inner h2 {
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
}

.blog-inner h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 2.4rem;
    font-weight: 600;
}

.blog-inner__desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.blog-inner__desc img {
    width: 100%;
    margin-bottom: 8rem;
    border-radius: 16px;
}

.blog-inner__desc p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.blog-inner__center {
    max-width: 872px;
    margin: 0 auto 8rem;
}

.blog-inner__text {
    margin-bottom: 4rem;
}

.blog-inner__text p:not(:last-child) {
    margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
    .blog-inner {
        padding-top: 20px;
    }

    .blog-inner h1 {
        text-align: left;
    }

    .blog-inner .image-text,
    .blog-inner img,
    .blog-inner__center {
        margin-bottom: 30px;
    }

    .blog-inner .image-text img,
    .blog-inner img img,
    .blog-inner__center img {
        margin-bottom: 20px;
    }
}

.image-text {
    margin-bottom: 8rem;
    align-items: center;
}

.image-text img {
    margin-bottom: 0;
}

.faq__body {
    max-width: 870px;
    margin: 0 auto;
}

.faq__tab {
    display: flex;
    margin-bottom: 3.2rem;
}

.faq__tab a {
    background: #f8f9fb;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #5b5f66;
    padding: 1.4rem 2rem;
    margin-right: 1.2rem;
}

.faq__tab a.active,
.faq__tab a:focus,
.faq__tab a:hover {
    background-color: #f6861f;
    color: #fff;
}

.faq__item {
    border: 1px solid #e3e5eb;
    border-radius: 8px;
    padding: 3rem 4rem 3rem 3rem;
    margin-bottom: 1.6rem;
}

.faq__item__head {
    cursor: pointer;
}

.faq__item__head h2 {
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 0;
    flex: 1;
    margin-right: 2.5rem;
}

.faq__item__head svg * {
    color: #fff;
}

.faq__item__desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq__item__desc p {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #5b5f66;
}

.faq__item.active {
    border-color: #f6861f;
}

.faq__item.active .faq__item__head svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item.active .faq__item__head svg path {
    stroke: #f6861f;
}

.faq .btn {
    margin: 4rem auto 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 5rem;
    padding-right: 5rem;
}

@media (max-width: 767px) {
    .faq__tab {
        overflow-x: auto;
        width: 100%;
    }

    .faq__tab::-webkit-scrollbar {
        display: none;
    }

    .faq__tab::-webkit-scrollbar-track {
        box-shadow: none;
    }

    .faq__tab::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 0;
    }

    .faq__tab a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap;
    }
}

.about .btn-group {
    width: 100%;
    margin-bottom: 6rem;
}

.about .btn-group .btn {
    width: 25%;
    justify-content: center;
    padding: 2.2rem 1rem;
    font-size: 1.8rem;
}

.about__banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 460px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12rem;
}

.about__banner:after,
.about__banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 32px;
    z-index: -1;
}

.about__banner:before {
    left: 0;
    background-image: url(../images/green-line.png);
}

.about__banner:after {
    right: 0;
    background-image: url(../images/orange-line.png);
}

.about__banner__title {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 2.8rem;
}

.about__banner__desc {
    max-width: 55rem;
}

.about__banner p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.about__desc h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.2rem;
    max-width: 55rem;
}

.about__desc p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #5b5f66;
    margin-bottom: 1.6rem;
    max-width: 52.5rem;
}

.about__desc p:last-child {
    margin-bottom: 0;
}

.about__partners {
    margin-bottom: 12rem;
}

.about__partners .partners {
    margin-top: 6.5rem;
}

.about__distributor {
    margin-bottom: 12rem;
}

.about__distributor__title {
    text-align: center;
    max-width: 87rem;
    margin: 0 auto 5.5rem;
    font-size: 2.8rem;
    line-height: 4.4rem;
    font-weight: 500;
}

.about__distributor__item {
    height: 31.2rem;
    border: 1px solid #e3e5eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about__distributor__category {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 600;
    padding: 0.2rem 1.2rem;
    border-radius: 4px;
    color: #fff;
}

.about__distributor__category--partner {
    background-color: #f6861f;
}

.about__distributor__category--distributor {
    background-color: #40b659;
}

.about__info {
    margin-bottom: -8.6rem;
}

.about__info__links {
    max-width: 100rem;
    margin: 0 auto 12rem;
}

.about__info__link {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 6.4rem;
    letter-spacing: -3px;
    color: rgba(35, 45, 64, 0.2);
    display: block;
    margin-bottom: 0.8rem;
}

.about__info__footer {
    margin-top: 8.8rem;
    background: #fafbfc;
    padding: 10.5rem 0;
}

@media (max-width: 1024px) {
    .about__banner {
        height: 250px;
        background-size: contain;
    }

    .about__banner:after,
    .about__banner:before {
        display: none;
    }

    .about__distributor__item {
        height: 175px;
    }

    .about__distributor img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .about__banner,
    .about__distributor,
    .about__info__links,
    .about__partners {
        margin-bottom: 40px;
    }

    .about__banner {
        display: block;
        background-image: unset !important;
        height: auto;
    }

    .about__banner img {
        margin-top: 16px;
    }

    .about__desc h3,
    .about__desc img {
        margin-bottom: 16px;
    }

    .about__desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .about__distributor__item {
        margin-bottom: 20px;
    }

    .about__info {
        margin-bottom: -60px;
    }

    .about__info__footer {
        margin-top: 40px;
        padding: 40px 0;
    }
    .about__distributor img {
        width: 120px;
        height: auto;
    }
}

.history__item {
    padding-top: 1.6rem;
    border-top: 1px solid #40b659;
}

.history__date {
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 5.6rem;
    letter-spacing: -2px;
    color: #40b659;
    margin-bottom: 1.6rem;
}

.history__desc {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 3.5rem;
    min-height: 5rem;
}

@media (max-width: 767px) {
    .history__desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.comments {
    margin-top: 2.4rem;
}

.comments__item {
    border: 1px solid #e3e5eb;
    border-radius: 12px;
    padding: 3.2rem;
    margin-bottom: 2rem;
}

.comments__item:last-child {
    margin-bottom: 0;
}

.comments__head {
    align-items: flex-start;
    margin-bottom: 2.4rem;
}

.comments__head__right {
    text-align: right;
    font-size: 1.4rem;
    margin-left: 2.5rem;
}

.comments__title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.comments__date {
    color: #95979c;
    display: block;
    margin-bottom: 0.4rem;
    white-space: nowrap;
}

.comments__author {
    color: #5b5f66;
    font-weight: 600;
    white-space: nowrap;
}

.comments__desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #5b5f66;
}

.comments__more {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) -22.78%,
        #fff 22.5%
    );
    padding-left: 3rem;
    display: inline-block;
}

.comments__more:before {
    content: attr(data-more);
    color: #40b659;
    border-bottom: 1px solid currentColor;
    font-size: 1.6rem;
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
}

.popup.open {
    opacity: 1;
    pointer-events: auto;
}

.popup__close-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: auto;
}

.popup h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

.popup__header {
    display: flex;
    align-items: center;
    margin-bottom: 3.6rem;
}

.popup__header h4 {
    margin-bottom: 0;
}

.popup__body {
    right: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-height: 95%;
    overflow-y: auto;
    min-width: 132rem;
    background-color: #fff;
    border-radius: 12px;
    padding: 3.6rem 4rem;
}

.popup .product {
    padding: 3.2rem 2.4rem 2.4rem;
    margin-bottom: 3.2rem;
}

.popup .product.basket__content__item__product {
    padding: 3.2rem 4rem;
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    border-radius: 12px;
}

.popup .product.basket__content__item__product .product__img {
    width: 7.2rem;
    height: 7.2rem;
    min-width: 7.2rem;
    margin: 0 4rem 0 0;
}

.popup .product.basket__content__item__product .product__label {
    margin-bottom: 0;
    margin-top: 0.8rem;
    font-size: 1.2rem;
}

.popup .product.basket__content__item__product .product__body {
    display: flex;
    align-items: center;
    flex: 1;
}

.popup .product.basket__content__item__product .product__body__content {
    margin-right: 2.4rem;
    min-width: 34.5rem;
    width: 34.5rem;
}

.popup .product.basket__content__item__product .product__body__price__counter {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.popup
    .product.basket__content__item__product
    .product__body__price__counter
    .new-price {
    font-size: 2rem;
}

.popup .product.basket__content__item__product .counter {
    margin-right: 0;
}

.popup .product.basket__content__item__product .basket__content__item__delete {
    position: unset;
}

.popup__products {
    display: flex;
}

.popup__products .product {
    flex: 0 0 25%;
}

.popup__products .product:first-child {
    border-radius: 12px 0 0 12px;
}

.popup__products .product:last-child {
    border-radius: 0 12px 12px 0;
}

.popup__products .product .product__img {
    margin: 0 auto 2rem;
    width: 9.2rem;
    height: 9.2rem;
}

.popup__products .product .product__type {
    font-size: 1.3rem;
    line-height: 2rem;
}

.popup__products .product .product__name {
    font-size: 1.4rem;
    line-height: 2rem;
}

.popup__products .product .product__price {
    margin-bottom: 0;
}

.popup__products .product .new-price {
    font-size: 2rem;
}

.popup__products .product .product__to-cart {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__products .product .product__to-cart svg {
    margin-right: 2px;
}

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

.popup__footer .btn {
    min-width: 20rem;
    margin-left: 1.6rem;
    justify-content: center;
}

.popup__footer .btn.btn-special_gray-transparent {
    border-color: #e1e4eb;
}

.popup--daily .popup__body {
    background-color: transparent;
    border-radius: 0;
    max-width: 490px;
    min-width: auto;
    padding: 27px;
    overflow: unset;
}

.popup--daily .popup__close {
    position: absolute;
    right: -30px;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    color: #5b5f66;
    justify-content: center;
    cursor: pointer;
}

.popup--daily .popup__product {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.popup--daily .popup__product__image {
    height: 240px;
    display: block;
}

.popup--daily .popup__product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup--daily .popup__product__text {
    padding: 24px;
    text-align: center;
}

.popup--daily .popup__product__text h3 {
    font-weight: 600;
    font-size: 20px;
}

.popup--daily .popup__product__text p {
    font-size: 14px;
    line-height: 24px;
    color: #5b5f66;
}

.popup--daily .popup__product__text .campaigns__item__footer__dead-line {
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 12px auto 16px;
}

.popup--qr {
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    height: 100%;
}

.popup--qr .popup__body {
    left: 0;
    top: unset;
    bottom: 0;
    -webkit-filter: drop-shadow(50px 0 20px rgba(0, 0, 0, 0.01))
        drop-shadow(28px 0 17px rgba(0, 0, 0, 0.03))
        drop-shadow(13px 0 13px rgba(0, 0, 0, 0.04))
        drop-shadow(3px 0 7px rgba(0, 0, 0, 0.05))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.05));
    filter: drop-shadow(50px 0 20px rgba(0, 0, 0, 0.01))
        drop-shadow(28px 0 17px rgba(0, 0, 0, 0.03))
        drop-shadow(13px 0 13px rgba(0, 0, 0, 0.04))
        drop-shadow(3px 0 7px rgba(0, 0, 0, 0.05))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.05));
    border-radius: 0 16px 0 0;
    -webkit-transform: none;
    transform: none;
    min-width: 16rem;
    right: auto;
    background-color: transparent;
    padding: 0;
}

.popup--qr .popup__close-blur {
    display: none;
}

.popup--qr .popup__close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    color: #5b5f66;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}

.popup--receipt .popup__body {
    max-width: 650px;
    min-width: auto;
    padding: 0;
    background-color: #40b659;
}

.popup--receipt .popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 4rem;
    color: #fff;
}

.popup--receipt .popup__price {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 4rem;
}

.popup--receipt .popup__price sub {
    bottom: 0;
    font-size: 2.6rem;
}

.popup--receipt .popup__close {
    width: 5.6rem;
    height: 5.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup--receipt .popup__content {
    padding: 2.4rem 4rem;
    color: #232d40;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}

.popup--receipt .popup__content h3 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: inherit;
    margin-bottom: 2rem;
}

.popup--receipt .popup__table {
    width: 100%;
}

.popup--receipt .popup__table tr td {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #232d40;
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
}

.popup--receipt .popup__table tr td:last-child {
    text-align: end;
}

.popup--receipt .popup__share {
    margin-top: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup--receipt .popup__share .btn svg {
    margin-right: 10.5px;
}

.popup--app {
    display: none;
}

@media (max-width: 1360px) {
    :root {
        --noverflow-slide-wrapper: calc(100vw - 24px);
    }

    .popup__body {
        min-width: auto;
        width: 95%;
    }

    .popup--qr .popup__body {
        width: auto;
    }
}

@media (max-width: 767px) {
    .popup__body {
        padding: 15px;
    }

    .popup .product.basket__content__item__product {
        flex-direction: column;
        padding: 15px;
        align-items: unset;
    }

    .popup .product.basket__content__item__product .product__img {
        margin: 0 auto 20px;
        width: 72px;
        height: 72px;
    }

    .popup .product.basket__content__item__product .product__body {
        flex-direction: column;
        align-items: unset;
    }

    .popup .product.basket__content__item__product .product__body__content {
        width: auto;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .popup
        .product.basket__content__item__product
        .product__body__price__counter {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .popup .product.basket__content__item__product .btn {
        justify-content: center;
    }

    .popup
        .product.basket__content__item__product
        .basket__content__item__delete {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .popup__products {
        width: 100%;
        overflow-x: auto;
        padding-right: 2px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

    .popup__products .product {
        flex: unset;
        min-width: 70%;
        scroll-snap-align: start;
    }

    .popup__products .product:hover {
        box-shadow: 1px 0 0 0 #e3e5eb, 0 1px 0 0 #e3e5eb, 1px 1px 0 0 #e3e5eb,
            1px 0 0 0 #e3e5eb inset, 0 1px 0 0 #e3e5eb inset;
    }

    .popup__products .product .product__img {
        width: 92px;
        height: 92px;
    }

    .popup__products .product .product__type {
        font-size: 13px;
        line-height: normal;
    }

    .popup__products .product .product__name {
        font-size: 14px;
        line-height: normal;
    }

    .popup__products .product .new-price {
        font-size: 20px !important;
    }

    .popup__products .product__footer {
        margin-top: 16px;
    }

    .popup__footer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .popup__footer .btn {
        min-width: auto;
        width: 100%;
        margin: 0;
    }

    .popup__footer .btn.btn-special_gray-transparent {
        margin-top: 15px;
    }

    .popup--daily .popup__close {
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.5);
        width: 40px;
        height: 40px;
    }

    .popup--daily .popup__image,
    .popup--daily .popup__image img {
        height: auto;
    }

    .popup--daily .popup__body {
        padding: 0;
        width: 90%;
    }

    .popup--qr {
        display: none;
    }

    .popup--receipt .popup__head {
        padding: 16px 24px;
    }

    .popup--receipt .popup__content {
        padding: 24px;
    }

    .popup--app {
        z-index: 100;
        display: block;
    }

    .popup--app .popup__body {
        background-size: cover;
        background-position: center;
        padding-top: 50px;
        height: 100%;
        border-radius: 0;
        max-height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .popup--app .popup__head {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-align: center;
    }

    .popup--app .popup__img {
        margin: 0 -15px;
    }

    .popup--app .popup__close {
        position: absolute;
        right: 16px;
        top: 15px;
    }

    .popup--app .btn {
        width: 100%;
        justify-content: center;
        margin-top: auto;
    }

    .responsive-table {
        width: 100%;
        display: block;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tbody,
    .responsive-table td,
    .responsive-table th,
    .responsive-table tr {
        display: block;
    }

    .responsive-table tr td {
        display: block;
        width: 100%;
    }

    .responsive-table tr td:before {
        content: attr(data-title);
        display: block;
    }
}

.brands .row {
    border-radius: 12px;
}

.brands .row:last-child .col-md-3:first-child .brands__item {
    border-radius: 0 0 0 12px;
}

.brands .row:last-child .col-md-3:nth-child(4) .brands__item {
    border-radius: 0 0 12px;
}

.brands .row:first-child .col-md-3:first-child .brands__item {
    border-radius: 12px 0 0;
}

.brands .row:first-child .col-md-3:last-child .brands__item {
    border-radius: 0 12px 0 0;
}

.brands .row.single .col-md-3:first-child .brands__item {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.brands .row.single .col-md-3:last-child .brands__item {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.brands__item {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 2.4rem;
}

.brands__item p {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    color: #232d40;
}

.brands__image {
    width: 23.6rem;
    height: 21.6rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.brands__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 812px) {
    .brands__item {
        border-radius: 0 !important;
    }
}

.apply .checkout__form {
    width: 100%;
    padding: 4rem 5.2rem 5.2rem;
}

.apply__title {
    font-size: 2.4rem;
    margin: 2rem 0;
}

.apply h3.apply__sub-title {
    font-size: 2rem;
    color: #232d40;
    font-weight: 500;
    margin: 1.6rem 0 0;
}

.apply .col-12.d-flex {
    margin-bottom: 2rem;
}

.apply .col-12.d-flex .btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 1.6rem;
}

.apply .col-12.d-flex .btn.btn-green {
    color: #40b659;
}

.apply .col-12.d-flex .btn.btn-red {
    color: #f23620;
}

.apply .col-12.d-flex .btn svg {
    margin: 0 1rem 0 0;
}

.apply__radio .custom-radio {
    margin-bottom: 0;
}

.apply .custom-radio {
    border: 0;
}

.apply .custom-radio__label {
    padding: 1.5rem 0 1.5rem 3rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #232d40;
}

.apply .custom-radio__label:after,
.apply .custom-radio__label:before {
    right: auto;
    width: 2rem;
    height: 2rem;
    left: 0;
}

.apply__lang-title {
    margin-bottom: 1.2rem;
}

@media (max-width: 767px) {
    .apply .checkout__form {
        padding: 0;
    }

    .apply__radio .col-md-6:not(:last-child) .custom-radio {
        margin-bottom: 16px;
    }

    .apply__lang-title {
        font-size: 15px;
    }

    .apply .custom-radio__label {
        font-size: 14px;
    }

    .apply__skills {
        width: 100%;
        flex: unset;
    }

    .apply .checkout__form__footer .btn {
        width: 100%;
        margin: 0;
    }
}

.not-found {
    text-align: center;
    padding: 5rem 0;
}

.not-found h1 {
    font-size: 9rem;
    color: #40b659;
}

.not-found p {
    font-size: 3rem;
}

.stores #map {
    width: 100%;
    height: 63.4rem;
    overflow: hidden;
}

.stores__block {
    position: relative;
}

.stores__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.stores .btn-group .btn {
    font-size: 1.3rem;
}

.stores__offices {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
    bottom: 3.2rem;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    width: 43rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 3.2rem 2.4rem 0;
}

.stores__offices:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    pointer-events: none;
}

.stores__offices .btn-group {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.stores__offices .btn-group .btn-separator {
    margin: 0 1.5rem;
}

.stores__offices__list {
    overflow-y: auto;
    flex: 1;
    padding-bottom: 3.2rem;
}

.stores__offices__list > li {
    margin-bottom: 0.8rem;
}

.stores__offices__item {
    display: block;
    border: 1px solid #e3e5eb;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #232d40;
    padding: 2rem 7.5rem 2rem 2rem;
    position: relative;
}

.stores__offices__item.active,
.stores__offices__item:hover {
    border-color: #40b659;
}

.stores__offices__item:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #f9f9f9;
    background-image: url(../images/svg-icons/arrow-forward.svg);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.stores__offices__item span {
    font-size: 1.4rem;
    color: #5b5f66;
    display: block;
    margin-top: 0.4rem;
    font-weight: 500;
}

@media (max-width: 812px) {
    .stores {
        position: relative;
    }

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

    .stores__offices {
        position: unset;
        width: 100%;
        margin-bottom: 20px;
        max-height: 100%;
        border: none;
        padding: 0 16px;
    }

    .stores__offices:after {
        display: none;
    }

    .stores__offices__list {
        padding-bottom: 0;
    }

    .stores__offices__item {
        font-size: 14px;
    }

    .stores__offices__item span {
        font-size: 12px;
    }

    .stores__map {
        position: fixed !important;
        right: -100%;
        width: 100%;
        top: 118px;
        bottom: 0;
        z-index: 10;
        transition: 0.3s linear;
    }

    .stores__map.open {
        right: 0;
    }

    .stores__map #map {
        height: 100%;
    }

    .stores .basket__total {
        position: absolute;
    }

    .stores .basket__total__footer .stores__offices__item {
        font-size: 16px;
    }

    .stores .basket__total__footer .stores__offices__item:after {
        display: none;
    }

    .stores .basket__total__footer .stores__offices__item span {
        font-size: 14px;
    }
}

.qr {
    display: flex;
    align-items: center;
    background: #393e4a;
    border-radius: 12px;
    padding: 6rem 0 6rem 6rem;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    margin: 8rem 0 3rem;
    min-height: 41.2rem;
    overflow: hidden;
}

.qr:after {
    content: "";
    width: 100%;
    height: 2rem;
    background-image: url(../images/line2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2.6rem;
    right: 0;
    left: 0;
}

.qr__text {
    width: 100%;
    margin-right: 3.2rem;
}

.qr__text h2 {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
    color: inherit;
}

.qr__text .btn {
    min-width: 22.5rem;
    border-color: #40b659;
    justify-content: center;
    margin-top: 4rem;
}

.qr__mob {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35rem;
    width: 30rem;
    z-index: 1;
}

.qr__mob img {
    width: 100%;
}

.qr__scan {
    margin-left: auto;
    position: relative;
    padding-right: 15rem;
}

.qr__code {
    background: #fff;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 74px 30px rgba(0, 0, 0, 0.01))
        drop-shadow(0 42px 25px rgba(0, 0, 0, 0.05))
        drop-shadow(0 18px 18px rgba(0, 0, 0, 0.09))
        drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 74px 30px rgba(0, 0, 0, 0.01))
        drop-shadow(0 42px 25px rgba(0, 0, 0, 0.05))
        drop-shadow(0 18px 18px rgba(0, 0, 0, 0.09))
        drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    overflow: hidden;
    margin-bottom: 1.8rem;
    width: 23rem;
    height: 23rem;
    padding: 1.2rem;
}

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

@media (max-width: 812px) {
    .qr {
        display: block;
        padding: 3.2rem 2.4rem;
        margin: 50px 0 0;
    }

    .qr:after {
        display: none;
    }

    .qr__text {
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 32px;
    }

    .qr__text h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .qr__text h2 br {
        display: none;
    }

    .qr__text .btn {
        width: 100%;
        margin-top: 16px;
    }

    .qr__mob {
        display: none;
        top: auto;
        bottom: 170px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        text-align: center;
    }

    .qr__mob img {
        width: 200px;
        margin-bottom: 40px;
    }

    .qr__download {
        font-size: 16px;
    }

    .qr__download__btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 13px;
    }

    .qr__download__btns a {
        width: 46%;
    }

    .qr__download__btns a img {
        width: 100%;
    }
}

.app {
    margin-bottom: 6rem;
}

.app .container {
    max-width: 1096px;
    padding: 0;
    counter-reset: my-awesome-counter;
}

.app__item {
    margin-bottom: 4rem;
    counter-increment: my-awesome-counter;
}

.app__item:nth-child(even) {
    flex-direction: row-reverse;
}

.app__item:nth-child(even) .app__text {
    margin-right: 0;
    margin-left: 3rem;
}

.app__text {
    max-width: 53.6rem;
    width: 100%;
    font-size: 1.6rem;
    color: #5b5f66;
    margin-right: 3rem;
}

.app__text:before {
    content: counter(my-awesome-counter, decimal-leading-zero);
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
    justify-content: center;
    border: 1px solid #dcdfe7;
    margin-bottom: 4rem;
}

.app__text h2 {
    font-size: 4.8rem;
    margin-bottom: 2.5rem;
}

.app__image {
    max-width: 42.4rem;
    width: 100%;
}

.app__image img {
    width: 100%;
}

.app__qr {
    margin-top: 12rem;
}

.app__qr__image {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

.app__qr__image:after,
.app__qr__image:before {
    content: "";
    width: 50%;
    height: 2.4rem;
}

.app__qr__image:before {
    background-color: #40b659;
}

.app__qr__image:after {
    background-color: #f6861f;
}

.app__qr__code {
    width: 16.8rem;
    height: 16.8rem;
    min-width: 16.8rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 74px 30px rgba(0, 0, 0, 0.01))
        drop-shadow(0 42px 25px rgba(0, 0, 0, 0.05))
        drop-shadow(0 18px 18px rgba(0, 0, 0, 0.09))
        drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 74px 30px rgba(0, 0, 0, 0.01))
        drop-shadow(0 42px 25px rgba(0, 0, 0, 0.05))
        drop-shadow(0 18px 18px rgba(0, 0, 0, 0.09))
        drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1))
        drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    padding: 3.5rem;
}

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

.app__qr h3 {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 812px) {
    .app__item {
        display: block;
        margin-bottom: 24px;
    }

    .app__text {
        margin: 0 0 16px !important;
        font-size: 16px;
    }

    .app__text:before {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .app__text h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .app__image {
        max-width: 100%;
    }

    .app .qr {
        margin-top: 400px;
    }
}

.autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3.82963px 6.51852px 0 rgba(0, 0, 0, 0.04),
        0 18.1037px 25.48148px 0 rgba(0, 0, 0, 0.07),
        0 47px 80px 0 rgba(0, 0, 0, 0.11), 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 50;
    width: 80rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.autocomplete.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.autocomplete .form-group {
    display: none;
}

.autocomplete__block {
    display: flex;
}

.autocomplete__left {
    background: #f5f6f6;
    padding: 2rem 0;
    max-width: 24rem;
    max-height: 70rem;
    overflow-y: auto;
}

.autocomplete__title {
    color: #58585a;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8rem;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    margin-bottom: 1.2rem;
    padding: 0 20px 12px;
}

.autocomplete__title:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.autocomplete__tags {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.4rem;
    padding: 0 20px;
    list-style: none;
}

.autocomplete__tags li a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 0 1rem;
    border-radius: 53px;
    background: #40b659;
    color: #fff;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

.autocomplete__list {
    margin-bottom: 1.6rem;
}

.autocomplete__list li.active a {
    background-color: #fff;
}

.autocomplete__list li.active button {
    background: #40b659;
}

.autocomplete__list li a {
    display: block;
    color: #58585a;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
    padding: 0.6rem 2rem;
}

.autocomplete__list li a:hover {
    background-color: #fff;
}

.autocomplete__list li a span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.autocomplete__list li button {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
    max-width: 100%;
    padding: 0 10px;
    border-radius: 53px;
    background: #58585a;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.autocomplete__right {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.autocomplete__right h4 {
    color: #58585a;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.autocomplete__banner {
    display: block;
    margin-top: auto;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.autocomplete__row {
    margin: 0 -0.6rem;
}

.autocomplete__row > * {
    padding: 0 0.6rem;
}

.autocomplete__item {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0.8rem 1.5rem 0.8rem 0;
    height: calc(100% - 1.2rem);
    margin-bottom: 1.2rem;
}

.autocomplete__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.autocomplete__desc {
    flex: 1;
}

.autocomplete__price {
    color: #58585a;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6rem;
    display: block;
    margin-bottom: 0.6rem;
}

.autocomplete__old-price {
    color: #a8a9ac;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.autocomplete__brend {
    color: #a8a9ac;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    display: block;
    margin-bottom: 6px;
}

.autocomplete__name {
    color: #58585a;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.autocomplete__img {
    width: 11.4rem;
    height: 10rem;
}

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

@media (max-width: 768px) {
    .autocomplete {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: 0;
        width: 100%;
    }

    .autocomplete__block {
        flex-direction: column;
        overflow-y: auto;
        height: calc(100% - 100px);
    }

    .autocomplete .form-group {
        position: relative;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .autocomplete .form-group .position-relative {
        flex: 1;
    }

    .autocomplete .form-group .search_btn {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0 1.2rem;
        border: 0;
        background-color: transparent;
    }

    .autocomplete .form-group button {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .autocomplete .form-group .form-control {
        display: block;
        padding: 12px 16px 12px 42px;
        height: auto;
    }

    .autocomplete__left {
        max-width: 100%;
        padding: 20px 0 0;
        background-color: #fff;
    }

    .autocomplete__title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .autocomplete__tags {
        gap: 8px;
        margin-bottom: 14px;
    }

    .autocomplete__tags li a {
        padding: 0 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .autocomplete__list {
        margin-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 16px;
    }

    .autocomplete__list li a {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 20px;
    }

    .autocomplete__right {
        padding: 20px;
    }

    .autocomplete__right h4 {
        color: #58585a;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
    }

    .autocomplete__item {
        gap: 16px;
        padding: 8px 15px 8px 0;
        height: calc(100% - 12px);
        margin-bottom: 12px;
    }

    .autocomplete__price {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px;
    }

    .autocomplete__brend,
    .autocomplete__old-price {
        font-size: 12px;
        line-height: 13px;
    }

    .autocomplete__name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .autocomplete__img {
        width: 114px;
        height: 100px;
    }
}

input {
    overflow: visible;
    -webkit-appearance: none;
}

.error-title,
.success-title {
    margin-bottom: 2rem !important;
}

.error {
    color: #f23620;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}

.success {
    color: #40b659;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}

.form-group {
    margin-bottom: 2.4rem;
    position: relative;
}

.form-group label {
    color: #95979c;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.form-group .form-control {
    border-color: #dadbdd;
    background: #fff;
    font-weight: 500;
    color: #232d40;
    border-radius: 0.6rem;
    -webkit-appearance: none;
}

.form-group .form-control.is-invalid {
    border-color: #f23620;
}

.form-group .form-control:disabled {
    background: #f5f5f5;
    color: #95979c;
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgba(35, 45, 64, 0.3);
}

.form-group .form-control::-moz-placeholder {
    color: rgba(35, 45, 64, 0.3);
}

.form-group .form-control:-ms-input-placeholder {
    color: rgba(35, 45, 64, 0.3);
}

.form-group .form-control::-ms-input-placeholder {
    color: rgba(35, 45, 64, 0.3);
}

.form-group .form-control::placeholder {
    color: rgba(35, 45, 64, 0.3);
}

.form-group .form-control:focus {
    outline: 0;
    border-color: #dee2e6;
    box-shadow: unset;
}

.form-group select.form-control {
    background: url(../images/svg-icons/arrow-bottom.svg) right 2rem top 50%/1.25rem
        0.675rem no-repeat;
    padding-right: 4rem;
    -webkit-appearance: none;
}

.form-group textarea {
    resize: unset;
}

.form-group .info-icon {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    cursor: pointer;
}

.form-group--passport .info-icon:before {
    content: "i";
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    border: 2px solid #95979c;
    color: #95979c;
    font-weight: 700;
    justify-content: center;
    font-size: 1.3rem;
}

.form-group--passport .info-icon:hover .info-image {
    opacity: 1;
    pointer-events: unset;
}

.form-group--passport .info-icon .info-image {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    right: -1.6rem;
    bottom: 100%;
    width: 50rem;
    max-width: calc(100vw - 8rem);
    padding-bottom: 1rem;
}

.form-group--passport .info-icon .info-image img {
    border: 2px solid #232d40;
}

.form-group--password .info-icon svg {
    color: #95979c;
}

.form-group--phone select.form-control {
    position: absolute;
    top: 1.3rem;
    bottom: 1.3rem;
    padding: 0 2.5rem 0 1.2rem;
    left: 1px;
    width: auto;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ced4da;
    background-position: right 1rem center;
    background-color: transparent !important;
}

.form-group--phone select.form-control:focus {
    border-color: #ced4da;
}

.form-group--phone input.form-control {
    padding-left: 7.8rem;
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 16px;
    }

    .form-group label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .form-group .form-control {
        font-size: 15px;
        line-height: 24px;
        padding: 13px 20px;
        border-radius: 6px;
    }

    .form-group .info-icon {
        right: 16px;
        bottom: 18px;
    }

    .form-group select.form-control {
        background-size: 11px 6px;
    }

    .form-group--phone select.form-control {
        padding-right: 25px;
    }

    .form-group--phone input.form-control {
        padding-left: 75px;
    }
}

.custom-radio-input {
    display: none;
}

.custom-radio-input:checked + .custom-radio {
    border-color: #f6861f;
}

.custom-radio-input:checked + .custom-radio .custom-radio__label:before {
    background-color: #f6861f;
}

.custom-radio-input:checked + .custom-radio .custom-radio__label:after {
    border-color: #f6861f;
}

.custom-radio {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 2.4rem;
}

.custom-radio--additional {
    padding: 2.5rem 3rem;
}

.custom-radio--additional .custom-radio__label {
    padding: 0;
}

.custom-radio--additional .custom-radio__label:after,
.custom-radio--additional .custom-radio__label:before {
    right: 0;
}

.custom-radio__label {
    padding: 2.5rem 3rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #232d40;
    justify-content: unset;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.custom-radio__label svg {
    margin-right: 1.2rem;
}

.custom-radio__label:after,
.custom-radio__label:before {
    content: "";
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 0.6rem solid #fff;
    background: 0 0;
    z-index: 1;
}

.custom-radio__label:after {
    border: 0.2rem solid #dee2e6;
    background: 0 0;
    z-index: 2;
}

.custom-radio .form-group {
    margin-bottom: 0;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #e5e7ef;
}

@media (max-width: 767px) {
    .custom-radio {
        margin-bottom: 16px;
    }

    .custom-radio__label {
        font-size: 15px;
    }

    .custom-radio__label svg {
        width: 29px;
        height: 24px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 5.6rem;
    height: 3.2rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked + .toggle {
    background-color: #f6861f;
}

.switch input:checked + .toggle:before {
    -webkit-transform: translateX(2.4rem);
    transform: translateX(2.4rem);
}

.switch input:focus + .toggle {
    box-shadow: 0 0 1px #2196f3;
}

.switch .toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #40b659;
    transition: 0.4s;
    border-radius: 10rem;
}

.switch .toggle:before {
    position: absolute;
    content: "";
    height: 2.4rem;
    width: 2.4rem;
    left: 0.4rem;
    bottom: 0.4rem;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}

.switch .toggle.round {
    border-radius: 3.4rem;
}

.switch .toggle.round:before {
    border-radius: 50%;
}

.__jivoMobileButton {
    bottom: 80px !important;
}

html {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    font-size: 62.5%;
}

@media (max-width: 1299px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 1180px) {
    html {
        font-size: 50%;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 37%;
    }
}

#all_parts {
    flex: 1;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1350px;
}

hr {
    margin: 0;
    border-color: #ecedf0;
}

svg.fill-auto *,
svg.fill-auto svg * {
    all: unset;
}

@media (max-width: 767px) {
    html {
        font-size: 50%;
    }

    #all_parts {
        margin-top: 126px;
    }

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 16px;
    }

    body.mobile_app_alert_open #all_parts {
        margin-top: 200px;
    }

    body.mobile_app_alert_open .header {
        margin-top: 68px;
    }
    body.mobile_app_alert_open .productDetails {
        margin-top: 10px !important;
    }
}

.form-control {
    border-radius: 0.8rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
}

.old-price {
    color: #95979c;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin-bottom: 2px;
    text-decoration: line-through;
}

.new-price {
    color: #232d40;
    font-size: 2.1rem;
    line-height: 3.2rem;
    font-weight: 600;
}

.old-price-text {
    font-size: 1rem;
}

.old-price-text span {
    margin-left: 0.2rem;
    font-size: 1.25rem;
}

h2 a {
    opacity: 0.3;
    color: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-right: 1rem;
}

h2 a.active {
    opacity: 1;
}

h2 a.active:hover {
    color: inherit;
}

.irshad-zest {
    background: #40b659;
    font-size: 1rem;
    position: relative;
    height: 0.8em;
}

.irshad-zest.visible:after,
.irshad-zest.visible:before {
    -webkit-animation: 2s forwards example;
    animation: 2s forwards example;
}

.irshad-zest:before {
    content: "";
    position: absolute;
    width: 2em;
    height: 2em;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.irshad-zest:after {
    content: "";
    position: absolute;
    background: #f6861f;
    right: 0;
    top: 0;
    bottom: 0;
}

@-webkit-keyframes example {
    from {
        left: 0;
    }

    to {
        left: 25%;
    }
}

@keyframes example {
    from {
        left: 0;
    }

    to {
        left: 25%;
    }
}

.breadcrumbs {
    justify-content: unset;
    font-size: 1.4rem;
    font-weight: 400;
    color: #232d40;
    margin-bottom: 1.2rem;
}

@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 11px;
    }
}

.breadcrumbs li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #95979c;
    display: inline-block;
    margin: 0 0.8rem 0.3rem;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs li a {
    color: #95979c;
}

.breadcrumbs__current-page:before {
    background: #232d40 !important;
}

.breadcrumbs img {
    display: none;
}

.breadcrumbs-open {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumbs {
        flex-direction: column-reverse;
        align-items: flex-start;
        font-size: 13px;
        line-height: 20px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(145, 152, 160, 0.2);
        border-radius: 4px;
        width: auto;
        padding: 11px;
        left: 5px;
        position: absolute;
        top: -11px;
        z-index: 11;
        transition: 0.3s linear;
        opacity: 0;
        pointer-events: none;
    }

    .breadcrumbs li {
        margin-bottom: 16px;
        color: #232d40;
    }

    .breadcrumbs li:first-child {
        margin-bottom: 0;
    }

    .breadcrumbs li:before {
        display: none;
    }

    .breadcrumbs li a {
        color: #232d40;
        font-weight: 500 !important;
    }

    input:checked + .breadcrumbs {
        opacity: 1;
        pointer-events: unset;
    }

    .breadcrumbs label,
    .breadcrumbs-open {
        font-size: 13px;
        line-height: 20px;
        color: #232d40;
        font-weight: 500;
        display: inline-block;
        cursor: pointer;
    }

    .breadcrumbs label img,
    .breadcrumbs-open img {
        margin-left: 6px;
        display: inline-block;
    }

    .breadcrumbs-open {
        margin-bottom: 12px;
    }
}

.page-notification {
    background: #7a38ce;
    text-align: center;
    color: #fff;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.page-notification .container-fluid,
.page-notification .container-lg,
.page-notification .container-md,
.page-notification .container-sm,
.page-notification .container-xl,
.page-notification .container-xxl {
    position: relative;
}

.page-notification__close {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.page-notification__close i,
.page-notification__close i::after,
.page-notification__close i::before {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #fff;
    outline: transparent solid 1px;
    transition-property: background-color, transform, -webkit-transform;
    transition-duration: 0.3s;
}

.page-notification__close i::after,
.page-notification__close i::before {
    position: absolute;
    content: "";
}

.page-notification__close i::before {
    top: -3px;
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.page-notification__close i::after {
    top: 3px;
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
}

.page-notification__close i {
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

.blur:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.loading-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 100;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    color: transparent;
}

@media (max-width: 767px) {
    .page-notification {
        text-align: left;
        padding: 12px 0;
        font-size: 13px;
    }

    .page-notification .container-fluid,
    .page-notification .container-lg,
    .page-notification .container-md,
    .page-notification .container-sm,
    .page-notification .container-xl,
    .page-notification .container-xxl {
        padding-right: 40px;
    }

    .page-notification__close {
        top: 0;
        -webkit-transform: unset;
        transform: unset;
    }

    .old-price {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .new-price {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .old-price-text {
        font-size: 10px;
    }

    .old-price-text span {
        font-size: 13px;
    }

    .loading-block svg {
        width: 130px;
    }
}

.mobile-tools {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 16;
}

.mobile-tools .btn-group {
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
    padding: 15px;
    margin: 0;
    border-width: 1px;
}

.mobile-tools .btn-group .btn {
    padding: 0;
}

.mobile-tools .btn-group .btn-separator {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 4rem;
    margin: 0;
}

.new-popup.open {
    display: none !important;
}

.new-popup .row > * {
    display: block;
    margin: 0;
}

.new-popup p {
    font-size: 13px;
}

@media (max-width: 767px) {
    .new-popup.open {
        display: block !important;
    }

    .new-popup .calculator-popup {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .new-popup .form-group {
        margin-bottom: 20px;
    }
}

@-webkit-keyframes color_change {
    from {
        color: #232d40;
    }

    to {
        color: red;
    }
}

@keyframes color_change {
    from {
        color: #232d40;
    }

    to {
        color: red;
    }
}

@-webkit-keyframes color_change2 {
    from {
        -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(5%)
            saturate(1%) hue-rotate(61deg) brightness(96%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(0) sepia(5%) saturate(1%)
            hue-rotate(61deg) brightness(96%) contrast(101%);
    }

    to {
        -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(100%)
            saturate(5792%) hue-rotate(355deg) brightness(101%) contrast(117%);
        filter: brightness(0) saturate(100%) invert(14%) sepia(100%)
            saturate(5792%) hue-rotate(355deg) brightness(101%) contrast(117%);
    }
}

@keyframes color_change2 {
    from {
        -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(5%)
            saturate(1%) hue-rotate(61deg) brightness(96%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(0) sepia(5%) saturate(1%)
            hue-rotate(61deg) brightness(96%) contrast(101%);
    }

    to {
        -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(100%)
            saturate(5792%) hue-rotate(355deg) brightness(101%) contrast(117%);
        filter: brightness(0) saturate(100%) invert(14%) sepia(100%)
            saturate(5792%) hue-rotate(355deg) brightness(101%) contrast(117%);
    }
}

.animated {
    -webkit-animation: 0.8s infinite alternate color_change;
    animation: 0.8s infinite alternate color_change;
    font-weight: 600;
}

.top-btn {
    all: unset;
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #40b659;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s;
    background-color: #fff;
}

.top-btn img {
    -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(70%)
        saturate(405%) hue-rotate(81deg) brightness(95%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(55%) sepia(70%) saturate(405%)
        hue-rotate(81deg) brightness(95%) contrast(90%);
}

.mobile_app_alert {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile_app_alert {
        background-color: #f0f0f2;
        padding: 10px;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        display: none;
    }

    .mobile_app_alert.active {
        display: flex !important;
    }

    .mobile_app_alert__close {
        margin-right: 10px;
    }

    .mobile_app_alert__logo {
        border-radius: 10px;
        overflow: hidden;
        margin-right: 30px;
    }

    .mobile_app_alert__text p {
        font-size: 13px;
    }

    .mobile_app_alert__text span {
        font-size: 11px;
    }

    .mobile_app_alert__btn {
        margin-left: auto;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        background-color: #40b659;
        color: #fff;
        border-radius: 6px;
    }
}

.carousel__button.is-next,
.carousel__button.is-prev {
    width: 5.6rem;
    height: 5.6rem;
    background-color: #fff;
    box-shadow: 0 33px 80px rgba(0, 0, 0, 0.05),
        0 9.94853px 24.1177px rgba(0, 0, 0, 0.0325794),
        0 4.13211px 10.0172px rgba(0, 0, 0, 0.025),
        0 1.4945px 3.62304px rgba(0, 0, 0, 0.0174206);
}

.carousel__button.is-next svg,
.carousel__button.is-prev svg {
    background-image: url(../images/svg-icons/arrow-left-large.svg);
    background-position: center;
    -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(100%)
        saturate(7462%) hue-rotate(3deg) brightness(90%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(0) sepia(100%) saturate(7462%)
        hue-rotate(3deg) brightness(90%) contrast(108%);
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
}

.carousel__button.is-next svg path,
.carousel__button.is-prev svg path {
    display: none;
}

.carousel__button.is-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.apple img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

.apple__head {
    text-align: center;
    margin: 5rem 0;
}

.apple .btn {
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.7rem;
    text-align: center;
    color: #89898d;
    padding: 1.1rem 5rem;
    border-radius: 81px;
    border: 1px solid #89898d;
    margin: 5rem auto 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.apple__body {
    padding: 8rem 0;
    background: #f5f5f7;
    margin-bottom: -8.6rem;
}

.apple__body .container-fluid,
.apple__body .container-lg,
.apple__body .container-md,
.apple__body .container-sm,
.apple__body .container-xl,
.apple__body .container-xxl {
    margin-bottom: 4rem;
    border-radius: 16px;
    overflow: hidden;
}

.apple__items {
    margin-top: 4rem;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 5rem 5rem 0;
}

.apple__items a {
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.7rem;
    text-align: center;
    color: #89898d;
    gap: 10px;
}

.apple__items .row > * {
    margin-bottom: 4rem;
}

.apple__info {
    margin-top: 4rem;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 0 5rem 5rem;
}

.apple__info .row > * {
    text-align: center;
}

.apple__info .row img {
    width: 35rem;
    height: 35rem;
}

.apple__info .row a {
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.7rem;
    text-align: center;
    color: #06c;
    display: block;
}

.page-panner {
    margin-bottom: 2rem;
}

.page-panner__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 10rem;
}

.page-panner__title {
    color: var(--corporative-black, #232d40);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0;
}

.page-panner__time {
    display: flex;
}

.page-panner__time .separate {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    display: inline-block;
    margin: 0 4px;
}

.page-panner__time__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.page-panner__time__item:last-child time:after {
    display: none;
}

.page-panner__time__item time {
    color: var(--corporative-black, #232d40);
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    display: flex;
}

.page-panner__time__item span {
    color: var(--special-light-gray, #95979c);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

@media (max-width: 812px) {
    .page-panner__item {
        flex-direction: column;
        gap: 32px;
        background-position: right;
        text-align: center;
        padding: 24px;
    }

    .page-panner__title {
        font-size: 24px;
    }

    .page-panner__time__item span {
        font-size: 12px;
    }
}

.daily-statistics {
    z-index: 30;
    position: fixed;
    left: 2.4rem;
    bottom: 2.4rem;
    background-color: #f6861f;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.daily-statistics.show {
    opacity: 1;
    visibility: visible;
}

.daily-statistics__close {
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #232d40;
    color: #232d40;
    border-radius: 50%;
    padding: 0;
}

@media (max-width: 812px) {
    .daily-statistics {
        left: 16px;
        right: 16px;
        bottom: 100px;
        font-size: 14px;
    }
}

.product__label--dark-green {
    color: rgb(0, 128, 0) !important;
}

.countdown {
    margin-left: 0.5em;
}
@media (max-width: 767px) {
    body.mobile_app_alert_open .header {
        margin-top: 68px;
    }
}
