@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

ol[class], ul[class] {
    padding: 0
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
    margin: 0
}

body {
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class], ul[class] {
    list-style: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button, input, select, textarea {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

a {
    text-decoration: none
}

a, button {
    cursor: pointer
}

* {
    outline: none
}

i {
    font-style: italic
}

body {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    font-feature-settings: "ss07" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on, "salt" on;
    font-variant-numeric: lining-nums proportional-nums
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.fw-400-mob {
    font-weight: 400
}

.fw-500-mob {
    font-weight: 500
}

.fw-600-mob {
    font-weight: 600
}

.fw-700-mob {
    font-weight: 700
}

.fw-900-mob {
    font-weight: 900
}

.w-full {
    width: 100%
}

.mt-0, .mt--0 {
    margin-top: 0
}

.pt-0 {
    padding-top: 0
}

.mr-0, .mr--0 {
    margin-right: 0
}

.pr-0 {
    padding-right: 0
}

.mb-0, .mb--0 {
    margin-bottom: 0
}

.pb-0 {
    padding-bottom: 0
}

.ml-0, .ml--0 {
    margin-left: 0
}

.pl-0 {
    padding-left: 0
}

.m-0, .m--0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.mt-6 {
    margin-top: 6px
}

.mt--6 {
    margin-top: -6px
}

.pt-6 {
    padding-top: 6px
}

.mr-6 {
    margin-right: 6px
}

.mr--6 {
    margin-right: -6px
}

.pr-6 {
    padding-right: 6px
}

.mb-6 {
    margin-bottom: 6px
}

.mb--6 {
    margin-bottom: -6px
}

.pb-6 {
    padding-bottom: 6px
}

.ml-6 {
    margin-left: 6px
}

.ml--6 {
    margin-left: -6px
}

.pl-6 {
    padding-left: 6px
}

.m-6 {
    margin: 6px
}

.m--6 {
    margin: -6px
}

.p-6 {
    padding: 6px
}

.mt-16 {
    margin-top: 16px
}

.mt--16 {
    margin-top: -16px
}

.pt-16 {
    padding-top: 16px
}

.mr-16 {
    margin-right: 16px
}

.mr--16 {
    margin-right: -16px
}

.pr-16 {
    padding-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.mb--16 {
    margin-bottom: -16px
}

.pb-16 {
    padding-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.ml--16 {
    margin-left: -16px
}

.pl-16 {
    padding-left: 16px
}

.m-16 {
    margin: 16px
}

.m--16 {
    margin: -16px
}

.p-16 {
    padding: 16px
}

.mt-20 {
    margin-top: 20px
}

.mt--20 {
    margin-top: -20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.mr--20 {
    margin-right: -20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mb--20 {
    margin-bottom: -20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.ml--20 {
    margin-left: -20px
}

.pl-20 {
    padding-left: 20px
}

.m-20 {
    margin: 20px
}

.m--20 {
    margin: -20px
}

.p-20 {
    padding: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt--30 {
    margin-top: -30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.mr--30 {
    margin-right: -30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb--30 {
    margin-bottom: -30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.ml--30 {
    margin-left: -30px
}

.pl-30 {
    padding-left: 30px
}

.m-30 {
    margin: 30px
}

.m--30 {
    margin: -30px
}

.p-30 {
    padding: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt--40 {
    margin-top: -40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mr--40 {
    margin-right: -40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mb--40 {
    margin-bottom: -40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.ml--40 {
    margin-left: -40px
}

.pl-40 {
    padding-left: 40px
}

.m-40 {
    margin: 40px
}

.m--40 {
    margin: -40px
}

.p-40 {
    padding: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt--50 {
    margin-top: -50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.mr--50 {
    margin-right: -50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mb--50 {
    margin-bottom: -50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.ml--50 {
    margin-left: -50px
}

.pl-50 {
    padding-left: 50px
}

.m-50 {
    margin: 50px
}

.m--50 {
    margin: -50px
}

.p-50 {
    padding: 50px
}

.mt-64 {
    margin-top: 64px
}

.mt--64 {
    margin-top: -64px
}

.pt-64 {
    padding-top: 64px
}

.mr-64 {
    margin-right: 64px
}

.mr--64 {
    margin-right: -64px
}

.pr-64 {
    padding-right: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.mb--64 {
    margin-bottom: -64px
}

.pb-64 {
    padding-bottom: 64px
}

.ml-64 {
    margin-left: 64px
}

.ml--64 {
    margin-left: -64px
}

.pl-64 {
    padding-left: 64px
}

.m-64 {
    margin: 64px
}

.m--64 {
    margin: -64px
}

.p-64 {
    padding: 64px
}

.mt-90 {
    margin-top: 90px
}

.mt--90 {
    margin-top: -90px
}

.pt-90 {
    padding-top: 90px
}

.mr-90 {
    margin-right: 90px
}

.mr--90 {
    margin-right: -90px
}

.pr-90 {
    padding-right: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.mb--90 {
    margin-bottom: -90px
}

.pb-90 {
    padding-bottom: 90px
}

.ml-90 {
    margin-left: 90px
}

.ml--90 {
    margin-left: -90px
}

.pl-90 {
    padding-left: 90px
}

.m-90 {
    margin: 90px
}

.m--90 {
    margin: -90px
}

.p-90 {
    padding: 90px
}

.radius-0 {
    border-radius: 0
}

.radius-16 {
    border-radius: 16px
}

.radius-24 {
    border-radius: 24px
}

.gap-0 {
    gap: 0
}

.row-gap-0 {
    row-gap: 0
}

.column-gap-0 {
    column-gap: 0
}

.gap-16 {
    gap: 16px
}

.row-gap-16 {
    row-gap: 16px
}

.column-gap-16 {
    column-gap: 16px
}

.gap-30 {
    gap: 30px
}

.row-gap-30 {
    row-gap: 30px
}

.column-gap-30 {
    column-gap: 30px
}

.gap-60 {
    gap: 60px
}

.row-gap-60 {
    row-gap: 60px
}

.column-gap-60 {
    column-gap: 60px
}

@media (max-width: 1180px) {
    .gap-0-tablet {
        gap: 0
    }

    .row-gap-0-tablet {
        row-gap: 0
    }

    .column-gap-0-tablet {
        column-gap: 0
    }

    .gap-16-tablet {
        gap: 16px
    }

    .row-gap-16-tablet {
        row-gap: 16px
    }

    .column-gap-16-tablet {
        column-gap: 16px
    }

    .gap-30-tablet {
        gap: 30px
    }

    .row-gap-30-tablet {
        row-gap: 30px
    }

    .column-gap-30-tablet {
        column-gap: 30px
    }

    .gap-60-tablet {
        gap: 60px
    }

    .row-gap-60-tablet {
        row-gap: 60px
    }

    .column-gap-60-tablet {
        column-gap: 60px
    }

    .radius-0-tablet {
        border-radius: 0
    }

    .radius-16-tablet {
        border-radius: 16px
    }

    .radius-24-tablet {
        border-radius: 24px
    }
}

@media (max-width: 992px) {
    .gap-0-mob {
        gap: 0
    }

    .row-gap-0-mob {
        row-gap: 0
    }

    .column-gap-0-mob {
        column-gap: 0
    }

    .gap-16-mob {
        gap: 16px
    }

    .row-gap-16-mob {
        row-gap: 16px
    }

    .column-gap-16-mob {
        column-gap: 16px
    }

    .gap-30-mob {
        gap: 30px
    }

    .row-gap-30-mob {
        row-gap: 30px
    }

    .column-gap-30-mob {
        column-gap: 30px
    }

    .gap-60-mob {
        gap: 60px
    }

    .row-gap-60-mob {
        row-gap: 60px
    }

    .column-gap-60-mob {
        column-gap: 60px
    }

    .radius-0-mob {
        border-radius: 0
    }

    .radius-16-mob {
        border-radius: 16px
    }

    .radius-24-mob {
        border-radius: 24px
    }
}

@media (max-width: 1180px) {
    .mt-0-tablet, .mt--0-tablet {
        margin-top: 0 !important
    }

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

    .mr-0-tablet, .mr--0-tablet {
        margin-right: 0 !important
    }

    .pr-0-tablet {
        padding-right: 0 !important
    }

    .mb-0-tablet, .mb--0-tablet {
        margin-bottom: 0 !important
    }

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

    .ml-0-tablet, .ml--0-tablet {
        margin-left: 0 !important
    }

    .pl-0-tablet {
        padding-left: 0 !important
    }

    .m-0-tablet {
        margin: 0
    }

    .p-0-tablet {
        padding: 0
    }

    .mt-6-tablet {
        margin-top: 6px !important
    }

    .mt--6-tablet {
        margin-top: -6px !important
    }

    .pt-6-tablet {
        padding-top: 6px !important
    }

    .mr-6-tablet {
        margin-right: 6px !important
    }

    .mr--6-tablet {
        margin-right: -6px !important
    }

    .pr-6-tablet {
        padding-right: 6px !important
    }

    .mb-6-tablet {
        margin-bottom: 6px !important
    }

    .mb--6-tablet {
        margin-bottom: -6px !important
    }

    .pb-6-tablet {
        padding-bottom: 6px !important
    }

    .ml-6-tablet {
        margin-left: 6px !important
    }

    .ml--6-tablet {
        margin-left: -6px !important
    }

    .pl-6-tablet {
        padding-left: 6px !important
    }

    .m-6-tablet {
        margin: 6px
    }

    .p-6-tablet {
        padding: 6px
    }

    .mt-16-tablet {
        margin-top: 16px !important
    }

    .mt--16-tablet {
        margin-top: -16px !important
    }

    .pt-16-tablet {
        padding-top: 16px !important
    }

    .mr-16-tablet {
        margin-right: 16px !important
    }

    .mr--16-tablet {
        margin-right: -16px !important
    }

    .pr-16-tablet {
        padding-right: 16px !important
    }

    .mb-16-tablet {
        margin-bottom: 16px !important
    }

    .mb--16-tablet {
        margin-bottom: -16px !important
    }

    .pb-16-tablet {
        padding-bottom: 16px !important
    }

    .ml-16-tablet {
        margin-left: 16px !important
    }

    .ml--16-tablet {
        margin-left: -16px !important
    }

    .pl-16-tablet {
        padding-left: 16px !important
    }

    .m-16-tablet {
        margin: 16px
    }

    .p-16-tablet {
        padding: 16px
    }

    .mt-20-tablet {
        margin-top: 20px !important
    }

    .mt--20-tablet {
        margin-top: -20px !important
    }

    .pt-20-tablet {
        padding-top: 20px !important
    }

    .mr-20-tablet {
        margin-right: 20px !important
    }

    .mr--20-tablet {
        margin-right: -20px !important
    }

    .pr-20-tablet {
        padding-right: 20px !important
    }

    .mb-20-tablet {
        margin-bottom: 20px !important
    }

    .mb--20-tablet {
        margin-bottom: -20px !important
    }

    .pb-20-tablet {
        padding-bottom: 20px !important
    }

    .ml-20-tablet {
        margin-left: 20px !important
    }

    .ml--20-tablet {
        margin-left: -20px !important
    }

    .pl-20-tablet {
        padding-left: 20px !important
    }

    .m-20-tablet {
        margin: 20px
    }

    .p-20-tablet {
        padding: 20px
    }

    .mt-30-tablet {
        margin-top: 30px !important
    }

    .mt--30-tablet {
        margin-top: -30px !important
    }

    .pt-30-tablet {
        padding-top: 30px !important
    }

    .mr-30-tablet {
        margin-right: 30px !important
    }

    .mr--30-tablet {
        margin-right: -30px !important
    }

    .pr-30-tablet {
        padding-right: 30px !important
    }

    .mb-30-tablet {
        margin-bottom: 30px !important
    }

    .mb--30-tablet {
        margin-bottom: -30px !important
    }

    .pb-30-tablet {
        padding-bottom: 30px !important
    }

    .ml-30-tablet {
        margin-left: 30px !important
    }

    .ml--30-tablet {
        margin-left: -30px !important
    }

    .pl-30-tablet {
        padding-left: 30px !important
    }

    .m-30-tablet {
        margin: 30px
    }

    .p-30-tablet {
        padding: 30px
    }

    .mt-40-tablet {
        margin-top: 40px !important
    }

    .mt--40-tablet {
        margin-top: -40px !important
    }

    .pt-40-tablet {
        padding-top: 40px !important
    }

    .mr-40-tablet {
        margin-right: 40px !important
    }

    .mr--40-tablet {
        margin-right: -40px !important
    }

    .pr-40-tablet {
        padding-right: 40px !important
    }

    .mb-40-tablet {
        margin-bottom: 40px !important
    }

    .mb--40-tablet {
        margin-bottom: -40px !important
    }

    .pb-40-tablet {
        padding-bottom: 40px !important
    }

    .ml-40-tablet {
        margin-left: 40px !important
    }

    .ml--40-tablet {
        margin-left: -40px !important
    }

    .pl-40-tablet {
        padding-left: 40px !important
    }

    .m-40-tablet {
        margin: 40px
    }

    .p-40-tablet {
        padding: 40px
    }

    .mt-50-tablet {
        margin-top: 50px !important
    }

    .mt--50-tablet {
        margin-top: -50px !important
    }

    .pt-50-tablet {
        padding-top: 50px !important
    }

    .mr-50-tablet {
        margin-right: 50px !important
    }

    .mr--50-tablet {
        margin-right: -50px !important
    }

    .pr-50-tablet {
        padding-right: 50px !important
    }

    .mb-50-tablet {
        margin-bottom: 50px !important
    }

    .mb--50-tablet {
        margin-bottom: -50px !important
    }

    .pb-50-tablet {
        padding-bottom: 50px !important
    }

    .ml-50-tablet {
        margin-left: 50px !important
    }

    .ml--50-tablet {
        margin-left: -50px !important
    }

    .pl-50-tablet {
        padding-left: 50px !important
    }

    .m-50-tablet {
        margin: 50px
    }

    .p-50-tablet {
        padding: 50px
    }

    .mt-64-tablet {
        margin-top: 64px !important
    }

    .mt--64-tablet {
        margin-top: -64px !important
    }

    .pt-64-tablet {
        padding-top: 64px !important
    }

    .mr-64-tablet {
        margin-right: 64px !important
    }

    .mr--64-tablet {
        margin-right: -64px !important
    }

    .pr-64-tablet {
        padding-right: 64px !important
    }

    .mb-64-tablet {
        margin-bottom: 64px !important
    }

    .mb--64-tablet {
        margin-bottom: -64px !important
    }

    .pb-64-tablet {
        padding-bottom: 64px !important
    }

    .ml-64-tablet {
        margin-left: 64px !important
    }

    .ml--64-tablet {
        margin-left: -64px !important
    }

    .pl-64-tablet {
        padding-left: 64px !important
    }

    .m-64-tablet {
        margin: 64px
    }

    .p-64-tablet {
        padding: 64px
    }

    .mt-90-tablet {
        margin-top: 90px !important
    }

    .mt--90-tablet {
        margin-top: -90px !important
    }

    .pt-90-tablet {
        padding-top: 90px !important
    }

    .mr-90-tablet {
        margin-right: 90px !important
    }

    .mr--90-tablet {
        margin-right: -90px !important
    }

    .pr-90-tablet {
        padding-right: 90px !important
    }

    .mb-90-tablet {
        margin-bottom: 90px !important
    }

    .mb--90-tablet {
        margin-bottom: -90px !important
    }

    .pb-90-tablet {
        padding-bottom: 90px !important
    }

    .ml-90-tablet {
        margin-left: 90px !important
    }

    .ml--90-tablet {
        margin-left: -90px !important
    }

    .pl-90-tablet {
        padding-left: 90px !important
    }

    .m-90-tablet {
        margin: 90px
    }

    .p-90-tablet {
        padding: 90px
    }
}

@media (max-width: 992px) {
    .mt-0-mob, .mt--0-mob {
        margin-top: 0 !important
    }

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

    .mr-0-mob, .mr--0-mob {
        margin-right: 0 !important
    }

    .pr-0-mob {
        padding-right: 0 !important
    }

    .mb-0-mob, .mb--0-mob {
        margin-bottom: 0 !important
    }

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

    .ml-0-mob, .ml--0-mob {
        margin-left: 0 !important
    }

    .pl-0-mob {
        padding-left: 0 !important
    }

    .m-0-mob {
        margin: 0
    }

    .p-0-mob {
        padding: 0
    }

    .mt-6-mob {
        margin-top: 6px !important
    }

    .mt--6-mob {
        margin-top: -6px !important
    }

    .pt-6-mob {
        padding-top: 6px !important
    }

    .mr-6-mob {
        margin-right: 6px !important
    }

    .mr--6-mob {
        margin-right: -6px !important
    }

    .pr-6-mob {
        padding-right: 6px !important
    }

    .mb-6-mob {
        margin-bottom: 6px !important
    }

    .mb--6-mob {
        margin-bottom: -6px !important
    }

    .pb-6-mob {
        padding-bottom: 6px !important
    }

    .ml-6-mob {
        margin-left: 6px !important
    }

    .ml--6-mob {
        margin-left: -6px !important
    }

    .pl-6-mob {
        padding-left: 6px !important
    }

    .m-6-mob {
        margin: 6px
    }

    .p-6-mob {
        padding: 6px
    }

    .mt-16-mob {
        margin-top: 16px !important
    }

    .mt--16-mob {
        margin-top: -16px !important
    }

    .pt-16-mob {
        padding-top: 16px !important
    }

    .mr-16-mob {
        margin-right: 16px !important
    }

    .mr--16-mob {
        margin-right: -16px !important
    }

    .pr-16-mob {
        padding-right: 16px !important
    }

    .mb-16-mob {
        margin-bottom: 16px !important
    }

    .mb--16-mob {
        margin-bottom: -16px !important
    }

    .pb-16-mob {
        padding-bottom: 16px !important
    }

    .ml-16-mob {
        margin-left: 16px !important
    }

    .ml--16-mob {
        margin-left: -16px !important
    }

    .pl-16-mob {
        padding-left: 16px !important
    }

    .m-16-mob {
        margin: 16px
    }

    .p-16-mob {
        padding: 16px
    }

    .mt-20-mob {
        margin-top: 20px !important
    }

    .mt--20-mob {
        margin-top: -20px !important
    }

    .pt-20-mob {
        padding-top: 20px !important
    }

    .mr-20-mob {
        margin-right: 20px !important
    }

    .mr--20-mob {
        margin-right: -20px !important
    }

    .pr-20-mob {
        padding-right: 20px !important
    }

    .mb-20-mob {
        margin-bottom: 20px !important
    }

    .mb--20-mob {
        margin-bottom: -20px !important
    }

    .pb-20-mob {
        padding-bottom: 20px !important
    }

    .ml-20-mob {
        margin-left: 20px !important
    }

    .ml--20-mob {
        margin-left: -20px !important
    }

    .pl-20-mob {
        padding-left: 20px !important
    }

    .m-20-mob {
        margin: 20px
    }

    .p-20-mob {
        padding: 20px
    }

    .mt-30-mob {
        margin-top: 30px !important
    }

    .mt--30-mob {
        margin-top: -30px !important
    }

    .pt-30-mob {
        padding-top: 30px !important
    }

    .mr-30-mob {
        margin-right: 30px !important
    }

    .mr--30-mob {
        margin-right: -30px !important
    }

    .pr-30-mob {
        padding-right: 30px !important
    }

    .mb-30-mob {
        margin-bottom: 30px !important
    }

    .mb--30-mob {
        margin-bottom: -30px !important
    }

    .pb-30-mob {
        padding-bottom: 30px !important
    }

    .ml-30-mob {
        margin-left: 30px !important
    }

    .ml--30-mob {
        margin-left: -30px !important
    }

    .pl-30-mob {
        padding-left: 30px !important
    }

    .m-30-mob {
        margin: 30px
    }

    .p-30-mob {
        padding: 30px
    }

    .mt-40-mob {
        margin-top: 40px !important
    }

    .mt--40-mob {
        margin-top: -40px !important
    }

    .pt-40-mob {
        padding-top: 40px !important
    }

    .mr-40-mob {
        margin-right: 40px !important
    }

    .mr--40-mob {
        margin-right: -40px !important
    }

    .pr-40-mob {
        padding-right: 40px !important
    }

    .mb-40-mob {
        margin-bottom: 40px !important
    }

    .mb--40-mob {
        margin-bottom: -40px !important
    }

    .pb-40-mob {
        padding-bottom: 40px !important
    }

    .ml-40-mob {
        margin-left: 40px !important
    }

    .ml--40-mob {
        margin-left: -40px !important
    }

    .pl-40-mob {
        padding-left: 40px !important
    }

    .m-40-mob {
        margin: 40px
    }

    .p-40-mob {
        padding: 40px
    }

    .mt-50-mob {
        margin-top: 50px !important
    }

    .mt--50-mob {
        margin-top: -50px !important
    }

    .pt-50-mob {
        padding-top: 50px !important
    }

    .mr-50-mob {
        margin-right: 50px !important
    }

    .mr--50-mob {
        margin-right: -50px !important
    }

    .pr-50-mob {
        padding-right: 50px !important
    }

    .mb-50-mob {
        margin-bottom: 50px !important
    }

    .mb--50-mob {
        margin-bottom: -50px !important
    }

    .pb-50-mob {
        padding-bottom: 50px !important
    }

    .ml-50-mob {
        margin-left: 50px !important
    }

    .ml--50-mob {
        margin-left: -50px !important
    }

    .pl-50-mob {
        padding-left: 50px !important
    }

    .m-50-mob {
        margin: 50px
    }

    .p-50-mob {
        padding: 50px
    }

    .mt-64-mob {
        margin-top: 64px !important
    }

    .mt--64-mob {
        margin-top: -64px !important
    }

    .pt-64-mob {
        padding-top: 64px !important
    }

    .mr-64-mob {
        margin-right: 64px !important
    }

    .mr--64-mob {
        margin-right: -64px !important
    }

    .pr-64-mob {
        padding-right: 64px !important
    }

    .mb-64-mob {
        margin-bottom: 64px !important
    }

    .mb--64-mob {
        margin-bottom: -64px !important
    }

    .pb-64-mob {
        padding-bottom: 64px !important
    }

    .ml-64-mob {
        margin-left: 64px !important
    }

    .ml--64-mob {
        margin-left: -64px !important
    }

    .pl-64-mob {
        padding-left: 64px !important
    }

    .m-64-mob {
        margin: 64px
    }

    .p-64-mob {
        padding: 64px
    }

    .mt-90-mob {
        margin-top: 90px !important
    }

    .mt--90-mob {
        margin-top: -90px !important
    }

    .pt-90-mob {
        padding-top: 90px !important
    }

    .mr-90-mob {
        margin-right: 90px !important
    }

    .mr--90-mob {
        margin-right: -90px !important
    }

    .pr-90-mob {
        padding-right: 90px !important
    }

    .mb-90-mob {
        margin-bottom: 90px !important
    }

    .mb--90-mob {
        margin-bottom: -90px !important
    }

    .pb-90-mob {
        padding-bottom: 90px !important
    }

    .ml-90-mob {
        margin-left: 90px !important
    }

    .ml--90-mob {
        margin-left: -90px !important
    }

    .pl-90-mob {
        padding-left: 90px !important
    }

    .m-90-mob {
        margin: 90px
    }

    .p-90-mob {
        padding: 90px
    }
}

.mb-auto {
    margin-bottom: auto
}

.mt-auto {
    margin-top: auto
}

.mob-visible {
    display: none !important
}

@media (max-width: 992px) {
    .mob-visible {
        display: block !important
    }
}

.tablet-visible {
    display: none !important
}

@media (max-width: 1180px) {
    .tablet-visible {
        display: block !important
    }
}

@media (max-width: 992px) {
    .pc-visible {
        display: none !important
    }
}

html {
    overflow: hidden visible;
    max-width: 100vw
}

html.hidd, html.hidd body {
    overflow: hidden
}

body {
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100 dvh;
    line-height: 140%;
    font-size: 14px
}

body footer {
    margin-top: auto
}

.font2 {
    font-family: Manrope;
    font-weight: 700;
    text-transform: uppercase
}

.fullh {
    height: 100vh
}

.ov-hidden {
    overflow: hidden
}

.grid {
    display: grid
}

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

.grid.col-2 {
    grid-template-columns:repeat(2, 1fr)
}

.grid.col-3 {
    grid-template-columns:repeat(3, 1fr)
}

.grid.col-4 {
    grid-template-columns:repeat(4, 1fr)
}

.grid.col-5 {
    grid-template-columns:repeat(5, 1fr)
}

.grid.col-6 {
    grid-template-columns:repeat(6, 1fr)
}

@media (max-width: 1180px) {
    .grid.col-1-tablet {
        grid-template-columns:repeat(1, 1fr)
    }

    .grid.col-2-tablet {
        grid-template-columns:repeat(2, 1fr)
    }

    .grid.col-3-tablet {
        grid-template-columns:repeat(3, 1fr)
    }

    .grid.col-4-tablet {
        grid-template-columns:repeat(4, 1fr)
    }

    .grid.col-5-tablet {
        grid-template-columns:repeat(5, 1fr)
    }

    .grid.col-6-tablet {
        grid-template-columns:repeat(6, 1fr)
    }
}

@media (max-width: 992px) {
    .grid.col-1-mob {
        grid-template-columns:repeat(1, 1fr)
    }

    .grid.col-2-mob {
        grid-template-columns:repeat(2, 1fr)
    }

    .grid.col-3-mob {
        grid-template-columns:repeat(3, 1fr)
    }

    .grid.col-4-mob {
        grid-template-columns:repeat(4, 1fr)
    }

    .grid.col-5-mob {
        grid-template-columns:repeat(5, 1fr)
    }

    .grid.col-6-mob {
        grid-template-columns:repeat(6, 1fr)
    }
}

.isview {
    opacity: 0;
    visibility: hidden;
    transition: .8s
}

.isview.decor {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible
}

.isview.decor:before {
    transform: scale(0);
    transition: .4s
}

.isview.decor.visible:before {
    transform: scale(1)
}

@media (max-width: 992px) {
    .isview.decor.visible:before {
        transform: scale(1) rotate(5deg)
    }
}

.isview.visible {
    visibility: visible
}

@media (min-width: 993px) {
    .isview.visible.trd0 {
        transition-delay: 0s
    }

    .isview.visible.trd02 {
        transition-delay: .2s
    }

    .isview.visible.trd04 {
        transition-delay: .4s
    }

    .isview.visible.trd06 {
        transition-delay: .6s
    }

    .isview.visible.trd08 {
        transition-delay: .8s
    }

    .isview.visible.trd010 {
        transition-delay: 1s
    }

    .isview.visible.trd12 {
        transition-delay: 1.2s
    }

    .isview.visible.trd14 {
        transition-delay: 1.4s
    }
}

.isview.fadein {
    transition-delay: .1s
}

.isview.fadein.visible {
    opacity: 1
}

.isview.slidetop {
    transform: translateY(50px)
}

.isview.slidetop.visible {
    opacity: 1;
    transform: translateY(0)
}

.isview.slidebottom {
    transform: translateY(-50px)
}

.isview.slidebottom.visible {
    opacity: 1;
    transform: translateY(0)
}

.isview.slidetoright {
    transform: translateX(-30%)
}

.isview.slidetoright.visible {
    opacity: 1;
    transform: translateX(0)
}

.isview.slidetoleft {
    transform: translateX(30%)
}

.isview.slidetoleft.visible {
    opacity: 1;
    transform: translateX(0)
}

.isview.textslide {
    display: block;
    transform: translateY(50px) skew(0deg, 15deg);
    transform-origin: 0;
    opacity: 0;
    transition: 1s
}

.isview.textslide.visible {
    transform: translateY(0) skew(0deg, 0deg);
    opacity: 1
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.absolute.xy-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.absolute.x-center {
    left: 50%;
    transform: translateX(-50%)
}

.absolute.y-center {
    top: 50%;
    transform: translatY(-50%)
}

.default-screen {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (max-width: 1200px) {
    .default-screen {
        padding: 100px 0
    }
}

@media (max-width: 1180px) {
    .default-screen {
        padding: 64px 0
    }
}

.default-screen:not(.has-bg) + .default-screen:not(.has-bg) {
    padding-top: 0
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.container.big {
    max-width: 1440px;
    padding: 0 20px
}

@media (max-width: 1180px) {
    .container {
        padding: 0 20px
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 20px
    }
}

.mw-630 {
    max-width: 630px
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.flex {
    display: flex
}

.flex--inline {
    display: inline-flex
}

@media (max-width: 992px) {
    .flex--block-mob {
        display: block
    }
}

.flex.h--between {
    justify-content: space-between
}

.flex.h--center {
    justify-content: center
}

.flex.h--start {
    justify-content: flex-start
}

.flex.h--end {
    justify-content: flex-end
}

.flex.h--wrap {
    flex-flow: row;
    flex-wrap: wrap
}

.flex.v--center {
    align-items: center
}

.flex.v--start {
    align-items: flex-start
}

.flex.v--end {
    align-items: flex-end
}

.flex.v--stretch {
    align-items: stretch
}

.flex.v--baseline {
    align-items: baseline
}

@media (max-width: 992px) {
    .flex.fd--column--mob, .flex .fd--column--mob {
        flex-direction: column
    }
}

@media (max-width: 992px) {
    .flex.fd--row--mob, .flex .fd--row--mob {
        flex-direction: row
    }
}

.flex.fd--column, .flex .fd--column {
    flex-direction: column
}

@media (max-width: 1180px) {
    .flex.fd--column--tablet, .flex .fd--column--tablet {
        flex-direction: column
    }
}

.flex.fd--row, .flex .fd--row {
    flex-direction: row
}

@media (max-width: 1180px) {
    .flex.fd--row--tablet, .flex .fd--row--tablet {
        flex-direction: row
    }
}

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

.text--left {
    text-align: left
}

.text--right {
    text-align: right
}

@media (max-width: 992px) {
    .text--center-mob {
        text-align: center
    }

    .text--left-mob {
        text-align: left
    }

    .text--right-mob {
        text-align: right
    }
}

.bg--white {
    background-color: #fff
}

.bg--red {
    background-color: #bd1320
}

.bg--black {
    background-color: #000
}

.bg--lightgray {
    background-color: #f5f5f5
}

.color--white {
    color: #fff
}

.color--red {
    color: #bd1320
}

.color--black {
    color: #000
}

@media (max-width: 992px) {
    .nobr-mob br {
        display: none
    }
}

.contact-form .input-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd
}

.contact-form .input-container.error {
    border-bottom: 1px solid #bd1320;
}

.contact-form .input-container:not(:last-child) {
    margin-top: 10px
}

.contact-form .input-container label {
    width: 135px;
    font-size: 14px;
    padding-top: 12px;
    color: #959595;
    padding-right: 5px
}

.contact-form .input-container label sup {
    color: #bd1320
}

.contact-form .input-container .input-wrap input {
    background: transparent;
    padding: 0
}

.contact-form .input-container .input-wrap input::placeholder {
    color: #ddd
}

.contact-form .input-wrap {
    width: 100%;
    position: relative
}

.contact-form .input-wrap.half {
    width: calc(50% - 10px)
}

.contact-form .input-wrap.select-wrap {
    padding-top: 2px
}

.contact-form .input-wrap.select-wrap span {
    margin-bottom: 0;
    transform: translateY(10px);
    display: block;
    font-size: 16px;
    height: 0
}

.contact-form .input-wrap.select-wrap input, .button-wrap {
    background: transparent;
    padding: 25px 0 0;
    background: url(../images/down.svg) no-repeat 100%;
    background-size: 24px;
    color: #000;
    cursor: pointer;
    height: 70px
}

.contact-form .input-wrap.select-wrap input::placeholder {
    color: rgba(0, 0, 0, .4) !important;
    opacity: 1 !important
}

.contact-form .input-wrap.select-wrap input:focus ~ .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.contact-form .input-wrap .dropdown {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 350px;
    left: 0;
    overflow: auto;
    border-radius: 0;
    top: 100%;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    transition-delay: .1s
}

.contact-form .input-wrap .dropdown p {
    display: block;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: .3s;
    position: relative;
    font-family: Manrope;
    font-size: 18px;
    line-height: 100%
}

.contact-form .input-wrap .dropdown p sup {
    color: rgba(0, 0, 0, .4);
    vertical-align: top;
    font-size: 12px;
    line-height: 100%;
    transition: .3s
}

.contact-form .input-wrap .dropdown p:not(:last-child) {
    border-bottom: 1px solid #000
}

.contact-form .input-wrap .dropdown p.active, .contact-form .input-wrap .dropdown p.active sup, .contact-form .input-wrap .dropdown p:hover, .contact-form .input-wrap .dropdown p:hover sup {
    color: #000
}

.contact-form .input-wrap.half {
    width: calc(50% - 16px)
}

@media (max-width: 992px) {
    .contact-form .input-wrap.half {
        width: 100%
    }
}

.contact-form .input-wrap .msg-error {
    color: #bd1320;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 12px;
    line-height: 150%;
    padding-top: 8px;
    order: 2
}

.contact-form .input-wrap input, .contact-form .input-wrap textarea {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 150%;
    border: none;
    font-weight: 300;
    outline: none;
    height: 46px;
    transition: .3s;
    background-color: #f5f5f5;
    width: 100%;
    resize: none;
    vertical-align: middle;
    border-radius: 8px !important;
    appearance: none;
    padding: 0 16px
}

.contact-form .input-wrap input.error, .contact-form .input-wrap textarea.error {
    border-color: #bd1320
}

.contact-form .input-wrap input::placeholder, .contact-form .input-wrap textarea::placeholder {
    opacity: 1
}

.contact-form .input-wrap input:-webkit-autofill, .contact-form .input-wrap input:-webkit-autofill:focus input:-webkit-autofill, .contact-form .input-wrap input:-webkit-autofill:hover, .contact-form .input-wrap select:-webkit-autofill, .contact-form .input-wrap select:-webkit-autofill:focus, .contact-form .input-wrap select:-webkit-autofill:hover, .contact-form .input-wrap textarea:-webkit-autofill, .contact-form .input-wrap textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 174, 255, .04) 50%, hsla(0, 0%, 100%, 0) 51%, rgba(0, 174, 255, .03))
}

.contact-form .input-wrap:has(.error) .counter span {
    color: #bd1320
}

.contact-form .input-wrap .counter {
    padding-top: 8px;
    display: block;
    margin-left: auto;
    order: 3
}

.contact-form .input-wrap textarea {
    min-height: 48px;
    padding-top: 12px;
    max-height: 160px
}

.contact-form .input-wrap textarea.ofa {
    overflow: auto !important
}

.contact-form .input-wrap textarea:focus {
    transition: 0s !important
}

.contact-form .input-wrap textarea ~ p {
    padding-bottom: 8px;
    background-color: #fff
}

.contact-form .input-wrap p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 4px
}

.contact-form .input-wrap p sup {
    color: #bd1320
}

.main-popup-wrap {
    z-index: 3;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.main-popup-wrap, .popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup-wrap {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 50px 0
}

.popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup {
    width: 100%;
    max-width: 517px;
    border-radius: 32px;
    margin: auto;
    position: relative
}

.popup .top {
    padding: 44px 40px
}

@media (max-width: 992px) {
    .popup .top {
        padding: 32px 20px
    }

    .popup .top .heading {
        padding-right: 40px
    }
}

.popup .bottom {
    padding: 44px 40px
}

@media (max-width: 992px) {
    .popup .bottom {
        padding: 32px 20px
    }
}

.popup .closer {
    position: absolute;
    top: -38px;
    right: -38px;
    cursor: pointer;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup .closer:hover {
    transform: scale(1.05)
}

.popup .closer img {
    width: 20px;
    transition: .2s
}

@media (max-width: 992px) {
    .popup .closer {
        height: 38px;
        width: 38px;
        right: 32px;
        top: 32px
    }
}

.popup strong {
    font-weight: 500
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    transition: .2s
}

header .onpc {
    position: relative;
}

@media (max-width: 992px) {
    header .onpc {
        display: none
    }
}

@media (max-width: 992px) {
    header .onmob .search-form-wrap {
        display: flex;
        position: static;
        background: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
        transform: unset;
        height: unset;
        margin-bottom: 30px
    }

    header .onmob .search-form-wrap .input-wrap {
        width: 100%
    }

    header .onmob .search-form-wrap input {
        color: #000;
        padding-left: 40px !important;
        background-image: url(../images/search.svg) !important;
        background-size: 24px !important;
        background-repeat: no-repeat !important;
        background-position: 0 !important;
        height: 35px
    }

    header .onmob .search-form-wrap input::placeholder {
        color: rgba(0, 0, 0, .4) !important;
        opacity: 1
    }
}

header .search-form-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100% - 1px);
    background: #fff;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: .2s
}

@media (max-width: 992px) {
    header .search-form-wrap {
        display: none
    }
}

header .search-form-wrap.active {
    transform: translateY(0)
}

header .search-form-wrap .close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer
}

header .search-form-wrap .close img {
    width: 24px;
    transition: .2s
}

header .search-form-wrap .close img:hover {
    opacity: .5
}

header .search-form-wrap .form-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    width: 100%
}

header .search-form-wrap .form-wrap p {
    font-size: 12px;
    color: #959595
}

header .search-form-wrap .form-wrap .input-wrap {
    width: calc(100% - 100px)
}

header .search-form-wrap .form-wrap input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    color: #000;
    padding: 0;
    width: 100%
}

header .search-form-wrap .form-wrap input::placeholder {
    opacity: 1;
    color: #ddd
}

header .search-form-wrap .form-wrap button {
    background: none;
    border: none;
    transition: .2s
}

header .search-form-wrap .form-wrap button:hover {
    opacity: .5
}

header .search-form-wrap .form-wrap button img {
    width: 24px
}

header.menu-opened {
    background: hsla(0, 0%, 100%, .9)
}

header .top {
    border-bottom: 1px solid #000
}

header .top .left, header .top .right {
    width: calc(50% - 100px)
}

header .top .left img, header .top .right img {
    width: 24px;
    transition: .2s
}

header .top .left img:hover, header .top .right img:hover {
    opacity: .5
}

header .menu_opener {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer
}

header .menu_opener:hover {
    text-decoration: none
}

header .gam {
    display: none
}

@media (max-width: 1024px) {
    header .gam {
        display: flex;
        width: 24px;
        height: 24px;
        position: relative;
        align-items: center;
        justify-content: center;
        margin-left: 16px
    }

    header .gam.active:after {
        opacity: 0
    }

    header .gam.active span:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    header .gam.active span:after {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%) rotate(45deg)
    }

    header .gam span {
        height: 20px;
        width: 100%;
        position: absolute
    }

    header .gam span:before {
        top: 0
    }

    header .gam span:after, header .gam span:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        border-radius: 2px;
        transition: .2s
    }

    header .gam span:after {
        bottom: 0
    }

    header .gam:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        border-radius: 2px;
        transition: .2s
    }
}

.menu-wrap {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 6;
    background: hsla(0, 0%, 100%, .98);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.menu-wrap .onmob {
    display: none
}

@media (max-width: 992px) {
    .menu-wrap .onmob {
        display: block
    }
}

.menu-wrap.active {
    opacity: 1;
    visibility: visible
}

.menu-wrap .menu-inner {
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    padding: 40px 0 64px
}

.menu-wrap .menu-inner li {
    line-height: 100%
}

.menu-wrap .menu-inner a {
    color: #000;
    transition: .2s
}

.menu-wrap .menu-inner a:hover {
    opacity: .5
}

.menu-wrap .menu-inner .top-menu {
    font-size: 64px;
    display: grid;
    gap: 20px;
    margin-bottom: 40px
}

@media (max-width: 1024px) {
    .menu-wrap .menu-inner .top-menu {
        font-size: 28px
    }
}

.menu-wrap .menu-inner .center-menu {
    font-size: 32px;
    display: grid;
    gap: 12px;
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width: 1024px) {
    .menu-wrap .menu-inner .center-menu {
        font-size: 18px
    }
}

.menu-wrap .menu-inner .bottom-menu {
    margin-top: 40px;
    font-size: 14px;
    display: grid;
    gap: 8px
}

@media (max-width: 1024px) {
    .menu-wrap .menu-inner .bottom-menu {
        font-size: 14px
    }
}

.mini-cart-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    visibility: hidden
}

.mini-cart-wrap.active {
    visibility: visible
}

.mini-cart-wrap.active .cart-close {
    opacity: 1
}

.mini-cart-wrap.active .mini-cart-inner {
    transform: translateX(0)
}

.mini-cart-wrap .cart-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .2);
    transition: .3s;
    opacity: 0
}

.mini-cart-wrap .mini-cart-inner {
    width: 100%;
    max-width: 400px;
    background: #fff;
    height: 100vh;
    height: 100 dvh;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: .3s
}

.mini-cart-wrap .mini-cart-inner .top {
    padding: 10px 40px 20px 60px;
    font-size: 32px;
    position: relative
}

@media (max-width: 992px) {
    .mini-cart-wrap .mini-cart-inner .top {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px
    }
}

.mini-cart-wrap .mini-cart-inner .top .cart-closer {
    width: 24px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: .2s;
    position: absolute;
    cursor: pointer
}

@media (max-width: 992px) {
    .mini-cart-wrap .mini-cart-inner .top .cart-closer {
        right: 20px;
        top: 40%
    }
}

.mini-cart-wrap .mini-cart-inner .top .cart-closer:hover {
    opacity: .5
}

.mini-cart-wrap .mini-cart-inner .items {
    height: calc(100% - 145px);
    overflow: auto;
    padding: 0 80px 16px 60px;
    display: grid;
    gap: 40px;
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width: 992px) {
    .mini-cart-wrap .mini-cart-inner .items {
        padding-left: 20px;
        padding-right: 60px
    }
}

.mini-cart-wrap .mini-cart-inner .items .col {
    position: relative
}

.mini-cart-wrap .mini-cart-inner .items .col .remove {
    width: 24px;
    position: absolute;
    right: -40px;
    top: 0;
    transition: .2s;
    cursor: pointer
}

.mini-cart-wrap .mini-cart-inner .items .col .remove:hover {
    opacity: .5
}

.mini-cart-wrap .mini-cart-inner .items .col img {
    width: 100%
}

.mini-cart-wrap .mini-cart-inner .bottom {
    margin-top: auto;
    padding: 16px 80px 20px 60px;
    border-top: 1px solid #000
}

@media (max-width: 992px) {
    .mini-cart-wrap .mini-cart-inner .bottom {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mini-cart-wrap .mini-cart-inner .bottom .total-wrap {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mini-cart-wrap .mini-cart-inner .bottom .total-wrap span {
    color: #959595
}

.mini-cart-wrap .mini-cart-inner .bottom .btn {
    width: 100%;
    margin-top: 20px
}

body:has(.header) header {
    display: none
}

body:has(.header) footer {
    padding-top: 0;
    border-top: none
}

body:has(.header) footer .grid {
    display: none
}

body:has(.header) footer .grid + .divider {
    margin-top: 0
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3
}

@media (max-width: 992px) {
    .header {
        position: fixed
    }
}

.header .flex {
    padding: 12px 0;
    border-bottom: 1px solid #000
}

.header .flex .title {
    font-size: 32px;
    margin-left: 16px
}

@media (max-width: 992px) {
    .header .flex .title {
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 30px
    }
}

footer {
    padding-top: 64px;
    border-top: 1px solid #ddd
}

footer .left .title {
    font-family: Manrope;
    font-size: 18px;
    line-height: 100%
}

footer .left form {
    max-width: 460px
}

footer .left form .inp1-wrap {
    display: block
}

footer .left form .inp2-wrap {
    display: none
}

footer .left form:has(#inp2:checked) .inp1-wrap {
    display: none
}

footer .left form:has(#inp2:checked) .inp2-wrap {
    display: block
}

footer .left .form-wrap {
    margin-top: 20px
}

footer .left .form-wrap p {
    font-size: 12px;
    color: #959595
}

footer .left .form-wrap .input-wrap {
    width: calc(100% - 150px)
}

footer .left .form-wrap input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    color: #000;
    padding: 0;
    width: 100%
}

footer .left .form-wrap input::placeholder {
    opacity: 1;
    color: #ddd
}

footer .left .form-wrap button {
    background: none;
    border: none;
    transition: .2s
}

footer .left .form-wrap button:hover {
    opacity: .5
}

footer .left .form-wrap button img {
    width: 24px
}

@media (max-width: 992px) {
    footer .right ul {
        display: grid;
        gap: 16px
    }
}

footer .right ul li a {
    font-size: 12px;
    line-height: 180%;
    color: #000;
    transition: .2s
}

footer .right ul li a:hover {
    color: #959595
}

footer .bottom {
    padding: 24px 0;
    font-size: 12px
}

@media (max-width: 992px) {
    footer .bottom {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 32px;
        justify-content: flex-start;
        padding-bottom: 40px
    }
}

footer .bottom .socs {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 150px
}

footer .bottom .socs img {
    height: 14px;
    transition: .2s;
    max-width: 22px;
    object-fit: contain
}

footer .bottom .socs img:hover {
    opacity: .5
}

footer .bottom span {
    width: 150px;
    text-align: right
}

@media (max-width: 992px) {
    footer .bottom span {
        width: 100%;
        text-align: left
    }
}

.labels label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #959595;
    cursor: pointer
}

.labels input {
    width: 15px;
    height: 15px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #959595;
    outline: none;
    margin: 0 4px 0 0;
    display: inline-block
}

.labels input:checked {
    background: #000
}

h1.flex-heading {
    font-size: clamp(50px, 16vw, 5vw);
    line-height: 100%
}

h1.flex-heading.m {
    font-size: clamp(50px, 14vw, 219px)
}

@media (max-width: 992px) {
    h1.flex-heading {
        font-size: clamp(50px, 15vw, 5vw)
    }

    h1.flex-heading.m {
        font-size: clamp(50px, 13vw, 219px)
    }
}

@media (max-width: 767px) {
    h1.flex-heading {
        font-size: clamp(30px, 15vw, 40px);
    }
}

@media (max-width: 576px) {
    h1.flex-heading {
        font-size: clamp(20px, 15vw, 30px);
    }
}

@media (max-width: 420px) {
    h1.flex-heading {
        font-size: clamp(15px, 15vw, 25px);
    }
}

.heading {
    font-size: 32px
}

@media (max-width: 992px) {
    .heading {
        font-size: 16px
    }
}

.heading.decor {
    position: relative;
    padding-left: 136px;
    line-height: 100%
}

@media (max-width: 992px) {
    .heading.decor {
        padding-left: 75px
    }
}

.heading.decor:before {
    content: "";
    width: 120px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 20px
}

@media (max-width: 992px) {
    .heading.decor:before {
        width: 60px;
        top: 10px
    }
}

.h1, h1 {
    font-size: 56px;
    line-height: 100%;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .h1, h1 {
        font-size: 40px
    }
}

@media (max-width: 992px) {
    .h1, h1 {
        font-size: 30px
    }
}

.h2, h2 {
    font-size: 36px;
    line-height: 100%;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .h2, h2 {
        font-size: 34px
    }
}

@media (max-width: 992px) {
    .h2, h2 {
        font-size: 18px
    }
}

.h3, h3 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .h3, h3 {
        font-size: 26px
    }
}

@media (max-width: 992px) {
    .h3, h3 {
        font-size: 17px
    }
}

.h4, h4 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .h4, h4 {
        font-size: 22px
    }
}

@media (max-width: 992px) {
    .h4, h4 {
        font-size: 16px
    }
}

.h5, h5 {
    font-size: 14px
}

.h5, .h6, h5, h6 {
    line-height: 100%;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase
}

.h6, h6 {
    font-size: 12px
}

.txt {
    display: grid;
    gap: 32px;
    font-size: 14px;
    line-height: 140%
}

.txt h1:not(:first-child), .txt h2:not(:first-child), .txt h3:not(:first-child), .txt h4:not(:first-child), .txt h5:not(:first-child) {
    margin-top: 32px
}

@media (max-width: 992px) {
    .txt h1:not(:first-child), .txt h2:not(:first-child), .txt h3:not(:first-child), .txt h4:not(:first-child), .txt h5:not(:first-child) {
        margin-top: 14px
    }
}

.txt:not([class*=fw-]) {
    font-weight: 400
}

.txt--l {
    font-size: 18px;
    line-height: 180%
}

@media (max-width: 1180px) {
    .txt--l {
        font-size: 16px
    }
}

.txt--m {
    font-size: 16px;
    line-height: 150%
}

@media (max-width: 1180px) {
    .txt--m {
        font-size: 14px;
        line-height: 140%
    }
}

.txt--s {
    font-size: 12px;
    line-height: 150%
}

@media (max-width: 1180px) {
    .txt--s {
        font-size: 12px;
        line-height: 140%
    }
}

.txt b, .txt strong {
    font-weight: 600
}

.txt i {
    font-style: italic
}

.txt u {
    text-decoration: underline
}

.txt a {
    color: inherit;
    transition: .2s;
    display: inline-block;
    color: #bd1320
}

.txt a:hover {
    opacity: .6
}

.disable-scrollbar::-webkit-scrollbar {
    display: none
}

.disable-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    body {
        padding-top: 80px
    }
}

[class^=mw] {
    margin-left: auto;
    margin-right: auto
}

.hero {
    padding-top: 50px
}

.hero .gallerist {
    display: block;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px
}

@media (max-width: 992px) {
    .hero .gallerist {
        margin-top: 0
    }
}

@media (max-width: 992px) {
    .hero {
        padding-top: 20px
    }
}

.hero .heading {
    margin-right: 270px;
    display: inline-block;
    text-align: left
}

@media (max-width: 992px) {
    .hero .heading {
        margin-right: 0
    }
}

.divider {
    border-bottom: 1px solid #000
}

.divider.gray {
    border-color: #ddd
}

@media (min-width: 993px) {
    .main-slider-wrap .splide__slide img {
        transition: .2s;
        width: 100%;
        border-radius: 2px
    }

    .main-slider-wrap .splide__slide:not(.is-active) img {
        transform: scale(.8) translateX(-10%)
    }

    .main-slider-wrap .splide__slide.is-active:not([aria-hidden=true]) ~ .splide__slide img {
        transform: scale(.8) translateX(10%)
    }
}

@media (max-width: 992px) {
    .main-slider-wrap .splide {
        width: 100vw;
        margin-left: -20px
    }

    .main-slider-wrap .splide .splide__track {
        padding-left: 20px;
        padding-right: 20px
    }

    .main-slider-wrap .splide .splide__track img {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .flex:has(.tabs-wrap) {
        padding-bottom: 0 !important;
        width: 100vw;
        margin-left: -20px
    }

    .flex:has(.tabs-wrap) .tabs-wrap {
        padding-bottom: 17px;
        margin-bottom: -1px
    }

    .flex:has(.tabs-wrap) .abs {
        position: absolute;
        bottom: 0;
        width: calc(100% - 40px);
        left: 20px
    }

    .flex:has(.tabs-wrap) .abs .btn {
        width: 100%
    }

    .flex:has(.tabs-wrap).mob-reverse {
        flex-direction: column-reverse
    }

    .flex:has(.tabs-wrap).mob-reverse .tabs-wrap {
        width: 100%
    }

    .flex:has(.tabs-wrap).mob-reverse .btn-wrap {
        margin-bottom: 64px;
        width: 100%
    }

    .flex:has(.tabs-wrap).mob-reverse .btn-wrap .btn {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .mb-padd {
        margin-bottom: 80px
    }
}

.tabs-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 60px;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width: 1180px) {
    .tabs-wrap {
        gap: 30px;
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        white-space: nowrap;
        flex-flow: unset;
        flex-wrap: unset
    }

    .tabs-wrap a {
        flex: 0 0 auto
    }
}

@media (max-width: 1024px) {
    .tabs-wrap {
        width: 100vw !important;
        padding: 0 20px
    }

    .tabs-wrap .category_tab {
        padding: 6px 0px;
    }
}

.tabs-wrap a {
    color: #959595;
    display: inline-block;
    line-height: 150%;
    position: relative;
    transition: .3s
}

.tabs-wrap a:after {
    content: "";
    width: 0;
    left: 0;
    top: calc(100% + 16px);
    position: absolute;
    background: #000;
    transition: .3s;
    height: 1px
}

.tabs-wrap a.active, .tabs-wrap a:hover {
    color: #000
}

.tabs-wrap a.active:after, .tabs-wrap a:hover:after {
    width: 100%
}

.tabs-wrap sup {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%
}

.product-card {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #959595;
    line-height: 120%
}

.product-card .img-wrap {
    margin-top: auto;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 2px
}

.product-card .img-wrap:hover img {
    transform: scale(1.05)
}

.product-card .img-wrap img {
    width: 100%;
    transition: .2s
}

.product-card .name {
    color: #959595;
    transition: .2s
}

.product-card .name:hover {
    color: #000
}

.product-card .attrs .attr {
    align-items: flex-start;
    font-size: 10px
}

.product-card .attrs .attr, .product-card .price-wrap {
    margin-top: 8px;
    display: flex;
    justify-content: space-between
}

.product-card .price-wrap {
    align-items: center
}

.product-card .price-wrap .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px
}

.product-card .price-wrap .actions img {
    width: 14px;
    transition: .2s
}

.product-card .price-wrap .actions a, .product-card .price-wrap .actions button, .actions div {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 6px;
    color: #959595;
    transition: .2s
}

.product-card .price-wrap .actions a.active, .product-card .price-wrap .actions a:hover {
    color: #000
}

.product-card .price-wrap .actions a.active img, .product-card .price-wrap .actions a:hover img, .product-card .price-wrap .actions button:hover img, .product-card .price-wrap .actions button.active img {
    filter: brightness(0)
}

.article-card {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #959595;
    line-height: 120%
}

.article-card .img-wrap {
    margin-top: auto;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 2px
}

.article-card .img-wrap:hover img {
    transform: scale(1.05)
}

.article-card .img-wrap img {
    width: 100%;
    transition: .2s
}

.article-card .name {
    color: #000;
    transition: .2s;
    margin-top: 8px
}

.article-card .name:hover {
    text-decoration: underline
}

.article-card .cat {
    text-transform: uppercase;
    color: #959595;
    margin-top: 8px
}

@media (max-width: 992px) {
    .blog-wrap.scroll_mob {
        display: inline-flex;
        align-items: stretch;
        justify-content: flex-start;
        overflow: auto hidden;
        padding-left: 20px;
        padding-right: 20px;
        gap: 16px;
        margin-left: -20px;
        width: 100vw
    }

    .blog-wrap.scroll_mob .col {
        flex: 0 0 calc(100vw - 40px)
    }
}

.catalog-filter-wrap {
    position: relative;
    z-index: 2
}

@media (min-width: 993px) {
    .catalog-filter-wrap .col:not(:last-child) {
        border-right: 1px solid #000
    }

    .catalog-filter-wrap .col .select-wrap {
        padding: 0 30px
    }

    .catalog-filter-wrap .col .select-wrap .dropdown {
        width: calc(100% + 1px)
    }

    .catalog-filter-wrap .col:first-child .select-wrap, .catalog-filter-wrap .col:first-child .select-wrap .dropdown p {
        padding-left: 60px
    }

    .catalog-filter-wrap .col:last-child .select-wrap, .catalog-filter-wrap .col:last-child .select-wrap .dropdown p {
        padding-right: 60px
    }
}

@media (max-width: 1320px) {
    .catalog-filter-wrap .col:first-child .select-wrap {
        padding-left: 0 !important
    }

    .catalog-filter-wrap .col:last-child .select-wrap {
        padding-right: 0 !important
    }
}

@media (max-width: 992px) {
    .catalog-filter-wrap .onpc {
        display: none
    }
}

.mobile-filters {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: none
}

@media (max-width: 992px) {
    .mobile-filters {
        display: block;
        padding: 80px 24px 64px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background: hsla(0, 0%, 100%, .7);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100 dvh;
        z-index: 4
    }

    .mobile-filters.active {
        opacity: 1;
        visibility: visible
    }

    .mobile-filters .close-filter {
        position: absolute;
        top: 24px;
        left: 24px;
        cursor: pointer;
        transition: .2s
    }

    .mobile-filters .close-filter:hover {
        opacity: .5
    }

    .mobile-filters .col {
        border-bottom: 1px solid #000
    }
}

.open_filter {
    width: 100%;
    margin-top: 16px
}

.single-product-wrap {
    padding-top: 70px
}

@media (min-width: 993px) {
    .single-product-wrap .product-hero {
        max-height: 100vh
    }
}

@media (max-width: 992px) {
    .single-product-wrap .product-hero {
        max-width: unset;
        display: block
    }
}

@media (max-width: 992px) {
    .single-product-wrap .product-hero {
        max-width: unset;
        display: block
    }
}

.single-product-wrap .product-hero .img-wrap {
    width: 70%
}

@media (max-width: 992px) {
    .single-product-wrap .product-hero .img-wrap {
        width: 100%
    }
}

.single-product-wrap .product-hero .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.single-product-wrap .product-hero .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px
}

.single-product-wrap .product-hero .btn-wrap button.btn.big {
    width: calc(100% - 40px)
}

.single-product-wrap .product-hero .btn-wrap .fav.active img, .single-product-wrap .product-hero .btn-wrap .fav:hover img {
    filter: brightness(0)
}

.single-product-wrap .product-hero .btn-wrap .fav img {
    width: 24px;
    transition: .2s
}

.single-product-wrap .product-hero .details {
    padding: 16px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%
}

@media (max-width: 992px) {
    .single-product-wrap .product-hero .details {
        width: 100%;
        padding: 30px 0 0
    }
}

.single-product-wrap .product-hero .details .txt-wrap {
    color: #959595;
    font-size: 12px
}

.single-product-wrap .product-hero .details .txt-wrap a {
    color: #959595;
    text-decoration: underline
}

.single-product-wrap .product-hero .details .txt-wrap a:hover {
    color: #000
}

.single-product-wrap .product-hero .details .info {
    padding: 40px 0
}

.single-product-wrap .product-hero .details .info .name {
    font-size: 18px;
    line-height: 140%;
    color: #000
}

.single-product-wrap .product-hero .details .info .price-wrap {
    margin-top: 16px;
    font-size: 16px;
    color: #959595;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-product-wrap .product-hero .details .info .price-wrap .actions .like {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    font-size: 8px;
    color: #959595;
    transition: .2s
}

.single-product-wrap .product-hero .details .info .price-wrap .actions .like.active, .single-product-wrap .product-hero .details .info .price-wrap .actions .like:hover {
    color: #000
}

.single-product-wrap .product-hero .details .info .price-wrap .actions .like.active img, .single-product-wrap .product-hero .details .info .price-wrap .actions .like:hover img {
    filter: brightness(0)
}

.single-product-wrap .product-hero .details .info .price-wrap .actions .like img {
    width: 24px;
    transition: .2s
}

.single-product-wrap .product-hero .details .info .attrs {
    margin-top: 32px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px
}

.single-product-wrap .product-hero .details .info .attrs .attr {
    text-align: center;
    font-size: 12px;
    height: 27px;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #959595;
    width: calc(33.3333333333% - 5px);
    padding: 0 12px
}

.single-product-wrap .product-hero .details .info .attrs .attr:first-child {
    height: 40px;
    justify-content: flex-start;
    width: 100%
}

.bread ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px
}

.bread ul img {
    width: 16px;
    display: block;
    margin-right: 10px;
    transition: .2s
}

.bread ul img:hover {
    filter: brightness(0)
}

.bread ul li {
    font-size: 8px;
    color: #959595
}

.bread ul li:not(:first-child):before {
    content: "/";
    display: inline-block;
    margin-right: 4px
}

.bread ul li a {
    transition: .2s
}

.bread ul li a:hover {
    color: #000
}

.bread ul li a, .bread ul li span {
    color: #959595
}

.bread ul li > span {
    cursor: default;
}

.product-description {
    padding: 80px 0
}

.product-description .txt-wrap {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px
}

.product-description .txt-wrap .title {
    font-size: 64px;
    line-height: 100%
}

@media (max-width: 992px) {
    .product-description .txt-wrap .title {
        font-size: 32px
    }
}

.product-description .txt-wrap .grid {
    margin-top: 32px
}

@media (max-width: 992px) {
    .wishlist-wrap {
        display: block
    }
}

.wishlist-wrap .left, .wishlist-wrap .right {
    width: calc(50% - 290px)
}

@media (max-width: 992px) {
    .wishlist-wrap .left, .wishlist-wrap .right {
        width: 100%
    }
}

.wishlist-wrap .center {
    width: 100%;
    max-width: 454px
}

@media (max-width: 992px) {
    .wishlist-wrap .center {
        margin-top: 32px
    }
}

.wishlist-wrap .center .items {
    display: grid;
    gap: 40px
}

.product-card.flex {
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap
}

.product-card.flex .img-wrap {
    width: 90px;
    margin-bottom: 0
}

.product-card.flex .p-details {
    width: calc(100% - 110px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.product-card.flex .p-details .remove {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .2s
}

.product-card.flex .p-details .remove:hover {
    opacity: .5
}

.product-card.flex .p-details .attrs .attr {
    flex-direction: column
}

.product-card.flex .btn-wrap {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f5f5f5;
    width: 100%
}

.product-card.flex .btn-wrap.pt-0 {
    padding-top: 0
}

.product-card.flex .btn {
    width: 100%
}

.section-heading.small {
    font-size: 18px;
    line-height: 120%
}

.checkout-wrap {
    gap: 200px
}

@media (max-width: 992px) {
    .checkout-wrap {
        gap: 20px
    }
}

.checkout-wrap .bottom .total-wrap {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.checkout-wrap .bottom .total-wrap:not(:last-of-type) {
    margin-bottom: 10px;
}

.checkout-wrap .bottom .total-wrap span {
    color: #959595
}

.checkout-wrap .bottom .btn {
    width: 100%;
    margin-top: 20px
}

.thanks-screen {
    padding: 140px 0 100px
}

@media (max-width: 992px) {
    .thanks-screen {
        padding: 40px 0 64px
    }
}

@media (max-width: 992px) {
    .thanks-screen .flex {
        flex-direction: column;
        align-items: center
    }

    .thanks-screen .flex .data, .thanks-screen .flex .data .btn {
        width: 100%
    }
}

.thanks-screen .flex img {
    width: 150px
}

.thanks-screen .flex .title {
    font-size: 48px;
    line-height: 100%;
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .thanks-screen .flex .title {
        font-size: 18px
    }
}

.thanks-screen .flex p {
    font-size: 18px;
    color: #959595;
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .thanks-screen .flex p {
        font-size: 12px
    }
}

.title-404 {
    font-size: 230px;
    line-height: 100%
}

@media (max-width: 992px) {
    .title-404 {
        font-size: 58px
    }
}

.wrap-404 p {
    color: #959595;
    font-size: 18px;
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 16px
}

@media (max-width: 992px) {
    .wrap-404 p {
        text-align: center;
        margin-top: 30px
    }
}

@media (max-width: 992px) {
    .wrap-404 .btn {
        width: 100%
    }
}

.single-article {
    padding-top: 70px
}

@media (max-width: 992px) {
    .single-article {
        padding-top: 0
    }
}

.single-article .bread {
    padding-left: 30px
}

@media (max-width: 1180px) {
    .single-article .bread {
        padding-left: 0
    }
}

.single-article img {
    width: 100%
}

.single-article h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 16px
}

@media (max-width: 1180px) {
    .single-article h1 {
        font-size: 32px
    }
}

.single-section {
    padding-top: 64px;
    padding-bottom: 64px
}

.single-section .txt-wrap {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto
}

.blog-title {
    font-size: 18px;
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 100%
}

.blog-title sup {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%
}

.contact-screen .form-wrap {
    max-width: 454px;
    margin-left: auto;
    margin-right: auto
}

.contact-screen .form-wrap .btn {
    margin-top: 40px
}

.contact-screen .form-wrap p {
    font-size: 8px;
    color: #959595;
    line-height: 100%;
    margin-top: 10px
}

@media (max-width: 992px) {
    .info-screen .flex {
        flex-direction: column
    }

    .info-screen .flex:has(.left.pc-visible) .right {
        order: 0;
        margin-top: 0
    }

    .info-screen .flex:has(.left.pc-visible) .center {
        order: 1
    }
}

.info-screen .flex .left, .info-screen .flex .right {
    width: 25%
}

@media (max-width: 992px) {
    .info-screen .flex .left, .info-screen .flex .right {
        width: 100%
    }
}

.info-screen .flex .center {
    width: calc(50% - 40px)
}

.info-screen .flex .center .contact-form {
    max-width: 454px
}

.info-screen .flex .center .contact-form .btn {
    margin-top: 40px
}

.info-screen .flex .center .contact-form p {
    font-size: 8px;
    color: #959595;
    line-height: 100%;
    margin-top: 10px
}

@media (max-width: 992px) {
    .info-screen .flex .center {
        width: 100%;
        margin-top: 40px
    }

    .info-screen .flex .center + .right {
        margin-top: 40px
    }
}

.nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media (max-width: 992px) {
    .nav-menu ul {
        flex-direction: row;
        width: 100vw;
        margin-left: -20px;
        display: inline-flex;
        white-space: nowrap;
        overflow: auto;
        padding: 0 20px;
        gap: 30px
    }

    .nav-menu ul li {
        flex: 0 0 auto
    }
}

.nav-menu ul li {
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%
}

.nav-menu ul li.active a, .nav-menu ul li:hover a {
    color: #000
}

.nav-menu ul li a {
    color: #959595;
    transition: .2s
}

.faq-wrap {
    display: grid;
    gap: 24px
}

.faq-wrap .faq {
    padding-bottom: 24px;
    border-bottom: 1px solid #000
}

.faq-wrap .faq .top {
    font-family: Manrope;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    padding-right: 30px
}

.faq-wrap .faq .top:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.faq-wrap .faq.active .top:after {
    content: "–"
}

.faq-wrap .faq .bottom {
    padding-top: 24px;
    display: none
}

.forget-wrap {
    margin-top: 24px
}

.forget-wrap a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300
}

.forget-wrap a:hover {
    text-decoration: none
}

.account-tabs {
    gap: 30px
}

.account-tabs a {
    font-size: 12px
}

.account-tabs a.logout {
    margin-left: auto
}

.tabs-content .tab {
    padding-top: 50px;
    display: none
}

.tabs-content .tab.tab-1 {
    display: block
}

.tabs-content .tab .mw-454 {
    max-width: 454px;
    margin-left: 0;
    margin-right: 0
}

.tabs-content .tab .mw-454.ml-auto {
    margin-left: auto
}

.tabs-content .tab .mw-454.mr-auto {
    margin-right: auto
}

.tabs-content .tab .txt {
    gap: 16px
}

.default-contact input {
    border: none;
    padding: 0;
    outline: none
}

.default-contact input[readonly] {
    opacity: .6;
    cursor: not-allowed
}

.default-contact p {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase
}

.default-contact .divider {
    margin: 4px 0
}

.default-contact .left {
    width: 30%
}

@media (max-width: 992px) {
    .default-contact .left {
        width: 100%
    }
}

.default-contact .right {
    width: calc(70% - 30px)
}

@media (max-width: 992px) {
    .default-contact .right {
        width: 100%;
        margin-top: 16px
    }
}

.default-contact span {
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

.default-contact span:hover {
    text-decoration: none
}

.table-wrap {
    max-width: 945px;
    overflow: auto
}

@media (max-width: 992px) {
    .table-wrap {
        width: 100vw;
        margin-left: -20px
    }
}

.table-wrap .table-inner {
    min-width: 700px
}

@media (max-width: 992px) {
    .table-wrap .table-inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.table-wrap table {
    width: 100%
}

.table-wrap table th {
    padding: 4px 0;
    font-size: 8px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #000;
    text-transform: uppercase
}

.table-wrap table td {
    padding: 4px 0;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #f5f5f5
}

.table-wrap table td a {
    color: #000;
    text-decoration: underline
}

.order-details {
    max-width: 300px;
    margin-top: 16px;
    display: grid;
    gap: 8px
}

.order-details .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400
}

.btn, .order-details .line b {
    font-weight: 700;
    text-transform: uppercase
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
    outline: none;
    transition: .3s;
    border: 1px solid #ddd;
    font-size: 10px;
    height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    font-family: Manrope;
    color: #000;
    gap: 8px;
    background: transparent
}

.btn img {
    width: 12px
}

.btn:hover {
    border-color: #000
}

.btn.full {
    width: 100%;
    height: 32px
}

.btn.big {
    height: 40px
}

@media (max-width: 1024px) {
    .btn {
        height: 40px
    }
}

.blog_tab, .category_tab {
    color: #959595;
    cursor: pointer
}

.blog_tab.active, .category_tab.active {
    color: #000
}

.blog_tab_content, .category_tab_content {
    display: none;
}

.blog_tab_content.show_blog, .category_tab_content.show_product {
    display: grid;
}

footer {
    background-color: #fff;
    color: #000;
}

.a_button {
    background: none;
}

.a_button:hover {
    color: #000;
}

.hidden {
    display: none;
}

.button-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: large;
}

.header-count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C3232A;
    top: calc(50% - 10px);
    text-align: center;
    color: #fff;
}

#cart-total.header-count {
    right: 9px;
}

#wishlist-total.header-count {
    right: -11px;
}

.filter-reset {
    text-align: right;
}

.filter-reset a {
    color: #cccccc;
}