:root {
    --font-family: "Montserrat", sans-serif;
    --second-family: "Open Sans", sans-serif;
    --third-family: "Prosto One", sans-serif;
    --font3: "SF Pro Display", sans-serif;
    --font4: "SF Pro Text", sans-serif;
}

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

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

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 0.833vw, 16px);
    color: #252525;
    background-color: #ECECEC;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.hidden {
    overflow: hidden;
}

hr {
    margin: 1rem 0;
    color: inherit;
    height: 1px;
    background-color: #252525;
    border: 0;
}

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

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

abbr[title],
abbr[data-bs-original-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;
}

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.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 {
    color: inherit;
    display: inline-block;
    font-weight: 600;
}

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

a.link {
    text-decoration: underline;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    a:hover {
        color: #FB6411;
    }

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

    a.link:hover,
    a.link:focus {
        text-decoration: none;
    }
}


pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

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

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

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

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

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

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

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

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

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

label {
    display: inline-block;
    line-height: 1;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

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

legend+* {
    clear: left;
}

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

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

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

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

::-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 {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

/* Main grid */
html {
    height: 100% !important;
}

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

header,
footer {
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

/* Grid */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding: 0 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

@media (min-width: 1400px) {

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

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

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

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


.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

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

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    /* transform: translateX(100%); */
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible;
}

.offcanvas-header {
    display: flex;
    align-items: center;
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
}

.d-flex {
    display: flex;
}

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

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

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

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

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

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

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

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

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

.h-100 {
    height: 100%;
}

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

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

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

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

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

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

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

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

.opacity-50 {
    opacity: .5;
}

.opacity-85 {
    opacity: .85;
}

.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-inline-grid {
    display: inline-grid !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {

    .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;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.z-n1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

/* COLORS */
.bg-orange {
    background-color: #FB6411;
    color: #FFFFFF;
}

.bg-white {
    background: #fff;
    color: #252525;
}

.bg-gray {
    background: #ececec;
}

.bg-none {
    background: none;
}

/* Badge */
.badge {
    position: absolute;
    top: 16px;
    left: 24px;
    border-radius: 30px;
    padding: 6px 13px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

/* Border */
.border {
    border-radius: 60px;
    border: 1px solid;
    padding: 15px 25px;
    display: inline-block;
}

.border-0 {
    border: none;
}

.border-top {
    border-top: 1px solid #ececec !important;
}

/* CARD */
.card {
    border-radius: 20px;
    position: relative;
    border: none;
    overflow: hidden;
}

.card-img {
    height: 198px;
    border-radius: 20px;
    object-fit: cover;
}

.card-body {
    padding: 18px 16px 24px 16px;
}

@media (max-width: 767px) {
    .card {
        border-radius: 15px;
        position: relative;
    }

    .card-body {
        padding: 15px;
    }

}

/* TABS */
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

/* BTN */
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    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;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 30px;
    background: inherit;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
}

.btn.btn-primary {
    background: #fb6411;
    padding: 12px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn.btn-primary:disabled {
    background: #ececec;
    color: #252525;
}

.btn.btn-secondary {
    background: #ececec;
    padding: 11px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn.btn-white {
    background: #fff;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.btn.btn-gray {
    background: #ececec;
    padding: 14px 30px;
    color: rgba(37, 37, 37, 0.5);
}

.btn.btn-link {
    padding: 0;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.btn.btn-icon {
    width: 48px;
    height: 48px;
    background: #ececec;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {

    .btn.btn-primary,
    .btn.btn-white {
        font-size: 14px;
    }

}

@media (hover: hover) and (pointer: fine) {

    .btn:hover,
    .btn:focus {
        text-decoration: none;
        cursor: pointer;
    }

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: rgb(223, 92, 40);
    }

    .btn.btn-white:hover,
    .btn.btn-white:focus,
    .btn.btn-white.active {
        background: #FB6411;
        color: #FFFFFF;
    }

    .btn.btn-link:hover,
    .btn.btn-link:focus,
    .btn.btn-link.active {
        font-weight: 700;
        color: #fb6411;
    }

    .btn.btn-gray:hover,
    .btn.btn-gray:focus,
    .btn.btn-gray.active {
        background: #FB6411;
        color: #FFFFFF;
    }
}


/* ACCORDION */

.collapse:not(.show) {
    display: none;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    color: #4F4C48;
    transition: border 0.3s ease, background 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .accordion-button:hover {
        border-color: #F57441;
    }
}

.accordion-button::after {
    content: "+";
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;

    font-size: 30px;
    font-weight: 200;
    color: #FFFFFF;

    background: #F57441;
    border-radius: 50%;

    transition: 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "×";
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #FFFFFF;
    border-radius: 13px;
    border: none;
}

.accordion-body {
    padding: 0 30px 30px 30px;
}

@media (max-width: 768px) {
    .accordion-button {
        padding: 20px;
    }

    .accordion-button::after {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    .accordion-body {
        padding: 0 15px 15px 15px;
    }
}


/* SLIDERS */
.swiper-button-next,
.swiper-button-prev {
    width: 70px !important;
    height: 70px !important;
    flex-shrink: 0;
    background-color: #FB6411;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease;
    position: absolute !important;
}

.swiper-button-prev {
    left: -35px !important;
}

.swiper-button-next {
    right: -35px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-navigation-icon {
    content: "";
    display: none;
}

.swiper-button-next img {
    transform: scaleX(-1);
}

/*FORM*/
textarea {
    padding: 16px 20px;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #4F4C48;
    outline: none;
    resize: none;
    height: 100px;
    color: #4F4C48;
}

/* MODAL */

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 620px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 10px;
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 40px 30px;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 20px 20px 30px 20px;
    }
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}










/* HEADER */
.header-container {
    padding: 18px 24px 32px 24px;
    gap: 30px;
    border-radius: 0 0 30px 30px;
    background: #fff;
}

.header-top {
    gap: 40px;
    align-items: end;
}

.header-logo {
    width: clamp(89px, 7.083vw, 136px);
    height: clamp(41px, 3.281vw, 63px);
}

.header-wrapper {
    display: flex;
}

.header-catalog.btn-primary {
    padding: 15px 24px;
    width: max-content;
    margin: 0 12px 0 40px;
}

.header-filter {
    border-radius: 30px;
    padding: 14px 24px;
    gap: 26px;
    background: #ececec;
}

.header .custom-select {
    position: relative;
}

.header .custom-select__trigger {
    gap: 12px;
    font-weight: 700;
}

.header .custom-select__arrow {
    width: 14px;
    height: 14px;
    border-right: 2px solid #FB6411;
    border-bottom: 2px solid #FB6411;
}

.header .custom-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    margin: 8px 0 0;
    padding: 8px 0;
    list-style: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: 0.2s ease;
    z-index: 2;
}

.header .custom-select.is-open .custom-select__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .custom-select__option {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.header-search input {
    background: none;
    border: none;
    outline: none;
}

.header-search input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}


.header-actions {
    gap: 6px;
}

.header-notification {
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fb6411;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.header-profile {
    border: 1px solid #FB6411;
    padding: 2px;
}

.header-up,
.header-action__text {
    display: none;
}

.header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header.is-sticky .header-container {
    padding: 24px;
    gap: 0;
}

.header.is-sticky .header-wrapper,
.header.is-sticky .navbar {
    display: none;
}

.header.is-sticky .header-top {
    align-items: center;
}

.header.is-sticky .header-up {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
}

.header.is-sticky .header-actions {
    gap: 30px;
}

.header.is-sticky .header-action {
    gap: 10px;
}

.header.is-sticky .header-action:nth-child(3) {
    order: 1;
}

.header.is-sticky .header-action:nth-child(2),
.header.is-sticky .header-action:nth-child(4) {
    order: 2;
}

.header.is-sticky .header-action__text {
    display: block;
}

.navbar-nav a {
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    text-decoration: none;
    transition: text-decoration 0.3s ease, color 0.3s ease;
}

.navbar-nav a:hover,
.navbar-nav a:focus,
.navbar-nav a:active,
.navbar-nav a.active {
    color: #fb6411;
    text-decoration: underline;
}

.catalog-wrapper {
    gap: 40px;
}

/* ФИЛЬТР */

.filter-sidebar {
    /* align-self: flex-start;
    position: sticky;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    top: 20px; */
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #fff;
    width: 260px;
    height: min-content;
}

.filter-section {
    padding: 16px 24px;
    border-bottom: 1px solid #ececec;
}

.filter-section:last-child {
    border-bottom: none;
}

.filter-section:first-child {
    padding-top: 24px;
}

.filter-categories {
    margin-top: 12px;
    gap: 6px;
}

.form-checks,
.form-check {
    gap: 12px;
}

.form-check {
    cursor: pointer;
    user-select: none;
}

.form-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-check__custom {
    width: 20px;
    height: 20px;
    border: 1px solid #252525;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.form-check__custom::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: #ececec;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.form-check input:checked+.form-check__custom::after {
    background: #FB6411;
}

.filter-label {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
}

.custom-select__trigger {
    background: none;
    border: none;
    cursor: pointer;
}

.custom-select__arrow {
    width: 10px;
    height: 10px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.custom-select.is-open .custom-select__arrow {
    transform: rotate(-135deg);
}

.custom-select__list {
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
}

.custom-select.is-open .custom-select__list {
    margin-top: 6px;
    max-height: 200px;
}

.custom-select__option {
    cursor: pointer;
}

.custom-select__option:hover,
.custom-select__option.active {
    font-weight: 700;
}

.form-controls {
    gap: 8px;
}

.filter__form-control {
    padding: 10px 24px;
    border: none;
    border-radius: 20px;
    background: #ececec;
}

.filter__form-control::placeholder {
    font-weight: 500;
    color: #252525;
}


/* КАРТОЧКИ ТОВАРОВ */
.car-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    height: min-content;
}

.car-price,
.car-title {
    font-weight: 700;
    font-size: 20px;
}

.car-price {
    margin-bottom: 10px;
}

.car-details {
    margin: 12px 0;
    line-height: 120%;
}

.car-like {
    top: 16px;
    right: 24px;
    border: none;
}

.car-like:hover svg path,
.car-like:focus svg path,
.car-like.active svg path {
    fill: #fb6411;
}


.tab-buttons {
    background-color: white;
    border-radius: 30px;
    width: max-content;
    margin: 42px auto;
}

.tab-buttons .btn {
    padding: 14px 24px;
    display: flex;
    gap: 10px;
    white-space: nowrap;
}


/* FOOTER */
footer {
    margin-top: 92px;
    padding: 85px 0 94px 0;
    border-radius: 30px 30px 0 0;
    background: #d9d9d9;
    font-weight: 400;
}

.footer-address {
    padding: 24px 0;
}

.footer-apps {
    gap: 10px;
}

.footer-apps img {
    width: 157px;
    height: 46px;
}

.footer-nav {
    gap: 12px;
}

.footer-nav a {
    font-weight: 400;
    color: #252525;
    text-decoration: none;
}

.footer-nav a:hover,
.footer-phones a:hover {
    text-decoration: underline;
}

.footer-phones {
    gap: 24px;
}

.footer-phones a {
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    color: #252525;
    text-decoration: none;
}

.footer-socials {
    margin-top: 24px;
    gap: 10px;
}

.social {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fb6411;
    overflow: hidden;
}

.footer-insta::before {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
}

.footer-bottom {
    margin-top: 44px;
    font-size: 12px;
}

.footer-data {
    display: flex;
    gap: 45px;
}

.footer-bottom a {
    font-weight: 400;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.section {
    margin-bottom: 92px;
}

.hero-swiper {
    margin-top: 44px;
}

.hero-slide.swiper-slide {
    padding: 32px;
    border-radius: 20px;
    height: 400px;
    background: linear-gradient(180deg, #fbbd1e 0%, #fe4100 100%);
}

.hero-slide__title {
    font-family: var(--third-family);
    font-size: 32px;
    line-height: 120%;
    color: #fff;
}

.hero-slide__title span {
    font-size: 40px;
}

.hero-slide__subtitle {
    font-family: var(--third-family);
    font-size: 128px;
    color: rgba(255, 255, 255, 0.67);
}

.hero-slide__text {
    font-family: var(--third-family);
    font-size: 24px;
    color: #fff;
}

.hero-slide__bg {
    left: 0;
    bottom: 0;
}

.hero-slide__bg-2 {
    right: 0;
    bottom: 0;
}

.hero-slide__bg-3 {
    bottom: 20px;
}

.hero-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 24px;
}

.hero-pagination .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100%;
    border: 1px solid #fb6411;
    background: transparent !important;
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fb6411 !important;
}

.brands-cards {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.brands-card {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    border-radius: 30px;
    aspect-ratio: 1/1;
}

.options-cards {
    gap: 40px;
}

.options-card {
    width: calc((100% - 40px) / 2);
    padding: 42px 40px;
    border-radius: 30px;
    height: 280px;
    background: linear-gradient(227deg, #d8d8d8 0%, #b2b2b2 100%);
}

.options-card__title {
    max-width: 300px;
    font-weight: 700;
    color: #fff;
}

.options-card .btn-primary {
    width: max-content;
}

.options-card__bg {
    width: 232px;
    height: 140px;
    width: clamp(78px, 12.083vw, 232px);
    height: clamp(65px, 7.292vw, 140x);
    right: 40px;
    bottom: 40px;
}

.options-card__bg-2 {
    width: 216px;
    height: 210px;
    width: clamp(92px, 11.25vw, 216px);
    height: clamp(78px, 10.938vw, 210px);
    right: 40px;
    bottom: 30px;
}

.options-card__bg-3 {
    width: 300px;
    height: 280px;
    width: clamp(100px, 15.625vw, 300px);
    height: clamp(80px, 14.583vw, 280px);
    right: 40px;
    bottom: 0;
}

.options-socials {
    gap: 14px;
}

.options-socials .social {
    width: 70px;
    height: 70px;
}



/* ПРОФИЛЬ */
.profile-wrapper {
    margin-top: 24px;
    margin-bottom: 83px;
    gap: 40px;
}

/* Breadcrumb */
.breadcrumb-custom a {
    margin-bottom: 42px;
    text-decoration: none;
    font-weight: 500;
}

/* Sidebar */
.sidebar-title {
    margin: 16px 24px 0 24px;
}

.bonus-card {
    margin: 12px;
    padding: 20px 15px;
    border-radius: 20px;
    border: 2px solid #fff;
    outline: 1px solid #FB6411;
    border-radius: 20px;
    width: 234px;
    height: 78px;
    background: linear-gradient(180deg, #a1a1a1 0%, #616161 100%);
    position: relative;
    overflow: hidden;
}

.bonus-title,
.bonus-amount {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    background: linear-gradient(163deg, #fff 0%, #dfdfdf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-card__img {
    right: 16px;
    top: 5px;
    width: 58px;
    height: 74px;
}

.menu-item {
    background: transparent;
    border: none;
    padding: 16px 24px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    text-align: left;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 500;
}

.menu-btns {
    margin: 16px 12px;
    gap: 6px;
}

.menu-btn {
    border-radius: 20px;
    padding: 0 16px;
    border: 0;
    background: linear-gradient(90deg, #b1b1b1 0%, #d8d8d8 100%);
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.menu-btn img {
    width: 52px;
    height: 52px;
}

.menu-btn:first-child {
    background: linear-gradient(220deg, #ffca43 0%, #fb6411 100%);
    border: 2px solid #fff;
    outline: 1px solid #FB6411;
}


/* Profile Section */
.profile-header {
    margin-bottom: 42px;
}

.profile-info {
    gap: 24px;
}

.profile-info h2 {
    font-size: 24px;
}

.profile-avatar {
    padding: 4px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #FB6411;
}

.verification-badge {
    margin-top: 16px;
    margin-bottom: 12px;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
}

.verification-badge__check {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fb6411;
}

.profile-level {
    gap: 25px;
}

.profile-level__wrapper {
    gap: 12px;
}

.level-value {
    border-radius: 30px;
    padding: 10px 24px;
    background: #fff;
}

.level-link {
    font-weight: 500;
    font-size: 14px;
    color: #fb6411;
    transition: color 0.3s ease;
}

.level-link:hover {
    color: #252525;
}

/* Orders Section */
.orders-title {
    margin-bottom: 24px;
    gap: 18px;
}

.orders-title img {
    width: 42px;
    height: 20px;
}

.orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 40px;
}

.order-card {
    border-radius: 30px;
    padding: 24px;
}

.order-type {
    margin-bottom: 14px;
    font-weight: 700;
}

.order-car {
    margin-bottom: 14px;
    gap: 11px;
    border-radius: 30px;
    padding: 0px 16px;
    background: #ececec;
}

.order-car-icon {
    width: 63px;
    height: 51px;
}

.order-car-info {
    font-weight: 700;
    font-size: 14px;
}

.order-car-info span {
    font-weight: 500;
}

.order-time {
    gap: 6px;
    margin-bottom: 14px;
    font-size: 12px;
}

.order-status {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
}


/* БОНУСНАЯ КАРТА */
.bonus-card-title {
    margin-bottom: 42px;
}

.bonus-card__container {
    gap: 40px;
}

.bonus-card__wrapper {
    gap: 12px;
    max-width: 360px;
}

.bonus-card-large {
    position: relative;
    padding: 24px;
    height: 215px;
    border: 4px solid #fff;
    outline: 1px solid #FB6411;
    border-radius: 20px;
    background: linear-gradient(180deg, #a1a1a1 0%, #616161 100%);
    overflow: hidden;
}

.bonus-card-number {
    margin-bottom: 6px;
    line-height: 120%;
    background: linear-gradient(163deg, #fff 0%, #dfdfdf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-card-balance {
    font-size: 32px;
    line-height: 120%;
    background: linear-gradient(163deg, #fff 0%, #dfdfdf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-card-large__img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 242px;
    height: 117px;
}

/* How it works section */
.how-it-works {
    padding: 10px 24px;
    border-radius: 20px;
    background: linear-gradient(225deg, #cecece 0%, #fff 100%);
    gap: 24px;
}

.how-it-works-text {
    gap: 12px;
    line-height: 120%;
}

.how-it-works-img {
    width: 111px;
}

/* Transaction history */
.transaction-history h3 {
    margin-bottom: 42px;
    font-size: 24px;
}

.transaction-info {
    gap: 6px;
}

.transaction-title {
    font-weight: 700;
}

.transaction-amount {
    font-size: 32px;
}

.transaction-history .btn-primary {
    margin-top: 24px;
    max-width: 260px;
}

.transaction-history hr {
    max-width: 260px;
}

/* МОИ ЗАКАЗЫ */

.orders-title {
    margin-bottom: 32px;
}

.orders-tabs {
    margin-bottom: 32px;
}

.tab {
    width: 200px;
    font-weight: 500;
    font-size: 20px;
    border: none;
    background: none;
}

.tab.active {
    padding-bottom: 11px;
    border-bottom: 2px solid #fb6411;
    font-weight: 700;
}

.orders-content {
    padding: 42px 0 32px;
    border-radius: 30px;
    background: linear-gradient(154deg, #fbbd1e 0%, #fc8c18 100%);
}

.orders-text {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.orders-img {
    width: 430px;
    height: 236px;
    margin-bottom: 20px;
}

.orders-content .btn {
    max-width: 240px;
    font-weight: 700;
}

.orders-bg {
    bottom: 0;
    left: 0;
    right: 0;
}

.orders-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 398px;
    width: 860px;
    background: url('./assets/images/line.svg') center / contain no-repeat;
    z-index: 1;
    pointer-events: none;
}

.orders-content>* {
    position: relative;
    z-index: 2;
}

.tab-wrapper {
    display: none;
}

.tab-wrapper.active {
    display: flex;
}

.orders-cards {
    gap: 12px;
}

.orders-card__img {
    width: 300px;
}

.orders-card__body {
    padding: 24px 60px;
}

.orders-card__title {
    margin-bottom: 16px;
    border-radius: 30px;
    padding: 12px;
    background: #ececec;
}

.orders-card__title span {
    font-weight: 700;
}

.orders-card .transaction-info {
    margin-bottom: 24px;
}

.orders-card .btn-primary {
    font-size: 14px;
    max-width: 240px;
}

/* ЛИЧНЫЕ ДАННЫЕ */
.form-grid {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    row-gap: 24px;
    column-gap: 40px;
}

.form-group {
    gap: 12px;
}

.form-group label {
    font-weight: 700;
}

.form-control {
    border-radius: 30px;
    border: none;
    padding: 21px 24px;
    max-width: 360px;
    background: #fff;
    font-weight: 700;
    outline: none;
}

.form-control::placeholder {
    font-weight: 700;
}

.documents {
    margin-top: 60px;
}

.documents h3 {
    margin-bottom: 32px;
}

.document-item {
    gap: 12px;
}

.document-status {
    width: 30px;
    height: 30px;
    background: #fb6411;
    border-radius: 50%;
}

.document-link {
    font-size: 14px;
    text-decoration: underline;
    color: #fb6411;
}

.document-link:hover {
    color: #252525;
}

/* НАСТРОЙКИ */
.settings-content {
    gap: 40px;
}

.settings-section {
    gap: 12px;
}

.settings-item {
    border-radius: 30px;
    padding: 16px 16px 16px 24px;
    width: 360px;
}

/* Toggle Switch */
.toggle-switch {
    position: relative;
    width: 50px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECECEC;
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    transition: .4s;
    border-radius: 50%;
}

input:checked+.toggle-slider {
    background-color: #fb6411;
}

input:checked+.toggle-slider:before {
    transform: translateX(20px);
}

/* Login Section */
.login-section {
    border-radius: 30px;
    padding: 24px;
    gap: 12px;
}

.login-section h3 {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.login-options,
.login-option-content {
    gap: 12px;
}

.delete-profile {
    margin-top: 12px;
}

.delete-profile {
    font-weight: 500;
    color: #fe4100;
    gap: 12px;
    transition: color 0.3s ease;
}

.delete-profile:hover {
    color: #252525;
}


/* ПОМОЩЬ */
.help-cards {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 40px;
}

.help-card {
    padding: 24px;
    gap: 23px;
    background: linear-gradient(90deg, #b1b1b1 0%, #d8d8d8 100%);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.help-card:hover,
.help-card:focus,
.help-card.active {
    background: linear-gradient(90deg, #fb6411 0%, #fbbd1e 100%);
}

.help-card:first-child {
    background: linear-gradient(220deg, #ffca43 0%, #fb6411 100%);
    border: 2px solid #fff;
    outline: 1px solid #FB6411;
}

.help-card__img {
    width: 126px;
    height: 126px;
}

.help-card h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.reviews .tab {
    width: 260px;
}

.reviews-stars {
    gap: 10px;
    margin: 16px 0;
}

.order-published {
    padding: 24px;
}

.order-published .orders-card__title {
    padding: 12px 50px;
}

.order-published__user {
    margin: 12px 0;
    gap: 12px;
}

.order-published__user-photo {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #FB6411;
    padding: 2px;
}

.order-published__user-data {
    font-size: 14px;
}

.order-published__user-data span {
    font-weight: 700;
}

.order-published__photos {
    margin-bottom: 24px;
    gap: 12px;
}

.order-published__photo {
    border-radius: 20px;
    width: 160px;
    height: 108px;
}

.favorites-swiper {
    width: 860px;
}

.favorites .swiper-button-prev {
    display: none !important;
}

/* КАРТОЧКА АВТО */
.auto .breadcrumb-custom {
    margin-top: 24px;
}

.auto-title {
    margin-bottom: 32px;
}

.auto-rating__wrapper {
    margin-bottom: 42px;
    gap: 20px;
}

.auto-rating {
    gap: 12px;
}

.auto-rating__badge,
.auto-rating__like.btn-white {
    gap: 10px;
}

.auto-rating__like.btn-white {
    padding: 11px 24px;
    font-weight: 700;
    width: fit-content;
}

.auto-rating__badge {
    padding: 9px 24px;
    border-radius: 30px;
}

.auto-details {
    margin-top: 92px;
    gap: 60px;
}

.auto-wrapper {
    gap: 40px;
}

.auto-gallery,
.auto-info {
    width: calc((100% - 40px) / 2);
}

.auto-main-image {
    border-radius: 20px;
    margin-bottom: 12px;
}

.auto-thumbnails {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.auto-thumbnail {
    border: 2px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: border 0.3s;
}

.auto-thumbnail:hover,
.auto-thumbnail:focus,
.auto-thumbnail.active {
    border: 2px solid #fb6411;
}

.auto-price {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
}

.auto-actions {
    gap: 12px;
    margin-bottom: 24px;
    max-width: 360px;
}

.auto-actions__btns {
    gap: 12px;
}

.promo-card.swiper-slide {
    padding: 8px 12px;
    border-radius: 20px;
    width: 160px;
    height: 117px;
    background: linear-gradient(180deg, #fbbd1e 0%, #fe4100 100%);
    color: #fff;
}

.promo-card .hero-slide__title {
    font-size: 12px;
}

.promo-card .hero-slide__title span {
    font-size: 16px;
}

.promo-card .hero-slide__subtitle {
    font-size: 40px;
}

.promo-card .hero-slide__text {
    font-size: 10px;
}

.promo-card .hero-slide__bg-2 {
    width: 80px;
    height: 74px;
}

.promo-card .hero-slide__bg-3 {
    width: 120px;
    height: 52px;
}

.promo-card .hero-slide__bg-4 {
    width: 99px;
    height: 83px;
    bottom: 0;
    right: 0;
}

.auto-specs {
    margin-top: 24px;
    grid-template-columns: max-content 1fr;
    row-gap: 9px;
    column-gap: 36px;
}

.auto-specs .spec-item {
    font-size: 14px;
}

.spec-item {
    display: contents;
}

.spec-label {
    color: rgba(37, 37, 37, 0.5);
    white-space: nowrap;
}

.specs-grid {
    max-width: 860px;
    grid-template-columns: repeat(2, 1fr);
}

.spec-group {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 28px;
    row-gap: 12px;
}

/* ЖАЛОБЫ И ПРЕДЛОЖЕНИЯ */
.feedback-form {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
}

.feedback-left {
    gap: 24px;
}

.file-btn {
    padding: 20px;
    gap: 12px;
    border: 1px solid #bbb;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
}

.file-icon {
    width: 21px;
    height: 19px;
}

textarea {
    resize: none;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 30px;
    padding: 24px;
    min-height: 260px;
}

.feedback-right {
    gap: 24px;
}

.feedback-hint {
    max-width: 400px;
}

.feedback-submit.btn-primary {
    padding: 22px 40px;
    width: fit-content;
}

/* ВАКАНСИИ */
.vacancies {
    gap: 12px;
}

.vacancies-card {
    gap: 12px;
    border-radius: 30px;
    padding: 24px;
}

.vacancies-card__title {
    font-weight: 500;
    font-size: 24px;
}

.vacancies .btn.btn-primary {
    max-width: 252px;
}

.vacancy-subtitle {
    margin-bottom: 20px;
    font-size: 20px;
}

.vacancy-form__text {
    margin-bottom: 32px;
    font-size: 14px;
}

.vacancy-form__inputs {
    margin-bottom: 12px;
    gap: 40px;
}

.vacancy-form__inputs input {
    width: 360px;
}

.vacancy-form__inputs input::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.about-section {
    border-radius: 30px;
    padding: 24px;
}

.about-title {
    margin-bottom: 12px;
    font-weight: 700;
}

.about-list {
    margin-bottom: 24px;
    padding-left: 12px;
    list-style: none;
}

.about-list li {
    position: relative;
}

.about-list li::before {
    content: "•";
    margin-right: 8px;
    color: #252525;
}

.vacancy-textarea {
    margin-bottom: 24px;
    border: 1px solid #bbb;
    border-radius: 30px;
    padding: 16px 24px;
    width: 100%;
    min-height: 130px;
}

.vacancy-textarea::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.vacancy-form .btn.btn-primary,
.response-sending .btn.btn-primary {
    max-width: 260px;
    padding: 21px;
}

.response-sending__card {
    margin-bottom: 24px;
    border-radius: 30px;
    padding: 24px;
    gap: 12px;
}

.response-sending__img {
    width: 78px;
    height: 65px;
}

.response-sending__body {
    gap: 12px;
}

.response-sending__btns {
    gap: 40px;
}

/* СОТРУДНИЧЕСТВО */
.cooperation {
    gap: 60px;
}

.cooperation-wrapper {
    width: calc((100% - 60px) / 2);
    gap: 24px;
}

.cooperation h3 {
    font-weight: 500;
    font-size: 24px;
}

.cooperation-card {
    border-radius: 30px;
    padding: 24px;
    gap: 24px;
}

.cooperation-card img {
    width: 98px;
    height: 46px;
}

.cooperation-card .btn-primary,
.partners-card .btn-primary {
    padding: 22px;
    max-width: 280px;
}

.cooperation-title {
    margin-bottom: 32px;
    gap: 20px;
}

.partners {
    gap: 24px;
}

.partners-card {
    border-radius: 30px;
    padding: 24px 50px;
    gap: 24px;
}

.partners-card:nth-child(2) {
    padding: 24px 32px;
}

.partners-card__inputs {
    gap: 40px;
}

.partners-card__inputs .form-group {
    gap: 12px;
}

.partners-card__inputs input {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 360px;
}

.partners-card__inputs input::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.partners-card__inputs span,
.partners-card__inputs a {
    font-size: 14px;
}

.providers-title {
    margin-bottom: 24px;
}

.providers-text {
    margin-bottom: 20px;
    font-size: 20px;
}

.providers-left {
    gap: 12px;
}

.providers-form input::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.providers-right {
    border-radius: 30px;
    padding: 24px;
}

.providers-hint {
    font-size: 20px;
}

.providers-right textarea {
    min-height: 175px;
}

.login-header .header-top {
    gap: 22px;
}

.login-header .header-btns {
    gap: 12px;
}

.login-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fbbd1e 0%, #fb6411 61.91%);
}

.car-left,
.car-right {
    position: absolute;
    bottom: 15%;
    width: 35%;
    max-width: 700px;
}

.car-left {
    left: 10%;
}

.car-right {
    right: 10%;
}

.login {
    margin-top: 120px;
}

.login-card {
    border-radius: 40px;
    padding: 42px 60px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-height: 688px;
}

.login-logo {
    width: 64px;
    height: auto;
    margin-bottom: 20px;
}

.login-title {
    margin-bottom: 52px;
    font-weight: 700;
}

.login-inputs {
    gap: 52px;
}

.login-inputs .form-control {
    border: 1px solid rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.login-inputs .form-control::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.login-btns {
    margin-top: 64px;
    gap: 20px;
}

.login-btns .btn {
    padding: 21px;
}

.btn-register {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.btn-register:hover {
    border: 1px solid #fb6411;
}

/* РЕГИСТРАЦИЯ */
.registration-section {
    padding-top: 62px;
}

.registration-form {
    max-width: 960px;
    margin: 0 auto;
}

.registration-form__inputs {
    margin-bottom: 32px;
    gap: 40px;
}

.registration-form__inputs .form-group {
    width: calc((100% - 40px) / 2);
}

.registration-form__inputs .form-control {
    max-width: 100%;
}

.registration-form__inputs .form-control::placeholder {
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
}

.upload-section {
    margin-bottom: 16px;
    padding: 42px 100px;
    border-radius: 40px;
    gap: 40px;
}

.upload-block {
    width: calc((100% - 40px) / 2);
}

.upload-title {
    margin-bottom: 12px;
}

.upload-description {
    margin-bottom: 24px;
}

.upload-items {
    gap: 12px;
}

.upload-item {
    gap: 40px;
}

.upload-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #bbb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-circle:hover {
    background: #ececec;
}

.upload-circle.has-image {
    background-size: cover;
    background-position: center;
}

.upload-badge {
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 2;
    width: 23px;
    height: 23px;
    background: #FB6411;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.upload-circle.has-image .upload-badge {
    display: none;
}

.upload-input {
    display: none;
}

.agreement-text {
    margin-bottom: 32px;
    font-size: 14px;
}

.btn-submit-registration.btn-primary {
    margin: 0 auto;
    padding: 22px;
    max-width: 360px;
}

/* ПАРОЛЬ */
.password-title.h3 {
    margin: auto;
    margin-bottom: 32px;
    max-width: 420px;
}

.password-text {
    margin-bottom: 42px;
}

/* ЛК МЕНЕДЖЕР */
.manager .sidebar-title {
    margin: 24px 12px 18px 12px;
}

.manager .sidebar {
    padding-bottom: 24px;
}

.manager .menu-item:hover,
.manager .menu-item:focus,
.manager .menu-item.active {
    font-weight: 700;
}

.manager-header {
    margin-bottom: 32px;
}

.manager-menu.btn.btn-icon {
    background: #B1B1B1;
}

.verification-status {
    margin-bottom: 32px;
}

.verification-label {
    font-size: 24px;
}

.btn-blue {
    background: #006086;
    padding: 10px 52px;
    width: fit-content;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background: #176d87;
}

.manager-form {
    gap: 16px;
}

.form-label-client {
    padding-left: 24px;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.form-control-client {
    border-radius: 30px;
    padding: 11px 24px;
    width: 100%;
    background: #fff;
    outline: none;
    border: none;
}

.form-control-client::placeholder,
.form-control-client:disabled,
.form-control-client[readonly] {
    color: rgba(0, 0, 0, 0.5);
}

textarea.form-control-client {
    min-height: 108px;
    resize: vertical;
}

.toggle-group {
    display: flex;
    gap: 60px;
}

.toggle-btn {
    padding: 10px 24px;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.toggle-btn:hover,
.toggle-btn.active {
    border: 1px solid #fb6411;
}

/* Search and Sort */
.search-sort-section {
    margin-bottom: 24px;
    gap: 12px;
}

.search-input {
    outline: none;
    border-radius: 30px;
    padding: 14px 24px;
    background: #fff;
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.sort-box {
    gap: 12px;
}

.sort-btn.btn-icon {
    background: #fff;
}

.sort-select {
    flex: 1;
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 14px 24px;
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23252525' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
    color: rgba(0, 0, 0, 0.5);
}

/* Client List */
.client-list {
    gap: 12px;
}

.client-item {
    padding: 4px 4px 4px 24px;
    border-radius: 30px;
    gap: 25px;
}

.client-id {
    font-weight: 700;
    min-width: 70px;
}

.client-name {
    flex: 1;
}

.client-phone {
    min-width: 150px;
}

.client-status {
    min-width: 200px;
}

.status-dropdown {
    border: 1px solid #fb6411;
    outline: none;
    border-radius: 20px;
    padding: 10px 24px;
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23252525' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: all 0.3s ease;
}

.status-dropdown.status-reject {
    border-color: #ec2c2b;
    background: #ec2c2b;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.btn-edit {
    max-width: 200px;
}

.feedback {
    min-width: 0;
}

.contract-slide textarea {
    min-height: 450px;
    padding: 24px;
}

.form-btn {
    max-width: 260px;
}

.contract-form {
    gap: 24px;
}


.rental-form__section {
    margin-bottom: 42px;
}

.rental-title {
    margin-bottom: 20px;
    font-size: 24px;
}

.rental-form .form-group-client {
    margin-bottom: 12px;
}

.info-row {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 30px;
    background: #fff;
}

.info-item {
    padding: 14px 24px;
    gap: 12px;
}

.info-label {
    color: rgba(29, 29, 29, 0.5);
}

.rental-dates {
    margin: 62px 0;
    gap: 60px;
}

/* Calendar */
.calendar {
    max-width: 300px;
}

.calendar-wrapper {
    margin-bottom: 16px;
    padding: 30px 35px;
    border-radius: 20px;
}

.calendar-title {
    font-weight: 700;
}

.calendar-grid {
    grid-template-columns: repeat(7, 1fr);
}

.calendar-day-header {
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-day {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
}

.calendar-day.empty {
    font-weight: 500;
    color: #aaa;
}

.calendar-day.selected {
    background: #fb6411;
    color: #fff;
}

.calendar-day.booked {
    color: #1eb007;
}

.calendar-day.last {
    color: #fbbd1e;
}

.calendar-day.rent {
    color: #fb6411;
}

.calendar-day.stop {
    color: #d63700;
}

.calendar-legend {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.legend-item {
    gap: 12px;
    font-size: 14px;
}

.legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-dot.booked {
    background: #1eb007;
}

.legend-dot.stop {
    background: #d63700;
}

.legend-dot.last {
    background: #fb0;
}

.legend-dot.rent {
    background: #fb6411;
}

/* Payment Section */
.payment-section {
    margin-top: 42px;
}

.payment-section .rental-title {
    margin-bottom: 12px;
}

.payment-section__wrapper {
    gap: 40px;
}

.btn-next {
    max-width: 260px;
}

/* Rental Sections */
.rental-data {
    gap: 42px;
}

.rental-section__title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #1d1d1d;
}

.form-row-calendar {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 16px;
}

.form-row-calendar>.form-group-client:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.client-date {
    min-width: 100px;
}

.client-time {
    min-width: 80px;
}

.status-dropdown.open-dialog__btn {
    background-image: none;
}

.btn-create.btn-primary {
    padding: 20px;
    max-width: 260px;
    border-radius: 50px;
}

.btn-new.btn-primary {
    max-width: 160px;
}

.verification-client__status {
    margin-top: 16px;
}

.verification-client__status .verification-label {
    font-size: 16px;
}

.btn-confirm.btn-primary {
    padding: 20px;
    max-width: 360px;
    border-radius: 50px;
}

.calendar-container {
    margin: 42px 0;
    gap: 40px;
}

/* Schedule */
.schedule-day {
    margin-bottom: 24px;
}

.schedule-day-title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
}

.schedule-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 0;
    border-bottom: 1px solid #252525;
    font-weight: 500;
    font-size: 14px;
}

.schedule-time {
    min-width: 160px;
    font-weight: 600;
    font-size: 16px;
}

.btn-show-all {
    max-width: 260px;
}


@media (max-width: 1199px) {
    .header-top {
        flex-direction: column;
        width: 100%;
    }

    .header-wrapper {
        width: 100%;
    }

    .header.is-sticky .header-top {
        flex-direction: row;
    }
}


@media (max-width: 991px) {

    /* HEADER */
    .header.is-sticky .header-action__text {
        display: none;
    }

    /* FOOTER */
    .footer-top {
        margin-bottom: 44px;
    }

    .footer-bottom {
        gap: 12px;
    }

    /* MAIN PAGE */
    .brands-cards {
        gap: 20px;
    }

    .brands-card {
        border-radius: 20px;
    }

    .options-cards {
        gap: 20px;
    }

    .options-card {
        width: calc((100% - 20px) / 2);
    }

    .options-socials {
        gap: 10px;
    }

    .options-socials .social {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {

    /* HEADER */
    .header .container {
        padding: 0;
    }

    .header-container {
        padding: 16px;
        gap: 0;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    }

    .header-top {
        gap: 0;
    }

    .header-wrapper {
        display: none;
    }

    .header-catalog.btn-primary {
        padding: 12px;
        margin: 0;
    }

    .header .custom-select {
        margin: 16px 0;
        border-radius: 30px;
        padding: 12px 24px;
        background: #ececec;
    }

    .header-btns__mobile {
        gap: 10px;
    }

    .header-actions {
        justify-content: space-between;
        width: 100%;
    }

    .header-phone.btn.btn-icon {
        background: #fb6411;
        margin-right: 6px;
    }

    .header-chat.btn.btn-primary {
        padding: 9px 16px;
        width: max-content;
    }

    .header.is-sticky .header-container {
        padding: 16px;
    }

    .header.is-sticky .header-top {
        flex-direction: column;
    }

    .header.is-sticky .header-wrapper,
    .header.is-sticky .navbar,
    .header.is-sticky .header-up {
        display: none;
    }

    .header.is-sticky .header-actions {
        gap: 30px;
    }

    .header.is-sticky .header-action:nth-child(2) {
        order: 0;
    }

    .catalog-wrapper {
        gap: 40px;
    }

    /* КАРТОЧКИ ТОВАРОВ */
    /* .car-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        height: min-content;
    } */

    .car-details {
        margin: 17px 0;
    }

    /* .tab-buttons {
        background-color: white;
        border-radius: 30px;
        width: max-content;
        margin: 42px auto;
    }

    .tab-buttons .btn {
        padding: 14px 24px;
        display: flex;
        gap: 10px;
        white-space: nowrap;
    } */



    /* FOOTER */
    footer {
        margin-top: 42px;
        padding: 42px 0 22px 0;
    }

    .footer-apps img {
        border-radius: 7px;
        width: 139px;
        height: 40px;
    }

    .footer-nav a {
        font-weight: 500;
    }

    .footer-phones {
        gap: 14px;
    }

    .footer-phones a {
        gap: 6px;
        font-weight: 600;
        font-size: 13px;
    }

    .footer-phones img {
        width: 15px;
        height: 15px;
    }

    .footer-socials {
        margin: 32px 0;
    }

    .footer-apps {
        margin-bottom: 32px;
    }

    .footer-bottom {
        margin-top: 52px;
    }

    .footer-data {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .footer-list__rent {
        margin-top: 32px;
        margin-bottom: 12px;
    }

    /* MAIN PAGE */
    .section {
        margin-bottom: 42px;
    }

    .hero-swiper {
        margin-top: 24px;
    }

    .hero-slide.swiper-slide {
        padding: 16px 24px;
        height: 200px;
        width: 238px;
    }

    .hero-slide__title {
        font-size: 20px;
    }

    .hero-slide__title span {
        font-size: 24px;
    }

    .hero-slide__subtitle {
        font-size: 64px;
    }

    .hero-slide__text {
        font-size: 16px;
    }

    .hero-slide__bg {
        height: 83px;
    }

    .hero-slide__bg-2 {
        width: 135px;
        height: 134px;
    }

    .hero-slide__bg-3 {
        width: 201px;
        height: 92px;
    }

    .section.hero {
        margin-bottom: 24px;
    }

    .recommendation-swiper .car-card {
        max-width: 238px;
    }

    .brands-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .brands-card {
        padding: 18px;
        border-radius: 20px;
    }

    .options-cards {
        gap: 10px;
    }

    .options-card {
        width: 100%;
        padding: 24px;
        height: auto;
        background: linear-gradient(315deg, #d9d9d9 0%, #acacac 100%);
    }

    .options-card__title {
        max-width: 150px;
        font-size: 14px;
    }

    .options-card:nth-child(2) .options-card__title {
        max-width: 100%;
    }

    .options-card__bg {
        width: 78px;
        height: 65px;
        right: 14px;
        top: 0;
        bottom: 0;
    }

    .options-card__bg-2 {
        width: 92px;
        height: 78px;
        right: 14px;
        top: 0;
        bottom: 0;
    }

    .options-socials {
        margin-top: 16px;
    }

    /* МЕНЮ */
    .footer__mobile--menu {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 16px;
        width: 100%;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .footer__mobile--menu--button {
        gap: 6px;
        font-weight: 500;
        font-size: 12px;
        color: #252525;
    }

    .footer__mobile--menu--button img {
        height: 22px;
    }


    /* Стили для мобильного приложения */

    /* Header */
    .header-mobile {
        padding: 20px 16px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    }

    /* Chat */
    .chat-container {
        padding: 16px;
        gap: 12px;
        height: calc(100vh - 140px);
        overflow-y: auto;
    }

    .message {
        gap: 10px;
        max-width: 250px;
    }

    .message.outgoing {
        align-self: flex-end;
        max-width: 240px;
    }

    .message-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: radial-gradient(50% 50% at 50% 50%, rgb(251, 189, 30) 61.547476053237915%, rgb(251, 189, 30) 100%);
    }

    .message-content {
        gap: 3px;
    }

    .message-bubble {
        padding: 8px 12px;
        border-radius: 7px;
        font-size: 12px;
    }

    .message-time {
        font-size: 12px;
        color: rgba(37, 37, 37, 0.3);
    }

    /* Input Area */
    .chat-input-area {
        padding: 16px;
        gap: 8px;
        border-radius: 30px 30px 0 0;
    }

    .chat-input {
        margin-left: 8px;
        padding: 13px 24px;
        outline: none;
        border-radius: 30px;
        background: #ececec;
        font-size: 12px;
    }

    .send-btn {
        width: 42px;
        height: 42px;
    }

    /* Tabs */
    .tabs-container {
        padding-bottom: 32px;
        margin-right: -16px;
        gap: 10px;
        overflow-x: auto;
    }

    .tabs-container::-webkit-scrollbar {
        height: 0;
    }

    .tab-btn.btn-white {
        padding: 12px 24px;
        font-weight: 700;
        font-size: 14px;
        white-space: nowrap;
    }

    /* Notifications List */
    .notifications-list {
        gap: 10px;
    }

    .notification-card {
        border-radius: 20px;
        padding: 16px 24px;
        gap: 6px;
    }

    .notification-title {
        font-weight: 700;
        font-size: 16px;
    }

    .main-mobile {
        min-height: 100vh;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    /* Image Slider */
    .auto-swiper.swiper {
        margin-top: 12px;
        position: relative;
    }

    .auto-swiper__img.swiper-slide {
        height: 225px;
    }

    .auto-swiper__img.swiper-slide img {
        border-radius: 20px;
    }

    .auto-pagination {
        bottom: 16px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: auto !important;
        display: flex;
        gap: 10px;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: transparent !important;
        border: 1px solid #fff;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .swiper-pagination-bullet-active {
        background: #fff !important;
    }

    /* Tags */
    .car-tags {
        margin: 6px 0;
        gap: 12px;
        border-radius: 20px;
        padding: 6px 12px;
    }

    .tag {
        border-radius: 20px;
        padding: 6px 10px;
        background: #ececec;
    }

    /* Info Card */
    .car-info {
        border-radius: 20px;
        padding: 24px 16px;
    }

    .car-price {
        margin-bottom: 16px;
        font-weight: 700;
        font-size: 20px;
    }

    .car-title {
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 16px;
    }

    .car-subtitle {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .car-rating {
        gap: 11px;
        margin-bottom: 16px;
        font-size: 14px;
    }

    .rating-score {
        gap: 6px;
        border-radius: 20px;
        padding: 6px 10px;
        background: #ececec;
    }

    .rating-star {
        color: #FB6411;
    }

    /* Buttons */
    .btn-primary-custom.btn-primary {
        margin-bottom: 12px;
        padding: 12px 5px;
    }

    .btn-actions {
        gap: 9px;
    }

    /* Настройки */
    .settings-content {
        gap: 24px;
    }

    .settings-section {
        gap: 10px;
    }

    .settings-item {
        border-radius: 20px;
        padding: 6px 6px 6px 24px;
        width: 100%;
    }

    /* Login Section */
    .login-section {
        border-radius: 0;
        padding: 24px 16px;
    }

    .login-section h3 {
        font-size: 14px;
    }

    .login-option-content img,
    .delete-profile img {
        width: 21px;
        height: 21px;
    }

    .delete-profile {
        margin-top: 24px;
    }


    /* Аренда */
    .rent-container {
        margin-top: 24px;
        gap: 24px;
    }

    .rent-wrapper {
        gap: 12px;
    }

    .rent-wrapper__title {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 16px;
        color: #252525;
    }

    .rent-card {
        border-radius: 20px;
        padding: 24px 16px;
        gap: 6px;
    }

    .rent-card__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .rent-wrapper:first-child .rent-card__label {
        min-width: 180px;
    }

    .rent-card:nth-child(2) {
        gap: 12px;
    }

    .promo-card {
        border-radius: 20px;
        padding: 24px 16px;
        gap: 6px;
        font-size: 16px;
    }

    .description {
        border-radius: 20px;
        padding: 24px 16px;
        font-size: 16px;
    }

    .action-buttons {
        gap: 12px;
    }

    /* Каталог */

    .katalog-filter {
        padding-bottom: 24px;
        gap: 12px;
    }

    .katalog-filter .custom-select {
        border-radius: 30px;
        padding: 12px 24px;
    }

    .katalog-filter .custom-select__value {
        font-weight: 700;
        color: #fb6411;
    }

    .katalog-filter .custom-select__arrow {
        border-right: 1px solid #fb6411;
        border-bottom: 1px solid #fb6411;
    }

    .katalog-filter__btns {
        gap: 20px;
    }

    .katalog-filter__search {
        border-radius: 30px;
        padding: 10px 24px;
        gap: 10px;
    }

    .katalog-filter__search input {
        outline: none;
    }

    .katalog-sections {
        gap: 12px;
    }

    .login-option__items {
        gap: 6px;
    }

    .katalog-sections .login-section:nth-child(2) h3 {
        font-weight: 700;
        color: #252525;
    }

    /* Filter buttons */
    .filter-buttons {
        margin-right: -16px;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .filter-buttons::-webkit-scrollbar {
        display: none;
    }

    .filter-btn.btn-white {
        height: 42px;
        padding: 10px 24px;
        font-size: 14px;
        white-space: nowrap;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .filter-btn.active svg {
        fill: white;
    }


    /* Car cards grid */
    .katalog-car {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .katalog-car__card {
        border-radius: 10px;
    }

    .katalog-car .auto-swiper__img.swiper-slide {
        height: 116px;
    }

    .katalog-car .auto-swiper__img.swiper-slide img {
        border-radius: 10px;
    }

    .like-btn {
        top: 12px;
        right: 12px;
    }

    .like-btn.active svg {
        fill: #FB6411;
    }

    .katalog-car .auto-pagination {
        bottom: 7px !important;
        gap: 0;
    }

    .katalog-car .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

    .katalog-car__info {
        padding: 12px;
        gap: 6px;
    }

    .katalog-car__price {
        font-weight: 700;
    }

    .katalog-car__feature {
        font-weight: 700;
    }

    .katalog-car__status {
        font-weight: 700;
        color: #fb6411;
    }

    .btn-rent {
        padding: 8px;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        background: #fb6411;
    }

    .katalog-car__card:has(.katalog-car__status.occupied) .btn-rent {
        background: #ececec;
        color: #252525;
    }

    .filter-tabs {
        border-radius: 30px;
        padding: 4px;
    }

    .filter-tab {
        border-radius: 30px;
        padding: 12px;
        background: #f3f3f3;
        font-weight: 500;
        font-size: 14px;
    }

    .filter-tab.active {
        background: #fb6411;
        color: #ffffff;
    }

    /* Sort modal */
    .sort-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        align-items: flex-end;
        z-index: 1;
        width: 100%;
        margin: 0 auto;
    }

    .sort-modal.active {
        display: flex;
    }

    .sort-content {
        border-radius: 20px 20px 0 0;
        padding: 32px 16px;
        width: 100%;
        animation: slideUp 0.3s ease;
        height: 365px;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .sort-header {
        margin-bottom: 20px;
    }

    .sort-options {
        gap: 12px;
    }

    .sort-option {
        gap: 12px;
    }

    .sort-option input[type="radio"],
    .sort-option input[type="checkbox"] {
        display: none;
    }

    .radio-custom,
    .checkbox-custom {
        width: 14px;
        height: 14px;
        border: 1px solid #252525;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }

    .radio-custom::after,
    .checkbox-custom::after {
        content: '';
        position: absolute;
        inset: 1px;
        background: #ececec;
        border-radius: 50%;
        transition: background-color 0.2s ease;
    }

    .sort-option input[type="radio"]:checked+.radio-custom::after,
    .sort-option input[type="checkbox"]:checked+.checkbox-custom::after {
        background: #FB6411;
    }

    /* Search modal */
    .search-modal {
        position: fixed;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1000;
    }

    .search-modal.active {
        opacity: 1;
        visibility: visible;
    }

    .search-modal__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0 0 30px 30px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
        background: #fff;
        padding: 16px 16px 24px 16px;
        max-height: 262px;
        overflow-y: auto;
    }

    .search-modal__input {
        border-radius: 30px;
        padding: 10px 24px;
        gap: 10px;
        background: #f3f3f3;
    }

    .search-modal__input input {
        outline: none;
    }

    .search-modal__results {
        padding-top: 22px;
        padding-bottom: 32px;
        gap: 12px;
    }

    .search-result-item {
        gap: 10px;
        cursor: pointer;
    }

    /* Фильтры */
    .header-mobile:has(.reset-btn) {
        padding: 9px 16px;
    }

    .header-mobile__left {
        gap: 30px;
    }

    .reset-btn {
        padding: 12px 24px;
        max-width: 119px;
        background: #ececec;
        font-weight: 500;
        font-size: 14px;
    }

    .filter-body {
        margin-top: 24px;
        gap: 24px;
        padding-bottom: 165px;
    }

    .filter-section {
        padding: 0;
        border-bottom: 0;
    }

    .filter-section:last-child {
        border-bottom: 0;
    }

    .filter-section:first-child {
        padding-top: 0;
    }

    .filter-driver__toggles {
        gap: 10px;
    }

    .filter-driver__toggle.btn-white {
        padding: 13px;
        font-weight: 700;
        font-size: 14px;
    }

    .filter-section-title {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 16px;
    }

    .radio-group-inline {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .select-dropdown {
        border-radius: 20px;
        padding: 14px 24px;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 24px center;
    }

    .input-range {
        gap: 10px;
    }

    .input-range input {
        width: calc((100% - 10px) / 2);
        border-radius: 20px;
        padding: 13px 24px;
        background: #fff;
        border: none;
        outline: none;
    }

    .show-cars-btn {
        position: fixed;
        bottom: 100px;
        left: 16px;
        right: 16px;
        width: calc(100% - 32px);
        font-weight: 500;
    }

    /* Отзывы */
    .orders-tabs {
        margin-bottom: 24px;
        gap: 10px;
    }

    .tab {
        width: 139px;
        font-size: 14px;
    }

    .orders-card {
        padding: 16px 24px 16px 16px;
        gap: 12px;
    }

    .orders-card__img {
        width: 61px;
        height: 50px;
    }

    .orders-card__body {
        gap: 6px;
    }

    .orders-card__text {
        font-size: 12px;
    }

    .reviews-stars {
        gap: 7px;
    }

    .order-published {
        padding: 16px;
    }

    .order-published__photo {
        border-radius: 10px;
        width: 90px;
        height: 89px;
    }

    .feedback-modal {
        position: fixed;
        inset: 0;
        display: flex;
    }

    .feedback-modal.hidden {
        display: none;
    }

    .feedback-modal__content {
        padding: 16px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .feedback-modal__close {
        margin-bottom: 20px;
    }

    .feedback-modal__form {
        margin-top: 24px;
        gap: 24px;
    }

    .feedback-modal__form input,
    .feedback-modal__form .file-btn {
        border: 1px solid #bbb;
        border-radius: 20px;
        padding: 16px;
        max-width: 100%;
    }

    .feedback-modal__form span {
        font-size: 12px;
    }

    .feedback-modal__form input::placeholder {
        font-weight: 500;
    }

    /* Заказы */
    .orders-content {
        padding: 24px 24px 16px 24px;
        margin-bottom: 42px;
    }

    .orders-text {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .orders-img {
        margin-bottom: 18px;
        width: 246px;
        height: 135px;
    }

    .orders-content .btn {
        padding: 12px;
    }

    .orders-content::before {
        height: 241px;
        width: 288px;
        background: url(./assets/images/line-mobile.svg) center / contain no-repeat;
    }

    .orders-card__header {
        gap: 12px;
    }

    .orders-card__header h3 {
        font-size: 16px;
    }

    .orders-card__header .transaction-date {
        font-size: 12px;
    }

    /* ПОМОЩЬ */
    .help-cards {
        gap: 10px;
    }

    .help-card {
        padding: 0 24px;
        gap: 12px;
    }

    .help-card:first-child {
        border-radius: 20px;
        padding: 13px 24px;
        margin-bottom: 6px;
    }

    .help-card__img {
        width: 58px;
        height: 55px;
    }

    .help-card:first-child h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .help-card h3 {
        font-size: 14px;
    }

    /* ЛИЧНЫЕ ДАННЫЕ */
    .form-grid {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-control {
        max-width: 100%;
        border-radius: 20px;
        padding: 13px 24px;
    }

    h3.login-section__title {
        font-weight: 700;
    }

}