@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 100;
    src: url(/front/fonts/Urbanist-Thin/Urbanist-Thin.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 200;
    src: url(/front/fonts/Urbanist-ExtraLight/Urbanist-ExtraLight.woff2)
        format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 300;
    src: url(/front/fonts/Urbanist-Light/Urbanist-Light.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    src: url(/front/fonts/Urbanist-Regular/Urbanist-Regular.woff2)
        format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 500;
    src: url(/front/fonts/Urbanist-Medium/Urbanist-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    src: url(/front/fonts/Urbanist-SemiBold/Urbanist-SemiBold.woff2)
        format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 700;
    src: url(/front/fonts/Urbanist-Bold/Urbanist-Bold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 800;
    src: url(/front/fonts/Urbanist-ExtraBold/Urbanist-ExtraBold.woff2)
        format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 900;
    src: url(/front/fonts/Urbanist-Black/Urbanist-Black.woff2) format("woff2");
}
.bg-primary {
    background-color: #033d77 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #022445 !important;
}
.bg-secondary,
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #000 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-alto {
    background-color: #cfcfcf !important;
}
a.bg-alto:focus,
a.bg-alto:hover,
button.bg-alto:focus,
button.bg-alto:hover {
    background-color: #b6b6b6 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #eee !important;
}
.border-top {
    border-top: 1px solid #eee !important;
}
.border-right {
    border-right: 1px solid #eee !important;
}
.border-bottom {
    border-bottom: 1px solid #eee !important;
}
.border-left {
    border-left: 1px solid #eee !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #033d77 !important;
}
.border-secondary {
    border-color: #000 !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-alto {
    border-color: #cfcfcf !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 3px !important;
}
.rounded-top {
    border-top-left-radius: 3px !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 3px !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 3px !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 3px !important;
}
.rounded-left {
    border-top-left-radius: 3px !important;
}
.rounded-lg {
    border-radius: 5px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.fs-0 {
    font-size: 0 !important;
}
.fs-1 {
    font-size: 1px !important;
}
.fs-3 {
    font-size: 3px !important;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-56 {
    font-size: 56px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-68 {
    font-size: 68px !important;
}
.fs-70 {
    font-size: 70px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.fs-90 {
    font-size: 90px !important;
}
.fs-100 {
    font-size: 100px !important;
}
.fs-120 {
    font-size: 120px !important;
}
.fs-140 {
    font-size: 140px !important;
}
@media (min-width: 576px) {
    .fs-sm-0 {
        font-size: 0 !important;
    }
    .fs-sm-1 {
        font-size: 1px !important;
    }
    .fs-sm-3 {
        font-size: 3px !important;
    }
    .fs-sm-8 {
        font-size: 8px !important;
    }
    .fs-sm-11 {
        font-size: 11px !important;
    }
    .fs-sm-12 {
        font-size: 12px !important;
    }
    .fs-sm-13 {
        font-size: 13px !important;
    }
    .fs-sm-14 {
        font-size: 14px !important;
    }
    .fs-sm-15 {
        font-size: 15px !important;
    }
    .fs-sm-16 {
        font-size: 16px !important;
    }
    .fs-sm-18 {
        font-size: 18px !important;
    }
    .fs-sm-20 {
        font-size: 20px !important;
    }
    .fs-sm-24 {
        font-size: 24px !important;
    }
    .fs-sm-26 {
        font-size: 26px !important;
    }
    .fs-sm-28 {
        font-size: 28px !important;
    }
    .fs-sm-29 {
        font-size: 29px !important;
    }
    .fs-sm-30 {
        font-size: 30px !important;
    }
    .fs-sm-32 {
        font-size: 32px !important;
    }
    .fs-sm-34 {
        font-size: 34px !important;
    }
    .fs-sm-36 {
        font-size: 36px !important;
    }
    .fs-sm-38 {
        font-size: 38px !important;
    }
    .fs-sm-40 {
        font-size: 40px !important;
    }
    .fs-sm-48 {
        font-size: 48px !important;
    }
    .fs-sm-56 {
        font-size: 56px !important;
    }
    .fs-sm-60 {
        font-size: 60px !important;
    }
    .fs-sm-68 {
        font-size: 68px !important;
    }
    .fs-sm-70 {
        font-size: 70px !important;
    }
    .fs-sm-80 {
        font-size: 80px !important;
    }
    .fs-sm-90 {
        font-size: 90px !important;
    }
    .fs-sm-100 {
        font-size: 100px !important;
    }
    .fs-sm-120 {
        font-size: 120px !important;
    }
    .fs-sm-140 {
        font-size: 140px !important;
    }
}
@media (min-width: 768px) {
    .fs-md-0 {
        font-size: 0 !important;
    }
    .fs-md-1 {
        font-size: 1px !important;
    }
    .fs-md-3 {
        font-size: 3px !important;
    }
    .fs-md-8 {
        font-size: 8px !important;
    }
    .fs-md-11 {
        font-size: 11px !important;
    }
    .fs-md-12 {
        font-size: 12px !important;
    }
    .fs-md-13 {
        font-size: 13px !important;
    }
    .fs-md-14 {
        font-size: 14px !important;
    }
    .fs-md-15 {
        font-size: 15px !important;
    }
    .fs-md-16 {
        font-size: 16px !important;
    }
    .fs-md-18 {
        font-size: 18px !important;
    }
    .fs-md-20 {
        font-size: 20px !important;
    }
    .fs-md-24 {
        font-size: 24px !important;
    }
    .fs-md-26 {
        font-size: 26px !important;
    }
    .fs-md-28 {
        font-size: 28px !important;
    }
    .fs-md-29 {
        font-size: 29px !important;
    }
    .fs-md-30 {
        font-size: 30px !important;
    }
    .fs-md-32 {
        font-size: 32px !important;
    }
    .fs-md-34 {
        font-size: 34px !important;
    }
    .fs-md-36 {
        font-size: 36px !important;
    }
    .fs-md-38 {
        font-size: 38px !important;
    }
    .fs-md-40 {
        font-size: 40px !important;
    }
    .fs-md-48 {
        font-size: 48px !important;
    }
    .fs-md-56 {
        font-size: 56px !important;
    }
    .fs-md-60 {
        font-size: 60px !important;
    }
    .fs-md-68 {
        font-size: 68px !important;
    }
    .fs-md-70 {
        font-size: 70px !important;
    }
    .fs-md-80 {
        font-size: 80px !important;
    }
    .fs-md-90 {
        font-size: 90px !important;
    }
    .fs-md-100 {
        font-size: 100px !important;
    }
    .fs-md-120 {
        font-size: 120px !important;
    }
    .fs-md-140 {
        font-size: 140px !important;
    }
}
@media (min-width: 992px) {
    .fs-lg-0 {
        font-size: 0 !important;
    }
    .fs-lg-1 {
        font-size: 1px !important;
    }
    .fs-lg-3 {
        font-size: 3px !important;
    }
    .fs-lg-8 {
        font-size: 8px !important;
    }
    .fs-lg-11 {
        font-size: 11px !important;
    }
    .fs-lg-12 {
        font-size: 12px !important;
    }
    .fs-lg-13 {
        font-size: 13px !important;
    }
    .fs-lg-14 {
        font-size: 14px !important;
    }
    .fs-lg-15 {
        font-size: 15px !important;
    }
    .fs-lg-16 {
        font-size: 16px !important;
    }
    .fs-lg-18 {
        font-size: 18px !important;
    }
    .fs-lg-20 {
        font-size: 20px !important;
    }
    .fs-lg-24 {
        font-size: 24px !important;
    }
    .fs-lg-26 {
        font-size: 26px !important;
    }
    .fs-lg-28 {
        font-size: 28px !important;
    }
    .fs-lg-29 {
        font-size: 29px !important;
    }
    .fs-lg-30 {
        font-size: 30px !important;
    }
    .fs-lg-32 {
        font-size: 32px !important;
    }
    .fs-lg-34 {
        font-size: 34px !important;
    }
    .fs-lg-36 {
        font-size: 36px !important;
    }
    .fs-lg-38 {
        font-size: 38px !important;
    }
    .fs-lg-40 {
        font-size: 40px !important;
    }
    .fs-lg-48 {
        font-size: 48px !important;
    }
    .fs-lg-56 {
        font-size: 56px !important;
    }
    .fs-lg-60 {
        font-size: 60px !important;
    }
    .fs-lg-68 {
        font-size: 68px !important;
    }
    .fs-lg-70 {
        font-size: 70px !important;
    }
    .fs-lg-80 {
        font-size: 80px !important;
    }
    .fs-lg-90 {
        font-size: 90px !important;
    }
    .fs-lg-100 {
        font-size: 100px !important;
    }
    .fs-lg-120 {
        font-size: 120px !important;
    }
    .fs-lg-140 {
        font-size: 140px !important;
    }
}
@media (min-width: 1200px) {
    .fs-xl-0 {
        font-size: 0 !important;
    }
    .fs-xl-1 {
        font-size: 1px !important;
    }
    .fs-xl-3 {
        font-size: 3px !important;
    }
    .fs-xl-8 {
        font-size: 8px !important;
    }
    .fs-xl-11 {
        font-size: 11px !important;
    }
    .fs-xl-12 {
        font-size: 12px !important;
    }
    .fs-xl-13 {
        font-size: 13px !important;
    }
    .fs-xl-14 {
        font-size: 14px !important;
    }
    .fs-xl-15 {
        font-size: 15px !important;
    }
    .fs-xl-16 {
        font-size: 16px !important;
    }
    .fs-xl-18 {
        font-size: 18px !important;
    }
    .fs-xl-20 {
        font-size: 20px !important;
    }
    .fs-xl-24 {
        font-size: 24px !important;
    }
    .fs-xl-26 {
        font-size: 26px !important;
    }
    .fs-xl-28 {
        font-size: 28px !important;
    }
    .fs-xl-29 {
        font-size: 29px !important;
    }
    .fs-xl-30 {
        font-size: 30px !important;
    }
    .fs-xl-32 {
        font-size: 32px !important;
    }
    .fs-xl-34 {
        font-size: 34px !important;
    }
    .fs-xl-36 {
        font-size: 36px !important;
    }
    .fs-xl-38 {
        font-size: 38px !important;
    }
    .fs-xl-40 {
        font-size: 40px !important;
    }
    .fs-xl-48 {
        font-size: 48px !important;
    }
    .fs-xl-56 {
        font-size: 56px !important;
    }
    .fs-xl-60 {
        font-size: 60px !important;
    }
    .fs-xl-68 {
        font-size: 68px !important;
    }
    .fs-xl-70 {
        font-size: 70px !important;
    }
    .fs-xl-80 {
        font-size: 80px !important;
    }
    .fs-xl-90 {
        font-size: 90px !important;
    }
    .fs-xl-100 {
        font-size: 100px !important;
    }
    .fs-xl-120 {
        font-size: 120px !important;
    }
    .fs-xl-140 {
        font-size: 140px !important;
    }
}
@media (min-width: 1440px) {
    .fs-xxl-0 {
        font-size: 0 !important;
    }
    .fs-xxl-1 {
        font-size: 1px !important;
    }
    .fs-xxl-3 {
        font-size: 3px !important;
    }
    .fs-xxl-8 {
        font-size: 8px !important;
    }
    .fs-xxl-11 {
        font-size: 11px !important;
    }
    .fs-xxl-12 {
        font-size: 12px !important;
    }
    .fs-xxl-13 {
        font-size: 13px !important;
    }
    .fs-xxl-14 {
        font-size: 14px !important;
    }
    .fs-xxl-15 {
        font-size: 15px !important;
    }
    .fs-xxl-16 {
        font-size: 16px !important;
    }
    .fs-xxl-18 {
        font-size: 18px !important;
    }
    .fs-xxl-20 {
        font-size: 20px !important;
    }
    .fs-xxl-24 {
        font-size: 24px !important;
    }
    .fs-xxl-26 {
        font-size: 26px !important;
    }
    .fs-xxl-28 {
        font-size: 28px !important;
    }
    .fs-xxl-29 {
        font-size: 29px !important;
    }
    .fs-xxl-30 {
        font-size: 30px !important;
    }
    .fs-xxl-32 {
        font-size: 32px !important;
    }
    .fs-xxl-34 {
        font-size: 34px !important;
    }
    .fs-xxl-36 {
        font-size: 36px !important;
    }
    .fs-xxl-38 {
        font-size: 38px !important;
    }
    .fs-xxl-40 {
        font-size: 40px !important;
    }
    .fs-xxl-48 {
        font-size: 48px !important;
    }
    .fs-xxl-56 {
        font-size: 56px !important;
    }
    .fs-xxl-60 {
        font-size: 60px !important;
    }
    .fs-xxl-68 {
        font-size: 68px !important;
    }
    .fs-xxl-70 {
        font-size: 70px !important;
    }
    .fs-xxl-80 {
        font-size: 80px !important;
    }
    .fs-xxl-90 {
        font-size: 90px !important;
    }
    .fs-xxl-100 {
        font-size: 100px !important;
    }
    .fs-xxl-120 {
        font-size: 120px !important;
    }
    .fs-xxl-140 {
        font-size: 140px !important;
    }
}
.ls-0 {
    letter-spacing: 0 !important;
}
.ls-1 {
    letter-spacing: 0.01em !important;
}
.ls-2 {
    letter-spacing: 0.02em !important;
}
.ls-3 {
    letter-spacing: 0.03em !important;
}
.ls-4 {
    letter-spacing: 0.04em !important;
}
.ls-8 {
    letter-spacing: 0.08em !important;
}
@media (min-width: 576px) {
    .ls-sm-0 {
        letter-spacing: 0 !important;
    }
    .ls-sm-1 {
        letter-spacing: 0.01em !important;
    }
    .ls-sm-2 {
        letter-spacing: 0.02em !important;
    }
    .ls-sm-3 {
        letter-spacing: 0.03em !important;
    }
    .ls-sm-4 {
        letter-spacing: 0.04em !important;
    }
    .ls-sm-8 {
        letter-spacing: 0.08em !important;
    }
}
@media (min-width: 768px) {
    .ls-md-0 {
        letter-spacing: 0 !important;
    }
    .ls-md-1 {
        letter-spacing: 0.01em !important;
    }
    .ls-md-2 {
        letter-spacing: 0.02em !important;
    }
    .ls-md-3 {
        letter-spacing: 0.03em !important;
    }
    .ls-md-4 {
        letter-spacing: 0.04em !important;
    }
    .ls-md-8 {
        letter-spacing: 0.08em !important;
    }
}
@media (min-width: 992px) {
    .ls-lg-0 {
        letter-spacing: 0 !important;
    }
    .ls-lg-1 {
        letter-spacing: 0.01em !important;
    }
    .ls-lg-2 {
        letter-spacing: 0.02em !important;
    }
    .ls-lg-3 {
        letter-spacing: 0.03em !important;
    }
    .ls-lg-4 {
        letter-spacing: 0.04em !important;
    }
    .ls-lg-8 {
        letter-spacing: 0.08em !important;
    }
}
@media (min-width: 1200px) {
    .ls-xl-0 {
        letter-spacing: 0 !important;
    }
    .ls-xl-1 {
        letter-spacing: 0.01em !important;
    }
    .ls-xl-2 {
        letter-spacing: 0.02em !important;
    }
    .ls-xl-3 {
        letter-spacing: 0.03em !important;
    }
    .ls-xl-4 {
        letter-spacing: 0.04em !important;
    }
    .ls-xl-8 {
        letter-spacing: 0.08em !important;
    }
}
@media (min-width: 1440px) {
    .ls-xxl-0 {
        letter-spacing: 0 !important;
    }
    .ls-xxl-1 {
        letter-spacing: 0.01em !important;
    }
    .ls-xxl-2 {
        letter-spacing: 0.02em !important;
    }
    .ls-xxl-3 {
        letter-spacing: 0.03em !important;
    }
    .ls-xxl-4 {
        letter-spacing: 0.04em !important;
    }
    .ls-xxl-8 {
        letter-spacing: 0.08em !important;
    }
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.3125rem !important;
}
.gap-2 {
    gap: 0.625rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.25rem !important;
}
.gap-5 {
    gap: 1.5rem !important;
}
.gap-6 {
    gap: 1.875rem !important;
}
.gap-7 {
    gap: 2.5rem !important;
}
.gap-8 {
    gap: 3.125rem !important;
}
.gap-9 {
    gap: 3.75rem !important;
}
.gap-10 {
    gap: 4.375rem !important;
}
.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.column-gap-1 {
    -moz-column-gap: 0.3125rem !important;
    column-gap: 0.3125rem !important;
}
.column-gap-2 {
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
}
.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}
.column-gap-4 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
}
.column-gap-5 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}
.column-gap-6 {
    -moz-column-gap: 1.875rem !important;
    column-gap: 1.875rem !important;
}
.column-gap-7 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
}
.column-gap-8 {
    -moz-column-gap: 3.125rem !important;
    column-gap: 3.125rem !important;
}
.column-gap-9 {
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
}
.column-gap-10 {
    -moz-column-gap: 4.375rem !important;
    column-gap: 4.375rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.3125rem !important;
}
.row-gap-2 {
    row-gap: 0.625rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.25rem !important;
}
.row-gap-5 {
    row-gap: 1.5rem !important;
}
.row-gap-6 {
    row-gap: 1.875rem !important;
}
.row-gap-7 {
    row-gap: 2.5rem !important;
}
.row-gap-8 {
    row-gap: 3.125rem !important;
}
.row-gap-9 {
    row-gap: 3.75rem !important;
}
.row-gap-10 {
    row-gap: 4.375rem !important;
}
@media (min-width: 576px) {
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.3125rem !important;
    }
    .gap-sm-2 {
        gap: 0.625rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.25rem !important;
    }
    .gap-sm-5 {
        gap: 1.5rem !important;
    }
    .gap-sm-6 {
        gap: 1.875rem !important;
    }
    .gap-sm-7 {
        gap: 2.5rem !important;
    }
    .gap-sm-8 {
        gap: 3.125rem !important;
    }
    .gap-sm-9 {
        gap: 3.75rem !important;
    }
    .gap-sm-10 {
        gap: 4.375rem !important;
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        -moz-column-gap: 0.3125rem !important;
        column-gap: 0.3125rem !important;
    }
    .column-gap-sm-2 {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }
    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }
    .column-gap-sm-5 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-6 {
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important;
    }
    .column-gap-sm-7 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important;
    }
    .column-gap-sm-8 {
        -moz-column-gap: 3.125rem !important;
        column-gap: 3.125rem !important;
    }
    .column-gap-sm-9 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important;
    }
    .column-gap-sm-10 {
        -moz-column-gap: 4.375rem !important;
        column-gap: 4.375rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.3125rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.625rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.25rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-6 {
        row-gap: 1.875rem !important;
    }
    .row-gap-sm-7 {
        row-gap: 2.5rem !important;
    }
    .row-gap-sm-8 {
        row-gap: 3.125rem !important;
    }
    .row-gap-sm-9 {
        row-gap: 3.75rem !important;
    }
    .row-gap-sm-10 {
        row-gap: 4.375rem !important;
    }
}
@media (min-width: 768px) {
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.3125rem !important;
    }
    .gap-md-2 {
        gap: 0.625rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.25rem !important;
    }
    .gap-md-5 {
        gap: 1.5rem !important;
    }
    .gap-md-6 {
        gap: 1.875rem !important;
    }
    .gap-md-7 {
        gap: 2.5rem !important;
    }
    .gap-md-8 {
        gap: 3.125rem !important;
    }
    .gap-md-9 {
        gap: 3.75rem !important;
    }
    .gap-md-10 {
        gap: 4.375rem !important;
    }
    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        -moz-column-gap: 0.3125rem !important;
        column-gap: 0.3125rem !important;
    }
    .column-gap-md-2 {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }
    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }
    .column-gap-md-5 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-md-6 {
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important;
    }
    .column-gap-md-7 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important;
    }
    .column-gap-md-8 {
        -moz-column-gap: 3.125rem !important;
        column-gap: 3.125rem !important;
    }
    .column-gap-md-9 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important;
    }
    .column-gap-md-10 {
        -moz-column-gap: 4.375rem !important;
        column-gap: 4.375rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.3125rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.625rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.25rem !important;
    }
    .row-gap-md-5 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-6 {
        row-gap: 1.875rem !important;
    }
    .row-gap-md-7 {
        row-gap: 2.5rem !important;
    }
    .row-gap-md-8 {
        row-gap: 3.125rem !important;
    }
    .row-gap-md-9 {
        row-gap: 3.75rem !important;
    }
    .row-gap-md-10 {
        row-gap: 4.375rem !important;
    }
}
@media (min-width: 992px) {
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.3125rem !important;
    }
    .gap-lg-2 {
        gap: 0.625rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.25rem !important;
    }
    .gap-lg-5 {
        gap: 1.5rem !important;
    }
    .gap-lg-6 {
        gap: 1.875rem !important;
    }
    .gap-lg-7 {
        gap: 2.5rem !important;
    }
    .gap-lg-8 {
        gap: 3.125rem !important;
    }
    .gap-lg-9 {
        gap: 3.75rem !important;
    }
    .gap-lg-10 {
        gap: 4.375rem !important;
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        -moz-column-gap: 0.3125rem !important;
        column-gap: 0.3125rem !important;
    }
    .column-gap-lg-2 {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }
    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }
    .column-gap-lg-5 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-6 {
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important;
    }
    .column-gap-lg-7 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important;
    }
    .column-gap-lg-8 {
        -moz-column-gap: 3.125rem !important;
        column-gap: 3.125rem !important;
    }
    .column-gap-lg-9 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important;
    }
    .column-gap-lg-10 {
        -moz-column-gap: 4.375rem !important;
        column-gap: 4.375rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.3125rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.625rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.25rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-6 {
        row-gap: 1.875rem !important;
    }
    .row-gap-lg-7 {
        row-gap: 2.5rem !important;
    }
    .row-gap-lg-8 {
        row-gap: 3.125rem !important;
    }
    .row-gap-lg-9 {
        row-gap: 3.75rem !important;
    }
    .row-gap-lg-10 {
        row-gap: 4.375rem !important;
    }
}
@media (min-width: 1200px) {
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.3125rem !important;
    }
    .gap-xl-2 {
        gap: 0.625rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.25rem !important;
    }
    .gap-xl-5 {
        gap: 1.5rem !important;
    }
    .gap-xl-6 {
        gap: 1.875rem !important;
    }
    .gap-xl-7 {
        gap: 2.5rem !important;
    }
    .gap-xl-8 {
        gap: 3.125rem !important;
    }
    .gap-xl-9 {
        gap: 3.75rem !important;
    }
    .gap-xl-10 {
        gap: 4.375rem !important;
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        -moz-column-gap: 0.3125rem !important;
        column-gap: 0.3125rem !important;
    }
    .column-gap-xl-2 {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }
    .column-gap-xl-5 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-6 {
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important;
    }
    .column-gap-xl-7 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important;
    }
    .column-gap-xl-8 {
        -moz-column-gap: 3.125rem !important;
        column-gap: 3.125rem !important;
    }
    .column-gap-xl-9 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important;
    }
    .column-gap-xl-10 {
        -moz-column-gap: 4.375rem !important;
        column-gap: 4.375rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.3125rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.625rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.25rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-6 {
        row-gap: 1.875rem !important;
    }
    .row-gap-xl-7 {
        row-gap: 2.5rem !important;
    }
    .row-gap-xl-8 {
        row-gap: 3.125rem !important;
    }
    .row-gap-xl-9 {
        row-gap: 3.75rem !important;
    }
    .row-gap-xl-10 {
        row-gap: 4.375rem !important;
    }
}
@media (min-width: 1440px) {
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.3125rem !important;
    }
    .gap-xxl-2 {
        gap: 0.625rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.25rem !important;
    }
    .gap-xxl-5 {
        gap: 1.5rem !important;
    }
    .gap-xxl-6 {
        gap: 1.875rem !important;
    }
    .gap-xxl-7 {
        gap: 2.5rem !important;
    }
    .gap-xxl-8 {
        gap: 3.125rem !important;
    }
    .gap-xxl-9 {
        gap: 3.75rem !important;
    }
    .gap-xxl-10 {
        gap: 4.375rem !important;
    }
    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        -moz-column-gap: 0.3125rem !important;
        column-gap: 0.3125rem !important;
    }
    .column-gap-xxl-2 {
        -moz-column-gap: 0.625rem !important;
        column-gap: 0.625rem !important;
    }
    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        -moz-column-gap: 1.25rem !important;
        column-gap: 1.25rem !important;
    }
    .column-gap-xxl-5 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-6 {
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important;
    }
    .column-gap-xxl-7 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important;
    }
    .column-gap-xxl-8 {
        -moz-column-gap: 3.125rem !important;
        column-gap: 3.125rem !important;
    }
    .column-gap-xxl-9 {
        -moz-column-gap: 3.75rem !important;
        column-gap: 3.75rem !important;
    }
    .column-gap-xxl-10 {
        -moz-column-gap: 4.375rem !important;
        column-gap: 4.375rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.3125rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.625rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.25rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-6 {
        row-gap: 1.875rem !important;
    }
    .row-gap-xxl-7 {
        row-gap: 2.5rem !important;
    }
    .row-gap-xxl-8 {
        row-gap: 3.125rem !important;
    }
    .row-gap-xxl-9 {
        row-gap: 3.75rem !important;
    }
    .row-gap-xxl-10 {
        row-gap: 4.375rem !important;
    }
}
.mw-0 {
    max-width: 0 !important;
}
.mw-75 {
    max-width: 75px !important;
}
.mw-60 {
    max-width: 60px !important;
}
.mw-90 {
    max-width: 90px !important;
}
.mw-102 {
    max-width: 102px !important;
}
.mw-120 {
    max-width: 120px !important;
}
.mw-140 {
    max-width: 140px !important;
}
.mw-150 {
    max-width: 150px !important;
}
.mw-160 {
    max-width: 160px !important;
}
.mw-192 {
    max-width: 192px !important;
}
.mw-210 {
    max-width: 210px !important;
}
.mw-258 {
    max-width: 258px !important;
}
.mw-270 {
    max-width: 270px !important;
}
.mw-460 {
    max-width: 460px !important;
}
.mw-487 {
    max-width: 487px !important;
}
.mw-570 {
    max-width: 570px !important;
}
.mw-675 {
    max-width: 675px !important;
}
.mw-695 {
    max-width: 695px !important;
}
.mw-750 {
    max-width: 750px !important;
}
.mw-full {
    max-width: 100% !important;
}
@media (min-width: 576px) {
    .mw-sm-0 {
        max-width: 0 !important;
    }
    .mw-sm-75 {
        max-width: 75px !important;
    }
    .mw-sm-60 {
        max-width: 60px !important;
    }
    .mw-sm-90 {
        max-width: 90px !important;
    }
    .mw-sm-102 {
        max-width: 102px !important;
    }
    .mw-sm-120 {
        max-width: 120px !important;
    }
    .mw-sm-140 {
        max-width: 140px !important;
    }
    .mw-sm-150 {
        max-width: 150px !important;
    }
    .mw-sm-160 {
        max-width: 160px !important;
    }
    .mw-sm-192 {
        max-width: 192px !important;
    }
    .mw-sm-210 {
        max-width: 210px !important;
    }
    .mw-sm-258 {
        max-width: 258px !important;
    }
    .mw-sm-270 {
        max-width: 270px !important;
    }
    .mw-sm-460 {
        max-width: 460px !important;
    }
    .mw-sm-487 {
        max-width: 487px !important;
    }
    .mw-sm-570 {
        max-width: 570px !important;
    }
    .mw-sm-675 {
        max-width: 675px !important;
    }
    .mw-sm-695 {
        max-width: 695px !important;
    }
    .mw-sm-750 {
        max-width: 750px !important;
    }
    .mw-sm-full {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .mw-md-0 {
        max-width: 0 !important;
    }
    .mw-md-75 {
        max-width: 75px !important;
    }
    .mw-md-60 {
        max-width: 60px !important;
    }
    .mw-md-90 {
        max-width: 90px !important;
    }
    .mw-md-102 {
        max-width: 102px !important;
    }
    .mw-md-120 {
        max-width: 120px !important;
    }
    .mw-md-140 {
        max-width: 140px !important;
    }
    .mw-md-150 {
        max-width: 150px !important;
    }
    .mw-md-160 {
        max-width: 160px !important;
    }
    .mw-md-192 {
        max-width: 192px !important;
    }
    .mw-md-210 {
        max-width: 210px !important;
    }
    .mw-md-258 {
        max-width: 258px !important;
    }
    .mw-md-270 {
        max-width: 270px !important;
    }
    .mw-md-460 {
        max-width: 460px !important;
    }
    .mw-md-487 {
        max-width: 487px !important;
    }
    .mw-md-570 {
        max-width: 570px !important;
    }
    .mw-md-675 {
        max-width: 675px !important;
    }
    .mw-md-695 {
        max-width: 695px !important;
    }
    .mw-md-750 {
        max-width: 750px !important;
    }
    .mw-md-full {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .mw-lg-0 {
        max-width: 0 !important;
    }
    .mw-lg-75 {
        max-width: 75px !important;
    }
    .mw-lg-60 {
        max-width: 60px !important;
    }
    .mw-lg-90 {
        max-width: 90px !important;
    }
    .mw-lg-102 {
        max-width: 102px !important;
    }
    .mw-lg-120 {
        max-width: 120px !important;
    }
    .mw-lg-140 {
        max-width: 140px !important;
    }
    .mw-lg-150 {
        max-width: 150px !important;
    }
    .mw-lg-160 {
        max-width: 160px !important;
    }
    .mw-lg-192 {
        max-width: 192px !important;
    }
    .mw-lg-210 {
        max-width: 210px !important;
    }
    .mw-lg-258 {
        max-width: 258px !important;
    }
    .mw-lg-270 {
        max-width: 270px !important;
    }
    .mw-lg-460 {
        max-width: 460px !important;
    }
    .mw-lg-487 {
        max-width: 487px !important;
    }
    .mw-lg-570 {
        max-width: 570px !important;
    }
    .mw-lg-675 {
        max-width: 675px !important;
    }
    .mw-lg-695 {
        max-width: 695px !important;
    }
    .mw-lg-750 {
        max-width: 750px !important;
    }
    .mw-lg-full {
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .mw-xl-0 {
        max-width: 0 !important;
    }
    .mw-xl-75 {
        max-width: 75px !important;
    }
    .mw-xl-60 {
        max-width: 60px !important;
    }
    .mw-xl-90 {
        max-width: 90px !important;
    }
    .mw-xl-102 {
        max-width: 102px !important;
    }
    .mw-xl-120 {
        max-width: 120px !important;
    }
    .mw-xl-140 {
        max-width: 140px !important;
    }
    .mw-xl-150 {
        max-width: 150px !important;
    }
    .mw-xl-160 {
        max-width: 160px !important;
    }
    .mw-xl-192 {
        max-width: 192px !important;
    }
    .mw-xl-210 {
        max-width: 210px !important;
    }
    .mw-xl-258 {
        max-width: 258px !important;
    }
    .mw-xl-270 {
        max-width: 270px !important;
    }
    .mw-xl-460 {
        max-width: 460px !important;
    }
    .mw-xl-487 {
        max-width: 487px !important;
    }
    .mw-xl-570 {
        max-width: 570px !important;
    }
    .mw-xl-675 {
        max-width: 675px !important;
    }
    .mw-xl-695 {
        max-width: 695px !important;
    }
    .mw-xl-750 {
        max-width: 750px !important;
    }
    .mw-xl-full {
        max-width: 100% !important;
    }
}
@media (min-width: 1440px) {
    .mw-xxl-0 {
        max-width: 0 !important;
    }
    .mw-xxl-75 {
        max-width: 75px !important;
    }
    .mw-xxl-60 {
        max-width: 60px !important;
    }
    .mw-xxl-90 {
        max-width: 90px !important;
    }
    .mw-xxl-102 {
        max-width: 102px !important;
    }
    .mw-xxl-120 {
        max-width: 120px !important;
    }
    .mw-xxl-140 {
        max-width: 140px !important;
    }
    .mw-xxl-150 {
        max-width: 150px !important;
    }
    .mw-xxl-160 {
        max-width: 160px !important;
    }
    .mw-xxl-192 {
        max-width: 192px !important;
    }
    .mw-xxl-210 {
        max-width: 210px !important;
    }
    .mw-xxl-258 {
        max-width: 258px !important;
    }
    .mw-xxl-270 {
        max-width: 270px !important;
    }
    .mw-xxl-460 {
        max-width: 460px !important;
    }
    .mw-xxl-487 {
        max-width: 487px !important;
    }
    .mw-xxl-570 {
        max-width: 570px !important;
    }
    .mw-xxl-675 {
        max-width: 675px !important;
    }
    .mw-xxl-695 {
        max-width: 695px !important;
    }
    .mw-xxl-750 {
        max-width: 750px !important;
    }
    .mw-xxl-full {
        max-width: 100% !important;
    }
}
.border-0 {
    border: 0 !important;
}
@media (min-width: 576px) {
    .border-sm-0 {
        border: 0 !important;
    }
}
@media (min-width: 768px) {
    .border-md-0 {
        border: 0 !important;
    }
}
@media (min-width: 992px) {
    .border-lg-0 {
        border: 0 !important;
    }
}
@media (min-width: 1200px) {
    .border-xl-0 {
        border: 0 !important;
    }
}
@media (min-width: 1440px) {
    .border-xxl-0 {
        border: 0 !important;
    }
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(
        --swiper-wrapper-transition-timing-function,
        initial
    );
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(
        --swiper-pagination-progressbar-bg-color,
        rgba(0, 0, 0, 0.25)
    );
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
    display: none;
}
.badge {
    font-size: 0.7rem;
}
.myimg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    height: 313px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    width: 313px;
}
.myimg:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.account-badge {
    position: absolute;
    right: 25px;
}
.dropdown-item {
    padding: 0 1.5rem;
}
.card-header .card-edit {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}
.myaccount-table .table th,
.myaccount-table table th {
    background-color: #033d77;
    border-color: #c5c5c5;
    border-bottom: 0;
    color: #fff;
    padding: 10px;
}
.myaccount-table .table td,
.myaccount-table table td {
    border-color: #c5c5c5;
    padding: 4px 10px;
    vertical-align: middle;
}
.tablex {
    display: table;
    margin: 0 auto;
}
.bottom-menu li {
    border-right: 1px solid #000;
    flex-grow: 1;
    line-height: 14px !important;
    position: relative;
    text-align: center;
}
.bottom-menu li a {
    color: #000;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: Regular;
    padding-bottom: 0;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0;
}
.bottom-menu li:last-child {
    border-right: 0;
}
.footer_lowest {
    color: #7e7e7e;
    font-family: urbanist, sans-serif;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.top-drop:after {
    vertical-align: middle;
}
.news-drop {
    max-height: 500px;
    overflow-y: auto;
}
.left-nav-special {
    font-weight: 500 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}
.osearch {
    z-index: 9999999999;
}
.drop-search {
    width: 240px;
}
.search-popup .dropdown-toggle {
    padding-right: 0 !important;
}
.s-error {
    display: none;
    font-size: 200%;
    margin-top: 30px;
}
.card-img-overlay {
    cursor: pointer;
}
.side-nav .dropdown-item,
.side-nav a {
    color: #fff !important;
}
.side-nav .dropdown-item:hover {
    text-decoration: underline !important;
}
.side-nav hr {
    border: 1px solid #2c5287;
    width: 100%;
}
.side-footer {
    background-color: #103468 !important;
}
.side-footer .currency_selector {
    color: #526d92;
}
.side-footer .currency_selector:hover {
    color: #fff;
    text-decoration: none !important;
}
.mobi-search {
    border: 0;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    color: #fff !important;
    color: gray;
    cursor: pointer;
    padding-bottom: 2px;
    padding-left: 40px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.mobi-search::placeholder {
    color: #fff;
    opacity: 1;
}
.mobi-search:-ms-input-placeholder {
    color: #fff;
}
.mobi-search::-ms-input-placeholder {
    color: #fff;
}
.mobi-search-area {
    cursor: pointer;
}
.sidenav .nav-link.dropdown-toggle {
    display: inline;
}
.pagination li {
    float: left;
}
@media only screen and (max-width: 800px) {
    .imgfix {
        height: 200px !important;
        margin-top: -20px;
    }
}
.mobi-right {
    text-align: right !important;
}
@media only screen and (max-width: 500px) {
    .imgfix {
        height: 270px !important;
    }
    .mobi-right {
        text-align: right !important;
    }
    .nreg {
        float: left !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    li.page-item {
        display: none;
    }
    .page-item.active,
    .page-item.disabled,
    .page-item:first-child,
    .page-item:last-child,
    .page-item:nth-child(3),
    .page-item:nth-last-child(3) {
        display: block;
    }
    .slick-dots li {
        padding: 0 6px;
    }
    .bg-img-cover-center {
        background-size: contain !important;
        margin-bottom: 0 !important;
        margin-right: -80px !important;
        margin-top: -22px !important;
        padding-bottom: 0 !important;
        padding-top: 35px !important;
    }
    .bg-img-cover-center .container {
        padding-top: 0 !important;
    }
    .bg-img-cover-center h1 {
        font-size: 150% !important;
        margin-bottom: 1.5rem !important;
    }
    .bg-img-cover-center .text-primary {
        font-size: 130% !important;
        margin-bottom: 1.5rem !important;
        margin-top: 10px !important;
    }
    .bg-img-cover-center a {
        font-size: 80% !important;
    }
    .cart-canvas {
        width: 100% !important;
    }
    #keyword {
        border-radius: 0 !important;
        padding-left: 0 !important;
    }
    .mobi-only {
        display: block !important;
    }
    .xsrc {
        margin-top: 100px;
    }
    .banner-01 .card-img,
    .banner-02 .card-img {
        height: 290px;
    }
    .myaccount-content {
        padding: 15px;
    }
    .cart-summary {
        min-height: auto !important;
    }
    .pay-info {
        margin-top: 20px;
    }
    .wish-cnt {
        padding-right: 0 !important;
    }
    .mobi-shopping-bag-0-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bottom-menu a {
        font-size: 13px !important;
    }
}
.cart-summary {
    min-height: auto;
}
.mobi-only {
    display: none;
}
.drop-search {
    width: auto !important;
}
#keyword {
    border-radius: 0 !important;
    padding-left: 50px;
}
.note-video-clip {
    width: 100%;
}
.myaccount-page-wrapper .alert-info {
    margin-top: 20px;
}
.myaccount-page-wrapper .list-group i {
    margin-right: 5px;
}
#keyword {
    margin-top: -1px !important;
}
.b-right {
    border-right: 1px solid;
    text-align: center;
}
.mobi-ftable a {
    line-height: 1 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: center !important;
}
.pad-35 {
    padding: 0.35rem !important;
}
.imgfix {
    background-size: contain !important;
}
.lh-normal {
    line-height: normal;
}
.fs-22 {
    font-size: 22px;
}
@media only screen and (min-width: 1440px) {
    .overflow-x-xxl-unset {
        overflow-x: unset;
    }
}
.container-offset-left,
.filters__form-content {
    padding-left: calc(50vw - 705px);
}
@media only screen and (max-width: 1439px) {
    .container-offset-left,
    .filters__form-content {
        padding-left: calc(50vw - 47.5% + 15px);
    }
}
@media only screen and (max-width: 1199px) {
    .container-offset-left,
    .filters__form-content {
        padding-left: calc(50vw - 466px);
    }
}
@media only screen and (max-width: 991px) {
    .container-offset-left,
    .filters__form-content {
        padding-left: calc(50vw - 354px);
    }
}
@media only screen and (max-width: 767px) {
    .container-offset-left,
    .filters__form-content {
        padding-left: calc(50vw - 258px);
    }
}
@media only screen and (max-width: 575px) {
    .container-offset-left,
    .filters__form-content {
        padding-left: 15px;
    }
}
.container-offset-right {
    padding-right: calc(50vw - 705px);
}
@media only screen and (max-width: 1439px) {
    .container-offset-right {
        padding-right: calc(50vw - 47.5% + 15px);
    }
}
@media only screen and (max-width: 1199px) {
    .container-offset-right {
        padding-right: calc(50vw - 466px);
    }
}
@media only screen and (max-width: 991px) {
    .container-offset-right {
        padding-right: calc(50vw - 354px);
    }
}
@media only screen and (max-width: 767px) {
    .container-offset-right {
        padding-right: calc(50vw - 258px);
    }
}
@media only screen and (max-width: 575px) {
    .container-offset-right {
        padding-right: 15px;
    }
}
.container-negative-offset-left,
.filters__form-content {
    margin-left: calc(-50vw - -705px);
}
@media only screen and (max-width: 1439px) {
    .container-negative-offset-left,
    .filters__form-content {
        margin-left: calc(-50vw - -47.5% + -15px);
    }
}
@media only screen and (max-width: 1199px) {
    .container-negative-offset-left,
    .filters__form-content {
        margin-left: calc(-50vw - -466px);
    }
}
@media only screen and (max-width: 991px) {
    .container-negative-offset-left,
    .filters__form-content {
        margin-left: calc(-50vw - -354px);
    }
}
@media only screen and (max-width: 767px) {
    .container-negative-offset-left,
    .filters__form-content {
        margin-left: calc(-50vw - -258px);
    }
}
@media only screen and (max-width: 575px) {
    .container-negative-offset-left,
    .filters__form-content {
        margin-left: -15px;
    }
}
.container-negative-offset-right {
    margin-right: calc(-50vw - -705px);
}
@media only screen and (max-width: 1439px) {
    .container-negative-offset-right {
        margin-right: calc(-50vw - -47.5% + -15px);
    }
}
@media only screen and (max-width: 1199px) {
    .container-negative-offset-right {
        margin-right: calc(-50vw - -466px);
    }
}
@media only screen and (max-width: 991px) {
    .container-negative-offset-right {
        margin-right: calc(-50vw - -354px);
    }
}
@media only screen and (max-width: 767px) {
    .container-negative-offset-right {
        margin-right: calc(-50vw - -258px);
    }
}
@media only screen and (max-width: 575px) {
    .container-negative-offset-right {
        margin-right: -15px;
    }
}
.section-title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
}
@media only screen and (max-width: 1439px) {
    .section-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
}
.landing-title {
    font-size: 3.125rem;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 3.75rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .landing-title {
        font-size: 45px;
        line-height: 55px;
    }
}
.landing-title > * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.color-discount {
    color: #af1e26;
}
.text-gray {
    color: rgba(0, 0, 0, 0.5);
}
.text-gray-200 {
    color: #3d3d3d;
}
.border-white-40 {
    border-color: hsla(0, 0%, 100%, 0.4);
}
.font-weight-400 {
    font-weight: 400 !important;
}
.accent-color {
    color: #183c73;
}
.gray-color {
    color: #acacac;
}
.land-color {
    color: #686868;
}
.sidelines {
    position: relative;
}
.sidelines:after,
.sidelines:before {
    background: #c7c7c7;
    content: "";
    height: 1px;
    width: 100%;
}
.post-created-time {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    padding-left: 28px;
    position: relative;
}
.post-created-time:before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
}
.more-link {
    color: #183c73;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.more-link,
.more-link:hover {
    text-decoration: none;
}
@media (hover: hover) {
    .more-link:hover {
        color: rgba(24, 60, 115, 0.6);
    }
}
.gift {
    background-color: #28a745;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 9px;
    white-space: nowrap;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.bg-accent {
    background: #183c73;
    color: #fff;
}
.black {
    color: #000;
}
.hiden-input {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
}
.alert-message {
    background: rgba(24, 60, 115, 0.1);
    margin-bottom: 0;
    padding: 34px 0;
}
@media only screen and (max-width: 575px) {
    .alert-message {
        padding: 3px 0 27px;
    }
}
.alert-message__inner {
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .alert-message__inner {
        flex-direction: column-reverse;
    }
}
.alert-message p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1169px;
}
@media only screen and (max-width: 767px) {
    .alert-message p {
        font-size: 16px;
        line-height: 28px;
        max-width: 350px;
    }
}
.alert-message .close {
    font-size: 35px;
    font-weight: 100;
}
@media only screen and (max-width: 767px) {
    .alert-message .close {
        align-self: flex-end;
    }
}
@media only screen and (max-width: 575px) {
    .alert-message .close {
        font-size: 48px;
    }
}
.right-side {
    bottom: 30px;
    max-height: 540px;
    position: fixed;
    right: 45px;
    width: auto;
    z-index: 9999;
}
@media only screen and (max-width: 767px) {
    .right-side {
        right: 0;
    }
}
.right-side .chat-button {
    animation: pulse-blue 2s infinite;
    background: #183c73;
    margin-bottom: 0;
    position: static;
}
.right-side .chat-container {
    height: 100%;
    min-height: 300px;
    width: 350px;
}
.right-side .chat-header {
    padding-bottom: 16px;
    padding-top: 16px;
}
.right-side .close-button,
.right-side .send-button {
    background: #183c73;
}
.right-side .message-wrapper.reverse .message {
    background: #e5eeff;
    color: #183c73;
    word-break: break-all;
}
.right-side .reverse .profile-picture {
    background: #e5eeff;
    color: #183c73;
}
@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 60, 115, 0.7);
        transform: scale(0.95);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(24, 60, 115, 0);
        transform: scale(1);
    }
    to {
        box-shadow: 0 0 0 0 rgba(24, 60, 115, 0);
        transform: scale(0.95);
    }
}
.messenger-messagingView {
    background: #fff;
    overflow: visible;
}
.messenger-messagingView .m-body {
    overflow-x: hidden;
    overflow-y: auto;
}
.messenger-tab {
    height: auto !important;
}
.messenger-sendCard {
    border: 2px solid #eee;
    bottom: 1rem;
    position: sticky;
}
.message-card .message {
    background: #f3f4f9;
}
.message-card.mc-sender .message {
    background: #e5eeff !important;
    color: #183c73 !important;
}
.message-card.mc-sender .message .message-time {
    color: #183c73;
}
.m-list-active,
.m-list-active:focus,
.m-list-active:hover {
    background: #e5eeff !important;
}
.m-list-active p,
.m-list-active span {
    color: #183c73 !important;
}
.messenger-sendCard button,
.messenger-sendCard button:active,
.messenger-sendCard button:focus {
    align-items: center;
    background-color: #183c73;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    height: 32px !important;
    justify-content: center;
    width: 32px;
}
.messenger-sendCard button span {
    color: #fff;
}
svg.icon--filled-star {
    fill: #183c73;
}
svg.icon--magnifying-glass-light {
    height: 28px;
    width: 28px;
}
svg.icon--woman-stars {
    height: 71px;
    width: 79px;
}
@media only screen and (max-width: 767px) {
    svg.icon--woman-stars {
        height: 59px;
        width: 64px;
    }
}
svg.icon--syringe {
    height: 67px;
    width: 58px;
}
@media only screen and (max-width: 767px) {
    svg.icon--syringe {
        height: 57px;
        width: 50px;
    }
}
svg.icon--time-running {
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 767px) {
    svg.icon--time-running {
        height: 59px;
        width: 59px;
    }
}
svg.icon--certificate {
    height: 72px;
    width: 56px;
}
@media only screen and (max-width: 767px) {
    svg.icon--certificate {
        height: 47px;
        height: 60px;
    }
}
svg.icon--procedure {
    height: 71px;
    width: 59px;
}
@media only screen and (max-width: 767px) {
    svg.icon--procedure {
        height: 57px;
        width: 50px;
    }
}
svg.icon--woman-body {
    height: 72.5px;
    width: 72.5px;
}
@media only screen and (max-width: 767px) {
    svg.icon--woman-body {
        height: 55px;
        width: 64px;
    }
}
svg.icon--growth {
    height: 73px;
    width: 66px;
}
svg.icon--composition {
    height: 72px;
    width: 72px;
}
svg.icon--density {
    height: 69px;
    width: 74px;
}
svg.icon--home {
    height: 16px;
    width: 16px;
}
svg.icon--toggle {
    height: 28px;
    width: 28px;
    fill: #183c73;
}
svg.icon--sort {
    height: 11px;
    width: 12px;
    fill: #183c73;
}
.mw-100 {
    max-width: 100% !important;
}
@media only screen and (min-width: 768px) {
    .mw-md-183 {
        max-width: 183px;
    }
    .w-md-183 {
        width: 183px;
    }
}
.mw-1224 {
    max-width: 1224px;
}
@media only screen and (min-width: 1440px) {
    .mw-xxl-1248 {
        max-width: 1248px;
    }
}
.w-192 {
    width: 192px !important;
}
@media only screen and (min-width: 768px) {
    .w-md-192 {
        width: 192px !important;
    }
}
.pink {
    color: #ffc5c8;
}
.swiper-pagination.lg .swiper-pagination-bullet {
    background: #183c73;
    height: 12px;
    width: 12px;
}
.badge-copy {
    background: rgba(58, 199, 218, 0.3);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    padding: 4px 14px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
}
@media only screen and (max-width: 767px) {
    .badge-copy {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}
.form-control[type="search"] {
    height: auto;
    letter-spacing: 0.64px;
    padding-bottom: 7px;
}
.form-control[type="search"] + .input-group-append {
    height: 21.85px;
    right: 0;
    width: 21.85px;
}
.form-control {
    border-color: #f5f5f5;
}
.form-group:has(.is-valid) span.text-danger {
    display: none;
}
.transition-03 {
    transition: all 0.3s ease;
}
*,
body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    overflow: visible !important;
}
body,
html {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff !important;
    min-width: 390px;
    overflow-x: hidden !important;
    overflow-y: visible !important;
}
ul {
    list-style: none;
}
main {
    flex: 1 1 auto;
}
.wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.opacity-70 {
    opacity: 0.7;
}
.after-gradien-light {
    position: relative;
    z-index: 1;
}
.after-gradien-light:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(15, 59, 191, 0.07)),
        to(rgba(15, 59, 191, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(15, 59, 191, 0.07),
        rgba(15, 59, 191, 0)
    );
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.row-gap-5 {
    row-gap: 1.5rem;
}
.row-gap-10 {
    row-gap: 10px;
}
.main-header .main-menu .nav-item .nav-link.active {
    color: #183c73;
}
.main-header .nav-search {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.main-header .navbar-nav.main-menu {
    -moz-column-gap: 37px;
    column-gap: 37px;
}
@media only screen and (max-width: 1439px) {
    .main-header .navbar-nav.main-menu {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
}
.main-header .navbar {
    padding: 29px 0 28px;
}
.main-header .navbar-brand {
    max-width: 126px;
}
.main-header .navbar-brand svg {
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .main-header .navbar-brand {
        max-width: 107px;
    }
}
.footer {
    background: #f2f1f2;
    padding-top: 21px;
}
.footer__payment,
.footer__social {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}
.footer__social {
    margin-left: -5px;
}
.footer__social li a {
    align-items: center;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    justify-content: center;
    padding-top: 1px;
    width: 88px;
}
.footer__social li a img {
    display: block;
    height: 22px;
    width: 72px;
}
label.radio-card {
    cursor: pointer;
    display: block;
    height: 100%;
}
label.radio-card .card-content-wrapper {
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 hsla(0, 5%, 85%, 0.04);
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px 15px 27px;
    transition: 0.2s linear;
}
label.radio-card .check-icon {
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 20px;
    height: 20px;
    max-width: 20px;
    position: relative;
    transition: 0.2s linear;
    width: 20px;
}
label.radio-card .check-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none' viewBox='0 0 12 9'%3E%3Cpath fill='%23fff' d='M.936 4.584a.5.5 0 0 1-.107-.162.6.6 0 0 1 0-.417.5.5 0 0 1 .107-.162l.753-.723a.469.469 0 0 1 .354-.162.5.5 0 0 1 .209.041q.098.045.173.121L4.699 5.4 9.58.517a.51.51 0 0 1 .571-.12.5.5 0 0 1 .16.12l.754.733a.5.5 0 0 1 .106.162.6.6 0 0 1 0 .417.5.5 0 0 1-.106.162l-6 5.97a.5.5 0 0 1-.162.122.55.55 0 0 1-.417 0 .5.5 0 0 1-.162-.123z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.6);
    transition: 0.2s linear;
}
label.radio-card .check-icon,
label.radio-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label.radio-card input[type="radio"]:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 hsla(0, 5%, 85%, 0.5), 0 0 0 2px #3057d5;
}
label.radio-card
    input[type="radio"]:checked
    + .card-content-wrapper
    .check-icon {
    background: #033d77;
    border-color: #033d77;
    transform: scale(1.2);
}
label.radio-card
    input[type="radio"]:checked
    + .card-content-wrapper
    .check-icon:before {
    opacity: 1;
    transform: scale(1);
}
label.radio-card
    input[type="radio"]:checked
    + .card-content-wrapper
    .card-content-icon
    svg {
    fill-opacity: 1;
}
label.radio-card input[type="radio"]:focus + .card-content-wrapper .check-icon {
    border-color: #033d77;
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
}
label.radio-card
    input[type="radio"]:focus
    + label.radio-card
    .card-content
    img {
    margin-bottom: 10px;
}
label.radio-card input[type="radio"].is-invalid + .card-content-wrapper {
    border: 1px solid #dc3545;
}
label.radio-card .card-content h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 27px;
}
label.radio-card .card-content-text p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
label.radio-card .card-content-text p span {
    font-weight: 700;
}
label.radio-card .card-content-icon {
    flex: 0 0 34px;
    max-width: 34px;
}
label.radio-card .card-content-icon svg {
    fill: #000;
    fill-opacity: 0.3;
}
label.radio-card .card-content h5 {
    color: #686d73;
    font-size: 14px;
    line-height: 1.4;
}
.dropdown--social:after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.dropdown--social:hover .dropdown-menu {
    opacity: 1;
    transform: translate(-50%);
    visibility: visible;
}
.dropdown--social:hover .nav-link svg {
    fill: rgba(0, 0, 0, 0.5);
}
.dropdown--social .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.25);
    display: block;
    left: 50%;
    min-width: auto;
    opacity: 0;
    padding: 14px 0;
    top: calc(100% + 13px);
    transform: translate(-50%, 10px);
    transition: all 0.3s ease;
    visibility: hidden;
}
.dropdown--social .dropdown-item {
    padding: 0 14px;
}
.dropdown--social .dropdown-item:not(:last-child) {
    margin-bottom: 14px;
}
.dropdown--social .nav-link:after {
    display: none;
}
.dropdown--social .nav-link svg {
    transition: all 0.3s ease;
}
.select-wrap .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    line-height: 20px;
    padding: 0 18px 12px 0;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
}
.select-wrap .dropdown-toggle:focus {
    outline: none !important;
}
.select-wrap .dropdown-toggle:before {
    background-color: #909090;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.select-wrap .dropdown-toggle:after {
    border: none;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNiAxNCI+PHBhdGggZmlsbD0iIzkwOTA5MCIgZD0ibTMgMTQgMi44ODctNUguMTEzek0yLjUgMHY5LjVoMVYweiIvPjwvc3ZnPg==");
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 4px;
    transform-origin: center;
    transition: all 0.3s ease;
}
.select-wrap .dropdown-toggle .form-control {
    border-width: 0 0 1px;
}
.select-wrap .dropdown > .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-left: -16px;
    margin-right: -16px;
    padding: 60px 0 18px;
    top: -15px !important;
    transform: none !important;
    width: calc(100% + 32px);
}
.select-wrap .dropdown .dropdown-menu.inner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}
.select-wrap .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 20px;
    padding: 6.5px 18px 6.5px 40px;
    position: relative;
    white-space: break-spaces;
}
.select-wrap .dropdown-item:after,
.select-wrap .dropdown-item:before {
    border-radius: 2px;
    content: "";
    display: block;
    height: 12px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 12px;
}
.select-wrap .dropdown-item:before {
    background: #d9d9d9;
}
.select-wrap .dropdown-item:after {
    background: #183c73;
    opacity: 0;
    visibility: hidden;
}
.select-wrap .dropdown-item.selected:after {
    opacity: 1;
    visibility: visible;
}
.select-wrap .dropdown-item.active,
.select-wrap .dropdown-item:active {
    background: transparent;
}
.select-wrap .bs-searchbox {
    margin-bottom: 23px;
    padding: 0 18px;
    position: relative;
}
.select-wrap .bs-searchbox:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjMiPjxwYXRoIGQ9Im0xNC42NDYgMTUuMzU0LTMuODM3LTMuODM4LjcwNy0uNzA3IDMuODM3IDMuODM3eiIvPjxwYXRoIGQ9Ik02LjYyOCAxMi4yNTZBNS42MjggNS42MjggMCAxIDAgNi42MjggMWE1LjYyOCA1LjYyOCAwIDAgMCAwIDExLjI1Nm0wIDFBNi42MjggNi42MjggMCAxIDAgNi42MjggMGE2LjYyOCA2LjYyOCAwIDAgMCAwIDEzLjI1NiIvPjwvZz48L3N2Zz4=");
    height: 15.35px;
    left: 18px;
    position: absolute;
    top: 0;
    width: 15.35px;
}
.select-wrap .bs-searchbox .form-control {
    background: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    font-size: 16px;
    font-weight: 500;
    height: 31px;
    line-height: 18px;
    padding: 0 0 13px 26px;
}
.select-wrap .bs-searchbox .form-control:focus {
    box-shadow: none;
    outline: none;
}
.select-wrap .show .dropdown-toggle {
    z-index: 9999;
}
.select-wrap .show .dropdown-toggle:before {
    opacity: 0;
    visibility: hidden;
}
.select-wrap .show .dropdown-toggle:after {
    filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(3149%)
        hue-rotate(198deg) brightness(92%) contrast(88%);
    transform: rotate(-180deg);
}
select.js-select {
    visibility: hidden;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.noUi-horizontal {
    background: #a7a7a7;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 1px;
}
.noUi-horizontal .noUi-handle {
    border: none;
    border-radius: 100%;
    height: 12px;
    right: -10px;
    top: -5px;
    width: 12px;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: none;
}
.noUi-origin:nth-child(2) {
    left: 0;
    right: auto;
}
.noUi-origin:nth-child(3) {
    right: 10px;
}
.noUi-touch-area {
    background-color: #14447a;
    border: 2px solid #183c73;
    border-radius: 100%;
}
.noUi-connects {
    height: 2px;
}
.noUi-connect {
    background: #183c73;
}
.noUi-tooltip {
    background-color: transparent;
    border: none;
    bottom: unset !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    top: calc(100% + 11px);
}
.search-input {
    height: 29px;
    position: relative;
}
.search-input .form-control {
    background: transparent;
    border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0.32px;
    line-height: 18px;
    padding: 0 26px 13px;
}
.search-input .icon {
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    fill: #000;
    opacity: 0.3;
}
.checkbox-label {
    cursor: pointer;
    padding-left: 22px;
    position: relative;
}
.checkbox-label input {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
}
.checkbox-label input:checked + span {
    background: #183c73;
}
.checkbox-label input:checked ~ p {
    opacity: 1;
}
.checkbox-label span {
    background: #d9d9d9;
    border-radius: 2px;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 12px;
}
.checkbox-label p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.landing-menu__list {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    list-style: none;
    row-gap: 12px;
}
@media only screen and (max-width: 1439px) {
    .landing-menu__list {
        -moz-column-gap: 12px;
        column-gap: 12px;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 5.5px;
    }
}
.landing-menu__item.active .landing-menu__img,
.landing-menu__item:hover .landing-menu__img {
    filter: grayscale(0);
}
.landing-menu__item a {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    text-decoration: none;
}
.landing-menu__item a span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    word-break: break-word;
}
.landing-menu__img {
    border-radius: 10px;
    filter: grayscale(60%);
    height: 85px;
    transition: all 0.3s ease;
    width: 90px;
}
.landing-menu__img img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.landing-link {
    align-items: center;
    color: #183c73;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 18px;
    text-transform: uppercase;
}
.landing-link:hover {
    color: #4b83d9;
    text-decoration: none;
}
.landing-link .icon {
    width: 21px;
}
.specification-characts {
    display: grid;
    grid-template-columns: repeat(2, 207.5px);
    grid-template-rows: repeat(2, 168px);
}
@media only screen and (max-width: 1439px) {
    .specification-characts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .specification-characts {
        grid-template-rows: repeat(2, 140px);
    }
}
.specification-characts__item {
    align-items: center;
    border: 0 solid #fff;
    border-collapse: collapse;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.specification-characts__item:first-child {
    border-right-width: 1px;
}
.specification-characts__item:first-child,
.specification-characts__item:nth-child(2) {
    border-bottom-width: 1px;
    padding-bottom: 1.8125rem;
}
.specification-characts__item:nth-child(3) {
    border-right-width: 1px;
    padding-top: 1.875rem;
}
.specification-characts__item:nth-child(4) {
    padding-top: 1.875rem;
}
.specification-characts__item span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 1.4375rem;
    max-width: 158px;
    text-align: center;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .specification-characts__item span {
        font-size: 14px;
        line-height: 20px;
        max-width: 133px;
    }
}
.loyalty {
    margin-bottom: 19px;
}
@media only screen and (max-width: 575px) {
    .loyalty {
        margin-bottom: 30px;
    }
}
.loyalty__inner {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.loyalty__inner::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.loyalty__inner-wrap {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: -ms-flexbox;
    display: flex;
}
.loyalty__line {
    background: #183c73;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 39px;
    transition: all 0.3s ease;
}
.loyalty__item {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    color: #4b5259;
    flex: 0 0 210px;
    max-width: 210px;
    padding: 11px 15px 13px 16px;
    position: relative;
}
.loyalty__item.active {
    background: #183c73;
    border-color: #183c73;
    color: #dfdfdf;
}
.loyalty__item.active:not(:first-child):before {
    background: #183c73;
    border-radius: 50%;
    bottom: -17px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 6px;
}
.loyalty__item.active:not(:first-child):after {
    background: #183c73;
    content: "";
    height: 27px;
    left: 50%;
    position: absolute;
    top: calc(100% + 14px);
    transform: translateX(-50%);
    width: 1px;
}
.loyalty__item.active .loyalty__item-percentage:after {
    background: #fff;
}
.loyalty__item.active .loyalty__item-percentage span:first-child {
    color: #fff;
}
.loyalty__item.active .loyalty__item-arrow:after,
.loyalty__item.active .loyalty__item-arrow:before {
    border-left-color: #183c73;
}
.loyalty__item-arrow {
    color: transparent;
    height: 19px;
    position: absolute;
    right: -10px;
    top: 48%;
    transform: translateY(-50%);
    width: 12px;
}
.loyalty__item-arrow:after,
.loyalty__item-arrow:before {
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    display: block;
    position: absolute;
}
.loyalty__item-arrow:after {
    border-left-color: #f5f5f5;
    right: 0;
}
.loyalty__item-arrow:before {
    border-left-color: #dfdfdf;
    right: -1px;
}
.loyalty__item-level {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
}
.loyalty__item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 9px;
}
.loyalty__item-percentage {
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    padding-bottom: 12px;
    position: relative;
}
.loyalty__item-percentage:after {
    background: #4b5259;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 76px;
}
.loyalty__item-percentage span:first-child {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
}
.loyalty__item-percentage span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.loyalty__item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.loyalty__content {
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 21px;
}
@media only screen and (max-width: 1439px) {
    .loyalty__content {
        row-gap: 46px;
    }
}
@media only screen and (max-width: 575px) {
    .loyalty__content {
        row-gap: 37px;
    }
}
@media only screen and (max-width: 1439px) {
    .loyalty__content-wrap {
        flex-direction: column;
        row-gap: 30px;
    }
}
.loyalty__content-box {
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media only screen and (max-width: 1199px) {
    .loyalty__content-box {
        row-gap: 37px;
    }
}
@media only screen and (max-width: 575px) {
    .loyalty__content-box {
        row-gap: 27px;
    }
}
.loyalty__content-img {
    flex: 0 0 82px;
    max-width: 82px;
}
@media only screen and (max-width: 767px) {
    .loyalty__content-img {
        flex: 0 0 54px;
        margin-right: 25px;
        max-width: 54px;
    }
}
.loyalty__content-item {
    max-width: 210px;
}
@media only screen and (max-width: 575px) {
    .loyalty__content-item {
        max-width: 269px;
    }
}
.loyalty__content-item h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 18px;
}
.loyalty__content-item p {
    color: #4b5259;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.loyalty__content-item-single {
    -moz-column-gap: 68px;
    column-gap: 68px;
}
@media only screen and (max-width: 991px) {
    .loyalty__content-item-single {
        flex-direction: column;
        row-gap: 17px;
    }
}
.loyalty__content-item-single h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}
@media only screen and (max-width: 767px) {
    .loyalty__content-item-single h5 {
        font-size: 20px;
        line-height: 20px;
    }
}
.loyalty__content-item-single p {
    color: #4b5259;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 328px;
}
@media only screen and (max-width: 767px) {
    .loyalty__content-item-single p {
        font-size: 16px;
        max-width: 209px;
    }
}
.loyalty__content-link {
    color: #183c73;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
.loyalty__content-link .icon {
    flex: 0 0 14px;
    height: 14px;
    margin-right: 9px;
    margin-top: 3px;
}
.g-recaptcha {
    margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
    .banners-slider {
        margin: 0 -15px;
    }
}
.banners-slider__item {
    height: 370px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .banners-slider__item {
        height: 330px;
    }
}
@media only screen and (max-width: 1199px) {
    .banners-slider__item {
        height: 375px;
    }
}
@media only screen and (max-width: 991px) {
    .banners-slider__item {
        height: 630px;
    }
}
@media only screen and (max-width: 767px) {
    .banners-slider__item {
        height: 460px;
    }
}
@media only screen and (max-width: 575px) {
    .banners-slider__item {
        height: 360px;
    }
}
.banners-slider__item:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}
.banners-slider__item:hover:after {
    opacity: 1;
    visibility: visible;
}
.banners-slider__item picture {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 991px) {
    .banners-slider__item picture {
        bottom: 0;
        top: auto;
    }
}
.banners-slider__item img {
    height: 100%;
    width: 100%;
}
.banners-slider__item img,
.banners-slider__item video {
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 992px) {
    .banners-slider__item video {
        height: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .banners-slider__item video {
        width: 100%;
    }
}
.promo {
    margin-bottom: 100px;
    padding-top: 6px;
}
@media only screen and (max-width: 767px) {
    .promo {
        margin-bottom: 30px;
        padding-top: 4px;
    }
}
.promo__row {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 57px;
}
.promo__col:first-child {
    flex: 0 0 auto;
    max-width: calc(67.4% - 10px);
}
@media only screen and (max-width: 1199px) {
    .promo__col:first-child {
        max-width: 100%;
    }
}
.promo__col:last-child {
    max-width: calc(32.6% - 10px);
}
@media only screen and (max-width: 1199px) {
    .promo__col:last-child {
        max-width: 100%;
    }
}
.promo__banners .swiper-pagination {
    bottom: auto;
    top: calc(100% + 19px);
}
@media only screen and (max-width: 767px) {
    .promo__banners .swiper-pagination {
        top: calc(100% + 14px);
    }
}
.promo__banners .swiper-pagination-bullet {
    margin: 0 6px !important;
}
.promo__title {
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 28px;
    font-weight: 600;
    line-height: 23px;
}
.promo__title .icon--link-arrow-right {
    height: 12px;
    width: 31px;
}
.promo-news {
    height: 323px;
}
@media only screen and (max-width: 1439px) {
    .promo-news {
        height: 283px;
    }
}
.promo-news-slider {
    height: 100%;
}
.promo-news-slider .swiper-slide {
    transition: opacity 0.5s ease;
}
.promo-news-slider .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
    opacity: 0.6;
}
.promo-news-slider__item {
    border: 1px solid rgba(24, 60, 115, 0.5);
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(20, 68, 122, 0.3);
    padding: 9px 35px 15px 21px;
}
@media only screen and (max-width: 767px) {
    .promo-news-slider__item {
        padding: 9px 13px 10px 19px;
    }
}
.promo-news-slider__head {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .promo-news-slider__head {
        margin-bottom: 2px;
    }
}
.promo-news-slider__head time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .promo-news-slider__head time {
        font-size: 12px;
    }
}
.promo-news-slider__body p {
    color: #183c73;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .promo-news-slider__body p {
        font-size: 20px;
    }
}
.promo-news-slider__img {
    height: 23px;
    right: 14px;
    top: 11px;
    width: 22px;
}
.promo-news-slider__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.benefits {
    position: relative;
}
.benefits:before {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(53.51%, rgba(15, 59, 191, 0.1)),
        color-stop(103.47%, rgba(15, 59, 191, 0))
    );
    background: linear-gradient(
        270deg,
        rgba(15, 59, 191, 0.1) 53.51%,
        rgba(15, 59, 191, 0) 103.47%
    );
    content: "";
    height: 391px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    width: 100%;
}
@media only screen and (max-width: 1439px) {
    .benefits:before {
        height: 366px;
    }
}
@media only screen and (max-width: 991px) {
    .benefits:before {
        height: 522px;
        top: 0;
        transform: translate(0);
    }
}
@media only screen and (max-width: 575px) {
    .benefits:before {
        height: 459px;
    }
}
.benefits__content {
    background: url(/images/benefits/body-builder.png) 3px 0 no-repeat,
        url(/images/benefits/percent.svg) 100% 23px no-repeat;
    padding: 83px 0 0;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .benefits__content {
        background: url(/images/benefits/body-builder.png) 3px 9px/340px 315px
                no-repeat,
            url(/images/benefits/percent.svg) 100% 7px/200px 240px no-repeat;
    }
}
@media only screen and (max-width: 1199px) {
    .benefits__content {
        background: url(/images/benefits/percent.svg) 100% 7px/200px 240px
            no-repeat;
    }
}
@media only screen and (max-width: 991px) {
    .benefits__content {
        background: url(/images/benefits/percent.svg) 100% 0/200px 240px
            no-repeat;
    }
}
@media only screen and (max-width: 767px) {
    .benefits__content {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .benefits__content {
        background: url(/images/benefits/percent.svg) 100% 0/145px 190px
            no-repeat;
        padding-top: 29px;
    }
}
.benefits__content-inner {
    padding-left: 32px;
}
@media only screen and (max-width: 767px) {
    .benefits__content-inner {
        padding-left: 0;
    }
}
.benefits__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1439px) {
    .benefits__title {
        font-size: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .benefits__title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 19px;
        max-width: 295px;
    }
}
.benefits__title h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.benefits__description {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 44px;
    max-width: 803px;
}
@media only screen and (max-width: 1439px) {
    .benefits__description {
        font-size: 18px;
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .benefits__description {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
        max-width: 350px;
    }
}
.benefits__description p {
    margin-bottom: 0;
}
.benefits__box:nth-child(2) {
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .benefits__box:nth-child(2) {
        align-items: flex-start;
        flex-direction: column-reverse;
        row-gap: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .benefits__box:nth-child(2) {
        row-gap: 50px;
    }
}
.benefits__graph-img {
    max-width: 599px;
}
@media only screen and (max-width: 1439px) {
    .benefits__graph-img {
        max-width: 440px;
    }
}
@media only screen and (max-width: 991px) {
    .benefits__graph-img {
        max-width: none;
        width: 400px;
    }
}
@media only screen and (max-width: 575px) {
    .benefits__graph-img {
        max-width: 351px;
        width: 100%;
    }
}
.benefits__graph-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
}
.benefits-btn {
    font-size: 20px;
    margin-bottom: 31px;
    padding: 14.5px 82.5px;
}
@media only screen and (max-width: 1439px) {
    .benefits-btn {
        margin-bottom: 20px;
        padding: 10px 70px;
    }
}
@media only screen and (max-width: 991px) {
    .benefits-btn {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
    .benefits-btn {
        font-size: 18px;
        padding: 4.5px 43px;
    }
}
.wizard {
    position: relative;
}
.wizard__form {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .wizard__form {
        flex-wrap: wrap;
    }
}
.wizard__title {
    margin-bottom: 71px;
}
@media only screen and (max-width: 1199px) {
    .wizard__title {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__title {
        margin-bottom: 23px;
    }
}
.wizard__item {
    padding-bottom: 33px;
    padding-top: 26px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .wizard__item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width: 1199px) {
    .wizard__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__item {
        padding-bottom: 12px;
        padding-top: 10px;
    }
}
.wizard__item .custom-control {
    padding-left: 0;
}
.wizard__item .custom-control:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
    .wizard__item .custom-control:not(:last-child) {
        margin-bottom: 2px;
    }
}
.wizard__item .custom-control-label {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-left: 29px;
}
@media only screen and (max-width: 1439px) {
    .wizard__item .custom-control-label {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .wizard__item .custom-control-label {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__item .custom-control-label {
        font-size: 13px;
        padding-left: 15px;
    }
}
.wizard__item .custom-control-label:before {
    background: #d9d9d9;
    height: 18px;
    left: 0;
    width: 18px;
}
@media only screen and (max-width: 575px) {
    .wizard__item .custom-control-label:before {
        height: 9.13px;
        width: 9.13px;
    }
}
.wizard__item .custom-control-label:after {
    background: #fff;
    border-radius: 50%;
    height: 8px;
    left: 5px;
    width: 8px;
}
@media only screen and (max-width: 575px) {
    .wizard__item .custom-control-label:after {
        height: 4.06px;
        left: 2.54px;
        width: 4.06px;
    }
}
@media only screen and (min-width: 1440px) {
    .wizard__item .custom-select {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
}
@media only screen and (max-width: 1439px) {
    .wizard__item .custom-select {
        padding-right: 34px;
    }
}
.wizard__item:first-child {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 1440px) {
    .wizard__item:first-child {
        flex: 0 0 21.8125rem;
        max-width: 21.8125rem;
    }
}
@media only screen and (max-width: 767px) {
    .wizard__item:first-child {
        flex: 0 0 100%;
        height: 178px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__item:first-child {
        height: 115px;
    }
}
.wizard__item:first-child:before {
    background: rgba(30, 17, 172, 0.3);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 119px;
}
@media only screen and (max-width: 575px) {
    .wizard__item:first-child:before {
        width: 54px;
    }
}
.wizard__item:nth-child(2) {
    background: rgba(24, 60, 115, 0.15);
}
@media only screen and (min-width: 1440px) {
    .wizard__item:nth-child(2) {
        flex: 0 0 22.1875rem;
        max-width: 22.1875rem;
    }
}
.wizard__item:nth-child(3) {
    background: rgba(24, 60, 115, 0.1);
    flex: 1 1 auto;
    max-width: 100%;
}
@media only screen and (max-width: 1199px) {
    .wizard__item:nth-child(3) {
        flex: 1 1 50%;
    }
}
.wizard__subtitle {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 27px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .wizard__subtitle {
        font-size: 24px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .wizard__subtitle {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .wizard__subtitle {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .wizard__subtitle {
        font-size: 20px;
        margin-bottom: 19px;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__subtitle {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 12px;
        padding-bottom: 9px;
        padding-left: 13px;
    }
}
.wizard__subtitle:before {
    background: hsla(0, 0%, 62%, 0.5);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .wizard__subtitle:before {
        right: 22px;
        width: calc(100% - 22px);
    }
}
.wizard__item-inner {
    padding-left: 40px;
    padding-right: 38px;
}
@media only screen and (max-width: 1439px) {
    .wizard__item-inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wizard__item-inner {
        padding: 0 14px;
    }
}
.banners__col-inner {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    padding: 35px 10px 328px 41px;
}
.banners__col-inner:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1199px) {
    .banners__col-inner {
        padding: 35px 10px 295px 41px;
    }
}
@media only screen and (max-width: 991px) {
    .banners__col-inner {
        padding: 30px 10px 250px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .banners__col-inner {
        padding: 30px 10px 165px 30px;
    }
}
.banners__col:first-child .banners__col-inner {
    background-position-x: 45px, 0;
    background-position-y: 90%, 0;
    background-repeat: no-repeat;
    background-size: 222px 275px, cover;
}
@media only screen and (max-width: 1439px) {
    .banners__col:first-child .banners__col-inner {
        background-position-x: center, 0;
        background-position-y: 90%, 0;
        background-size: 200px 230px, cover;
    }
}
@media only screen and (max-width: 1199px) {
    .banners__col:first-child .banners__col-inner {
        background-position-y: 85%, 0;
        background-size: 170px 185px, cover;
    }
}
@media only screen and (max-width: 991px) {
    .banners__col:first-child .banners__col-inner {
        background-size: 135px 160px, cover;
    }
}
@media only screen and (max-width: 767px) {
    .banners__col:first-child .banners__col-inner {
        background-position-x: 70%, 0;
        background-position-y: 45%, 0;
        background-size: 175px 185px, cover;
    }
}
@media only screen and (max-width: 575px) {
    .banners__col:first-child .banners__col-inner {
        background-position-x: 75%, 0;
        background-position-y: 80%, 0;
        background-size: 120px 140px, cover;
    }
}
.banners__col:nth-child(2) .banners__col-inner {
    background-position-x: 112px, 0;
    background-position-y: bottom, 0;
    background-repeat: no-repeat;
    background-size: 270px 400px, cover;
}
@media only screen and (max-width: 1439px) {
    .banners__col:nth-child(2) .banners__col-inner {
        background-position-x: center, 0;
        background-size: 230px 340px, cover;
    }
}
@media only screen and (max-width: 1199px) {
    .banners__col:nth-child(2) .banners__col-inner {
        background-size: 195px 300px, cover;
    }
}
@media only screen and (max-width: 991px) {
    .banners__col:nth-child(2) .banners__col-inner {
        background-size: 165px 250px, cover;
    }
}
@media only screen and (max-width: 767px) {
    .banners__col:nth-child(2) .banners__col-inner {
        background-position-x: 65%, 0;
        background-size: 155px 230px, cover;
    }
}
.banners__col:nth-child(3) .banners__col-inner {
    background-position-x: center, 0;
    background-position-y: 85%, 0;
    background-repeat: no-repeat;
    background-size: 356px 285px, cover;
}
@media only screen and (max-width: 1439px) {
    .banners__col:nth-child(3) .banners__col-inner {
        background-size: 300px 230px, cover;
    }
}
@media only screen and (max-width: 1199px) {
    .banners__col:nth-child(3) .banners__col-inner {
        background-size: 240px 200px, cover;
    }
}
@media only screen and (max-width: 991px) {
    .banners__col:nth-child(3) .banners__col-inner {
        background-size: 180px 160px, cover;
    }
}
@media only screen and (max-width: 767px) {
    .banners__col:nth-child(3) .banners__col-inner {
        background-position-x: 75%, 0;
        background-position-y: 50%, 0;
        background-size: 230px 180px, cover;
    }
}
@media only screen and (max-width: 575px) {
    .banners__col:nth-child(3) .banners__col-inner {
        background-position-x: 70%, 0;
        background-position-y: 50%, 0;
        background-size: 201px 170px, cover;
    }
}
.banners__title {
    font-size: 40px;
    line-height: 50px;
}
.banners__title .icon {
    width: 29px;
    fill: #000;
    transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
    .banners__title {
        font-size: 30px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 991px) {
    .banners__title {
        font-size: 22px;
        line-height: 28px;
    }
}
.advantages__box {
    background: rgba(24, 60, 115, 0.05);
    min-height: 100%;
    padding: 40px 20px 40px 40px;
}
@media only screen and (max-width: 1439px) {
    .advantages__box {
        padding: 25px 20px 40px 25px;
    }
}
@media only screen and (max-width: 991px) {
    .advantages__box {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__box {
        justify-content: space-between;
    }
}
.advantages__box h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 38px;
    max-width: 195px;
}
@media only screen and (max-width: 1199px) {
    .advantages__box h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        max-width: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .advantages__box h4 {
        max-width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__box h4 {
        max-width: 145px;
    }
}
.advantages__box p {
    color: #7e7e7e;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 200px;
}
@media only screen and (max-width: 1199px) {
    .advantages__box p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .advantages__box p {
        max-width: 100%;
        text-align: center;
    }
}
.advantages__box img {
    max-width: 122px;
}
.filters {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(15, 59, 191, 0.07)),
        to(rgba(15, 59, 191, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(15, 59, 191, 0.07),
        rgba(15, 59, 191, 0)
    );
    color: #000;
    position: relative;
}
.filters .input-group {
    max-width: 450px;
}
@media only screen and (max-width: 1199px) {
    .filters .input-group {
        max-width: 350px;
    }
}
.filters__grid-row {
    -moz-column-gap: 36px;
    column-gap: 36px;
}
@media only screen and (max-width: 767px) {
    .filters__grid-row {
        grid-template-columns: repeat(2, 157px);
    }
    .filters__col {
        flex-direction: column;
        row-gap: 32px;
    }
}
.filters__form {
    align-items: flex-start;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .filters__form {
        align-items: stretch;
        flex-direction: column;
    }
}
.filters__form-content {
    background: #e3e8f1;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 41px;
    padding-right: 34px;
    padding-top: 37px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .filters__form-content {
        margin-right: calc(-50vw - -258px);
        padding-right: calc(50vw - 258px);
    }
}
@media only screen and (max-width: 575px) {
    .filters__form-content {
        margin-right: -15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .filters__form-item:first-child .filters__form-item-row {
        flex-direction: column;
        row-gap: 32px;
    }
}
.filters__form-item:not(:first-child) {
    padding-bottom: 15px;
    padding-top: 36px;
}
@media only screen and (max-width: 1439px) {
    .filters__form-item:not(:first-child) {
        padding-top: 51px;
    }
}
@media only screen and (max-width: 767px) {
    .filters__form-item:not(:first-child) {
        padding-bottom: 0;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .filters__form-item:not(:first-child) .filters__form-item-row {
        flex-direction: column-reverse;
    }
}
.filters__form-item-row {
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .filters__form-item-row .clear-btn {
        margin-top: 48px;
    }
}
.filters__form-item-title {
    align-items: center;
    color: #000;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 20px;
    text-transform: uppercase;
}
.filters__form-item-title .icon {
    fill: #183c73;
    height: 20px;
    width: 19px;
}
.filters__form-item-selects {
    align-items: center;
    -moz-column-gap: 51px;
    column-gap: 51px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(4, 183px);
    max-width: 885px;
    row-gap: 37px;
    width: 100%;
}
@media only screen and (max-width: 1439px) {
    .filters__form-item-selects {
        grid-template-columns: repeat(2, 1fr);
        max-width: 560px;
    }
}
@media only screen and (max-width: 1199px) {
    .filters__form-item-selects {
        grid-template-columns: repeat(2, 173px);
        justify-content: space-between;
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .filters__form-item-selects {
        grid-template-columns: repeat(2, 150px);
    }
}
@media only screen and (max-width: 767px) {
    .filters__form-item-selects {
        -moz-column-gap: 36px;
        column-gap: 36px;
        grid-template-columns: repeat(2, 240px);
        max-width: 100%;
        row-gap: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .filters__form-item-selects {
        grid-template-columns: repeat(2, 157px);
    }
}
.filters__form-sort {
    align-items: flex-start;
    -moz-column-gap: 28px;
    column-gap: 28px;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 54px;
    padding-left: 17px;
    padding-top: 37px;
}
@media only screen and (min-width: 768px) {
    .filters__form-sort {
        flex: 0 1 330px;
    }
}
@media only screen and (max-width: 767px) {
    .filters__form-sort {
        -moz-column-gap: 36px;
        column-gap: 36px;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 47px;
    }
}
.filters__form-sort-title {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 20px;
    text-transform: uppercase;
}
.filters__form-sort-title .icon {
    height: 11px;
    width: 12px;
    fill: #183c73;
}
.filters__form-sort .select-wrap {
    flex-grow: 1;
}
.filters__range-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
@media only screen and (max-width: 1439px) {
    .filters__range-wrap {
        order: 1;
    }
}
.filters__range-wrap span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    line-height: 20px;
}
.posts {
    padding-top: 59px;
}
.posts__link-img {
    display: block;
    height: 340px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1439px) {
    .posts__link-img {
        height: 290px;
    }
}
@media only screen and (max-width: 1199px) {
    .posts__link-img {
        height: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .posts__link-img {
        height: 170px;
    }
}
@media only screen and (max-width: 575px) {
    .posts__link-img {
        height: 150px;
        margin-bottom: 10px;
    }
}
.posts__link-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.posts__title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    max-width: 410px;
}
@media only screen and (max-width: 1199px) {
    .posts__title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .posts__title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .posts__title {
        font-size: 14px;
        line-height: 18px;
    }
}
.posts__title a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.posts__title a:hover {
    text-decoration: none;
}
.post {
    padding-top: 44px;
}
@media only screen and (max-width: 575px) {
    .post {
        padding-top: 30px;
    }
}
.post__row {
    -moz-column-gap: 88px;
    column-gap: 88px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 471px;
}
@media only screen and (max-width: 1439px) {
    .post__row {
        grid-template-rows: 410px;
    }
}
@media only screen and (max-width: 1199px) {
    .post__row {
        grid-template-rows: 360px;
    }
}
@media only screen and (max-width: 991px) {
    .post__row {
        -moz-column-gap: 70px;
        column-gap: 70px;
        grid-template-rows: 310px;
    }
}
@media only screen and (max-width: 767px) {
    .post__row {
        grid-template-columns: auto;
        grid-template-rows: 1fr 310px;
        row-gap: 30px;
    }
}
.post__col:first-child {
    padding-top: 68px;
}
@media only screen and (max-width: 1199px) {
    .post__col:first-child {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .post__col:first-child {
        padding-top: 0;
    }
}
.post__links-list {
    max-width: 440px;
}
.post__links-list li a {
    color: #183c73;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 3px;
    transition: all 0.3s ease;
}
.post__title {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 17px;
}
@media only screen and (max-width: 1439px) {
    .post__title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 1199px) {
    .post__title {
        font-size: 35px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .post__title {
        font-size: 25px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .post__title {
        font-size: 24px;
        line-height: 30px;
    }
}
.post__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.post__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1078px;
    padding-top: 75px;
}
@media only screen and (max-width: 1199px) {
    .post__text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .post__text {
        line-height: 26px;
        padding-top: 40px;
    }
}
.post__text p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
    .post__text p {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .post__text ul {
        padding-left: 25px;
    }
}
.post__text h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .post__text h5 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .post__text h5 {
        font-size: 20px;
    }
}
.wholesale-screen {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}
@media only screen and (max-width: 991px) {
    .wholesale-screen {
        display: grid;
        grid-template-rows: 1fr 460px;
    }
}
@media only screen and (max-width: 767px) {
    .wholesale-screen {
        grid-template-rows: 1fr 320px;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen {
        grid-template-rows: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 992px) {
    .wholesale-screen__col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
.wholesale-screen__col:first-child {
    background: #e1edff;
    padding-bottom: 96px;
    padding-top: 103px;
}
@media only screen and (max-width: 991px) {
    .wholesale-screen__col:first-child {
        padding-right: calc(50vw - 354px);
    }
}
@media only screen and (max-width: 767px) {
    .wholesale-screen__col:first-child {
        padding-bottom: 40px;
        padding-right: calc(50vw - 258px);
        padding-top: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen__col:first-child {
        padding-right: 15px;
    }
}
.wholesale-screen__col:nth-child(2) {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.wholesale-screen__col:nth-child(2):before {
    background: rgba(17, 33, 172, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 487px;
    top: 0;
    width: 196px;
}
@media only screen and (max-width: 1439px) {
    .wholesale-screen__col:nth-child(2):before {
        right: 315px;
        width: 110px;
    }
}
@media only screen and (max-width: 1199px) {
    .wholesale-screen__col:nth-child(2):before {
        right: 250px;
        width: 90px;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen__col:nth-child(2):before {
        right: 170px;
        width: 60px;
    }
}
.wholesale-screen__col:nth-child(2):after {
    background: rgba(17, 33, 172, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
}
@media only screen and (max-width: 1439px) {
    .wholesale-screen__col:nth-child(2):after {
        width: 260px;
    }
}
@media only screen and (max-width: 1199px) {
    .wholesale-screen__col:nth-child(2):after {
        width: 200px;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen__col:nth-child(2):after {
        width: 135px;
    }
}
.wholesale-screen__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 84px;
}
@media only screen and (max-width: 1199px) {
    .wholesale-screen__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .wholesale-screen__title {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen__title {
        font-size: 34px;
        line-height: 40px;
    }
}
.wholesale-screen__description {
    color: #183c73;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    max-width: 482px;
}
@media only screen and (max-width: 767px) {
    .wholesale-screen__description {
        font-size: 25px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .wholesale-screen__description {
        font-size: 22px;
        line-height: 30px;
    }
}
.wholesale-screen__description .icon--arrow-to-bottom {
    height: 18px;
    margin-left: 8px;
    width: 8px;
}
.cycle {
    padding-bottom: 234px;
    padding-top: 59px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .cycle {
        padding-bottom: 168px;
    }
}
.cycle__content {
    padding-left: 96px;
}
@media only screen and (max-width: 1439px) {
    .cycle__content {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle__content {
        padding-left: 0;
    }
}
.cycle__title {
    color: #fff;
    font-size: 150px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 55px;
    margin-right: -6px;
    text-align: end;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 1439px) {
    .cycle__title {
        font-size: 130px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle__title {
        font-size: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle__title {
        font-size: 80px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cycle__title {
        font-size: 65px;
        text-align: left;
    }
}
@media only screen and (max-width: 575px) {
    .cycle__title {
        font-size: 49px;
        margin-bottom: 37px;
    }
}
.cycle__subtitle {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1439px) {
    .cycle__subtitle {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle__subtitle {
        font-size: 37px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle__subtitle {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle__subtitle {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 31px;
        max-width: 257px;
    }
    .cycle__subtitle br {
        display: none;
    }
}
.cycle__info {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    max-width: 275px;
}
@media only screen and (max-width: 1439px) {
    .cycle__info {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle__info {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cycle__info {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
    }
}
.cycle p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.cycle p:not(:last-child) {
    margin-bottom: 1rem;
}
.cycle__votes {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 27px;
}
.cycle-btn {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    padding: 18px 95px;
}
@media only screen and (max-width: 1439px) {
    .cycle-btn {
        padding: 14px 65px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-btn {
        padding: 18px 65px;
        width: 100%;
    }
}
.cycle__last-price {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 37px;
    position: relative;
}
.cycle__last-price:after {
    background: #fff;
    content: "";
    height: 2.5px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: rotate(-8deg) translateY(-50%);
    width: calc(100% + 17px);
}
.cycle__sale {
    color: #af1e26;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
}
.cycle__new-price {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.new-cycle {
    background: #000;
    margin-bottom: 75px;
}
@media only screen and (max-width: 575px) {
    .new-cycle {
        margin-bottom: 33px;
    }
}
.new-cycle__subtitle {
    max-width: 455px;
    padding: 109px 0 0 49px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .new-cycle__subtitle {
        padding: 65px 0 0 40px;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle__subtitle {
        padding: 40px 0 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle__subtitle {
        max-width: 350px;
        padding: 0 0 0 19px;
    }
}
.new-cycle__subtitle h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .new-cycle__subtitle h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle__subtitle h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle__subtitle h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
.new-cycle__subtitle:after {
    background: #e73232;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.new-cycle__title {
    background: url(/images/cycle/cloud-top.png) 0 0/100% auto no-repeat;
    padding: 80px 0 99px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1599px) {
    .new-cycle__title {
        padding: 60px 0 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle__title {
        background: url(/images/cycle/cloud-top.png) 0 0/100% 100% no-repeat;
        padding: 45px 0;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle__title {
        margin-top: 400px;
        position: relative;
        z-index: 1;
    }
}
.new-cycle__title h1 {
    color: #e73232;
    font-size: 130px;
    font-weight: 900;
    line-height: 100%;
    position: relative;
    text-align: right;
    z-index: 1;
}
@media only screen and (max-width: 1599px) {
    .new-cycle__title h1 {
        font-size: 125px;
    }
}
@media only screen and (max-width: 1439px) {
    .new-cycle__title h1 {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle__title h1 {
        font-size: 85px;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle__title h1 {
        font-size: 65px;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle__title h1 {
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle__title h1 {
        font-size: 49px;
    }
}
.new-cycle__content {
    padding-left: 38px;
}
@media only screen and (max-width: 1439px) {
    .new-cycle__content {
        padding-left: 0;
    }
}
.new-cycle__info {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0;
    max-width: 310px;
}
@media only screen and (max-width: 1439px) {
    .new-cycle__info {
        font-size: 16px;
        max-width: 295px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle__info {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle__info {
        font-size: 15px;
        line-height: 28px;
    }
}
.new-cycle__info p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.new-cycle__info p:not(:last-child) {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .new-cycle__info p:not(:last-child) {
        margin-bottom: 25px;
    }
}
.new-cycle-btn {
    background: #fff;
    color: #183c73;
    font-size: 28px;
    font-weight: 900;
    line-height: 40px;
    padding: 18px 94px;
}
@media only screen and (max-width: 1439px) {
    .new-cycle-btn {
        padding: 14px 65px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle-btn {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle-btn {
        font-weight: 700;
    }
}
.new-cycle-advantages {
    background: url(/images/cycle/cloud.png) 0 0/100% auto no-repeat;
    padding-top: 159px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .new-cycle-advantages {
        padding-top: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle-advantages {
        padding-top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle-advantages {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle-advantages {
        background: url(/images/cycle/cloud.png) 0 0/100% 80px no-repeat;
    }
}
.new-cycle-advantages__row {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 992px) {
    .new-cycle-advantages__row {
        flex-wrap: wrap;
        margin: 0 -15px;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle-advantages__row {
        -moz-column-gap: 20px;
        column-gap: 20px;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .new-cycle-advantages__col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle-advantages__col {
        min-width: 310px;
    }
}
.new-cycle-advantages__box {
    background: url(/images/cycle/advantages-bg.png) 0 0/100% 100% no-repeat;
    height: 100%;
    padding: 39px 51px 55px 46px;
}
@media only screen and (max-width: 1199px) {
    .new-cycle-advantages__box {
        padding: 32px 35px 29px 31px;
    }
}
.new-cycle-advantages__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
    max-width: 352px;
    padding-bottom: 40px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .new-cycle-advantages__title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle-advantages__title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 31px;
    }
}
.new-cycle-advantages__title:after {
    background-color: #e73232;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 160px;
}
@media only screen and (max-width: 1199px) {
    .new-cycle-advantages__title:after {
        height: 4px;
        width: 111px;
    }
}
.news-feed {
    padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
    .news-feed {
        padding-bottom: 72px;
    }
}
.news-feed__tabs nav {
    margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
    .news-feed__tabs .tab-content {
        margin-right: -15px;
    }
}
.news-feed__title {
    margin-bottom: 39px;
}
@media only screen and (max-width: 575px) {
    .news-feed__title {
        font-size: 36px;
    }
}
.news-feed__slider-wrap {
    position: relative;
}
.news-feed__slider-wrap .swiper-slide {
    height: auto;
}
.news-feed__slider {
    min-width: 0;
    position: relative;
}
.news-feed__slider .swiper-slide {
    height: auto;
}
.news-feed__box {
    min-width: 0;
}
.news-feed__item {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 9px 26px 22px;
}
.news-feed__item-date {
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 2px;
    padding-left: 28px;
    position: relative;
}
.news-feed__item-date:before {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
}
.news-feed__item-title {
    display: inline-block;
    flex-grow: 1;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 42px;
    max-width: 275px;
    text-decoration: none;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .news-feed__item-title {
        font-size: 22px;
        line-height: 30px;
    }
}
.news-feed__item-title:hover {
    color: #4d4d4d;
    text-decoration: none;
}
.news-feed__item-author {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
}
.news-feed__item-author img {
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 30px;
}
.news-feed__item-author span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
}
.news-feed-next {
    align-items: center;
    border: 2px solid #eee;
    color: #7e7e7e;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    left: -60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 48px;
}
.news-feed .nav-tabs {
    border: none;
    -moz-column-gap: 56px;
    column-gap: 56px;
    justify-content: center;
}
.news-feed .nav-link {
    align-items: center;
    background: transparent;
    border: none;
    color: #bebebe;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    padding: 0;
}
@media only screen and (max-width: 575px) {
    .news-feed .nav-link {
        font-size: 15px;
    }
}
.news-feed .nav-link .icon {
    opacity: 0;
    visibility: hidden;
}
.news-feed .nav-link.active .icon {
    opacity: 1;
    visibility: visible;
}
.news-article {
    padding-bottom: 72px;
    padding-top: 41px;
}
.news-article__date {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    margin-right: 76px;
    padding-left: 28px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .news-article__date {
        margin-right: 19px;
    }
}
.news-article__date:after {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
}
.news-article__author {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
}
.news-article__author img {
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 30px;
}
@media only screen and (max-width: 575px) {
    .news-article__author img {
        height: 20px;
        width: 20px;
    }
}
.news-article__author span {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 38px;
}
.news-article__title {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
    .news-article__title {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1199px) {
    .news-article__title {
        font-size: 36px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .news-article__title {
        font-size: 30px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 575px) {
    .news-article__title {
        font-size: 28px;
        line-height: 34px;
    }
}
.news-article__content {
    margin: 0 auto;
    max-width: 1078px;
    padding-top: 72px;
}
@media only screen and (max-width: 1439px) {
    .news-article__content {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 767px) {
    .news-article__content {
        padding-top: 49px;
    }
}
.news-article__content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .news-article__content p {
        font-size: 16px;
        line-height: 26px;
    }
}
.news-article__content a {
    color: #183c73;
    font-weight: 700;
}
.news-article__content img {
    margin-bottom: 2rem;
}
.parameters__title {
    margin-right: 44px;
    max-width: 239px;
}
@media only screen and (max-width: 991px) {
    .parameters__title {
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }
}
.parameters__title span {
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 31px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .parameters__title span {
        margin-bottom: 26px;
        padding-bottom: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .parameters__title span {
        font-size: 16px;
        line-height: 24px;
    }
}
.parameters__title span:after {
    background-color: #183c73;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .parameters__title span:after {
        left: 50%;
        transform: translateX(-50%);
        width: 216px;
    }
}
.parameters__list {
    display: grid;
    gap: 5px;
    grid-auto-rows: 77px;
    grid-template-columns: repeat(4, 278px);
    grid-template-rows: repeat(2, 77px);
}
@media only screen and (max-width: 1439px) {
    .parameters__list {
        grid-template-columns: repeat(3, 278px);
    }
}
@media only screen and (max-width: 1199px) {
    .parameters__list {
        grid-template-columns: repeat(2, 300px);
    }
}
@media only screen and (max-width: 991px) {
    .parameters__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 575px) {
    .parameters__list {
        gap: 12px;
        grid-auto-rows: 1fr;
        grid-template-rows: repeat(1, 1fr);
    }
}
.parameters__item {
    background: rgba(24, 60, 115, 0.05);
    border-left: 4px solid rgba(24, 60, 115, 0.3);
    border-radius: 4px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 22px 19px 22px 24px;
}
@media only screen and (max-width: 575px) {
    .parameters__item {
        border-width: 3px;
        flex-direction: column;
        padding: 15px 18px 15px 16px;
        row-gap: 14px;
    }
}
.parameters__icon svg {
    height: 32px;
    width: 32px;
}
@media only screen and (max-width: 575px) {
    .parameters__icon svg {
        height: 25px;
        width: 25px;
    }
}
.parameters__name {
    max-width: 112px;
}
@media only screen and (max-width: 767px) {
    .parameters__name {
        max-width: 85px;
    }
}
.parameters__name span {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    white-space: wrap;
}
@media only screen and (max-width: 767px) {
    .parameters__name span {
        font-size: 12px;
        line-height: 17px;
    }
}
.parameters__item-info {
    align-items: center;
    -moz-column-gap: 19px;
    column-gap: 19px;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .parameters__item-info {
        align-items: flex-start;
    }
}
.parameters__item-scale {
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .parameters__item-scale {
        justify-content: center;
    }
}
.parameters__item-scale span:first-child {
    color: #183c73;
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 4px;
}
@media only screen and (max-width: 767px) {
    .parameters__item-scale span:first-child {
        font-size: 35px;
        line-height: 26px;
    }
}
.parameters__item-scale span:last-child {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
@media only screen and (max-width: 767px) {
    .parameters__item-scale span:last-child {
        font-size: 14px;
        line-height: 11px;
    }
}
.parameters__item-scale span:last-child:before {
    color: #cbcbcb;
    content: "/";
    margin-right: 4px;
}
.profile-template {
    padding: 90px 0;
}
@media only screen and (max-width: 575px) {
    .profile-template {
        padding-bottom: 60px;
        padding-top: 36px;
    }
}
.profile-template__title {
    margin-bottom: 36px;
}
@media only screen and (max-width: 575px) {
    .profile-template__title {
        margin-bottom: 12px;
    }
}
.profile-template__title h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .profile-template__title h1 {
        font-size: 28px;
    }
}
.profile-template__text {
    text-align: center;
}
.profile-template__text p {
    color: grey;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}
@media only screen and (max-width: 575px) {
    .profile-template__text p {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
.profile-template__text p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.profile-template__link {
    align-items: center;
    background: #000;
    border-radius: 3px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    margin: 0 auto;
    padding: 18px 36px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
@media only screen and (max-width: 575px) {
    .profile-template__link {
        font-size: 16px;
        padding: 11px 36px;
    }
}
.profile-template__link:hover {
    background: #1a1a1a;
    color: #e6e6e6;
    text-decoration: none;
}
.profile-template__description {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .profile-template__description {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .profile-template__description {
        font-size: 18px;
        line-height: 28px;
    }
}
.profile-template__description a {
    font-weight: 700;
}
.profile-template__description span {
    color: #183c73;
    font-weight: 700;
}
.profile-template__steps {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .profile-template__steps {
        flex-direction: column;
        row-gap: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .profile-template__steps {
        flex-wrap: wrap;
        margin: 0 -14px;
    }
}
.profile-template__step {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 992px) {
    .profile-template__step {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 14px;
        width: 100%;
    }
}
.profile-template__step-count {
    align-items: center;
    background: #183c73;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-bottom: 14px;
    width: 36px;
}
.profile-template__step-title {
    margin-bottom: 8px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .profile-template__step-title {
        margin-bottom: 12px;
    }
}
.profile-template__step-title h4 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .profile-template__step-title h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .profile-template__step-title h4 {
        font-size: 20px;
    }
}
.profile-template__step-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .profile-template__step-description {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .profile-template__step-description {
        max-width: 440px;
    }
}
.profile-template__step-description span {
    color: grey;
    font-weight: 400;
}
.profile-template__step-description a {
    color: #000;
    font-weight: 700;
}
.checkout__title {
    margin-bottom: 30px;
    margin-top: 60px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .checkout__title {
        margin-bottom: 20px;
        margin-top: 35px;
    }
}
.checkout__subtitle {
    line-height: 34px;
    max-width: 450px;
}
@media only screen and (max-width: 767px) {
    .checkout__subtitle {
        line-height: 30px;
    }
}
.checkout__form .btn {
    font-weight: 700;
    padding-left: 47px;
    padding-right: 47px;
}
.checkout__preview-wrapper {
    margin-left: auto;
    max-width: 767px;
}
.profile-order__title {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
    max-width: 964px;
}
.profile-order__title h2 {
    font: inherit;
    margin-bottom: 0;
}
.profile-order__title span {
    font-weight: 700;
}
.profile-order #ChangeEmailForm {
    display: none;
}
.customers-results {
    padding-bottom: 91px;
}
.customers-results__item-image {
    max-width: 410px;
}
@media only screen and (max-width: 991px) {
    .customers-results__item-image {
        max-width: 668px;
    }
}
@media only screen and (max-width: 767px) {
    .customers-results__item-image {
        max-width: 460px;
    }
}
@media only screen and (max-width: 575px) {
    .customers-results__item-image {
        max-width: 312px;
    }
}
.customers-results__item-body {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 9px 15px 55px 17px;
}
@media only screen and (max-width: 767px) {
    .customers-results__item-body {
        padding: 9px 15px 55px 21px;
    }
}
.customers-results__item-body .btn {
    bottom: -26px;
    left: 50%;
    padding: 12px 34px;
    transform: translateX(-50%);
}
.customers-results__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .customers-results__item-title {
        font-size: 24px;
    }
}
.customers-results__item-title > * {
    font: inherit;
}
.customers-results__characteristics table {
    color: #000;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .customers-results__characteristics table {
        font-size: 15px;
    }
}
.customers-results__characteristics tr td:first-child {
    color: #000;
    padding-right: 8px;
}
.customers-results__characteristics tr td:last-child {
    font-weight: 600;
    padding-left: 8px;
}
.customers-results__drugs-list {
    row-gap: 10px;
}
@media only screen and (max-width: 767px) {
    .customers-results__drugs-list {
        row-gap: 3px;
    }
}
.customers-results__drugs-list li {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 23px;
}
.customers-results__drugs-list li span {
    font-weight: 300;
}
@media only screen and (max-width: 575px) {
    .customers-results__drugs-list li {
        font-size: 15px;
    }
    .customers-results__drugs-list li span {
        font-size: 14px;
    }
}
.customers-results__drugs.collapsed button {
    transform: rotate(180deg);
}
.customers-results__drugs button svg {
    pointer-events: none;
}
.customers-results__slider {
    padding-bottom: 27px;
}
.customers-results__slider table td {
    font-weight: 300;
    line-height: 35px;
    vertical-align: top;
}
@media only screen and (max-width: 767px) {
    .customers-results__slider table td {
        line-height: 32px;
    }
}
.customers-results .swiper-pagination {
    bottom: auto;
    top: calc(100% + 16px);
}
.product-reviews {
    padding-bottom: 65px;
}
.product-reviews__content .swiper-pagination {
    bottom: auto;
    top: calc(100% + 40px);
}
@media only screen and (min-width: 1440px) {
    .product-reviews__content .swiper-pagination {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .product-reviews__content .swiper-pagination {
        top: calc(100% + 25px);
    }
}
.product-reviews__slider-image {
    height: 221px;
    width: 240px;
}
@media only screen and (max-width: 767px) {
    .product-reviews__slider-image {
        height: 172px;
        width: 187px;
    }
}
.product-reviews__slider-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.product-reviews__slider-body {
    background: rgba(0, 0, 0, 0.05);
    margin-left: 36px;
    max-width: 414px;
    padding: 25px 31px 30px 34px;
}
@media only screen and (max-width: 767px) {
    .product-reviews__slider-body {
        padding: 17px 30px 21px 23px;
    }
}
@media only screen and (max-width: 575px) {
    .product-reviews__slider-body {
        margin-left: 33px;
        max-width: 321px;
    }
}
.product-reviews__slider-body-angle {
    height: 31px;
    right: 69px;
    top: 0;
    transform: translateY(-100%);
    width: 72px;
}
@media only screen and (max-width: 575px) {
    .product-reviews__slider-body-angle {
        right: 51px;
    }
}
.product-reviews__slider-body-angle .icon {
    fill: rgba(0, 0, 0, 0.05);
}
.product-reviews__slider-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
@media only screen and (max-width: 575px) {
    .product-reviews .rate {
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
    .product-reviews .rate span {
        height: 16px;
        width: 16px;
    }
}
.custom-toast {
    position: fixed;
    right: 120px;
    top: 60px;
    z-index: 9999;
}
@media only screen and (min-width: 992px) {
    .custom-toast {
        min-height: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .custom-toast {
        left: 0;
        right: 0;
        top: 0;
    }
}
.custom-toast .toast {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    .custom-toast .toast {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.load-btn {
    background: transparent;
    border: 1px solid #183c73;
    border-radius: 4px;
    color: #183c73;
    font-size: 16px;
    font-weight: 700;
    margin: 0 69px;
    padding: 10.5px 27px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
@media (hover: hover) {
    .load-btn:hover {
        border-color: rgba(24, 60, 115, 0.6);
        color: rgba(24, 60, 115, 0.6);
    }
}
@media only screen and (max-width: 991px) {
    .load-btn {
        margin: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .load-btn {
        margin: 0 20px;
    }
}
.wizard-btn {
    align-items: center;
    background: #183c73;
    border: 1px solid #183c73;
    border-radius: 3px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 12.2px 13px 17.5px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
@media only screen and (max-width: 1439px) {
    .wizard-btn {
        font-size: 14px;
        font-weight: 400;
        padding: 11px 13px 13px;
    }
}
@media only screen and (max-width: 767px) {
    .wizard-btn {
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        padding: 4.5px 9px 4.5px 10px;
        width: 100%;
    }
}
.wizard-btn span {
    display: inline-block;
    height: 12px;
    margin-left: 11px;
    position: relative;
    transition: all 0.3s ease;
    width: 12px;
}
@media only screen and (max-width: 767px) {
    .wizard-btn span {
        height: 10px;
        margin-left: 16px;
        width: 10px;
    }
}
.wizard-btn span:before {
    height: 100%;
    width: 2px;
}
.wizard-btn span:after,
.wizard-btn span:before {
    background: #fff;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wizard-btn span:after {
    height: 2px;
    transition: all 0.3s ease;
    width: 100%;
}
.wizard-btn.active {
    opacity: 0.5;
}
.wizard-btn.active span {
    transform: rotate(90deg);
}
.wizard-btn.active span:after {
    opacity: 0;
    visibility: hidden;
}
.breadcrumb-link {
    align-items: center;
    color: hsla(0, 0%, 100%, 0.5);
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    letter-spacing: 1.6px;
    line-height: 36px;
    margin-bottom: 53px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .breadcrumb-link {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-link {
        margin-bottom: 250px;
    }
}
@media only screen and (max-width: 575px) {
    .breadcrumb-link {
        font-size: 13px;
    }
}
.breadcrumb-link:hover {
    color: hsla(0, 0%, 60%, 0.5);
    text-decoration: none;
}
.breadcrumb-link:hover .icon--link-arrow {
    fill: hsla(0, 0%, 60%, 0.5);
}
.breadcrumb-link .icon--link-arrow {
    height: 8px;
    width: 37px;
    fill: hsla(0, 0%, 100%, 0.4);
    transition: all 0.3s ease;
}
.wizard-close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 13.65px;
    top: 14.65px;
    transition: all 0.3s ease;
}
.wizard-close .icon--wizard-close {
    fill: #183c73;
}
@media (hover: hover) {
    .wizard-close:hover {
        transform: scale(1.1);
    }
}
.checkout-btn {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 40px;
    margin-top: 38px;
    padding-bottom: 14px;
    padding-top: 14px;
}
@media only screen and (max-width: 1199px) {
    .checkout-btn {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-btn {
        margin-top: 26px;
    }
}
@media only screen and (max-width: 575px) {
    .checkout-btn {
        font-size: 16px;
        margin-top: 25px;
        padding-bottom: 5px;
    }
}
.clipboard-btn {
    align-items: center;
    background: transparent;
    border: none;
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
}
.clipboard-btn .icon--clipboard {
    height: 20px;
    width: 20px;
}
.clipboard-btn i {
    font-size: 13px;
}
.telegram,
.whatsapp {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}
.clear-btn {
    align-items: flex-end;
    background-color: transparent;
    border: none;
    color: #af1e26;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.clear-btn .icon {
    fill: #af1e26;
    height: 16px;
    width: 15px;
}
.clear-btn span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 11px;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .clear-btn span {
        font-size: 12px;
    }
}
.circle-plus {
    background: #fff;
    border: 1px solid #14447a;
    border-radius: 100%;
    height: 20px;
    opacity: 1;
    padding: 4px;
    width: 20px;
}
@media only screen and (max-width: 767px) {
    .circle-plus {
        right: 20px;
    }
}
.circle-plus .circle {
    position: relative;
}
.circle-plus .horizontal,
.circle-plus .vertical {
    background-color: #14447a;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.circle-plus .horizontal {
    height: 1px;
    width: 100%;
}
.circle-plus .vertical {
    height: 100%;
    transition: all 0.3s ease;
    width: 1px;
}
.circle-plus.opened .vertical {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    visibility: hidden;
}
.mobile-filter-btn {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .mobile-filter-btn {
        display: none;
    }
}
.mobile-filter-btn span {
    overflow: hidden;
}
.mobile-filter-btn.opened:after {
    filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(3149%)
        hue-rotate(198deg) brightness(92%) contrast(88%);
    transform: rotate(-180deg);
}
.close-btn {
    background: transparent;
    border: none;
    height: 20px;
    width: 20px;
}
.close-btn .icon {
    height: 100%;
    width: 100%;
    fill: #d9d9d9;
}
.arrow-buttons .swiper-button-next,
.arrow-buttons .swiper-button-prev {
    border: 2px solid #eee;
    border-radius: 50%;
    color: #7e7e7e;
    height: 48px;
    transition: all 0.3s ease;
    width: 48px;
}
@media only screen and (max-width: 1599px) {
    .arrow-buttons .swiper-button-next,
    .arrow-buttons .swiper-button-prev {
        display: none;
    }
}
.arrow-buttons .swiper-button-next:hover,
.arrow-buttons .swiper-button-prev:hover {
    border-color: transparent;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    color: #000;
}
.arrow-buttons .swiper-button-next.swiper-button-disabled,
.arrow-buttons .swiper-button-prev.swiper-button-disabled {
    pointer-events: visible;
}
.arrow-buttons .swiper-button-next {
    right: -72px;
}
.arrow-buttons .swiper-button-prev {
    left: -72px;
}
.arrow-buttons .swiper-button-disabled,
.arrow-buttons .swiper-button-disabled:hover {
    cursor: no-drop;
}
.arrow-buttons .swiper-button-next:after,
.arrow-buttons .swiper-button-prev:after {
    font-size: 18px;
}
.token-wrapper {
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.token,
.token-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.token {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: normal;
    padding: 8px 10px;
    z-index: 2;
}
.card .token-wrapper {
    left: 22px;
    position: absolute;
    top: 22px;
}
.set .token-wrapper {
    left: 12px;
    position: absolute;
    top: 12px;
}
@media only screen and (max-width: 1439px) {
    .set .token-wrapper {
        left: 5px;
        top: 5px;
    }
}
.token-orange {
    background: #ff7a00;
}
.token-light-blue {
    background: #3ac7da;
}
.token-blue {
    background: #488ef8;
}
.token-blue .icon--token-star {
    height: 10px;
    width: 10px;
}
.token-green {
    background: #28a745;
}
.card-item-wrap {
    position: relative;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
    .card-item-wrap .card-item {
        background: transparent;
        width: 100%;
    }
    .card-item-wrap .card-item.isAbs {
        left: 0;
        position: absolute;
        top: 0;
    }
    .card-item-wrap .card-item .card-form {
        display: grid;
        grid-template-rows: 0fr;
    }
    .card-item-wrap .card-item:hover {
        background: #fff;
        border-color: rgba(24, 60, 115, 0.2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    }
    .card-item-wrap .card-item:hover .card-form {
        grid-template-rows: 1fr;
        opacity: 1;
        visibility: visible;
    }
    .card-item-wrap .card-item:hover .card-item-view {
        opacity: 1;
        transform: translate(0);
        visibility: visible;
    }
    .card-item-wrap .card-img-wrap img {
        min-height: 296px;
    }
}
@media only screen and (min-width: 1200px) {
    .card-item-wrap .card-img-wrap img {
        min-height: 300px;
    }
}
@media only screen and (min-width: 1440px) {
    .card-item-wrap .card-img-wrap img {
        min-height: 336px;
    }
}
.card-item {
    border: 2px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
    .card-item {
        height: 100%;
    }
}
.card-item-view {
    display: block;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 17px;
    transition: all 0.3s ease;
    width: 24px;
    z-index: 2;
}
@media only screen and (min-width: 992px) {
    .card-item-view {
        opacity: 0;
        transform: translateY(-5px);
        visibility: hidden;
    }
}
.card-form {
    opacity: 0;
    padding: 0 12.5px;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .card-form {
        opacity: 1;
        visibility: visible;
    }
}
.custom-control {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.custom-control:not(:last-child) {
    margin-bottom: 18px;
}
@media only screen and (max-width: 575px) {
    .custom-control:not(:last-child) {
        margin-bottom: 7px;
    }
    .custom-control {
        padding-left: 16px;
    }
}
.custom-control-input:checked ~ .custom-control-label-secondary:before {
    background-color: #033d77;
    border-color: #033d77;
    box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label-light:before {
    background-color: #183c73;
    background-image: none !important;
}
.custom-control-input:checked ~ .custom-control-label-secondary:before,
.custom-control-input:not(:disabled):active
    ~ .custom-control-label-secondary:before {
    background-color: #183c73;
    border-color: #183c73;
}
.custom-control-label {
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}
@media only screen and (max-width: 1199px) {
    .custom-control-label-secondary {
        font-size: 12px;
    }
}
.custom-control-label-secondary:before {
    border: 5px solid #d9d9d9;
}
@media only screen and (max-width: 575px) {
    .custom-control-label-secondary:before {
        border: 3px solid #d9d9d9;
        height: 9.13px;
        left: -16px;
        width: 9.13px;
    }
}
.custom-control-label-light {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.custom-control-label-light:before {
    background: rgba(24, 60, 115, 0.3);
    border: 5px solid #eee;
    height: 18px;
    width: 18px;
}
.custom-control-label-light:after {
    display: none;
}
@media only screen and (max-width: 575px) {
    .custom-control-label:after {
        height: 9.13px;
        left: -16px;
        width: 9.13px;
    }
}
.custom-control-label:after,
.custom-control-label:before {
    top: 50%;
    transform: translateY(-50%);
}
.rating {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 575px) {
    .rating {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
.rating input {
    height: 0;
    position: absolute;
    width: 0;
}
.rating label {
    cursor: pointer;
    height: 32px;
    margin-bottom: 0;
    position: relative;
    width: 32px;
}
@media only screen and (max-width: 1199px) {
    .rating label {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .rating label {
        height: 24px;
        width: 24px;
    }
}
.rating label:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 29'%3E%3Cpath fill='%23ACACAC' d='m16 0 3.592 11.056h11.625l-9.405 6.833 3.593 11.055L16 22.112l-9.405 6.832 3.593-11.055-9.405-6.833h11.625z' opacity='.4'/%3E%3C/svg%3E");
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}
@media only screen and (max-width: 1199px) {
    .rating label:before {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .rating label:before {
        height: 24px;
        width: 24px;
    }
}
.rating input:checked ~ label:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 29'%3E%3Cpath fill='%23183C73' d='m16 0 3.592 11.056h11.625l-9.405 6.833 3.593 11.055L16 22.112l-9.405 6.832 3.593-11.055-9.405-6.833h11.625z'/%3E%3C/svg%3E");
}
.rate {
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: -ms-flexbox;
    display: flex;
}
.rate span {
    display: block;
    height: 21px;
    width: 21px;
}
.rate span .icon--rate-star {
    display: block;
    height: 100%;
    width: 100%;
}
.accent-color .icon--rate-star {
    fill: #183c73;
}
.gray-color .icon--rate-star {
    fill: #acacac;
}
.land-color .icon--rate-star {
    fill: #686868;
}
.set {
    border: 2px solid #183c73;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 53px 33px 36px 25px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .set {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .set {
        padding: 53px 30px 36px;
    }
}
@media only screen and (max-width: 575px) {
    .set {
        padding: 40px 20px 20px;
    }
}
.set__title {
    background-color: #fff;
    left: 24px;
    padding: 0 13px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.set__title a[href]:hover {
    cursor: pointer;
    text-decoration: none;
}
@media (hover: hover) {
    .set__title a[href]:hover h3 {
        color: rgba(24, 60, 115, 0.6);
    }
}
.set__title h3 {
    color: #183c73;
    font-size: 50px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1439px) {
    .set__title h3 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .set__title h3 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .set__title h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .set__title h3 {
        font-size: 25px;
    }
}
.set__products-wrap {
    flex: 1 1 100%;
    max-width: 960px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .set__products-wrap {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .set__products-wrap {
        flex-direction: column;
        max-width: 515px;
    }
}
@media only screen and (max-width: 991px) {
    .set__products-wrap {
        max-width: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .set__products-wrap {
        max-width: unset;
    }
}
.set-form {
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 297px;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
    .set-form {
        flex: 0 0 260px;
    }
}
@media only screen and (max-width: 1199px) {
    .set-form {
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        position: sticky;
        top: 0;
        transition: all 0.4s ease;
    }
}
@media only screen and (max-width: 767px) {
    .set-form {
        position: static;
    }
}
.set-prev {
    transform: translateX(-100%);
}
.set-next {
    right: 0;
    transform: translateX(100%);
}
.set__price-without-discount {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 14px;
    position: relative;
}
.set__price-without-discount:after {
    background: #af1e26;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(-10deg);
    transform-origin: top right;
    width: 100%;
}
.set__discount {
    color: #af1e26;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}
@media only screen and (max-width: 991px) {
    .set-slider .box:not(:last-child) {
        margin-bottom: 20px;
    }
}
.accordion-custom {
    max-height: 160px;
    overflow-y: auto;
    padding-right: 5px;
}
.accordion-custom::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.accordion-custom::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 2px;
}
.accordion-custom::-webkit-scrollbar-thumb {
    background-color: #183c73;
    border-radius: 0;
}
.accordion-custom .card-header button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 4'%3E%3Cpath fill='%23959595' d='M0 4h8L4 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 5px;
    top: 15px;
    transform: rotate(-180deg);
    transition: all 0.3s ease;
    width: 8px;
}
.collapsed:after {
    transform: rotate(0) !important;
}
.tabs {
    margin-bottom: 65px;
    overflow: hidden;
    padding: 40px 0 64px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .tabs {
        margin-bottom: 0;
        padding: 15px 0;
    }
}
.tabs:after {
    background-color: #e9e9e9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .tabs:after {
        display: none;
    }
}
.collapse-tabs__list {
    margin-bottom: 35px;
    position: relative;
    row-gap: 20px;
}
.collapse-tabs__border {
    background-color: #e9e9e9;
    height: 1px;
}
@media only screen and (max-width: 767px) {
    .collapse-tabs__border {
        display: none;
    }
}
.collapse-tabs .tab-content {
    padding-top: 65px;
}
@media only screen and (max-width: 767px) {
    .collapse-tabs .tab-content {
        padding-top: 0;
    }
}
.collapse-tabs .nav-link {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}
.nav-item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.nav-item .icon-nav-link-arrow {
    height: 21px;
    width: 8px;
    fill: #000;
    opacity: 0;
    visibility: hidden;
}
.nav-link.active + .icon-nav-link-arrow {
    opacity: 1;
    visibility: visible;
}
.reviews-count {
    position: absolute;
    right: -14px;
    top: 0;
}
.tabs-text {
    color: #000;
    font-family: Urbanist, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.tabs-text * {
    color: #000;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.tabs-title {
    line-height: 55px;
}
@media only screen and (max-width: 767px) {
    .tabs-title {
        line-height: 40px;
    }
}
.consultation-badge {
    background: rgba(15, 59, 191, 0.07);
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-left: calc(-50vw - -705px);
    padding-left: calc(50vw - 705px);
    position: absolute;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 1439px) {
    .consultation-badge {
        margin-left: calc(-50vw - -47.5% + -15px);
        padding-left: calc(50vw - 47.5% + 15px);
    }
}
@media only screen and (max-width: 1199px) {
    .consultation-badge {
        margin-left: calc(-50vw - -466px);
        padding-left: calc(50vw - 466px);
    }
}
@media only screen and (max-width: 991px) {
    .consultation-badge {
        margin-left: calc(-50vw - -354px);
        padding-left: calc(50vw - 354px);
    }
}
@media only screen and (max-width: 767px) {
    .consultation-badge {
        margin-left: calc(-50vw - -258px);
        padding-left: calc(50vw - 258px);
    }
}
@media only screen and (max-width: 575px) {
    .consultation-badge {
        margin-left: 0;
        padding-left: 15px;
    }
}
.consultation-badge img {
    transform: translateY(-20px);
}
@media only screen and (max-width: 1199px) {
    .consultation-badge img {
        max-width: 40px;
        transform: translateY(-15px);
    }
}
.consultation-badge a {
    font-weight: 900;
}
.consultation-badge__content {
    padding: 13px 22px 14px 18px;
}
@media only screen and (max-width: 1199px) {
    .consultation-badge__content {
        padding: 5px 15px;
    }
}
.rate-form {
    margin-left: 88px;
}
@media only screen and (max-width: 991px) {
    .rate-form {
        margin-left: 0;
    }
}
.rate-form__form-group {
    flex: 0 0 345px;
    margin-right: 37px;
    max-width: 345px;
}
@media only screen and (max-width: 1439px) {
    .rate-form__form-group {
        flex: 0 0 265px;
        max-width: 265px;
    }
}
@media only screen and (max-width: 1199px) {
    .rate-form__form-group {
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .rate-form__form-group {
        flex: 0 0 270px;
        max-width: 270px;
    }
}
@media only screen and (max-width: 767px) {
    .rate-form__form-group {
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media only screen and (max-width: 575px) {
    .rate-form__form-group {
        flex: 0 0 120px;
        margin-right: 20px;
        max-width: 120px;
    }
}
.rate-form .form-group textarea {
    height: 166px;
}
.rate-form .form-control {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.custom-select {
    background: #fff
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' fill='none' viewBox='0 0 8 4'%3E%3Cpath fill='%23CECECE' d='M8 0H0l4 4z'/%3E%3C/svg%3E")
        right 1.25rem center/8px 10px no-repeat;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    padding: 11px 20px 13px 16px;
}
@media only screen and (max-width: 1439px) {
    .custom-select {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .custom-select {
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .custom-select {
        background: #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' fill='none' viewBox='0 0 8 4'%3E%3Cpath fill='%23CECECE' d='M8 0H0l4 4z'/%3E%3C/svg%3E")
            94%/8px 10px no-repeat;
        padding: 5px 10px 4px 8px;
    }
}
.filters .custom-select {
    max-width: 174px;
}
@media only screen and (max-width: 1439px) {
    .filters .custom-select {
        max-width: 165px;
    }
}
@media only screen and (max-width: 1199px) {
    .filters .custom-select {
        max-width: 186px;
    }
}
@media only screen and (max-width: 767px) {
    .filters .custom-select {
        max-width: 100%;
        padding: 4.5px 20px 4.5px 10px;
    }
}
.input-group .custom-select {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .wholesale-table-form {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .wholesale-table-form .table {
        min-width: 1110px;
    }
}
.wholesale-table-form__content {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
    .wholesale-table-form__content {
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 1439px) {
    .wholesale-table-form tbody {
        white-space: nowrap;
    }
    .wholesale-table-form .table td {
        padding: 10px !important;
    }
}
.wholesale-table-form .productQuantity {
    max-width: 52px;
}
@media only screen and (max-width: 1439px) {
    .wholesale-table-form-checkout table {
        overflow-x: scroll;
    }
    .wholesale-table-form-checkout tbody {
        white-space: nowrap;
    }
    .wholesale-table-form-checkout table td {
        padding: 10px !important;
    }
}
#WholesaleFilterForm .dropdown-toggle:after {
    display: none;
}
.cycle-set {
    border-bottom: 2px solid #fff;
    border-top: 10px solid #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
    padding: 34px 0 32px 4px;
}
@media only screen and (max-width: 1199px) {
    .cycle-set {
        padding: 25px 0 25px 4px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle-set {
        border-bottom: 1px solid #fff;
        flex-direction: column;
        margin-bottom: 25px;
        padding: 25px 0 0 4px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-set {
        border-top: 6px solid #fff;
        margin-bottom: 41px;
        padding: 25px 0 0;
    }
}
.cycle-set__box:first-child {
    -moz-column-gap: 31px;
    column-gap: 31px;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 44%;
    max-width: 44%;
    padding-right: 10px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .cycle-set__box:first-child {
        flex: 0 0 53%;
        max-width: 53%;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle-set__box:first-child {
        border-bottom: 1px solid #fff;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-set__box:first-child {
        padding-bottom: 15px;
    }
}
.cycle-set__box:first-child:after {
    background: #fff;
    content: "";
    height: calc(100% - 14px);
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
}
@media only screen and (max-width: 991px) {
    .cycle-set__box:first-child:after {
        display: none;
    }
}
.cycle-set__box:last-child {
    flex: 0 0 56%;
    max-width: 56%;
    padding: 8px 34px 0 60px;
}
@media only screen and (max-width: 1439px) {
    .cycle-set__box:last-child {
        flex: 0 0 47%;
        max-width: 47%;
        padding: 8px 20px 0 35px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle-set__box:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 37px 0 42px;
    }
}
.cycle-set__count {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-size: 160px;
    font-weight: 900;
    line-height: 100%;
}
.cycle-set__list {
    list-style: none;
    min-width: 140px;
    padding-left: 0;
    padding-top: 13px;
}
.cycle-set__list a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
@media only screen and (max-width: 575px) {
    .cycle-set__list a {
        font-size: 14px;
        line-height: 28px;
    }
}
.cycle-set__info {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
    .cycle-set__info {
        font-size: 20px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle-set__info {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-set__info {
        font-size: 20px;
        line-height: 30px;
    }
}
.cycle-advantages {
    display: -ms-flexbox;
    display: flex;
    padding-top: 107px;
}
@media only screen and (min-width: 992px) {
    .cycle-advantages {
        margin: 0 -15px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle-advantages {
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .cycle-advantages__col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .cycle-advantages__col {
        min-width: 291px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-advantages__col {
        min-width: 308px;
    }
}
.cycle-advantages__box {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    height: 100%;
    padding: 35px 35px 50px 42px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .cycle-advantages__box {
        padding: 25px 35px 40px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-advantages__box {
        padding: 32px 27px 39px 25px;
    }
}
.cycle-advantages__box:after {
    background: hsla(0, 0%, 100%, 0.4);
    bottom: 102px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 59%;
}
@media only screen and (max-width: 1439px) {
    .cycle-advantages__box:after {
        bottom: 95px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle-advantages__box:after {
        bottom: 80px;
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-advantages__box:after {
        bottom: 75px;
        width: 55%;
    }
}
.cycle-advantages__title {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1439px) {
    .cycle-advantages__title {
        font-size: 26px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle-advantages__title {
        font-size: 21px;
        line-height: 35px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .cycle-advantages__title {
        font-size: 26px;
        line-height: 34px;
    }
}
.cycle-advantages__img {
    display: inline-block;
}
@media only screen and (max-width: 1439px) {
    .cycle-advantages__img {
        max-width: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle-advantages__img {
        max-width: 70px;
    }
}
.myaccount-page-wrapper .list-group .icon {
    margin-right: 5px;
}
.cycle--intermediate {
    background: url(/images/cycle/cycle-bg.png) 0 0/785px auto no-repeat, #000;
}
@media only screen and (max-width: 1599px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-bg.png) 0 0/655px auto no-repeat,
            #000;
    }
}
@media only screen and (max-width: 1439px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-bg.png) 0 0/500px auto no-repeat,
            #000;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-bg.png) 0 0/390px auto no-repeat,
            #000;
        padding-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-bg.png) 0 0/40% auto no-repeat, #000;
    }
}
@media only screen and (max-width: 767px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-bg.png) 0 0/100% auto no-repeat,
            #000;
    }
}
@media only screen and (max-width: 575px) {
    .cycle--intermediate {
        background: url(/images/cycle/cycle-md-bg.png) 0 0/100% auto no-repeat,
            #000;
    }
}
.cycle--beginner {
    background: url(/images/cycle/beginner-bg-x2.png) 0 0/785px auto no-repeat,
        #000;
}
@media only screen and (max-width: 1599px) {
    .cycle--beginner {
        background: url(/images/cycle/beginner-bg-x2.png) 0 0/655px auto
                no-repeat,
            #000;
    }
}
@media only screen and (max-width: 1439px) {
    .cycle--beginner {
        background: url(/images/cycle/beginner-bg-x2.png) 0 0/500px auto
                no-repeat,
            #000;
    }
}
@media only screen and (max-width: 1199px) {
    .cycle--beginner {
        background: url(/images/cycle/beginner-bg-x2.png) 0 0/390px auto
                no-repeat,
            #000;
        padding-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .cycle--beginner {
        background: url(/images/cycle/beginner-bg-x2.png) 0 0/40% auto no-repeat,
            #000;
    }
}
@media only screen and (max-width: 767px) {
    .cycle--beginner {
        background: url(/images/cycle/beginner-bg-x2.png) 0 0/100% auto
                no-repeat,
            #000;
    }
}
.new-cycle-set {
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .new-cycle-set {
        align-items: stretch;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width: 1200px) {
    .new-cycle-set__box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.new-cycle-set__box:first-child {
    background: url(/images/cycle/set-vector.png) 0 0/91% 100% no-repeat;
    -moz-column-gap: 35px;
    column-gap: 35px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-top: 118px;
    padding: 0 0 36px 49px;
    position: relative;
}
@media only screen and (max-width: 1439px) {
    .new-cycle-set__box:first-child {
        padding: 0 0 36px 34px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle-set__box:first-child {
        margin-bottom: 0;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle-set__box:first-child {
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin: 43px auto 0;
        max-width: 294px;
        width: 100%;
    }
}
.new-cycle-set__box:last-child {
    align-items: center;
    background: url(/images/cycle/set-circle.svg) 14px 1px no-repeat;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
@media only screen and (max-width: 1439px) {
    .new-cycle-set__box:last-child {
        background: url(/images/cycle/set-circle.svg) 0 0/100% 100% no-repeat;
        padding: 66px 0 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle-set__box:last-child {
        background: url(/images/cycle/set-circle.svg) center 0/315px 100%
            no-repeat;
        padding: 66px 0;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle-set__box:last-child {
        background: url(/images/cycle/set-circle.svg) center 0/246px 246px
            no-repeat;
        padding: 40px 0;
    }
}
.new-cycle-set__count {
    color: #e73232;
    font-size: 160px;
    font-weight: 900;
    line-height: 83%;
}
.new-cycle-set__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.new-cycle-set__list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
@media only screen and (max-width: 1439px) {
    .new-cycle-set__list li a {
        font-size: 14px;
        line-height: 28px;
    }
}
.new-cycle-set__info {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    max-width: 265px;
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .new-cycle-set__info {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .new-cycle-set__info {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
        max-width: 165px;
    }
}
.new-cycle--intermediate {
    position: relative;
}
.new-cycle--intermediate:after {
    background: url(/images/cycle/new-cycle-bg-x2.png) 0 0/100% auto no-repeat;
    content: "";
    height: 100%;
    left: 0;
    max-height: 1452px;
    max-width: 806px;
    position: absolute;
    top: 13px;
    transform: translateX(76px);
    width: 100%;
}
@media only screen and (max-width: 1599px) {
    .new-cycle--intermediate:after {
        max-width: 600px;
    }
}
@media only screen and (max-width: 1439px) {
    .new-cycle--intermediate:after {
        max-width: 455px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle--intermediate:after {
        max-width: 390px;
        top: 100px;
        transform: translateX(50px);
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle--intermediate:after {
        max-width: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle--intermediate:after {
        left: 50%;
        max-width: 100%;
        top: 200px;
        transform: translateX(-50%);
    }
}
.new-cycle--beginner {
    position: relative;
}
.new-cycle--beginner:after {
    background: url(/images/cycle/new-cycle-beginner.png) 0 0/100% auto
        no-repeat;
    content: "";
    height: 100%;
    left: 11%;
    max-height: 1392px;
    max-width: 787px;
    position: absolute;
    top: 45px;
    transform: translateX(-11%);
    width: 100%;
}
@media only screen and (max-width: 1599px) {
    .new-cycle--beginner:after {
        max-width: 600px;
    }
}
@media only screen and (max-width: 1439px) {
    .new-cycle--beginner:after {
        max-width: 455px;
    }
}
@media only screen and (max-width: 1199px) {
    .new-cycle--beginner:after {
        left: 0;
        max-width: 390px;
        top: 100px;
        transform: translateX(50px);
    }
}
@media only screen and (max-width: 991px) {
    .new-cycle--beginner:after {
        max-width: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .new-cycle--beginner:after {
        left: 50%;
        max-width: 100%;
        top: 200px;
        transform: translateX(-50%);
    }
}
.subscription-form {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
}
.subscription-form label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.subscription-form label input[type="checkbox"] {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
}
.subscription-form label input[type="checkbox"]:disabled + span {
    background: #595959;
}
.subscription-form label span {
    align-items: center;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}
.subscription-form label span .icon--subscrip-check {
    height: 6px;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 7px;
}
.subscription-form
    label
    input[type="checkbox"]:checked
    + span
    .icon--subscrip-check {
    opacity: 1;
    visibility: visible;
}
.subscription-form button {
    background-color: #000;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 22px;
    padding: 18px 36px;
}
.subscription-subtitle {
    color: grey;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}
@media only screen and (max-width: 575px) {
    .subscription-subtitle {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .table-wrap {
        overflow-x: auto;
    }
    .table-cart {
        min-width: 1170px;
    }
}
.table-cart thead tr th {
    border-width: 1px !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.table-cart tbody tr {
    height: 140px;
}
.table-cart tbody tr td .custom-select {
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: 45px;
    max-width: 153px;
    padding: 6px 12px 7px;
}
.table-cart tbody tr td .media-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.table-cart__delivery-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media only screen and (min-width: 576px) {
    .mobile-bag {
        display: none;
    }
}
.mobile-bag__header {
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
}
.mobile-bag__header-item {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 0.35rem;
    text-transform: uppercase;
}
.mobile-bag__item {
    border-bottom: 1px solid #dfdfdf;
    -moz-column-gap: 23px;
    column-gap: 23px;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 25px 30px 0;
    position: relative;
}
.mobile-bag__item-img {
    flex: 0 0 130px;
    height: 130px;
    max-width: 130px;
}
.mobile-bag__item .gift {
    margin-bottom: 18px;
}
.mobile-bag__item-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}
.mobile-bag__item-price {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 11px;
}
.mobile-bag__item-pack {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
}
.mobile-bag__item-quantity {
    margin-bottom: 26px;
}
@media only screen and (max-width: 575px) {
    .mobile-bag__item-select select {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 5px 10px 8px;
        width: 152px;
    }
}
.mobile-bag__item-delivery-time {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.mobile-bag__item-delete {
    position: absolute;
    right: 0;
    top: 29px;
}
.mobile-bag__item-delete i {
    font-size: 23px;
}
.checkout-preview {
    background: rgba(51, 90, 212, 0.07);
    border-radius: 5px;
    padding: 24px 0 30px;
}
@media only screen and (max-width: 767px) {
    .checkout-preview {
        padding: 33px 26px 65px 33px;
    }
}
@media only screen and (max-width: 575px) {
    .checkout-preview {
        padding: 24px 26px 57px 34px;
    }
}
.checkout-preview__content {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .checkout-preview__content {
        flex-direction: column;
    }
}
.checkout-preview__item {
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 33.33333%;
    flex-direction: column;
    max-width: 33.33333%;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    row-gap: 35px;
}
@media only screen and (max-width: 1199px) {
    .checkout-preview__item {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-preview__item {
        flex: 1 1 auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        row-gap: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .checkout-preview__item {
        row-gap: 13px;
    }
}
@media only screen and (min-width: 1200px) {
    .checkout-preview__item:first-child {
        padding: 0 29px;
    }
    .checkout-preview__item:nth-child(2) {
        padding: 0 33px;
    }
    .checkout-preview__item:nth-child(3) {
        padding: 0 32px;
    }
}
.checkout-preview__item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
    .checkout-preview__item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-right: none;
        padding-bottom: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .checkout-preview__item:not(:last-child) {
        padding-bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-preview__item:not(:first-child) {
        padding-top: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .checkout-preview__item:not(:first-child) {
        padding-top: 19px;
    }
    .checkout-preview__item:last-child .checkout-preview__title {
        margin-top: 10px;
    }
}
.checkout-preview__title {
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}
.checkout-preview__title h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
}
.checkout-preview__description {
    flex: 1 1 auto;
}
.checkout-preview__description p:not(:last-child) {
    margin-bottom: 10px;
}
.checkout-preview__description p span {
    font-weight: 700;
}
.checkout-preview__title-icon {
    margin-right: 13px;
}
.checkout-preview__title-icon svg {
    height: 34px;
    width: 34px;
    fill: #000;
    fill-opacity: 0.5;
}
.card-header-body {
    max-height: 209px;
    overflow-y: auto;
    padding-right: 30px;
}
.card-header-body::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.card-header-body::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 2px;
}
.card-header-body::-webkit-scrollbar-thumb {
    background-color: #183c73;
    border-radius: 0;
}
.payment-method {
    border: 2px solid rgba(24, 60, 115, 0.4);
    border-radius: 2px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 37px 40px 19px;
}
@media only screen and (max-width: 991px) {
    .payment-method {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .payment-method {
        border: 1px solid rgba(24, 60, 115, 0.4);
        padding: 13px 18px 24px;
    }
}
.payment-method__qr-code {
    flex: 0 0 177px;
    max-height: 177px;
    max-width: 177px;
}
@media only screen and (max-width: 991px) {
    .payment-method__qr-code {
        flex: 0 0 155px;
        max-height: 155px;
        max-width: 155px;
    }
}
.payment-method__qr-code img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.payment-method__header {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
    row-gap: 20px;
}
@media only screen and (max-width: 991px) {
    .payment-method__header {
        -moz-column-gap: 15px;
        column-gap: 15px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .payment-method__header {
        row-gap: 7px;
    }
}
.payment-method__header-item {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    row-gap: 5px;
}
@media only screen and (max-width: 1439px) {
    .payment-method__header-item {
        font-size: 16px;
        line-height: 28px;
    }
}
.payment-method__header-item:not(:last-child) {
    margin-right: 15px;
}
@media only screen and (max-width: 991px) {
    .payment-method__header-item:not(:last-child) {
        margin-right: 0;
    }
}
.payment-method__header-item:first-child {
    border-right: 1px solid #dfdfdf;
    margin-right: 21px;
    padding-right: 19px;
}
@media only screen and (max-width: 991px) {
    .payment-method__header-item:first-child {
        border: none;
        margin-right: 0;
        padding-right: 0;
    }
}
.payment-method__header-item span {
    color: #3d3d3d;
    white-space: nowrap;
}
.payment-method__header-item strong {
    color: #3d3d3d;
    font-weight: 700;
    word-break: break-all;
}
.payment-method__header-item strong svg {
    height: 34px;
    width: 34px;
    fill: #000;
    fill-opacity: 0.5;
    margin-left: 4px;
    margin-right: 9px;
}
@media only screen and (max-width: 1439px) {
    .payment-method__header-item strong svg {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .payment-method__header-item strong svg {
        margin-right: 3px;
    }
}
.payment-method__direction {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    row-gap: 14px;
}
.payment-method__direction-box {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
@media only screen and (max-width: 991px) {
    .payment-method__direction-box {
        font-size: 16px;
        line-height: 28px;
    }
}
.payment-method__direction-box strong {
    font-weight: 700;
}
.payment-method__description {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .payment-method__description {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 28px;
    }
}
.payment-method__description a {
    color: #183c73;
    font-weight: 700;
}
.payment-method__confirm {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.payment-method__confirm-link {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}
@media only screen and (max-width: 767px) {
    .payment-method__confirm-link {
        font-size: 18px;
        line-height: 26px;
    }
}
.payment-method__confirm-link a {
    color: #183c73;
}
.payment-method__form-wrapper {
    padding-top: 35px;
    position: relative;
}
.payment-method__form-wrapper .close {
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 17px;
}
.payment-method__form-wrapper .close span {
    display: block;
}
.social-list {
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.social-list li a {
    text-decoration: none;
}
.filters-popup {
    background: #fff;
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    display: none;
    height: 100%;
    left: 0;
    max-height: 370px;
    padding: 16px 14px 23px 20px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.filters-popup__header {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.filters-popup__title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.72px;
    line-height: 20px;
}
.filters-popup .search-input {
    margin-bottom: 23px;
    max-width: 298px;
}
.filters-popup__form {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-height: 153px;
    overflow: auto;
    row-gap: 13px;
}
.filters-popup__form::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.filters-popup__form::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 2px;
}
.filters-popup__form::-webkit-scrollbar-thumb {
    background-color: #183c73;
    border-radius: 0;
}
.landing-content {
    color: #fff;
    padding-bottom: 96px;
}
@media only screen and (min-width: 1440px) {
    .landing-content__grid {
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        display: grid;
        grid-template-columns: 90px 1fr;
    }
}
@media only screen and (max-width: 1439px) {
    .landing-content__grid {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        row-gap: 5.5px;
    }
}
@media only screen and (max-width: 575px) {
    .landing-content__menu {
        margin-right: -15px;
    }
}
.landing-content__body {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
@media only screen and (max-width: 767px) {
    .landing-content__body {
        row-gap: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .landing-content__body {
        margin: 0 -15px;
    }
}
.landing-content__body .landing-link {
    margin-left: auto;
    margin-top: 1.5625rem;
}
@media only screen and (max-width: 575px) {
    .landing-content__body .landing-link {
        margin-right: 20px;
    }
}
.landing-content.landing-content--blue .landing-product__info {
    background: #3d8aff;
}
.landing-content.landing-content--blue
    .landing-menu__item.active
    .landing-menu__img,
.landing-content.landing-content--blue
    .landing-menu__item:hover
    .landing-menu__img {
    background: #b6d3ff;
}
.landing-content.landing-content--blue .effect-info__duration {
    background: #faecdd;
}
.landing-content.landing-content--blue .effect-info__usage {
    border: 1px solid #3d8aff;
}
@media only screen and (max-width: 575px) {
    .landing-content.landing-content--blue .effect-info__usage {
        border-color: transparent;
    }
}
.landing-content.landing-content--blue .add-product__content {
    background: #3d8aff;
}
.landing-content.landing-content--blue .specification-characts {
    color: #fff;
}
.landing-content.landing-content--red .landing-product__info {
    background: #be1a32;
}
.landing-content.landing-content--red
    .landing-menu__item.active
    .landing-menu__img,
.landing-content.landing-content--red
    .landing-menu__item:hover
    .landing-menu__img {
    background: #f891a0;
}
.landing-content.landing-content--red .effect-info__duration {
    background: #ffe6e6;
}
.landing-content.landing-content--red .effect-info__usage {
    border: 1px solid #be1a32;
}
@media only screen and (max-width: 575px) {
    .landing-content.landing-content--red .effect-info__usage {
        border-color: transparent;
    }
}
.landing-content.landing-content--red .specification-vertical__content {
    background: #d92c63;
}
.landing-content.landing-content--red .add-product__content {
    background: #be1a32;
}
.landing-content.landing-content--red .work-horizontal {
    background: #ffe6e6;
}
.landing-content.landing-content--orange {
    position: relative;
    z-index: 1;
}
.landing-content.landing-content--orange:after {
    background: #ff4a22;
    content: "";
    height: 1228px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media only screen and (max-width: 1439px) {
    .landing-content.landing-content--orange:after {
        height: 1445px;
    }
}
@media only screen and (max-width: 991px) {
    .landing-content.landing-content--orange:after {
        border-radius: 10px;
        height: 1507px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-content.landing-content--orange:after {
        height: 1365px;
    }
}
@media only screen and (max-width: 1439px) {
    .landing-content.landing-content--orange .landing-content__body {
        padding-top: 43px;
    }
}
.landing-content.landing-content--orange .landing-product {
    position: relative;
}
.landing-content.landing-content--orange .landing-product:after {
    background-image: url(/images/landing-images/orange/image-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 969px;
    position: absolute;
    right: -103px;
    top: -5px;
    width: 866px;
}
@media only screen and (max-width: 1439px) {
    .landing-content.landing-content--orange .landing-product:after {
        height: 820px;
        width: 730px;
    }
}
@media only screen and (max-width: 1199px) {
    .landing-content.landing-content--orange .landing-product:after {
        height: 600px;
        right: -50px;
        width: 560px;
    }
}
@media only screen and (max-width: 991px) {
    .landing-content.landing-content--orange .landing-product:after {
        display: none;
    }
}
.landing-content.landing-content--orange .effect-info__duration,
.landing-content.landing-content--orange .effect-info__usage {
    background: #e43b1b;
}
.landing-content.landing-content--orange .specification-vertical {
    color: #000;
}
.landing-content.landing-content--orange .specification-vertical__content {
    background: #ffe4de;
}
.landing-content.landing-content--orange
    .specification-vertical__description:before {
    background: #183c73;
}
.landing-content.landing-content--orange .add-product__content {
    background: #ff4a22;
}
.landing-content.landing-content--purple {
    position: relative;
    z-index: 1;
}
.landing-content.landing-content--purple:after {
    background: #853ec3;
    content: "";
    height: 1228px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media only screen and (max-width: 1439px) {
    .landing-content.landing-content--purple:after {
        height: 1445px;
    }
}
@media only screen and (max-width: 991px) {
    .landing-content.landing-content--purple:after {
        border-radius: 10px;
        height: 1496px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-content.landing-content--purple:after {
        height: 1305px;
    }
}
.landing-content.landing-content--purple .landing-product {
    position: relative;
}
.landing-content.landing-content--purple .landing-product:after {
    background-image: url(/images/landing-images/purple/image-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 969px;
    position: absolute;
    right: -159px;
    top: -40px;
    width: 866px;
}
@media only screen and (max-width: 1439px) {
    .landing-content.landing-content--purple .landing-product:after {
        display: none;
    }
}
.landing-content.landing-content--purple .effect-info__duration,
.landing-content.landing-content--purple .effect-info__usage {
    background: #6e32a3;
}
.landing-content.landing-content--purple .specification-vertical {
    color: #000;
}
.landing-content.landing-content--purple .specification-vertical__content {
    background: #f7deff;
}
.landing-content.landing-content--purple
    .specification-vertical__description:before {
    background: #183c73;
}
.landing-content.landing-content--purple .add-product__content {
    background: #853ec3;
}
.landing-content--blue,
.landing-content--red {
    padding-top: 0.375rem;
}
@media only screen and (max-width: 575px) {
    .landing-content--blue,
    .landing-content--red {
        padding-bottom: 40px;
        padding-top: 0.625rem;
    }
}
.landing-content--blue .landing-menu__item.active a span,
.landing-content--blue .landing-menu__item:hover a span,
.landing-content--red .landing-menu__item.active a span,
.landing-content--red .landing-menu__item:hover a span {
    color: #183c73;
}
.landing-content--blue .landing-menu__item .landing-menu__img,
.landing-content--red .landing-menu__item .landing-menu__img {
    background: #f2f2f2;
}
.landing-content--blue .landing-menu__item a span,
.landing-content--red .landing-menu__item a span {
    color: #a1a1a1;
}
.landing-content--blue .effect-info__duration-text p,
.landing-content--red .effect-info__duration-text p {
    color: #183c73;
}
.landing-content--blue .effect-info__duration-text p:before,
.landing-content--red .effect-info__duration-text p:before {
    background: #183c73;
}
.landing-content--blue .effect-info__duration-time-item,
.landing-content--red .effect-info__duration-time-item {
    color: #000;
}
.landing-content--blue .effect-info__usage-content-item-title:after,
.landing-content--red .effect-info__usage-content-item-title:after {
    background: #183c73;
}
.landing-content--blue .effect-info__usage-content-item-title h5,
.landing-content--red .effect-info__usage-content-item-title h5 {
    color: #183c73;
}
.landing-content--blue .effect-info__usage-content-item p,
.landing-content--red .effect-info__usage-content-item p {
    color: #000;
}
.landing-content--orange,
.landing-content--purple {
    padding-top: 40px;
}
@media only screen and (max-width: 575px) {
    .landing-content--orange,
    .landing-content--purple {
        padding-top: 21px;
    }
}
@media only screen and (max-width: 1439px) {
    .landing-content--orange .landing-product__info,
    .landing-content--purple .landing-product__info {
        max-width: 632px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .landing-content--orange .landing-product__info,
    .landing-content--purple .landing-product__info {
        max-width: 530px;
    }
}
@media only screen and (max-width: 991px) {
    .landing-content--orange .landing-product__info,
    .landing-content--purple .landing-product__info {
        max-width: 100%;
        padding-bottom: 0;
        padding-right: 0;
    }
}
.landing-content--orange .landing-menu__item.active .landing-menu__img,
.landing-content--orange .landing-menu__item:hover .landing-menu__img,
.landing-content--purple .landing-menu__item.active .landing-menu__img,
.landing-content--purple .landing-menu__item:hover .landing-menu__img {
    background: rgba(0, 0, 0, 0.3);
}
.landing-content--orange .landing-menu__item.active a span,
.landing-content--orange .landing-menu__item:hover a span,
.landing-content--purple .landing-menu__item.active a span,
.landing-content--purple .landing-menu__item:hover a span {
    color: #fff;
}
.landing-content--orange .landing-menu__item .landing-menu__img,
.landing-content--purple .landing-menu__item .landing-menu__img {
    background: rgba(0, 0, 0, 0.1);
}
.landing-content--orange .landing-menu__item a span,
.landing-content--purple .landing-menu__item a span {
    color: #cbcbcb;
}
.landing-content--orange .effect-info__duration-text p,
.landing-content--purple .effect-info__duration-text p {
    color: #fff;
}
.landing-content--orange .effect-info__duration-text p:before,
.landing-content--orange .effect-info__usage-content-item-title:after,
.landing-content--purple .effect-info__duration-text p:before,
.landing-content--purple .effect-info__usage-content-item-title:after {
    background: #fff;
}
.landing-content--orange .effect-info__usage-content-item-title h5,
.landing-content--purple .effect-info__usage-content-item-title h5 {
    color: #fff;
}
.landing-content--orange .effect-info__duration-time-item,
.landing-content--purple .effect-info__duration-time-item {
    row-gap: 6px;
}
.landing-content--orange .specification-characts,
.landing-content--purple .specification-characts {
    color: #183c73;
}
.landing-content--orange .specification-characts__item,
.landing-content--purple .specification-characts__item {
    border-color: #183c73;
}
@media only screen and (max-width: 1599px) {
    .products-slider {
        padding-bottom: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .landing-product__content {
        -moz-column-gap: 0.4375rem;
        column-gap: 0.4375rem;
        display: grid;
        grid-template-columns: 1fr 24.375rem;
    }
}
@media only screen and (min-width: 1200px) {
    .landing-product__content {
        grid-template-columns: 1fr 25rem;
    }
}
@media only screen and (min-width: 1440px) {
    .landing-product__content {
        grid-template-columns: 1fr 30.125rem;
    }
}
@media only screen and (max-width: 991px) {
    .landing-product__content {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        row-gap: 0.3125rem;
    }
}
@media only screen and (max-width: 575px) {
    .landing-product__inner {
        padding: 0 20px;
    }
}
.landing-product__info {
    border-radius: 10px;
    color: #fff;
    max-width: 50.0625rem;
    padding: 1.6875rem 5.125rem 2.1875rem 2.0625rem;
}
@media only screen and (max-width: 1439px) {
    .landing-product__info {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .landing-product__info {
        padding: 1.1875rem 1.25rem 2.1875rem;
    }
}
.landing-product__info-category {
    color: #e8e8e8;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin-bottom: 2.8125rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
    .landing-product__info-category {
        font-size: 0.75rem;
        letter-spacing: 1.2px;
        margin-bottom: 1.625rem;
    }
}
.landing-product__info-name {
    display: inline-block;
    font-size: 90px;
    font-weight: 300;
    letter-spacing: 4.5px;
    line-height: 65px;
    margin-bottom: 2.5625rem;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
}
@media only screen and (max-width: 1439px) {
    .landing-product__info-name {
        font-size: 65px;
    }
}
@media only screen and (max-width: 575px) {
    .landing-product__info-name {
        font-size: 3.4375rem;
        letter-spacing: 2.8px;
        line-height: 3.4375rem;
        margin-bottom: 1.25rem;
    }
}
.landing-product__info-name > * {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.landing-product__info-name sup {
    font-size: 55px;
    left: -26px;
    top: -29px;
}
@media only screen and (max-width: 1439px) {
    .landing-product__info-name sup {
        font-size: 40px;
        left: -20px;
    }
}
@media only screen and (max-width: 575px) {
    .landing-product__info-name sup {
        font-size: 35px;
        left: -18px;
        top: -17px;
    }
}
.landing-product__info-description {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 32px;
    margin-bottom: 3.3125rem;
    padding-left: 5.375rem;
    position: relative;
}
@media only screen and (max-width: 575px) {
    .landing-product__info-description {
        margin-bottom: 1.75rem;
        padding-left: 3.3125rem;
    }
}
.landing-product__info-description:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0.5625rem;
    position: absolute;
    top: 0.9375rem;
    width: 3.0625rem;
}
@media only screen and (max-width: 575px) {
    .landing-product__info-description:before {
        left: 0;
        width: 2.0625rem;
    }
}
.landing-product__info-description p {
    margin-bottom: 0;
}
.landing-product__offer {
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.875rem;
}
@media only screen and (max-width: 1199px) {
    .landing-product__offer {
        padding-left: 0;
    }
}
@media only screen and (max-width: 575px) {
    .landing-product__offer {
        margin-left: -20px;
    }
}
.landing-product__offer-img {
    flex-shrink: 0;
    height: 12.75rem;
    width: 12.75rem;
}
.landing-product__offer-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.landing-product__offer-wrap {
    padding-top: 1.9375rem;
}
.landing-product__offer-price {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 1.125rem;
}
.landing-product__offer-name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
}
.landing-product__offer-name span {
    display: block;
}
.landing-product__offer-name span:first-letter {
    text-transform: uppercase;
}
.landing-product__offer-dosage {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.125rem;
    margin-bottom: 1.6875rem;
}
.landing-product__offer-actions {
    align-items: center;
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .landing-product__offer-actions {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 1.375rem;
    }
}
.landing-product__offer-actions .btn {
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding: 0.1875rem 2.0625rem;
}
.landing-product__offer-link {
    align-items: center;
    color: #fff;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 1.125rem;
    transition: all 0.3s ease;
}
.landing-product__offer-link:hover {
    color: #ccc;
    text-decoration: none;
}
.landing-product__offer-link:hover .icon {
    fill: #ccc;
}
.landing-product__offer-link .icon {
    width: 1.3125rem;
    fill: #fff;
    transition: all 0.3s ease;
}
.landing-product__offer-decor {
    bottom: -35px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .landing-product__offer-decor {
        bottom: -195px;
    }
}
@media only screen and (max-width: 991px) {
    .landing-product__offer-decor {
        bottom: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .landing-product__offer-decor {
        display: none;
    }
}
.landing-product__img {
    max-width: 309px;
}
.landing-product__decor {
    display: none;
}
@media only screen and (max-width: 991px) {
    .landing-product__decor {
        display: block;
    }
}
.landing-product__image {
    border-radius: 10px;
}
.landing-product__image img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.effect-info {
    -moz-column-gap: 11px;
    column-gap: 11px;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .effect-info {
        flex-direction: column;
        row-gap: 5px;
    }
}
.effect-info__duration {
    border-radius: 10px;
    padding: 30px 15px 34px 33.5008px;
}
@media only screen and (min-width: 1200px) {
    .effect-info__duration {
        flex: 0 0 43.33%;
        max-width: 43.33%;
    }
}
@media only screen and (max-width: 575px) {
    .effect-info__duration {
        padding: 30px 18px 30px 20px;
    }
}
.effect-info__duration-row {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .effect-info__duration-row {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
}
.effect-info__duration-title {
    color: #183c73;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 1.125rem;
    margin-bottom: 1.1875rem;
    text-transform: uppercase;
}
.effect-info__duration-title > * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.effect-info__duration-time .icon--arrow-tail {
    height: 3.3125rem;
    fill: #000;
    margin: 1.3125rem 0 2.0625rem;
}
@media only screen and (max-width: 575px) {
    .effect-info__duration-time .icon--arrow-tail {
        height: 6.5625rem;
    }
}
.effect-info__duration-time .icon--h-arrow-tail {
    flex-shrink: 0;
    margin: 0 24px 0 27px;
    position: relative;
    top: 49px;
    width: 54px;
}
@media only screen and (max-width: 575px) {
    .effect-info__duration-time .icon--h-arrow-tail {
        height: 54px;
        margin: 25px 0 25px 65px;
        top: 0;
        width: 8px;
    }
}
.effect-info__duration-time-item {
    row-gap: 13px;
}
.effect-info__duration-time-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 18px;
    text-transform: uppercase;
}
.effect-info__duration-time-description span {
    font-weight: 300;
    letter-spacing: 0.6px;
}
.effect-info__duration-time-description span:first-child {
    font-size: 3.75rem;
    line-height: normal;
}
.effect-info__duration-time-description span:last-child {
    font-size: 1.875rem;
    line-height: 1.875rem;
}
.effect-info__duration-time-descr span {
    font-weight: 300;
}
.effect-info__duration-time-descr span:first-child {
    font-size: 50px;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 7px;
}
@media only screen and (max-width: 1439px) {
    .effect-info__duration-time-descr span:first-child {
        font-size: 45px;
    }
}
.effect-info__duration-time-descr span:last-child {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 20px;
    max-width: 207px;
}
.effect-info__duration-text {
    max-width: 21rem;
}
@media only screen and (max-width: 1199px) {
    .effect-info__duration-text {
        max-width: 100%;
    }
}
.effect-info__duration-text p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 32px;
    margin-bottom: 0;
    padding-top: 27px;
    position: relative;
}
.effect-info__duration-text p:not(:last-child) {
    margin-bottom: 36px;
}
@media only screen and (max-width: 575px) {
    .effect-info__duration-text p:not(:last-child) {
        margin-bottom: 26px;
    }
}
.effect-info__duration-text p:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 3.0625rem;
}
.effect-info__usage {
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.75rem 0 0;
}
@media only screen and (min-width: 1200px) {
    .effect-info__usage {
        flex: 0 0 55.81%;
        max-width: 55.81%;
    }
}
@media only screen and (max-width: 575px) {
    .effect-info__usage {
        flex-direction: column;
        padding: 0;
    }
}
.effect-info__usage-image {
    flex-shrink: 0;
    max-width: 231px;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .effect-info__usage-image {
        display: -ms-flexbox;
        display: flex;
        height: 219px;
        max-width: 100%;
    }
}
.effect-info__usage-image img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .effect-info__usage-image img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
}
.effect-info__usage-content {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 30px 0 20px 41px;
    row-gap: 2.3125rem;
}
@media only screen and (max-width: 575px) {
    .effect-info__usage-content {
        padding: 20px 20px 25px;
    }
}
.effect-info__usage-content-item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.effect-info__usage-content-item-title {
    align-items: center;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .effect-info__usage-content-item-title {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
.effect-info__usage-content-item-title:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    width: 100%;
}
.effect-info__usage-content-item-title h5 {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
    .effect-info__usage-content-item-title h5 {
        letter-spacing: 0.7px;
    }
}
.effect-info__usage-content-item p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 1.75rem;
    margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
    .effect-info__usage-content-item p {
        font-size: 0.9375rem;
        line-height: 1.625rem;
    }
}
.specification-horizontal {
    color: #fff;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1439px) {
    .specification-horizontal {
        flex-direction: column;
        row-gap: 6px;
    }
}
.specification-horizontal__image {
    border-radius: 10px;
    overflow: hidden;
}
@media only screen and (min-width: 1440px) {
    .specification-horizontal__image {
        flex: 0 0 62.09%;
        max-width: 62.09%;
    }
}
.specification-horizontal__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.specification-horizontal__content {
    background: #7c62e3;
    border-radius: 10px;
    padding: 28px 35px 47px;
}
@media only screen and (min-width: 1440px) {
    .specification-horizontal__content {
        flex: 0 0 37.29%;
        max-width: 37.29%;
    }
}
@media only screen and (max-width: 1439px) {
    .specification-horizontal__content {
        padding: 17px 20px 41px;
    }
}
.specification-horizontal__title {
    font-size: 3.125rem;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 3.75rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.875rem;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .specification-horizontal__title {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 23px;
    }
}
.specification-horizontal__title:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 49px;
}
.specification-horizontal__title > * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.specification-horizontal__title sup {
    top: -13px;
}
.specification-horizontal__description {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 2rem;
    margin-bottom: 43px;
}
.work-vertical {
    background: #faecdd;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 25px;
}
@media only screen and (max-width: 1199px) {
    .work-vertical {
        padding-top: 13px;
    }
}
.work-vertical__title {
    color: #183c73;
    font-size: 3.125rem;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 3.75rem;
    margin-bottom: 2.5625rem;
    margin-left: 2.0625rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
    .work-vertical__title {
        font-size: 45px;
        letter-spacing: 2.3px;
        line-height: 55px;
        margin-bottom: 26px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.work-vertical__title > * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
@media only screen and (min-width: 1440px) {
    .work-vertical__content {
        grid-template-columns: 452px 420px 398px;
    }
}
@media only screen and (min-width: 1200px) {
    .work-vertical__content {
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1199px) {
    .work-vertical__content {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        row-gap: 38px;
    }
}
.work-vertical__item {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 275px;
    padding-bottom: 18.1875rem;
}
@media only screen and (max-width: 1199px) {
    .work-vertical__item {
        background-size: 100% 237px;
        padding-bottom: 241px;
        padding-left: 22px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .work-vertical__item:first-child {
        padding-left: 2.0625rem;
    }
    .work-vertical__item:first-child .work-vertical__item-text {
        padding-left: 22px;
    }
    .work-vertical__item:nth-child(3) {
        padding-right: 2rem;
    }
}
.work-vertical__item-wrap {
    max-width: 366px;
}
@media only screen and (max-width: 1439px) {
    .work-vertical__item-wrap {
        max-width: 300px;
    }
}
@media only screen and (max-width: 1199px) {
    .work-vertical__item-wrap {
        max-width: 100%;
    }
}
.work-vertical__item-number {
    align-items: center;
    color: #183c73;
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 3.75rem;
}
.work-vertical__item-number:after {
    background: #183c73;
    content: "";
    height: 1px;
    width: 100%;
}
.work-vertical__item-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 32px;
    padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
    .work-vertical__item-text {
        padding-left: 22px;
    }
}
.add-product {
    -moz-column-gap: 9px;
    column-gap: 9px;
    display: -ms-flexbox;
    display: flex;
}
.add-product__content {
    border-radius: 10px;
    padding: 26px 68px 49px 45px;
}
@media only screen and (min-width: 992px) {
    .add-product__content {
        -moz-column-gap: 57px;
        column-gap: 57px;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 1440px) {
    .add-product__content {
        flex: 0 0 62.09%;
        max-width: 62.09%;
    }
}
@media only screen and (max-width: 1439px) {
    .add-product__content {
        flex-grow: 1;
    }
}
@media only screen and (max-width: 575px) {
    .add-product__content {
        padding: 27px 0 25px;
    }
}
@media only screen and (max-width: 991px) {
    .add-product__content-wrap {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }
}
.add-product__img {
    height: 19.625rem;
    width: 258px;
}
@media only screen and (min-width: 992px) {
    .add-product__img {
        flex-shrink: 0;
    }
}
@media only screen and (max-width: 991px) {
    .add-product__img {
        height: 202px;
        width: 204px;
    }
}
.add-product__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.add-product__thumb {
    margin-top: 21px;
    max-width: 455px;
}
.add-product__thumb img {
    height: auto;
    width: auto;
}
.add-product__inner {
    padding-top: 0.8125rem;
}
@media only screen and (max-width: 991px) {
    .add-product__inner {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .add-product__inner {
        padding: 16px 20px 0;
    }
}
.add-product__price {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0.1875rem;
}
.add-product__name {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1.125rem;
}
@media only screen and (max-width: 991px) {
    .add-product__name {
        margin-bottom: 0;
    }
}
.add-product__quantity-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 11px;
}
.add-product__quantity-form-wrap {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.25rem;
    row-gap: 0.4375rem;
}
.add-product__quantity-form-wrap .custom-control {
    margin-bottom: 0;
}
.add-product__quantity-form .btn {
    align-items: center;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    justify-content: center;
    line-height: 40px;
    padding: 4px 113px;
}
@media only screen and (max-width: 575px) {
    .add-product__quantity-form .btn {
        width: 100%;
    }
}
.add-product__image {
    border-radius: 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
@media only screen and (max-width: 1439px) {
    .add-product__image {
        display: none;
    }
}
.add-product__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.work-horizontal {
    border-radius: 10px;
    color: #000;
    overflow: hidden;
    padding: 1.5625rem 0 3.9375rem;
}
@media only screen and (max-width: 575px) {
    .work-horizontal {
        padding: 13px 0 0;
    }
}
.work-horizontal__title {
    color: #183c73;
    margin-bottom: 3.1875rem;
    margin-left: 2.0625rem;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__title {
        margin-bottom: 26px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.work-horizontal__grid {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__grid {
        flex-direction: column;
        row-gap: 5px;
    }
}
.work-horizontal__grid .work-horizontal__content {
    background: #e7ebff;
    border-radius: 10px;
    flex-basis: 0;
    flex-grow: 1;
    padding: 37px 49px 39px 33px;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .work-horizontal__grid .work-horizontal__content {
        padding: 15px 20px 47px;
    }
}
.work-horizontal__image {
    border-radius: 10px;
    flex: 0 0 37.13%;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__image {
        max-height: 500px;
    }
}
.work-horizontal__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.work-horizontal__content {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-left: 62px;
    row-gap: 1.6875rem;
}
@media only screen and (max-width: 575px) {
    .work-horizontal__content {
        padding-left: 0;
    }
}
.work-horizontal__item {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__item {
        align-items: stretch;
        flex-direction: column;
        row-gap: 20px;
    }
}
.work-horizontal__item-wrap {
    align-items: flex-start;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__item-wrap {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .work-horizontal__item-wrap {
        flex-direction: column;
        padding: 0 20px;
    }
}
.work-horizontal__item-number {
    align-items: center;
    color: #183c73;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 1.875rem;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: 1.5px;
    line-height: 1.875rem;
    min-width: 72px;
    padding-top: 0.3125rem;
    position: relative;
}
.work-horizontal__item-number:after {
    background: #183c73;
    content: "";
    flex-shrink: 0;
    height: 1px;
    width: 44px;
}
.work-horizontal__item-text {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 2rem;
    max-width: 38.75rem;
}
@media only screen and (max-width: 1439px) {
    .work-horizontal__item-text {
        max-width: 410px;
    }
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__item-text {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .work-horizontal__item-text {
        margin-left: 27px;
    }
}
.work-horizontal__item-text b {
    letter-spacing: 0.08px;
}
@media only screen and (max-width: 575px) {
    .work-horizontal__item-text p {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}
.work-horizontal__item-img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 109px;
    max-width: 451px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .work-horizontal__item-img {
        align-self: flex-end;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .work-horizontal__item-img {
        align-self: auto;
        border-radius: 0;
        width: 100%;
    }
}
.work-horizontal__item-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.specification-vertical {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
}
@media only screen and (max-width: 1439px) {
    .specification-vertical {
        row-gap: 6px;
    }
}
.specification-vertical__content {
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1.75rem 2.125rem 2.4375rem 2.1875rem;
}
@media only screen and (max-width: 1439px) {
    .specification-vertical__content {
        padding: 17px 20px 41px;
    }
}
@media only screen and (max-width: 991px) {
    .specification-vertical__content {
        flex-direction: column;
        row-gap: 46px;
    }
}
.specification-vertical__content-wrap {
    max-width: 720px;
}
@media only screen and (max-width: 1439px) {
    .specification-vertical__content-wrap {
        max-width: 650px;
    }
}
@media only screen and (max-width: 1199px) {
    .specification-vertical__content-wrap {
        max-width: 425px;
    }
}
@media only screen and (max-width: 991px) {
    .specification-vertical__content-wrap {
        max-width: 100%;
    }
}
.specification-vertical__content .specification-characts {
    margin-top: 19px;
}
.specification-vertical__title {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
    .specification-vertical__title {
        margin-bottom: 1.75rem;
    }
}
.specification-vertical__description {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 32px;
    row-gap: 1.75rem;
}
.specification-vertical__description:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 49px;
}
.specification-vertical__image {
    border-radius: 10px;
    max-height: 560px;
    overflow: hidden;
}
.specification-vertical__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.product-usage__content {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .product-usage__content {
        flex-direction: column;
        row-gap: 5px;
    }
}
.product-usage__main {
    background: #faecdd;
    border-radius: 10px;
    padding: 25px 33px 39px;
}
@media only screen and (min-width: 992px) {
    .product-usage__main {
        flex: 0 0 62.09%;
        max-width: 62.09%;
    }
}
@media only screen and (max-width: 575px) {
    .product-usage__main {
        padding: 28px 20px 21px;
    }
}
.product-usage__title {
    color: #000;
    margin-bottom: 56px;
}
@media only screen and (max-width: 575px) {
    .product-usage__title {
        margin-bottom: 42px;
    }
}
.product-usage__video {
    border-radius: 10px;
    height: 414px;
    overflow: hidden;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .product-usage__video {
        height: 196px;
    }
}
.product-usage__info {
    background: #faecdd;
    border-radius: 10px;
    flex-basis: 0;
    flex-grow: 1;
    padding: 10px;
}
.product-usage__info-img {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
}
.product-usage__info-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 32px;
    padding: 0 22px 0 18px;
}
@media only screen and (max-width: 575px) {
    .product-usage__info-text {
        padding: 0 20px;
    }
}
.product-usage__info-text p {
    margin-bottom: 19px;
    padding-bottom: 20px;
    position: relative;
}
.product-usage__info-text p:after {
    background: #183c73;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.lab-tests {
    padding-bottom: 75px;
    padding-top: 45px;
}
.lab-tests__grid {
    -moz-column-gap: 31px;
    column-gap: 31px;
    row-gap: 46px;
}
@media only screen and (max-width: 575px) {
    .lab-tests__image {
        margin: 0 auto;
        max-width: 329px;
    }
}
.lab-tests__image a {
    display: block;
    position: relative;
}
.lab-tests__image a:after {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}
.lab-tests__image a:hover:after {
    opacity: 1;
    visibility: visible;
}
.lab-tests__image a:not(:first-child) {
    display: none;
}
.lab-tests__image a:hover .lab-tests__image-circle {
    opacity: 1;
    visibility: visible;
}
.lab-tests__image-circle {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.lab-tests__image .icon {
    height: 30px;
    width: 30px;
    fill: #183c73;
}
/*# sourceMappingURL=custom.min.css.map*/
