* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    width: 100%;
    font-size: 100%;
    line-height: 1;
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

svg.hidden {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    border: none !important;
    left: -9999px !important;
    top: -9999px !important;
}

@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url("fonts/OpenSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url("fonts/OpenSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url("fonts/OpenSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url("fonts/OpenSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

html {
    --font-h1-heading-size: 42px;
    --font-h2-heading-size: 32px;
    --font-h3-heading-size: 24px;
    --font-h1-lineheight: 1.2;
    --font-h2-lineheight: 1.2;
    --font-h3-lineheight: 1.2;
    --paragraph-p-size: 18px;
    --paragraph-pp-size: 16px;
    --paragraph-ppp-size: 14px;
    --paragraph-p-lineheight: 1.2;
    --paragraph-pp-lineheight: 1.2;
    --paragraph-ppp-lineheight: 1.2;
    --link-p-size: 18px;
    --link-pp-size: 16px;
    --link-ppp-size: 14px;
    --link-p-lineheight: 1.2;
    --link-pp-lineheight: 1.2;
    --link-ppp-lineheight: 1.2;
    --overline-1-size: 18px;
    --overline-2-size: 16px;
    --overline-3-size: 13px;
    --overline-1-lineheight: 1.25;
    --overline-2-lineheight: 1.25;
    --overline-3-lineheight: 1.2;
    --button-large-size: 18px;
    --button-medium-size: 16px;
    --button-small-size: 14px;
    --button-large-lineheight: 1.2;
    --button-medium-lineheight: 1.25;
    --button-small-lineheight: 1.2;
    --button-height-large: 56px;
    --button-height-medium: 48px;
    --button-height-small: 38px;
    --button-icon-large: 24px;
    --button-icon-medium: 18px;
    --button-icon-small: 18px;
    --margin-1: 4px;
    --margin-2: 8px;
    --margin-3: 16px;
    --margin-4: 24px;
    --margin-5: 32px;
    --margin-6: 64px;
}

@media only screen and (max-width: 992px) {
    html {
        --margin-6: 48px;
    }
}

html {
    --margin-7: 96px;
    --border-radius-default: 24px;
    --color-black: #262626;
    --color-white: #FFFFFF;
    --color-blue-accent: #2D9AD5;
    --color-blue-accent-hover: #127CB5;
    --color-blue-secondary: #EAF1F4;
    --color-blue-secondary-hover: #DCEAF4;
    --color-red: #E85E51;
    --color-orange: #FC5D35;
    --color-gray-icons: #6D8D9D;
    --color-blue-icon-bg: #92CEEF;
    --color-gray-bg: #F7F7F7;
    --color-text-secondary: #777777;
    --color-success: #77B41B;
    --color-error: #CE3325;
    --color-disabled-text: #C7C7C7;
    --color-disabled-bg: #EFEFEF;
}

/*@media only screen and (max-width: 768px) {
    ._hide_mobile {
        display: none !important;
    }
}*/

._mobile_only {
    display: none;
}

.h1-heading {
    font-size: var(--font-h1-heading-size);
    line-height: var(--font-h1-lineheight);
    font-family: "OpenSans", sans-serif, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 576px) {
    .h1-heading {
        font-size: var(--font-h2-heading-size);
        line-height: var(--font-h2-lineheight);
        font-family: "OpenSans", sans-serif, sans-serif;
        font-weight: 700;
    }
}

.h2-heading {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 576px) {
    .h2-heading {
        font-size: var(--font-h3-heading-size);
        line-height: var(--font-h3-lineheight);
        font-family: "OpenSans", sans-serif, sans-serif;
        font-weight: 700;
    }
}

.h3-heading {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif, sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 576px) {
    .h3-heading {
        font-family: "OpenSans", sans-serif;
        line-height: var(--paragraph-p-lineheight);
        font-size: var(--paragraph-p-size);
        font-weight: 700;
    }
}

._short_section {
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
}

.p,
.p-regular {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
}

.p-bold {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
}

.pp {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.pp-bold {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
}

.ppp {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
}

.ppp-bold {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 700;
}

.link-p {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-p-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-p-size);
}

.link-pp {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
}

.link-ppp {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-ppp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-ppp-size);
}

.overline-1 {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
}

.overline-2 {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-2-lineheight);
    font-size: var(--overline-2-size);
    font-weight: 600;
}

.overline-3 {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
}

a .btn-primary-large, div .btn-primary-large, span .btn-primary-large, p .btn-primary-large, button .btn-primary-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-large-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 56px;
    font-size: var(--button-large-size);
    padding: 0 24px;
    border-radius: 20px;
}

a .btn-primary-large svg,
a .btn-primary-large .icon, div .btn-primary-large svg,
div .btn-primary-large .icon, span .btn-primary-large svg,
span .btn-primary-large .icon, p .btn-primary-large svg,
p .btn-primary-large .icon, button .btn-primary-large svg,
button .btn-primary-large .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-primary-large, div .btn-primary-large, span .btn-primary-large, p .btn-primary-large, button .btn-primary-large {
    background-color: #2D9AD5;
    color: #FFFFFF;
}

@media screen and (min-width: 993px) {
    a .btn-primary-large:hover:not(:disabled), div .btn-primary-large:hover:not(:disabled), span .btn-primary-large:hover:not(:disabled), p .btn-primary-large:hover:not(:disabled), button .btn-primary-large:hover:not(:disabled) {
        background-color: #127CB5;
        color: #FFFFFF;
    }
}

a .btn-primary-large:disabled, div .btn-primary-large:disabled, span .btn-primary-large:disabled, p .btn-primary-large:disabled, button .btn-primary-large:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
    a .btn-primary-large, div .btn-primary-large, span .btn-primary-large, p .btn-primary-large, button .btn-primary-large {
        height: 48px;
        font-size: var(--button-medium-size);
        padding: 0 20px;
        border-radius: 18px;
    }

    a .btn-primary-large svg,
    a .btn-primary-large .icon, div .btn-primary-large svg,
    div .btn-primary-large .icon, span .btn-primary-large svg,
    span .btn-primary-large .icon, p .btn-primary-large svg,
    p .btn-primary-large .icon, button .btn-primary-large svg,
    button .btn-primary-large .icon {
        width: 24px;
        height: 24px;
    }
}

a .btn-primary-medium, div .btn-primary-medium, span .btn-primary-medium, p .btn-primary-medium, button .btn-primary-medium {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-medium-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 48px;
    font-size: var(--button-medium-size);
    padding: 0 20px;
    border-radius: 18px;
}

a .btn-primary-medium svg,
a .btn-primary-medium .icon, div .btn-primary-medium svg,
div .btn-primary-medium .icon, span .btn-primary-medium svg,
span .btn-primary-medium .icon, p .btn-primary-medium svg,
p .btn-primary-medium .icon, button .btn-primary-medium svg,
button .btn-primary-medium .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-primary-medium, div .btn-primary-medium, span .btn-primary-medium, p .btn-primary-medium, button .btn-primary-medium {
    background-color: #2D9AD5;
    color: #FFFFFF;
}

@media screen and (min-width: 993px) {
    a .btn-primary-medium:hover:not(:disabled), div .btn-primary-medium:hover:not(:disabled), span .btn-primary-medium:hover:not(:disabled), p .btn-primary-medium:hover:not(:disabled), button .btn-primary-medium:hover:not(:disabled) {
        background-color: #127CB5;
        color: #FFFFFF;
    }
}

a .btn-primary-medium:disabled, div .btn-primary-medium:disabled, span .btn-primary-medium:disabled, p .btn-primary-medium:disabled, button .btn-primary-medium:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

a .btn-primary-small, div .btn-primary-small, span .btn-primary-small, p .btn-primary-small, button .btn-primary-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-small-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 38px;
    font-size: var(--button-small-size);
    padding: 0 16px;
    border-radius: 12px;
}

a .btn-primary-small svg,
a .btn-primary-small .icon, div .btn-primary-small svg,
div .btn-primary-small .icon, span .btn-primary-small svg,
span .btn-primary-small .icon, p .btn-primary-small svg,
p .btn-primary-small .icon, button .btn-primary-small svg,
button .btn-primary-small .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-primary-small, div .btn-primary-small, span .btn-primary-small, p .btn-primary-small, button .btn-primary-small {
    background-color: #2D9AD5;
    color: #FFFFFF;
}

@media screen and (min-width: 993px) {
    a .btn-primary-small:hover:not(:disabled), div .btn-primary-small:hover:not(:disabled), span .btn-primary-small:hover:not(:disabled), p .btn-primary-small:hover:not(:disabled), button .btn-primary-small:hover:not(:disabled) {
        background-color: #127CB5;
        color: #FFFFFF;
    }
}

a .btn-primary-small:disabled, div .btn-primary-small:disabled, span .btn-primary-small:disabled, p .btn-primary-small:disabled, button .btn-primary-small:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

a .btn-secondary-large, div .btn-secondary-large, span .btn-secondary-large, p .btn-secondary-large, button .btn-secondary-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-large-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 56px;
    font-size: var(--button-large-size);
    padding: 0 24px;
    border-radius: 20px;
}

a .btn-secondary-large svg,
a .btn-secondary-large .icon, div .btn-secondary-large svg,
div .btn-secondary-large .icon, span .btn-secondary-large svg,
span .btn-secondary-large .icon, p .btn-secondary-large svg,
p .btn-secondary-large .icon, button .btn-secondary-large svg,
button .btn-secondary-large .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-secondary-large, div .btn-secondary-large, span .btn-secondary-large, p .btn-secondary-large, button .btn-secondary-large {
    background-color: #F7F7F7;
    color: #262626;
    border: none;
}

@media screen and (min-width: 993px) {
    a .btn-secondary-large:hover:not(:disabled), div .btn-secondary-large:hover:not(:disabled), span .btn-secondary-large:hover:not(:disabled), p .btn-secondary-large:hover:not(:disabled), button .btn-secondary-large:hover:not(:disabled) {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

a .btn-secondary-large:disabled, div .btn-secondary-large:disabled, span .btn-secondary-large:disabled, p .btn-secondary-large:disabled, button .btn-secondary-large:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
    a .btn-secondary-large, div .btn-secondary-large, span .btn-secondary-large, p .btn-secondary-large, button .btn-secondary-large {
        height: 48px;
        font-size: var(--button-medium-size);
        padding: 0 20px;
        border-radius: 18px;
    }

    a .btn-secondary-large svg,
    a .btn-secondary-large .icon, div .btn-secondary-large svg,
    div .btn-secondary-large .icon, span .btn-secondary-large svg,
    span .btn-secondary-large .icon, p .btn-secondary-large svg,
    p .btn-secondary-large .icon, button .btn-secondary-large svg,
    button .btn-secondary-large .icon {
        width: 24px;
        height: 24px;
    }
}

a .btn-secondary-medium, div .btn-secondary-medium, span .btn-secondary-medium, p .btn-secondary-medium, button .btn-secondary-medium {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-medium-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 48px;
    font-size: var(--button-medium-size);
    padding: 0 20px;
    border-radius: 18px;
}

a .btn-secondary-medium svg,
a .btn-secondary-medium .icon, div .btn-secondary-medium svg,
div .btn-secondary-medium .icon, span .btn-secondary-medium svg,
span .btn-secondary-medium .icon, p .btn-secondary-medium svg,
p .btn-secondary-medium .icon, button .btn-secondary-medium svg,
button .btn-secondary-medium .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-secondary-medium, div .btn-secondary-medium, span .btn-secondary-medium, p .btn-secondary-medium, button .btn-secondary-medium {
    background-color: #F7F7F7;
    color: #262626;
    border: none;
}

@media screen and (min-width: 993px) {
    a .btn-secondary-medium:hover:not(:disabled), div .btn-secondary-medium:hover:not(:disabled), span .btn-secondary-medium:hover:not(:disabled), p .btn-secondary-medium:hover:not(:disabled), button .btn-secondary-medium:hover:not(:disabled) {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

a .btn-secondary-medium:disabled, div .btn-secondary-medium:disabled, span .btn-secondary-medium:disabled, p .btn-secondary-medium:disabled, button .btn-secondary-medium:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

a .btn-secondary-small, div .btn-secondary-small, span .btn-secondary-small, p .btn-secondary-small, button .btn-secondary-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    line-height: var(--button-small-lineheight);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 38px;
    font-size: var(--button-small-size);
    padding: 0 16px;
    border-radius: 12px;
}

a .btn-secondary-small svg,
a .btn-secondary-small .icon, div .btn-secondary-small svg,
div .btn-secondary-small .icon, span .btn-secondary-small svg,
span .btn-secondary-small .icon, p .btn-secondary-small svg,
p .btn-secondary-small .icon, button .btn-secondary-small svg,
button .btn-secondary-small .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

a .btn-secondary-small, div .btn-secondary-small, span .btn-secondary-small, p .btn-secondary-small, button .btn-secondary-small {
    background-color: #F7F7F7;
    color: #262626;
    border: none;
}

@media screen and (min-width: 993px) {
    a .btn-secondary-small:hover:not(:disabled), div .btn-secondary-small:hover:not(:disabled), span .btn-secondary-small:hover:not(:disabled), p .btn-secondary-small:hover:not(:disabled), button .btn-secondary-small:hover:not(:disabled) {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

a .btn-secondary-small:disabled, div .btn-secondary-small:disabled, span .btn-secondary-small:disabled, p .btn-secondary-small:disabled, button .btn-secondary-small:disabled {
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

.bg-black {
    background-color: #262626;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-blue-accent {
    background-color: #2D9AD5;
}

.bg-blue-accent-hover {
    background-color: #127CB5;
}

.bg-blue-secondary {
    background-color: #EAF1F4;
}

.bg-blue-secondary-hover {
    background-color: #DCEAF4;
}

.bg-red {
    background-color: var(--color-red);
}

.bg-gray-icons {
    background-color: #6D8D9D;
}

.bg-blue-icon-bg {
    background-color: #92CEEF;
}

.bg-gray-bg {
    background-color: #F7F7F7;
}

.bg-success {
    background-color: #77B41B;
}

.bg-error {
    background-color: #CE3325;
}

.bg-disabled-bg {
    background-color: #EFEFEF;
}

html body .text-black {
    color: #262626;
}

html body .text-white {
    color: #FFFFFF;
}

html body .text-blue-accent {
    color: #2D9AD5;
}

html body .text-blue-accent-hover {
    color: #127CB5;
}

html body .text-blue-secondary {
    color: #EAF1F4;
}

html body .text-blue-secondary-hover {
    color: #DCEAF4;
}

html body .text-red {
    color: var(--color-red);
}

html body .text-orange {
    color: #FC5D35;
}

html body .text-gray-icons {
    color: #6D8D9D;
}

html body .text-blue-icon-bg {
    color: #92CEEF;
}

html body .text-gray-bg {
    color: #F7F7F7;
}

html body .text-secondary {
    color: #777777;
}

html body .text-success {
    color: #77B41B;
}

html body .text-error {
    color: #CE3325;
}

html body .text-disabled {
    color: #C7C7C7;
}

html body .text-left {
    text-align: left;
}

html body .text-center {
    text-align: center;
}

html body .text-right {
    text-align: right;
}

html body .text-justify {
    text-align: justify;
}

html body .fw-400 {
    font-weight: 400;
}

html body .fw-500 {
    font-weight: 500;
}

html body .fw-600 {
    font-weight: 600;
}

html body .fw-700 {
    font-weight: 700;
}

html body .gradient {
    background: -webkit-gradient(linear, left top, right top, from(#2D9AD5), to(#127CB5));
    background: linear-gradient(to right, #2D9AD5, #127CB5);
}

.m-1 {
    margin: var(--margin-1);
}

.m-2 {
    margin: var(--margin-2);
}

.m-3 {
    margin: var(--margin-3);
}

.m-4 {
    margin: var(--margin-4);
}

.m-5 {
    margin: var(--margin-5);
}

.m-6 {
    margin: var(--margin-6);
}

.m-7 {
    margin: var(--margin-7);
}

.mt-1 {
    margin-top: var(--margin-1);
}

.mt-2 {
    margin-top: var(--margin-2);
}

.mt-3 {
    margin-top: var(--margin-3);
}

.mt-4 {
    margin-top: var(--margin-4);
}

.mt-5 {
    margin-top: var(--margin-5);
}

.mt-6 {
    margin-top: var(--margin-6);
}

.mt-7 {
    margin-top: var(--margin-7);
}

.mr-1 {
    margin-right: var(--margin-1);
}

.mr-2 {
    margin-right: var(--margin-2);
}

.mr-3 {
    margin-right: var(--margin-3);
}

.mr-4 {
    margin-right: var(--margin-4);
}

.mr-5 {
    margin-right: var(--margin-5);
}

.mr-6 {
    margin-right: var(--margin-6);
}

.mr-7 {
    margin-right: var(--margin-7);
}

.mb-1 {
    margin-bottom: var(--margin-1);
}

.mb-2 {
    margin-bottom: var(--margin-2);
}

.mb-3 {
    margin-bottom: var(--margin-3);
}

.mb-4 {
    margin-bottom: var(--margin-4);
}

.mb-5 {
    margin-bottom: var(--margin-5);
}

.mb-6 {
    margin-bottom: var(--margin-6);
}

.mb-7 {
    margin-bottom: var(--margin-7);
}

.ml-1 {
    margin-left: var(--margin-1);
}

.ml-2 {
    margin-left: var(--margin-2);
}

.ml-3 {
    margin-left: var(--margin-3);
}

.ml-4 {
    margin-left: var(--margin-4);
}

.ml-5 {
    margin-left: var(--margin-5);
}

.ml-6 {
    margin-left: var(--margin-6);
}

.ml-7 {
    margin-left: var(--margin-7);
}

.mx-1 {
    margin-left: var(--margin-1);
    margin-right: var(--margin-1);
}

.mx-2 {
    margin-left: var(--margin-2);
    margin-right: var(--margin-2);
}

.mx-3 {
    margin-left: var(--margin-3);
    margin-right: var(--margin-3);
}

.mx-4 {
    margin-left: var(--margin-4);
    margin-right: var(--margin-4);
}

.mx-5 {
    margin-left: var(--margin-5);
    margin-right: var(--margin-5);
}

.mx-6 {
    margin-left: var(--margin-6);
    margin-right: var(--margin-6);
}

.mx-7 {
    margin-left: var(--margin-7);
    margin-right: var(--margin-7);
}

.my-1 {
    margin-top: var(--margin-1);
    margin-bottom: var(--margin-1);
}

.my-2 {
    margin-top: var(--margin-2);
    margin-bottom: var(--margin-2);
}

.my-3 {
    margin-top: var(--margin-3);
    margin-bottom: var(--margin-3);
}

.my-4 {
    margin-top: var(--margin-4);
    margin-bottom: var(--margin-4);
}

.my-5 {
    margin-top: var(--margin-5);
    margin-bottom: var(--margin-5);
}

.my-6 {
    margin-top: var(--margin-6);
    margin-bottom: var(--margin-6);
}

.my-7 {
    margin-top: var(--margin-7);
    margin-bottom: var(--margin-7);
}


.modal {
    max-height: 100%;
    overflow: auto;
    max-width: 500px;
    background: #fff;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    transform: translateY(10px);
}

.modal__close {
    background: none;
    color: var(--color-text-secondary);
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal .modal__close svg {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

@media screen and (min-width: 993px) {
    .modal .modal__close:hover {
        color: var(--color-red);
    }
}

.modal__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.modal__buttons {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    overflow-y: auto;
}*/

/*.modal.modal--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/

/*.modal .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}*/

/*
.modal .modal__window {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1001;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
*/

/*.modal .modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}*/

/*.modal .modal__title {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif, sans-serif;
    font-weight: 700;
    font-weight: 700;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}*/

/*.modal .modal__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}*/

/*@media screen and (max-width: 768px) {
    .modal .modal__title {
        font-size: var(--font-h3-heading-size);
        line-height: var(--font-h3-lineheight);
        font-family: "OpenSans", sans-serif, sans-serif;
        font-weight: 700;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}*/

/*.modal .modal__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #262626;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: auto;
    z-index: 10;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

/*.modal .modal__close svg {
    width: 24px;
    height: 24px;
    pointer-events: none;
}

@media screen and (min-width: 993px) {
    .modal .modal__close:hover {
        color: #E85E51;
    }
}*/

/*.modal .modal__content {
    padding: 24px;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}*/

/*@media screen and (max-width: 768px) {
    .modal {
        padding: 0 !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        top: 72px !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100vh - 72px) !important;
    }

    .modal .modal__overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modal .modal__window {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        height: 100% !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .modal .modal__header {
        position: sticky !important;
        top: 0 !important;
        background-color: #FFFFFF !important;
        z-index: 10;
        padding: 16px 20px !important;
        border-bottom: 1px solid #e0e0e0;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .modal .modal__close {
        position: static !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .modal .modal__content {
        padding: 20px !important;
        overflow-y: auto !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
    }
}*/

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: var(--color-red);
    z-index: 999;
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-header {
        display: block;
    }
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
}

.rounded {
    border-radius: var(--border-radius-default);
}

body {
    font-family: "OpenSans", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #262626;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

h1, h2,
.h1-heading, .h2-heading {
    margin-bottom: var(--margin-4);
}

.page-wrapper {
    min-height: calc(100vh - 445px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 165px;
}

@media only screen and (max-width: 992px) {
    .page-wrapper {
        padding-top: 72px;
        min-height: unset;
    }
}

.section {
    margin-bottom: var(--margin-6);
}

.section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: var(--margin-5);
}

@media only screen and (max-width: 768px) {
    .section__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: var(--margin-3);
    }
}

.section__title .h2-heading {
    margin-bottom: 0;
}

.section__title-link {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #2D9AD5 !important;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .section__title-link:hover {
        color: #127CB5;
    }
}

.breadcrumbs {
    margin-top: var(--margin-3);
    margin-bottom: var(--margin-4);
}

.breadcrumbs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    word-break: break-word;
}

.breadcrumbs__link {
    color: #777777;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

@media screen and (min-width: 993px) {
    .breadcrumbs__link:hover {
        color: #2D9AD5;
    }
}

.breadcrumbs__separator {
    color: #C7C7C7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.breadcrumbs__current {
    color: #C7C7C7;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 992px) {
    .tabs {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tabs::-webkit-scrollbar {
        display: none;
    }
}

.tabs__item {
    background: none;
    border: none;
    padding: 0 16px;
    height: 38px;
    font-family: "OpenSans", sans-serif;
    font-size: var(--button-large-size);
    font-weight: 600;
    line-height: 1.2;
    color: #262626;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
}

.tabs__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 16px;
    right: 16px;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

@media screen and (min-width: 993px) {
    .tabs__item:hover {
        background-color: #EAF1F4;
        color: #262626;
        border-bottom-color: transparent;
    }

    .tabs__item:hover::after {
        background-color: transparent;
    }
}

.tabs__item--active {
    color: #2D9AD5;
    border-bottom-color: transparent;
}

.tabs__item--active::after {
    background-color: #2D9AD5;
}

@media screen and (min-width: 993px) {
    .tabs__item--active:hover {
        background-color: transparent;
        color: #2D9AD5;
    }
}

.swiper-container {
    position: relative;
    overflow: visible;
}

.swiper-container .swiper {
    overflow: hidden;
    width: 100%;
}

.swiper-container .swiper:not(.swiper-container-initialized) {
    overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(247, 247, 247, 0.6980392157);
    color: #262626;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
    fill: currentColor;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-button-prev:not(._dark),
.swiper-button-next:not(._dark) {
    background-color: rgba(247, 247, 247, 0.6980392157);
    color: #262626;
}

@media screen and (min-width: 993px) {
    .swiper-button-prev:not(._dark):hover,
    .swiper-button-next:not(._dark):hover {
        background-color: #FFFFFF;
        color: #2D9AD5;
    }
}

.swiper-button-prev:not(._dark).swiper-button-disabled,
.swiper-button-next:not(._dark).swiper-button-disabled {
    background-color: rgba(247, 247, 247, 0.6980392157);
    color: #C7C7C7;
    cursor: not-allowed;
    opacity: 1;
}

.swiper-button-prev._dark,
.swiper-button-next._dark {
    background-color: rgba(247, 247, 247, 0.6980392157);
    color: #262626;
}

@media screen and (min-width: 993px) {
    .swiper-button-prev._dark:hover,
    .swiper-button-next._dark:hover {
        background-color: #EAF1F4;
        color: #262626;
    }
}

.swiper-button-prev._dark.swiper-button-disabled,
.swiper-button-next._dark.swiper-button-disabled {
    background-color: rgba(247, 247, 247, 0.6980392157);
    color: #C7C7C7;
    cursor: not-allowed;
    opacity: 1;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

.footer {
    width: 100%;
    background-color: #EAF1F4;
    padding-top: 64px;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding-top: 32px;
    }
}

.footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--margin-5);
    margin-bottom: var(--margin-5);
}

@media only screen and (max-width: 992px) {
    .footer__content {
        grid-template-columns: 1fr 1fr;
        gap: var(--margin-4);
    }
}

@media only screen and (max-width: 768px) {
    .footer__content {
        grid-template-columns: 1fr 1fr;
        gap: var(--margin-4);
    }

    .footer__content .footer__column--requisites {
        grid-column: 1/-1;
    }
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__column--company {
        grid-column: 1/-1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer__column--catalog {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__column--customer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer__column--requisites {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.footer__logo {
    margin-bottom: var(--margin-4);
}

.footer__logo img {
    display: block;
    width: 204px;
    height: 51px;
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    margin-bottom: var(--margin-2);
}

.footer__contact svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    color: #6D8D9D;
}

.footer__phone {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "bold", sans-serif;
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .footer__phone:hover {
        color: #2D9AD5;
    }
}

.footer__time {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #777777;
}

.footer__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
    font-weight: 700;
    margin-bottom: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
}

.footer__title svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #6D8D9D;
}

.footer__column--requisites .footer__title {
    color: #777777;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.footer__nav-item {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .footer__nav-item:hover {
        color: #2D9AD5;
    }
}

.footer__requisites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.footer__requisites-item {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.footer__bottom {
    width: 100%;
    height: 67px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--margin-5);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .footer__bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--margin-3);
    }
}

@media only screen and (max-width: 768px) {
    .footer__bottom {
        min-height: 67px;
        height: unset;
        padding: 15px 0;
    }
}

.footer__legal-link {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-ppp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-ppp-size);
    color: #6D8D9D !important;
    text-decoration: underline;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .footer__legal-link:hover {
        color: #2D9AD5;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 100;
}

.header__top {
    height: 32px;
    background-color: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__top {
        display: none;
    }
}

.header__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: var(--margin-5);
    width: 100%;
}

.header__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    color: #6D8D9D;
}

.header__top-item svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #6D8D9D;
}

.header__top-item a {
    color: #6D8D9D;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .header__top-item a:hover {
        color: #2D9AD5;
    }
}

.header__main {
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
    .header__main {
        border-bottom: 1px solid #EFEFEF;
        margin-bottom: 0;
    }
}

.header__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-4);
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .header__main-content {
        gap: 8px;
    }
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo a {
    display: block;
    line-height: 0;
}

.header__logo img {
    width: 204px;
    height: 51px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 992px) {
    .header__logo img {
        width: 150px;
        height: auto;
    }
}

.header__catalog-btn {
    height: 40px;
    padding: 0 var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background-color: #2D9AD5;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    font-weight: 600;
    white-space: nowrap;
}

.header__catalog-btn svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .header__catalog-btn:hover {
        background-color: #127CB5;
    }
}

@media only screen and (max-width: 992px) {
    .header__catalog-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 10px;
    }
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    background-color: #EAF1F4;
    border-radius: 16px;
    padding: 0 2px 0 var(--margin-3);
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .header__search {
        display: none;
    }
}

.header__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
}

.header__search-input::-webkit-input-placeholder {
    color: #777777;
}

.header__search-input::-moz-placeholder {
    color: #777777;
}

.header__search-input:-ms-input-placeholder {
    color: #777777;
}

.header__search-input::-ms-input-placeholder {
    color: #777777;
}

.header__search-input::placeholder {
    color: #777777;
}

.header__search-input:focus {
    outline: none;
}

.header__search-btn {
    height: 32px;
    padding: 0 var(--margin-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background-color: #2D9AD5;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    font-weight: 600;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
}

.header__search-btn svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .header__search-btn:hover {
        background-color: #127CB5;
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

@media only screen and (max-width: 992px) {
    .header__actions {
        gap: var(--margin-2);
    }
}

.header__action {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EAF1F4;
    border-radius: 12px;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .header__action--cart {
        display: none;
    }
}

.header__action svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .header__action:hover {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

.header__action--favorites svg {
    color: var(--color-red);
}

.header__action--search {
    display: none;
}

@media only screen and (max-width: 992px) {
    .header__action--search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__action-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background-color: var(--color-red);
    color: #FFFFFF;
    border-radius: 9px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
}

@media only screen and (max-width: 992px) {
    .header__action--user {
        display: none;
    }

    .header__action--favorites {
        display: none;
    }
}

.header__brands {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__brands .container {
    height: 100%;
}

.header__brands .container .header__brands-content {
    height: 100%;
    background-color: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    border-radius: 18px;
}

@media only screen and (max-width: 992px) {
    .header__brands {
        display: none;
    }
}

.header__brands-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-3);
    width: 100%;
}

.header__brands-label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #6D8D9D;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__brands-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.header__brands-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__brands-slider .swiper-slide {
    width: auto !important;
    min-width: 18px;
    margin-right: 14px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #6D8D9D;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    text-align: center;
}

@media screen and (min-width: 993px) {
    .header__brands-slider .swiper-slide:hover {
        color: #2D9AD5;
    }
}

.header__brands-content {
    position: relative;
}

.header__brands-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s ease,
    transform .2s ease,
    visibility .2s ease;
}

.header__brands-dropdown.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header__brands-group {
    display: none;
    column-count: 5;
    column-gap: 35px;
}

.header__brands-group.active {
    display: block;
}

.header__brands-group a {
    display: block;
    break-inside: avoid;
    margin-bottom: 8px;
    color: var(--color-gray-icons);
    font-size: var(--overline-2-size);
}

.header__brands-group a:hover {
    color: var(--color-blue-accent);
    font-weight: 600;
}


.header__brands-slider .swiper-slide.active {
    color: #2D9AD5;
    font-weight: bold;
}

.header__mobile-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: var(--margin-3);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 101;
}

.header__mobile-search-container._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header__mobile-search-container {
    display: none;
}

@media only screen and (max-width: 992px) {
    .header__mobile-search-container {
        display: block;
    }
}

.header__mobile-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
}

.header__mobile-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    padding: 0 var(--margin-3);
    background-color: #F7F7F7;
    border: none;
    border-radius: 12px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
}

.header__mobile-search-input::-webkit-input-placeholder {
    color: #777777;
}

.header__mobile-search-input::-moz-placeholder {
    color: #777777;
}

.header__mobile-search-input:-ms-input-placeholder {
    color: #777777;
}

.header__mobile-search-input::-ms-input-placeholder {
    color: #777777;
}

.header__mobile-search-input::placeholder {
    color: #777777;
}

.header__mobile-search-input:focus {
    outline: 2px solid #2D9AD5;
    outline-offset: -2px;
}

.header__mobile-search-close {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EAF1F4;
    border: none;
    border-radius: 12px;
    color: #6D8D9D;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__mobile-search-close svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 993px) {
    .header__mobile-search-close:hover {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    display: none;
}

@media only screen and (max-width: 992px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu._active {
    display: block;
}

.mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mobile-menu._active .mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu._active .mobile-menu__container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 15px;
    border-bottom: 1px solid #EFEFEF;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-3);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.mobile-menu__logo img {
    width: 150px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-menu__logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.mobile-menu__logo-title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
    font-weight: 700;
    color: #262626;
    white-space: nowrap;
}

.mobile-menu__logo-subtitle {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    white-space: nowrap;
}

.mobile-menu__close {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #262626;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-menu__close svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 993px) {
    .mobile-menu__close:hover {
        color: #2D9AD5;
    }
}

.mobile-menu__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: var(--margin-4);
    padding-bottom: calc(var(--margin-4) + 70px);
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mobile-menu__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.mobile-menu__section-title {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    font-weight: 700;
    color: #2D9AD5;
}

.mobile-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mobile-menu__nav-item {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: var(--margin-2) 0;
}

@media screen and (min-width: 993px) {
    .mobile-menu__nav-item:hover {
        color: #2D9AD5;
    }
}

.mobile-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
    margin-top: auto;
    padding-top: var(--margin-4);
    border-top: 1px solid #EFEFEF;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mobile-menu__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mobile-menu__contact-item svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-menu__contact-item span {
    color: #2D9AD5;
    text-decoration: underline;
}

@media screen and (min-width: 993px) {
    .mobile-menu__contact-item:hover span {
        color: #127CB5;
    }
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    border-top: 1px solid #EFEFEF;
    display: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 var(--margin-2);
    z-index: 150;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 992px) {
    .bottom-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media only screen and (min-width: 993px) {
    .bottom-menu {
        display: none !important;
    }
}

.bottom-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background: none;
    border: none;
    color: #6D8D9D;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: var(--margin-2) 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

@media screen and (max-width: 400px) {
    .bottom-menu__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.bottom-menu__item::before {
    content: "";
    position: absolute;
    top: calc(50% - 28px - 6px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #EAF1F4;
    border-radius: 12px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    z-index: 0;
}

.bottom-menu__item svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #6D8D9D;
}

.bottom-menu__item span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #6D8D9D;
}

.bottom-menu__item--active svg {
    color: #2D9AD5;
}

.bottom-menu__item--active span {
    color: #2D9AD5;
}

@media screen and (min-width: 993px) {
    .bottom-menu__item:hover svg {
        color: #2D9AD5;
    }

    .bottom-menu__item:hover span {
        color: #2D9AD5;
    }
}

.bottom-menu__badge {
    position: absolute !important;
    top: 2px;
    left: calc(100% - 30px);
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    background-color: var(--color-red);
    color: #FFFFFF !important;
    border-radius: 50% !important;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
}

@media only screen and (max-width: 992px) {
    body {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 993px) {
    body {
        padding-bottom: 0 !important;
    }
}

.product-card {
    background-color: #EAF1F4;
    border: 1px solid #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    width: 226px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 226px;
    flex: 0 0 226px;
}

@media only screen and (max-width: 992px) {
    .product-card {
        padding: 8px;
    }
}

@media screen and (min-width: 993px) {
    .product-card:hover {
        background-color: #DCEAF4;
    }
}

.product-card__image-wrapper {
    position: relative;
    width: 100%;
    height: 192px;
    margin-bottom: var(--margin-2);
    border-radius: 18px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
}

@media only screen and (max-width: 992px) {
    .product-card__image-wrapper {
        height: 156px;
    }
}

.product-card__image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product-card__image--active {
    opacity: 1;
}

.product-card[data-single-image=true] .product-card__image:not(.product-card__image--active) {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .product-card__image:not(.product-card__image--active) {
        display: none;
    }
}

.product-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--color-red);
    color: #FFFFFF;
    padding: 0 8px;
    border-radius: 4px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    z-index: 2;
    line-height: 21px;
}

.product-card__image-hover-zones {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    pointer-events: none;
}

.product-card[data-single-image=true] .product-card__image-hover-zones {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .product-card__image-hover-zones {
        display: none;
    }
}

.product-card__image-hover-zone {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    cursor: pointer;
    pointer-events: all;
}

.product-card__image-pagination {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    z-index: 3;
}

.product-card[data-single-image=true] .product-card__image-pagination {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .product-card__image-pagination {
        display: none;
    }
}

.product-card__image-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-card__image-pagination-bullet--active {
    background-color: #FFFFFF;
    width: 24px;
    border-radius: 4px;
}

.product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-card__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: var(--margin-2);
    margin-bottom: var(--margin-2);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 46px;
}

.product-card__price-current {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-card__price-old {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    color: #777777;
    text-decoration: line-through;
}

.product-card__discount {
    background-color: transparent;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 0 8px;
    border-radius: 4px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    font-weight: 600;
    line-height: 17px;
}

.product-card__name {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-2-lineheight);
    font-size: var(--overline-2-size);
    font-weight: 600;
    color: #262626;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (min-width: 993px) {
    .product-card__name:hover {
        color: #2D9AD5;
    }
}

.product-card__brand {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    margin-bottom: var(--margin-1);
}

.product-card__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: var(--margin-2);
}

.product-card__country svg,
.product-card__country img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 20px;
    height: 13px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card__country span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.product-card__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: var(--margin-3);
}

.product-card__size-tag {
    background-color: #F7F7F7;
    padding: 4px 10px;
    border-radius: 8px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #777777;
}

.product-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-2);
    margin-top: auto;
}

.product-card__buy-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 33px !important;
}

.product-card__favorite-btn {
    width: 40px;
    height: 33px !important;
    border-radius: 12px;
    border: 1px solid #EAF1F4;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card__favorite-btn svg {
    width: 18px;
    height: 18px;
    color: #6D8D9D;
}

@media screen and (min-width: 993px) {
    .product-card__favorite-btn:hover {
        background-color: #EAF1F4;
        border-color: #2D9AD5;
    }

    .product-card__favorite-btn:hover svg {
        color: #2D9AD5;
    }
}

.product-card__favorite-btn._active svg {
    color: #6D8D9D;
    fill: #6D8D9D;
}

.product-card__favorite-btn._active svg path {
    fill: #6D8D9D;
    stroke: #6D8D9D;
}

.ui-kit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    background-color: #FFFFFF;
}

.ui-kit__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    background-color: #FFFFFF;
    border-right: 1px solid #e0e0e0;
    overflow-y: auto;
    z-index: 100;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 992px) {
    .ui-kit__sidebar {
        display: none;
    }
}

.ui-kit__sidebar-header {
    padding: 24px 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 10;
}

.ui-kit__sidebar-title {
    margin: 0;
    color: #2D9AD5;
}

.ui-kit__sidebar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
}

.ui-kit__sidebar-link {
    display: block;
    padding: 12px 20px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.ui-kit__sidebar-link:hover {
    background-color: rgba(45, 154, 213, 0.05);
    color: #2D9AD5;
}

.ui-kit__sidebar-link.active {
    background-color: rgba(45, 154, 213, 0.1);
    color: #2D9AD5;
    border-left-color: #2D9AD5;
    font-weight: 700;
}

.ui-kit__sidebar-footer {
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    position: sticky;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 10;
}

.ui-kit__sidebar-button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
    color: #FFFFFF;
    background-color: #2D9AD5;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui-kit__sidebar-button:hover {
    background-color: #127CB5;
}

.ui-kit__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 280px;
    min-height: 100vh;
}

@media only screen and (max-width: 992px) {
    .ui-kit__main {
        margin-left: 0;
    }
}

.ui-kit {
    padding: 40px 20px;
    background-color: #FFFFFF;
    position: relative;
}

.ui-kit__container {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ui-kit__title {
    margin-bottom: var(--margin-7);
}

.ui-kit__section {
    margin-bottom: var(--margin-6);
}

.ui-kit__section:last-child {
    margin-bottom: 0;
}

.ui-kit__section-title {
    margin-bottom: var(--margin-4);
}

.ui-kit__subsection {
    margin-bottom: var(--margin-5);
}

.ui-kit__subsection:last-child {
    margin-bottom: 0;
}

.ui-kit__subsection-title {
    margin-bottom: var(--margin-3);
}

.color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
}

.color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.color-item__swatch {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gradient-swatch {
    background: -webkit-gradient(linear, left top, right top, from(#2D9AD5), to(#127CB5));
    background: linear-gradient(to right, #2D9AD5, #127CB5);
}

.color-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.color-item__name {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
    color: #262626;
}

.color-item__code {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    font-family: monospace;
}

.color-item__classes {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #2D9AD5;
    font-family: monospace;
    margin-top: 4px;
    padding: 4px 8px;
    background-color: rgba(45, 154, 213, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.ui-kit__code-block {
    background-color: #262626;
    color: #f8f8f2;
    padding: 16px 20px;
    border-radius: 8px;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: auto;
    margin-bottom: 24px;
    white-space: pre;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
}

.typography-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.typography-example__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.typography-example__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-2-lineheight);
    font-size: var(--overline-2-size);
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
}

.typography-example__item a {
    display: inline-block;
}

.button-examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.button-examples__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.button-examples__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-2-lineheight);
    font-size: var(--overline-2-size);
    font-weight: 600;
    color: #777777;
}

.button-examples__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.spacing-examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.spacing-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.spacing-example__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
    color: #262626;
}

.spacing-example__demo {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background-image: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.spacing-box {
    width: 60px;
    height: 60px;
    background-color: var(--color-red);
    border-radius: 4px;
}

.example-slider {
    margin-bottom: var(--margin-4);
}

.example-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.example-slider .swiper-slide {
    width: 280px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    .example-slider .swiper-slide {
        width: 250px;
    }
}

@media only screen and (max-width: 992px) {
    .example-slider .swiper-button-prev,
    .example-slider .swiper-button-next {
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .example-slider .swiper-button-prev,
    .example-slider .swiper-button-next {
        display: none !important;
    }
}

.example-slider .swiper-button-prev {
    left: -24px;
}

@media only screen and (max-width: 1200px) {
    .example-slider .swiper-button-prev {
        left: -60px;
    }
}

.example-slider .swiper-button-next {
    right: -24px;
}

@media only screen and (max-width: 1200px) {
    .example-slider .swiper-button-next {
        right: -60px;
    }
}

.example-slider__pagination {
    position: relative;
    margin-top: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) {
    .example-slider__pagination {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .example-slider__pagination {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.example-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #EAF1F4;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.example-slider__pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #2D9AD5;
}

@media only screen and (max-width: 768px) {
    .ui-kit {
        padding: 24px 16px;
    }

    .color-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 16px;
    }

    .button-examples__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: 8px;*/
    position: relative;
}

/*.form-field__label {
  display: none;
}*/

.form-field__label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--paragraph-pp-size);
    line-height: var(--paragraph-pp-lineheight);
    color: #777777;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    background: #FFFFFF;
    padding: 0 4px;
}

/* При фокусе */
.form-field__input:focus + .form-field__label {
    top: 8px;
    transform: translateY(0);
    font-size: 12px;
    line-height: 1;
}

/* Если value уже есть */
.form-field__input:not(:placeholder-shown) + .form-field__label {
    top: 8px;
    transform: translateY(0);
    font-size: 12px;
    line-height: 1;
}

.form-field__input {
    width: 100%;
    padding: 20px 16px 8px;
    padding-right: 40px;
    /*padding: 12px 16px;
  padding-right: 40px;*/
    /*height: 45px;*/
    height: 56px;
    border: 2px solid #C7C7C7;
    border-radius: 16px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    background-color: #FFFFFF;
    -webkit-transition: border-color all 0.2s ease-in-out;
    transition: border-color all 0.2s ease-in-out;
}

.form-field__input:focus {
    outline: none;
    border-color: #777777;
}

.form-field__input:disabled {
    border-color: #EFEFEF;
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

.form-field__input::-webkit-input-placeholder {
    color: #777777;
}

.form-field__input::-moz-placeholder {
    color: #777777;
}

.form-field__input:-ms-input-placeholder {
    color: #777777;
}

.form-field__input::-ms-input-placeholder {
    color: #777777;
}

.form-field__input::placeholder {
    color: #777777;
}

.form-field__input:disabled::-webkit-input-placeholder {
    color: #C7C7C7;
}

.form-field__input:disabled::-moz-placeholder {
    color: #C7C7C7;
}

.form-field__input:disabled:-ms-input-placeholder {
    color: #C7C7C7;
}

.form-field__input:disabled::-ms-input-placeholder {
    color: #C7C7C7;
}

.form-field__input:disabled::placeholder {
    color: #C7C7C7;
}

.form-field__textarea {
    width: 100%;
    padding: 12px 16px;
    height: auto;
    min-height: 120px;
    border: 2px solid #C7C7C7;
    border-radius: 16px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    background-color: #FFFFFF;
    -webkit-transition: border-color all 0.2s ease-in-out;
    transition: border-color all 0.2s ease-in-out;
    resize: vertical;
}

.form-field__textarea:focus {
    outline: none;
    border-color: #777777;
}

.form-field__textarea:disabled {
    border-color: #EFEFEF;
    background-color: #EFEFEF;
    color: #C7C7C7;
    cursor: not-allowed;
}

.form-field__textarea::-webkit-input-placeholder,
.form-field__textarea::-moz-placeholder,
.form-field__textarea:-ms-input-placeholder,
.form-field__textarea::-ms-input-placeholder,
.form-field__textarea::placeholder,
.form-field__textarea:disabled::-webkit-input-placeholder,
.form-field__textarea:disabled::-moz-placeholder,
.form-field__textarea:disabled:-ms-input-placeholder,
.form-field__textarea:disabled::-ms-input-placeholder,
.form-field__textarea:disabled::placeholder {
    color: #777777;
}

.form-field__error {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #CE3325;
    display: none;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-checkbox__input {
    display: none;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__custom {
    background-color: #FFFFFF;
    border-color: #2D9AD5;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__custom::after {
    opacity: 1;
}

.form-checkbox__input:disabled + .form-checkbox__label {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-checkbox__input:disabled + .form-checkbox__label .form-checkbox__custom {
    background-color: #EFEFEF;
    border: none;
}

.form-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-checkbox__custom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C7C7C7;
    background-color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;
}

.form-checkbox__custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%232D9AD5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-checkbox__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    line-height: 1.5;
}

.form-checkbox:hover .form-checkbox__custom {
    background-color: #FFFFFF;
    border-color: #2D9AD5;
}

.form-checkbox__input:disabled + .form-checkbox__label:hover .form-checkbox__custom {
    background-color: #EFEFEF;
    border: none;
}

.catalog-filters__checkbox, .cart-summary__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}


.catalog-filters__checkbox.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-filters__checkbox input, .cart-summary__checkbox input {
    display: none;
}

.catalog-filters__checkbox input:checked + span::before, .cart-summary__checkbox input:checked + span::before {
    border-color: #2D9AD5;
    background-color: #FFFFFF;
}

.catalog-filters__checkbox input:checked + span svg, .cart-summary__checkbox input:checked + span svg {
    opacity: 1;
}

.catalog-filters__checkbox input:disabled + span {
    cursor: not-allowed;
    opacity: 1;
}

.catalog-filters__checkbox input:disabled + span::before {
    background-color: #EFEFEF;
    border-color: #C7C7C7;
}

.catalog-filters__checkbox span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    position: relative;
    padding-left: 36px;
    min-height: 24px;
}

.cart-summary__checkbox span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-weight: 600;
    font-size: 13px;
    color: #777777;
    position: relative;
    padding-left: 36px;
}

.cart-summary__checkbox span a:link {
    text-decoration: underline;
}

.cart-summary__checkbox span a:hover {
    text-decoration: none;
}

.catalog-filters__checkbox span::before, .cart-summary__checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #C7C7C7;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0;
}

.catalog-filters__checkbox span svg, .cart-summary__checkbox span svg {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.catalog-filters__checkbox:hover span::before, .cart-summary__checkbox:hover span::before {
    border-color: #262626;
}

.catalog-filters__checkbox input:disabled + span::before {
    border-color: #C7C7C7 !important;
}

.catalog-filters__checkbox input:checked + span svg, .cart-summary__checkbox input:checked + span svg {
    opacity: 1;
}

.catalog-filters__checkbox input:disabled + span svg, .cart-summary__checkbox input:disabled + span svg {
    opacity: 0;
}

.form-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-radio__input {
    display: none;
}

.form-radio__input:checked + .form-radio__label .form-radio__custom {
    border-color: #2D9AD5;
}

.form-radio__input:checked + .form-radio__label .form-radio__custom::after {
    opacity: 1;
}

.form-radio__input:disabled + .form-radio__label {
    cursor: not-allowed;
    opacity: 1;
}

.form-radio__input:disabled + .form-radio__label .form-radio__custom {
    background-color: #EFEFEF;
    border-color: #C7C7C7;
}

.form-radio__input:disabled + .form-radio__label .form-radio__custom::after {
    display: none;
}

.form-radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-radio__custom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0;
}

.form-radio__custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #2D9AD5;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-radio__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    line-height: 1.5;
}

.form-radio:hover .form-radio__custom {
    background-color: #FFFFFF;
    border-color: #262626;
}

.form-radio__input:disabled + .form-radio__label:hover .form-radio__custom {
    background-color: #EFEFEF;
    border-color: #C7C7C7;
}

.form-file-upload {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.form-file-upload__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.form-file-upload__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #262626;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-file-upload__label svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .form-file-upload__label:hover {
        color: #2D9AD5;
    }
}

.form-file-upload__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-top: var(--margin-2);
    padding: 8px 12px;
    background-color: #F7F7F7;
    border-radius: 8px;
}

.form-file-upload__file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.form-file-upload__file-info svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #777777;
}

.form-file-upload__file-name {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-file-upload__file-remove {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #777777;
}

.form-file-upload__file-remove svg {
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 993px) {
    .form-file-upload__file-remove:hover {
        color: var(--color-red);
    }
}

.catalog-page .categories-section {
    margin-bottom: var(--margin-6);
}

.catalog-page .categories-section .categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1200px) {
    .catalog-page .categories-section .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .catalog-page .categories-section .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.catalog-page .categories-section .category-card {
    position: relative;
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-3);
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 993px) {
    .catalog-page .categories-section .category-card:hover {
        background-color: #DCEAF4;
    }
}

.catalog-page .categories-section .category-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.catalog-page .categories-section .category-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #262626;
    font-weight: 600;
    margin-bottom: var(--margin-1);
}

.catalog-page .categories-section .category-card__count {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.catalog-page .categories-section .category-card__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 132px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .catalog-page .categories-section .category-card__image {
        height: 98px;
    }
}

.catalog-page .categories-section .category-card__icon {
    position: absolute;
    bottom: var(--margin-3);
    right: var(--margin-3);
    z-index: 1;
}

.catalog-page .categories-section .category-card--brands .category-card__brands {
    position: absolute;
    bottom: var(--margin-3);
    right: var(--margin-3);
    left: var(--margin-3);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    z-index: 1;
}

.catalog-page .categories-section .category-card--brands .category-card__brand-logo {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 8px;
}

.catalog-page .categories-section .category-card--view-all .category-card__title {
    margin-bottom: 0;
}

.catalog-section {
    margin-bottom: var(--margin-6);
}

.catalog-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: var(--margin-6);
}

@media only screen and (max-width: 992px) {
    .catalog-section__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--margin-4);
    }
}

.catalog-filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 333px;
    flex: 0 0 333px;
    width: 333px;
    background-color: #F7F7F7;
    border-radius: 24px;
    padding: var(--margin-4);
}

/*@media only screen and (max-width: 992px) {
    .catalog-filters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}*/

.catalog-filters__title {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
    font-weight: 700;
    margin-bottom: var(--margin-4);
}

.catalog-filters__group {
    margin-bottom: var(--margin-3);
    padding-bottom: var(--margin-3);
    border-bottom: 1px solid #EFEFEF;
}

.catalog-filters__group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.catalog-filters__group._open .catalog-filters__group-content {
    display: block;
}

.catalog-filters__group._open .catalog-filters__group-header svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filters__group-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    font-weight: 600;
    text-align: left;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.catalog-filters__group-header svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: var(--margin-2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    color: #6D8D9D;
}

@media screen and (min-width: 993px) {
    .catalog-filters__group-header:hover {
        color: #2D9AD5;
    }
}

.catalog-filters__group-content {
    display: none;
    margin-top: var(--margin-2);
    padding-top: var(--margin-2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded) {
    max-height: calc((var(--margin-2) + 24px) * 5 + 32px);
    overflow-y: auto;
    overflow-x: hidden;
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded) > .catalog-filters__view-all-link,
.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded) > .catalog-filters__collapse-link {
    position: sticky;
    bottom: 0;
    background-color: #F7F7F7;
    padding-top: var(--margin-2);
    margin-top: var(--margin-2);
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded)::-webkit-scrollbar {
    width: 4px;
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded)::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 2px;
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded)::-webkit-scrollbar-thumb {
    background: #6D8D9D;
    border-radius: 2px;
}

@media screen and (min-width: 993px) {
    .catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list)):not(._expanded)::-webkit-scrollbar-thumb:hover {
        background: #2D9AD5;
    }
}

.catalog-filters__group-content:has(.catalog-filters__view-all-link):not(:has(.catalog-filters__values-list))._expanded {
    max-height: none;
    overflow-y: visible;
}

.catalog-filters__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--margin-2);
    cursor: pointer;
    position: relative;
}

.catalog-filters__checkbox:last-child {
    margin-bottom: 0;
}

.catalog-filters__checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    cursor: pointer;
}

.catalog-filters__checkbox input[type=checkbox]:checked + span::before {
    border-color: #2D9AD5;
    background-color: #FFFFFF;
}

.catalog-filters__checkbox input[type=checkbox]:checked + span svg {
    opacity: 1;
}

.catalog-filters__checkbox input[type=checkbox]:disabled + span {
    opacity: 0.5;
    cursor: not-allowed;
}

.catalog-filters__checkbox span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    position: relative;
    padding-left: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    line-height: 1.2;
}

.catalog-filters__checkbox span > .catalog-filters__count,
.catalog-filters__checkbox span .catalog-filters__count {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    margin-left: 4px;
    position: static;
    padding: 0;
    display: inline;
    min-height: unset;
}

.catalog-filters__checkbox span > .catalog-filters__count::before, .catalog-filters__checkbox span > .catalog-filters__count::after,
.catalog-filters__checkbox span .catalog-filters__count::before,
.catalog-filters__checkbox span .catalog-filters__count::after {
    display: none !important;
}

.catalog-filters__checkbox span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #C7C7C7;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 0;
}

.catalog-filters__checkbox span > svg:first-child {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    pointer-events: none;
    z-index: 1;
}

@media screen and (min-width: 993px) {
    .catalog-filters__checkbox:hover input[type=checkbox]:not(:disabled) + span::before {
        border-color: #2D9AD5;
    }
}

.catalog-filters__checkbox--color span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-1);
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    min-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.catalog-filters__checkbox--color span .catalog-filters__color-circle {
    padding: 0;
}

.catalog-filters__checkbox--color span .catalog-filters__count {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    margin-left: 4px;
}

.catalog-filters__category-link {
    display: block;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    margin-bottom: var(--margin-2);
    padding: 4px 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.catalog-filters__category-link:last-child {
    margin-bottom: 0;
}

.catalog-filters__category-link._active {
    color: #2D9AD5;
    font-weight: 600;
}

@media screen and (min-width: 993px) {
    .catalog-filters__category-link:hover {
        color: #2D9AD5;
    }
}

.catalog-filters__price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .catalog-filters__price-range {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.catalog-filters__price-input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-1);
    padding: 0 12px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background-color: #F7F7F7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    background-color: #fff;
    border-radius: 16px;
}

@media only screen and (max-width: 992px) {
    .catalog-filters__price-input-wrapper {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        height: 44px !important;
        max-width: 100%;
    }
}

@media screen and (min-width: 993px) {
    .catalog-filters__price-input-wrapper:hover {
        border-color: #2D9AD5;
    }
}

.catalog-filters__price-input-wrapper:focus-within {
    border-color: #2D9AD5;
    background-color: #FFFFFF;
}

.catalog-filters__price-label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-filters__price-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    padding: 0;
    height: 100%;
}

.catalog-filters__price-input::-webkit-input-placeholder {
    color: #777777;
}

.catalog-filters__price-input::-moz-placeholder {
    color: #777777;
}

.catalog-filters__price-input:-ms-input-placeholder {
    color: #777777;
}

.catalog-filters__price-input::-ms-input-placeholder {
    color: #777777;
}

.catalog-filters__price-input::placeholder {
    color: #777777;
}

.catalog-filters__search-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    background-color: #FFFFFF;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: var(--margin-3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-filters__search-input::-webkit-input-placeholder {
    color: #777777;
}

.catalog-filters__search-input::-moz-placeholder {
    color: #777777;
}

.catalog-filters__search-input:-ms-input-placeholder {
    color: #777777;
}

.catalog-filters__search-input::-ms-input-placeholder {
    color: #777777;
}

.catalog-filters__search-input::placeholder {
    color: #777777;
}

@media screen and (min-width: 993px) {
    .catalog-filters__search-input:hover {
        border-color: #2D9AD5;
    }
}

.catalog-filters__search-input:focus {
    outline: none;
    border-color: #2D9AD5;
    background-color: #FFFFFF;
}

.catalog-filters__values-list {
    margin-bottom: var(--margin-2);
}

.catalog-filters__values-list:not(._expanded) {
    max-height: calc(5 * (30px + var(--margin-2)));
    overflow-y: auto;
}

.catalog-filters__values-list:not(._expanded)::-webkit-scrollbar {
    width: 4px;
}

.catalog-filters__values-list:not(._expanded)::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 2px;
}

.catalog-filters__values-list:not(._expanded)::-webkit-scrollbar-thumb {
    background: #6D8D9D;
    border-radius: 2px;
}

@media screen and (min-width: 993px) {
    .catalog-filters__values-list:not(._expanded)::-webkit-scrollbar-thumb:hover {
        background: #2D9AD5;
    }
}

.catalog-filters__values-list._expanded {
    max-height: none;
    overflow-y: visible;
}

.catalog-filters__color-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    position: static;
    padding: 0;
    border: 1px solid #C7C7C7;
}

.catalog-filters__color-circle::before, .catalog-filters__color-circle::after {
    display: none !important;
}

.catalog-filters__view-all-link, .catalog-filters__collapse-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-1);
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #2D9AD5 !important;
    text-decoration: none;
    margin-top: var(--margin-2);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
}

.catalog-filters__view-all-link svg, .catalog-filters__collapse-link svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .catalog-filters__view-all-link:hover, .catalog-filters__collapse-link:hover {
        color: #127CB5;
    }
}

.catalog-filters__item-hidden {
    display: none !important;
}

.catalog-filters__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: var(--margin-2);
    cursor: pointer;
    position: relative;
}

.catalog-filters__toggle:last-child {
    margin-bottom: 0;
}

.catalog-filters__toggle input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    cursor: pointer;
}

.catalog-filters__toggle-label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

.catalog-filters__toggle-switch {
    position: relative;
    width: 64px;
    height: 32px;
    background-color: #EFEFEF;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: var(--margin-2);
}

.catalog-filters__toggle-switch::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bx-filter-container-modef {
    display: block !important;
}

.catalog-filters__group {
    position: relative;
}

.catalog-filters form > .bx-filter-popup-result {
    display: none;
}

.bx-filter-popup-result {
    position: absolute;
    top: 50%;
    height: 0;
    right: -20px;
    transform: translate(100%, -50%);
    z-index: 100;
}

.bx-filter-container-modef .bx-filter-popup-result {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(100%, -50%);
    width: 280px;
    z-index: 10000;
    padding: 22px;
    height: auto;
    transition: all .4s ease;
    border: 1px solid #d8dfe8;
    background: #f5f5f5;
    text-align: center;
}

.bx-filter-container-modef .bx-filter-popup-result ._close_btn {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #000;
    display: block !important;
}

@media screen and (max-width: 992px) {
    .bx-filter-container-modef .bx-filter-popup-result {
        transform: translate(-50%, 0);
        position: fixed;
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-bottom: none;
        border-left: none;
        border-right: none;
        top: unset;
        bottom: 0;
        left: 50%;
        right: 0;
    }
}

span.bx-filter-container-modef {
    height: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
    position: absolute;
}

span.bx-filter-container-modef span#modef_num {
    padding: 0;
    text-align: center;
    display: inline;
}

span.bx-filter-container-modef span#modef_num::before {
    display: none;
}

@media screen and (max-width: 768px) {
    .catalog-filters__group._fixed_btns {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #eef7fe;
        margin-bottom: 0;
        width: 100%;
        padding: 15px;
    }

    .catalog-filters._hide_mobile.catalog-filters--visible {
        padding-bottom: 140px;
    }
}

input[type=checkbox]:checked + .catalog-filters__toggle-label + .catalog-filters__toggle-switch {
    background-color: #77B41B;
}

input[type=checkbox]:checked + .catalog-filters__toggle-label + .catalog-filters__toggle-switch::after {
    left: calc(100% - 28px);
}

input[type=checkbox]:disabled + .catalog-filters__toggle-label {
    opacity: 0.5;
    cursor: not-allowed;
}

input[type=checkbox]:disabled + .catalog-filters__toggle-label + .catalog-filters__toggle-switch {
    opacity: 0.5;
    cursor: not-allowed;
}

@media screen and (min-width: 993px) {
    input[type=checkbox]:not(:disabled) + .catalog-filters__toggle:hover-label + .catalog-filters__toggle:hover-switch {
        background-color: rgb(226.25, 226.25, 226.25);
    }

    input[type=checkbox]:not(:disabled):checked + .catalog-filters__toggle:hover-label + .catalog-filters__toggle:hover-switch {
        background-color: rgb(104.3405797101, 157.8260869565, 23.6739130435);
    }
}

/*.catalog-filters--modal {
    background-color: transparent;
    padding: 0;
}

.catalog-filters--modal .catalog-filters__group {
    margin-bottom: var(--margin-3);
}

.catalog-filters--modal .catalog-filters__group:last-child {
    margin-bottom: 0;
}*/

.catalog-products {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 0;
}

.catalog-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--margin-2);
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 992px) {
    .catalog-products__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: var(--margin-3);
    }
}

.catalog-products__title {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .catalog-products__title {
        display: none;
    }
}

.catalog-filters-mobile {
    display: none;
}

.catalog-filters__mobile-head {
    display: none;
}

.catalog-filters-open__icon-wrap {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.catalog-filters-open__dot {
    display: none;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-red);
}

.catalog-filters-open._active .catalog-filters-open__dot {
    display: block;
}

@media (max-width: 768px) {
    .catalog-filters__title {
        display: none;
    }

    .catalog-filters-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .catalog-filters-open {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        border: none;
        background: none;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.03;
        color: #000;
        cursor: pointer;
    }

    ._hide_mobile {
        display: none !important;
    }

    .catalog-filters._hide_mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        flex: none;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 33px 16px;
        background: #eef7fe;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }

    .catalog-filters._hide_mobile.catalog-filters--visible {
        display: block !important;
        opacity: 1;
        pointer-events: all;
        border-radius: 0;
    }

    .catalog-filters__mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 0 0 40px;
    }

    .catalog-filters__mobile-title {
        margin: 0;
        font-size: 24px;
    }

    .catalog-filters__mobile-close {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: none;
        background: none;
        cursor: pointer;
    }

    body.catalog-filters-panel-open {
        overflow: hidden;
    }
}

/*
.catalog-filters-open {
    display: none;
}
*/

/*@media only screen and (max-width: 992px) {
    .catalog-filters-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: var(--margin-1);
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        font-family: "OpenSans", sans-serif;
        line-height: var(--paragraph-ppp-lineheight);
        font-size: var(--paragraph-ppp-size);
        font-weight: 400;
        color: #2D9AD5;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        position: relative;
    }

    .catalog-filters-open svg {
        width: 24px;
        height: 24px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .catalog-filters-open._active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 105%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--color-red);
    }
}*/

/*
@media only screen and (max-width: 992px) and (min-width: 993px) {
    .catalog-filters-open:hover {
        color: #127CB5;
    }
}
*/

.catalog-products__sort {
    position: relative;
}

.catalog-products__sort._open .catalog-products__sort-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-products__sort._open .catalog-products__sort-btn {
    border-color: #2D9AD5;
    background-color: #EAF1F4;
}

.catalog-products__sort-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    padding: 0 16px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-products__sort-btn svg {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog-products__sort-btn span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
}

@media only screen and (max-width: 992px) {
    .catalog-products__sort-btn {
        font-family: "OpenSans", sans-serif;
        line-height: var(--paragraph-ppp-lineheight);
        font-size: var(--paragraph-ppp-size);
        font-weight: 400;
        height: auto;
        padding: 0;
        background: none;
        border: none;
    }

    .catalog-products__sort-btn svg {
        width: 24px;
        height: 24px;
    }

    .catalog-products__sort-btn span {
        font-family: "OpenSans", sans-serif;
        line-height: var(--paragraph-ppp-lineheight);
        font-size: var(--paragraph-ppp-size);
        font-weight: 400;
        color: #2D9AD5;
    }
}

@media screen and (min-width: 993px) {
    .catalog-products__sort-btn:hover {
        border-color: #2D9AD5;
        background-color: #EAF1F4;
    }
}

@media only screen and (min-width: 993px) and (max-width: 992px) {
    .catalog-products__sort-btn:hover {
        background: none;
    }
}

.catalog-products__sort-btn[aria-expanded=true] {
    border-color: #2D9AD5;
    background-color: #EAF1F4;
}

@media only screen and (max-width: 992px) {
    .catalog-products__sort-btn[aria-expanded=true] {
        background: none;
    }
}

.catalog-products__sort-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    padding: 8px 0;
    min-width: 200px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.catalog-products__sort-btn[aria-expanded=true] + .catalog-products__sort-dropdown {
    display: block;
}

.catalog-products__sort-item {
    display: block;
    padding: 8px 16px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 993px) {
    .catalog-products__sort-item:hover {
        background-color: #EAF1F4;
        color: #2D9AD5;
    }
}

.catalog-products__grid, .catalog-products__grid-search {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 20px;
    margin-bottom: var(--margin-5);
}

@media (min-width: 1200px) {
    .catalog-products__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog-products__grid-search {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .catalog-products__grid,
    .catalog-products__grid-search {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.catalog-products__grid .product-card,
.catalog-products__grid-search .product-card {
    width: 100%;
    min-width: 0;
}

.catalog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--margin-2);
}

@media only screen and (max-width: 992px) {
    .catalog-pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog-pagination__arrow {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.catalog-pagination__arrow svg {
    width: 24px;
    height: 24px;
    color: #262626;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (min-width: 993px) {
    .catalog-pagination__arrow:hover {
        border-color: #2D9AD5;
        background-color: #EAF1F4;
    }

    .catalog-pagination__arrow:hover svg {
        color: #2D9AD5;
    }
}

.catalog-pagination__arrow._disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-1);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    .catalog-pagination__pages {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.catalog-pagination__page {
    min-width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    text-decoration: none;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 12px;
}

@media only screen and (max-width: 992px) {
    .catalog-pagination__page {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
    }
}

@media screen and (min-width: 993px) {
    .catalog-pagination__page:hover {
        color: #2D9AD5;
        background-color: #EAF1F4;
    }
}

.catalog-pagination__page._active {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    font-weight: 600;
    color: #2D9AD5;
    background-color: #EAF1F4;
}

.catalog-pagination__ellipsis {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
}

@media only screen and (max-width: 992px) {
    .catalog-pagination__ellipsis {
        height: 32px;
    }
}

.contacts-section__title {
    margin-bottom: var(--margin-5);
}

.contacts-section__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--margin-3);
}

@media only screen and (max-width: 992px) {
    .contacts-section__items {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.contact-card__icon {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: var(--margin-3);
}

.contact-card__icon img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
    width: 100%;
}

.contact-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
}

.contact-card__value {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
}

.contact-card__value a {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-p-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-p-size);
    color: #2D9AD5;
    text-decoration: underline;
}

@media screen and (min-width: 993px) {
    .contact-card__value a:hover {
        color: #127CB5;
    }
}

.text-page-section__title {
    margin-bottom: var(--margin-5);
}

.text-page-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-page-section__content h2, .text-page-section__content h3 {
    margin-top: var(--margin-5);
    margin-bottom: var(--margin-3);
}

.text-page-section__content h2:first-child, .text-page-section__content h3:first-child {
    margin-top: 0;
}

.text-page-section__content h2 {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
}

.text-page-section__content h3 {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
}

.text-page-section__content p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: var(--margin-4);
    line-height: 1.4;
}

.text-page-section__content p:last-child {
    margin-bottom: 0;
}

.text-page-section__content p.text-pp {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.text-page-section__content p.text-ppp {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
}

.text-page-section__content p strong {
    font-weight: 700;
}

.text-page-section__content p em {
    font-style: italic;
}

.text-page-section__content p a {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #2D9AD5;
    text-decoration: underline;
}

@media screen and (min-width: 993px) {
    .text-page-section__content p a:hover {
        color: #127CB5;
    }
}

.text-page-section__content p a.link-ppp {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-ppp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-ppp-size);
}

.text-page-section__content ul, .text-page-section__content ol {
    margin: var(--margin-3) 0;
    padding-left: 24px;
}

.text-page-section__content ul li, .text-page-section__content ol li {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: var(--margin-2);
    line-height: 1.6;
}

.text-page-section__content ul li:last-child, .text-page-section__content ol li:last-child {
    margin-bottom: 0;
}

.text-page-section__content ul li {
    list-style-type: disc;
}

.text-page-section__content ol li {
    list-style-type: decimal;
}

.text-page-section__content img {
    max-width: 100%;
    height: auto;
}

.auth-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 510px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .auth-section__form {
        padding: 0 16px;
    }
}

.auth-section__title {
    color: var(--color-black);
    margin-bottom: var(--margin-4);
    text-align: center;
}

.auth-section__subtitle {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #777777;
    text-align: center;
    margin-bottom: var(--margin-4);
}

.auth-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

.auth-form .catalog-filters__checkbox {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.auth-form .catalog-filters__checkbox span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.auth-form__submit {
    width: 100%;
    margin-top: var(--margin-2);
}

.auth-form__recovery {
    text-align: center;
    margin-top: var(--margin-3);
}

.auth-form__recovery-text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.auth-form__recovery-link {
    color: #777777;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-top: var(--margin-2);
    display: block;
}

@media screen and (min-width: 993px) {
    .auth-form__recovery-link:hover {
        color: #127CB5;
    }
}

.auth-form__info p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    line-height: 1.5;
    text-align: center;
}

.account-page {
    background-color: #F7F7F7;
}

.account-section__content {
    display: grid;
    grid-template-columns: 308px 1fr;
    gap: 45px;
}

@media only screen and (max-width: 992px) {
    .account-section__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .account-section__sidebar {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.account-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-6);
}

@media only screen and (max-width: 992px) {
    .account-section__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.account-section__header {
    padding: 0 32px;
    min-height: 54px;
    background-color: #EAF1F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 24px;
}

@media only screen and (max-width: 768px) {
    .account-section__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;
    }
}

.account-section__header-title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .account-section__header-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.account-section__header a {
    margin-left: auto;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #777777;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .account-section__header a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.account-sidebar {
    background-color: #F7F7F7;
    padding: var(--margin-3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
    border-radius: 24px;
}

.account-sidebar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 16px;
}

.account-sidebar__link span {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #777777;
}

.account-sidebar__link svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.account-sidebar__link svg use, .account-sidebar__link svg path {
    fill: #777777;
}

@media screen and (min-width: 993px) {
    .account-sidebar__link:hover {
        background-color: #F7F7F7;
    }
}

.account-sidebar__link._active span {
    color: #2D9AD5;
    font-weight: 600;
}

.account-sidebar__link._active svg path {
    fill: #2D9AD5;
}

.account-bonus {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .account-bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.account-bonus .account-section__header {
    margin-bottom: 0;
}

.account-bonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .account-bonus__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: var(--margin-2);
    }
}

.account-bonus__link {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #2D9AD5;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .account-bonus__link:hover {
        color: #127CB5;
        text-decoration: underline;
    }
}

.account-bonus__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--margin-3);
    margin-top: var(--margin-3);
}

@media only screen and (max-width: 992px) {
    .account-bonus__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    .account-bonus__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        overflow-x: auto;
    }
}

.account-bonus__card {
    border-radius: 24px;
    padding: var(--margin-2);
}

@media only screen and (max-width: 768px) {
    .account-bonus__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
        flex: 0 0 232px;
    }
}

.account-bonus__card .account-bonus__card__inner {
    border: 2px solid #EFEFEF;
    border-radius: 24px;
    margin-bottom: var(--margin-3);
    overflow: hidden;
}

.account-bonus__card._current .account-bonus__card__inner {
    border: 2px solid #2D9AD5;
    background-color: #FFFFFF;
}

.account-bonus__card._current .account-bonus__card-progress {
    color: #2D9AD5;
    font-size: 16px;
    font-weight: 700;
}

.account-bonus__card._current .account-bonus__card-badge {
    background: #EAF1F4;
}

.account-bonus__card-badge {
    width: 100%;
    height: 104px;
    background-color: #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-bonus__card-badge img {
    width: 118px;
    height: 103px;
    -o-object-fit: contain;
    object-fit: contain;
}

.account-bonus__card-info {
    padding: 8px 16px;
    text-align: center;
}

.account-bonus__card-title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #2D9AD5;
    margin-bottom: var(--margin-1);
}

.account-bonus__card-status {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: var(--color-red);
}

.account-bonus__card-discount {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.account-bonus__card-progress {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    text-align: center;
    line-height: 1.4;
}

.account-orders .account-section__header {
    border-radius: 18px 18px 0 0;
}

.account-orders__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .account-orders__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: var(--margin-2);
    }
}

.account-orders__link {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #2D9AD5;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .account-orders__link:hover {
        color: #127CB5;
        text-decoration: underline;
    }
}

.account-orders__table {
    overflow-x: auto;
    background-color: transparent;
    padding: 0;
}

@media only screen and (max-width: 576px) {
    .account-orders__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
    }
}

.account-orders__table table {
    width: 100%;
    border-collapse: collapse;
}

.account-orders__table table th, .account-orders__table table td {
    padding: 12px 30px;
    text-align: left;
    border-bottom: 1px solid #EFEFEF;
    white-space: nowrap;
    width: 20%;
    text-align: center;
}

.account-orders__table table th:first-child, .account-orders__table table td:first-child {
    text-align: start;
}

.account-orders__table table th {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    background-color: #FFFFFF;
    font-weight: 600;
    padding: 16px 30px;
}

.account-orders__table table th:first-child {
    border-radius: 0 0 0 18px;
}

.account-orders__table table th:last-child {
    border-radius: 0 0 18px 0;
}

.account-orders__table table tbody tr td {
    background-color: transparent;
}

.account-orders__table table td {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.account-orders__paid {
    color: #77B41B;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.account-orders__pending {
    color: #777777;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.account-orders__not-paid {
    color: #777777;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.account-order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: var(--margin-4);
}

.account-order__header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media only screen and (max-width: 768px) {
    .account-order__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--margin-2);
    }
}

.account-order__title {
    color: #262626;
    margin: 0 0 var(--margin-1) 0;
}

.account-order__date {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.account-order__back {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #2D9AD5;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.account-order__back svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .account-order__back:hover {
        color: #127CB5;
        text-decoration: underline;
    }
}

.account-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
}

@media only screen and (max-width: 992px) {
    .account-order__content {
        gap: var(--margin-6);
    }
}

.account-order__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account-order__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--margin-3);
    background-color: transparent;
}

.account-order__table tr td:last-child, .account-order__table tr th:last-child {
    text-align: end;
}

.account-order__table th, .account-order__table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #EFEFEF;
}

.account-order__table tr:last-child td{
    border-bottom: none;
}

.account-order__table th {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 700;
    color: #262626;
    background-color: #EAF1F4;
    font-weight: 600;
}

.account-order__table th:first-child {
    border-radius: 18px 0 0 0;
}

.account-order__table th:last-child {
    border-radius: 0 18px 0 0;
}

.account-order__table tbody tr td {
    background-color: transparent;
}

.account-order__table td {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.account-order__totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
    margin-bottom: var(--margin-3);
    padding-top: var(--margin-3);
    border-top: 1px solid #EFEFEF;
}

.account-order__total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.account-order__total-item > span:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.account-order__total-item > span:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.account-order__total-item._final {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
}

.account-order__total-dots {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    border-bottom: 2px dotted #C7C7C7;
    min-width: 0;
}

.account-order__pay {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    min-width: 206px;
}

.account-order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-4);
}

.account-order__info-section {
    margin-bottom: var(--margin-6);
}

.account-order__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.account-order__delivery-options {
    margin-top: var(--margin-3);
}

.account-order__delivery-options .tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
}

.account-order__delivery-options .tabs__item {
    background: none !important;
    border: none !important;
    padding: 0 16px !important;
    height: 38px !important;
    font-family: "OpenSans", sans-serif !important;
    font-size: var(--button-large-size) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #262626 !important;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
}

.account-order__delivery-options .tabs__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 16px;
    right: 16px;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

@media screen and (min-width: 993px) {
    .account-order__delivery-options .tabs__item:hover {
        background-color: #EAF1F4 !important;
        color: #262626 !important;
        border-bottom-color: transparent !important;
    }

    .account-order__delivery-options .tabs__item:hover::after {
        background-color: transparent;
    }
}

.account-order__delivery-options .tabs__item--active {
    color: #2D9AD5 !important;
    border-bottom-color: transparent !important;
}

.account-order__delivery-options .tabs__item--active::after {
    background-color: #2D9AD5 !important;
}

@media screen and (min-width: 993px) {
    .account-order__delivery-options .tabs__item--active:hover {
        background-color: transparent !important;
        color: #2D9AD5 !important;
    }
}

.account-personal-form {
    max-width: 412px;
}

.account-personal-form__title {
    color: #2D9AD5;
    margin-bottom: var(--margin-4);
}

.personal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

.personal-form__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #2D9AD5;
    margin-bottom: var(--margin-2);
}

.personal-form__gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.personal-form__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-3);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-form__submit {
    width: 100%;
    margin-top: var(--margin-2);
}

.account-personal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .account-personal__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: var(--margin-2);
    }
}

.account-personal__title {
    color: #2D9AD5;
    margin: 0;
}

.account-personal__link {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #2D9AD5;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .account-personal__link:hover {
        color: #127CB5;
        text-decoration: underline;
    }
}

.account-personal__info {
    margin-top: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--margin-4);
    background-color: transparent;
    padding: var(--margin-4);
}

.account-personal__info div:nth-child(even) {
    text-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
    .account-personal__info div:nth-child(even) {
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.account-personal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    gap: var(--margin-3);
}

@media only screen and (max-width: 992px) {
    .account-personal__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.account-personal__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #777777;
    min-width: 100px;
}

.account-personal__value {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
}

/*.loyalty-modal__intro {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    margin-bottom: var(--margin-3);
    line-height: 1.6;
}

.loyalty-modal__features {
    margin-bottom: var(--margin-5);
}

.loyalty-modal__features-title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    margin-bottom: var(--margin-3);
}

.loyalty-modal__features-list {
    margin: 0;
    padding-left: 24px;
}

.loyalty-modal__features-list li {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    margin-bottom: var(--margin-2);
    line-height: 1.6;
    list-style: disc;
}

.loyalty-modal__features-list li:last-child {
    margin-bottom: 0;
}

.loyalty-modal .account-bonus__cards {
    margin-top: var(--margin-4);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--margin-3);
}

#loyalty-modal .modal__window {
    width: 100%;
    max-width: 1195px;
}*/

.cart-page-header {
    background-color: #F7F7F7;
    padding: var(--margin-3) 0 var(--margin-4) 0;
}

.cart-page-header .breadcrumbs {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .cart-page-header {
        background-color: #FFFFFF;
    }
}

.cart-section {
    background-color: #F7F7F7;
    padding: var(--margin-4) 0;
    margin-bottom: 0;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .cart-section {
        background-color: #FFFFFF;
    }
}

.cart-section__content {
    display: grid;
    grid-template-columns: 1fr 453px;
    gap: 20px;
    min-width: 0;
}

@media only screen and (max-width: 992px) {
    .cart-section__content {
        grid-template-columns: 1fr;
        gap: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    .cart-section__form {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media only screen and (max-width: 992px) {
    .cart-section__summary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.cart-bitrix-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: var(--margin-3);
}

.cart-bitrix-tabs__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    height: 38px;
    font-family: "OpenSans", sans-serif;
    font-size: var(--button-large-size);
    font-weight: 600;
    line-height: 1.2;
    color: #262626;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -1px;
}

.cart-bitrix-tabs__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 16px;
    right: 16px;
    height: 2px;
    background-color: transparent;
    pointer-events: none;
}

.cart-bitrix-tabs__item--active {
    color: #2D9AD5;
    border-bottom-color: transparent;
}

.cart-bitrix-tabs__item--active::after {
    background-color: #2D9AD5;
}

.cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-4);
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .cart-form {
        padding: 0;
    }
}

.cart-form__payer-buttons .tabs {
    border-bottom: none;
}

.cart-form__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
    margin-bottom: var(--margin-3);
}

.cart-form__payer {
    margin-bottom: var(--margin-3);
}

.cart-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

.cart-form__fields._legal {
    display: none;
}

.cart-form__fields .form-field {
    max-width: calc(50% - 8px);
}

@media only screen and (max-width: 768px) {
    .cart-form__fields .form-field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cart-form ._full .form-field {
    max-width: 100%;
}

.cart-form__payment, .cart-form__delivery {
    margin-top: var(--margin-3);
}

.cart-form__delivery {
    margin-bottom: var(--margin-3);
}

.cart-form__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--margin-4);
}

.cart-form__contacts {
    margin-top: var(--margin-2);
}

.cart-form__contacts-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--margin-2);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-form__contacts-fields .form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .cart-form__contacts-fields .form-field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cart-form .form-file-upload {
    min-height: 40px;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-form .form-file-upload__label {
    margin: 0;
}

.cart-form__file-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.cart-form__file-upload-wrapper .form-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.cart-form__file-upload-wrapper .form-file-upload {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .cart-form__file-upload-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-form__file-upload-wrapper .form-field {
        width: 100%;
    }
}

.cart-summary {
    background-color: #FFFFFF;
    padding: 24px 24px 20px 24px;
    border-radius: 24px;
}

@media only screen and (max-width: 768px) {
    .cart-summary {
        border: none;
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .cart-summary {
        position: static;
    }
}

.cart-summary__orange {
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    padding: 24px;
    border-top: 1px solid #c7c7c7;
}

@media only screen and (max-width: 768px) {
    .cart-summary__orange {
        width: 100%;
        left: 0;
        padding: 15px 0 15px 0;
    }
}

@media only screen and (max-width: 992px) {
    .cart-summary__orange {
        width: 100%;
        left: 0;
        padding: 15px 0 15px 0;
    }
}

.cart-summary__totals {
    background-color: #FFFFFF;
    margin-bottom: var(--margin-3);
}

.cart-summary__totals .cart-summary__total-item::after {
    display: none;
}

.cart-summary__header {
    margin-bottom: var(--margin-4);
}

.cart-summary__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #2D9AD5;
    margin: 0;
}

.cart-summary__count {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    margin-top: var(--margin-3);
}

.cart-summary__items {
    max-height: 400px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
    padding: 0 0 var(--margin-4) 0;
}

@media only screen and (max-width: 768px) {
    .cart-summary__items {
        max-height: none;
        overflow-y: visible;
    }
}

.cart-summary__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    gap: var(--margin-2);
    padding: 16px;
    background-color: #EAF1F4;
    border-radius: 24px;
    margin-bottom: var(--margin-2);
}

.cart-summary__item:last-child {
    margin-bottom: 0;
}

.cart-summary__item-img {
    width: 98px;
    height: 78px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-summary__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-summary__item-name {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: 6px;
}

.cart-summary__item-price {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    font-size: 16px;
    color: #262626;
}

.cart-summary__item-price-current {
    color: #262626;
}

.cart-summary__item-price-old {
    text-decoration: line-through;
    color: #777777;
    margin-left: 8px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
}

.cart-summary__item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-3);
    margin-top: var(--margin-2);
}

@media only screen and (max-width: 768px) {
    .cart-summary__item-actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
    }
}

.cart-summary__item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cart__qty-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 40px;
    margin: auto 8px;
    border: 2px solid #C7C7C7;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-align: center;
    -webkit-transition: border-color all 0.2s ease-in-out;
    transition: border-color all 0.2s ease-in-out;
}

.cart__qty-input:focus {
    outline: none;
    border-color: #777777;
}

.cart__qty-input::-webkit-input-placeholder {
    color: #777777;
}

.cart__qty-input::-moz-placeholder {
    color: #777777;
}

.cart__qty-input:-ms-input-placeholder {
    color: #777777;
}

.cart__qty-input::-ms-input-placeholder {
    color: #777777;
}

.cart__qty-input::placeholder {
    color: #777777;
}


.cart-summary__item-quantity {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    max-width: 100%;
}

.cart-summary__item-controls-label {
    font-family: "OpenSans", sans-serif;
    text-align: center;
    font-size: var(--paragraph-ppp-size);
    color: #777;
    font-weight: 600;
}

.cart-summary__item-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background-color: #6D8D9D;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

@media screen and (min-width: 993px) {
    .cart-summary__item-btn:hover {
        background-color: #6D8D9D;
        color: #FFFFFF;
    }
}

.cart-summary__item-remove {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    color: #777777;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: var(--margin-2);
    right: 0;
}

@media screen and (min-width: 993px) {
    .cart-summary__item-remove:hover {
        color: var(--color-red);
    }
}

.cart-summary__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-2);
    margin-bottom: var(--margin-3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .cart-summary__promo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cart-summary__promo-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 16px;
    height: 45px;
    border: 2px solid #C7C7C7;
    border-radius: 16px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    background-color: #FFFFFF;
    -webkit-transition: border-color all 0.2s ease-in-out;
    transition: border-color all 0.2s ease-in-out;
}

.cart-summary__promo-input:focus {
    outline: none;
    border-color: #777777;
}

.cart-summary__promo-input::-webkit-input-placeholder {
    color: #777777;
}

.cart-summary__promo-input::-moz-placeholder {
    color: #777777;
}

.cart-summary__promo-input:-ms-input-placeholder {
    color: #777777;
}

.cart-summary__promo-input::-ms-input-placeholder {
    color: #777777;
}

.cart-summary__promo-input::placeholder {
    color: #777777;
}

@media only screen and (max-width: 768px) {
    .cart-summary__promo-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.cart-summary__promo-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .cart-summary__promo-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.cart-summary__totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
    padding-top: 0;
}

.cart-summary__total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    margin-bottom: var(--margin-2);
    padding-bottom: var(--margin-2);
    border-bottom: 1px solid #C7C7C7;
}

.cart-summary__total-item._amount {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
    border-bottom: 0;
}

.cart-summary__total-item._privacy {
    padding-bottom: 0;
    border-bottom: 0;
}

.cart-summary__submit {
    width: 100%;
    margin-bottom: var(--margin-2);
}

.cart-summary__quick-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: var(--margin-2);
}

.cart-summary__quick-order svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .cart-summary__quick-order:hover {
        color: #2D9AD5;
        text-decoration: underline;
    }
}

/*.feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

.feedback-form__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.feedback-form__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    margin-bottom: var(--margin-2);
    color: var(--color-black);
}

.feedback-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--margin-3);
}

.feedback-form .form-file-upload {
    margin-top: var(--margin-2);
}

.feedback-form__submit {
    width: 100%;
    margin-top: var(--margin-2);
}

@media screen and (min-width: 769px) {
    .feedback-form__submit {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 769px) {
    .feedback-form .form-checkbox,
    .feedback-form .catalog-filters__checkbox {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

.feedback-form .form-checkbox span,
.feedback-form .catalog-filters__checkbox span {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-ppp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-ppp-size);
    color: #777777;
}*/

/*@media only screen and (max-width: 768px) {
    #feedback-modal .modal__header .modal__title {
        opacity: 1;
    }
}*/
/*
#feedback-modal .modal__window {
    max-width: 943px;
}*/

/*@media only screen and (max-width: 768px) {
    #feedback-modal .modal__window .modal__header ~ .modal__title {
        display: none;
    }
}*/

/*#feedback-modal .modal__window .feedback-form__fields .form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
}*/

/*@media only screen and (max-width: 768px) {
    #feedback-modal .modal__window .feedback-form__fields .form-field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}*/

.product-main-section {
    margin-bottom: var(--margin-6);
}

.product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-5);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 992px) {
    .product-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: var(--margin-4);
    }
}

.product-main__gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--margin-3);
    min-width: 0;
}

@media screen and (min-width: 993px) {
    .product-main__gallery {
        position: sticky;
        top: calc(165px + var(--margin-3));
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media only screen and (max-width: 992px) {
    .product-main__gallery {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: static;
    }
}

.product-gallery-thumbnails {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 126px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .product-gallery-thumbnails {
        width: 100%;
        height: 100px;
    }
}

.product-gallery-thumbnails .swiper {
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .product-gallery-thumbnails .swiper {
        height: 100px;
        max-height: 100px;
        overflow: hidden;
    }
}

@media screen and (min-width: 993px) {
    .product-gallery-thumbnails .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    .product-gallery-thumbnails .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.product-gallery-thumbnails .swiper-slide {
    width: 126px;
    height: 126px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: var(--color-blue-secondary);
}

@media only screen and (max-width: 992px) {
    .product-gallery-thumbnails .swiper-slide {
        width: 100px !important;
        height: 100px !important;
    }
}

.product-gallery-thumbnails .swiper-button-prev,
.product-gallery-thumbnails .swiper-button-next {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    margin-top: 0;
    top: auto;
}

@media only screen and (max-width: 992px) {
    .product-gallery-thumbnails .swiper-button-prev,
    .product-gallery-thumbnails .swiper-button-next {
        display: none !important;
    }
}

.product-gallery-thumbnails .swiper-button-prev svg,
.product-gallery-thumbnails .swiper-button-next svg {
    width: 16px;
    height: 16px;
}

.product-gallery-thumbnails .swiper-button-prev {
    top: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.product-gallery-thumbnails .swiper-button-next {
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(-270deg);
    -ms-transform: translateX(-50%) rotate(-270deg);
    transform: translateX(-50%) rotate(-270deg);
}

.product-gallery-thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-gallery-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    display: block;
}

@media screen and (min-width: 993px) {
    .product-gallery-thumbnail:hover {
        border-color: #2D9AD5;
    }
}

.product-gallery-thumbnails .swiper-slide-active .product-gallery-thumbnail,
.product-gallery-thumbnails .swiper-slide-thumb-active .product-gallery-thumbnail,
.product-gallery-thumbnails .product-gallery-thumbnail--active {
    border-color: #2D9AD5;
}

.product-gallery-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .product-gallery-main {
        width: 100%;
        margin-bottom: var(--margin-3);
    }
}

.product-gallery-main__swiper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 24px;
    overflow: hidden;
    background-color: #EAF1F4;
}

@supports not (aspect-ratio: 1/1) {
    .product-gallery-main__swiper {
        padding-bottom: 100%;
    }
}

.product-gallery-main__swiper.swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    touch-action: none !important;
    -ms-touch-action: none !important;
    pointer-events: auto;
}

@media only screen and (max-width: 992px) {
    .product-gallery-main__swiper.swiper {
        position: static;
    }
}

.product-gallery-main__swiper .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    height: 100%;
    touch-action: none !important;
    -ms-touch-action: none !important;
}

.product-gallery-main__swiper .swiper-slide {
    touch-action: none !important;
    -ms-touch-action: none !important;
}

.product-gallery-main__image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-gallery-main__image-container .swiper-slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

.product-gallery-main__image-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

@media screen and (min-width: 993px) {
    .product-gallery-main__image-container a:hover {
        opacity: 0.95;
    }
}

.swiper.product-gallery-main__swiper:not(.swiper-container-initialized) {
    position: static;
}

.product-gallery-main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}

.product-gallery-main__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #262626;
}

.product-gallery-main__nav svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 993px) {
    .product-gallery-main__nav:hover {
        background-color: #FFFFFF;
        color: #2D9AD5;
    }
}

.product-gallery-main__nav--prev {
    left: var(--margin-3);
}

.product-gallery-main__nav--next {
    right: var(--margin-3);
}

.product-main__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 588px;
}

@media only screen and (max-width: 992px) {
    .product-main__info {
        width: 100%;
    }
}

.product-main__title {
    margin-bottom: var(--margin-5);
}

@media only screen and (max-width: 992px) {
    .product-main__title {
        margin-bottom: var(--margin-4);
    }
}

.product-notices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-4);
    margin-bottom: var(--margin-4);
}

.product-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-3);
    padding: var(--margin-3) var(--margin-4);
    background-color: #e9eff3;
    border-radius: 24px;
}

.product-notice > svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.product-notice__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #727272;
    line-height: 1.4;
}

.product-delivery {
    background-color: #eaf1f4;
    padding: var(--margin-4);
    border-radius: 24px;
    margin-bottom: var(--margin-4);
}

.product-delivery__title {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
    margin: 0 0 var(--margin-4) 0;
}

.product-delivery__prices {
    margin-bottom: var(--margin-3);
}

.product-delivery .delivery-price-card {
    margin-bottom: 0;
    position: relative;
    padding: 0 0 0 74px;
    margin-bottom: 24px;
}

.product-delivery .delivery-price-card:last-child {
    margin-bottom: 0;
}

.product-delivery .delivery-price-card .delivery-price-card__title {
    margin-bottom: var(--margin-2);
}

.product-delivery .delivery-price-card .delivery-price-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.product-delivery .delivery-price-card .delivery-price-card__price {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #6D8D9D;
}

.product-delivery__disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--margin-2);
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.product-delivery__disclaimer > svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.product-buy {
    background-color: #eaf1f4;
    padding: var(--margin-4);
    border-radius: 24px;
    margin-bottom: var(--margin-5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

@media only screen and (max-width: 992px) {
    .product-buy {
        margin-bottom: var(--margin-4);
    }
}

.product-buy__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--margin-3);
    position: relative;
    padding-right: 36px;
}

@media only screen and (max-width: 768px) {
    .product-buy__prices {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-buy__prices > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.product-buy__price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-buy__price-row .product-buy__price-value {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    font-weight: 700;
    color: #6D8D9D;
}

.product-buy__price-row .product-buy__price-currency {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    font-weight: 700;
    color: #6D8D9D;
}

.product-buy__price-row .product-buy__price-unit {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    margin-left: 2px;
}

.product-buy__price-row:last-of-type .product-buy__price-value, .product-buy__price-row:last-of-type .product-buy__price-currency {
    font-size: 16px;
}

.product-buy__favorite {
    position: absolute;
    top: -7px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    color: #6D8D9D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .product-buy__favorite:hover {
        color: var(--color-red);
    }
}

.product-buy__favorite svg {
    width: 24px;
    height: 24px;
}

.product-buy__favorite._active svg {
    color: #6D8D9D;
    fill: #6D8D9D;
}

.product-buy__favorite._active svg path {
    fill: #6D8D9D;
    stroke: #6D8D9D;
}

.product-buy__separator {
    height: 1px;
    background-color: #C7C7C7;
    margin: 0 calc(-1 * var(--margin-4));
}

.product-buy__units-row {
    text-align: center;
}

.product-buy__units-row > div:last-child {
    margin-left: auto;
}

/*.product-buy__units {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/

/*.product-buy__unit {
    padding: 6px 12px;
    border: 2px solid transparent;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-3-lineheight);
    font-size: var(--overline-3-size);
    font-weight: 600;
    color: #777777;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: lowercase;
    white-space: nowrap;
}*/

/*.product-buy__unit--active {
    border-color: #2D9AD5;
    color: #2D9AD5;
    font-weight: 600;
}

@media screen and (min-width: 993px) {
    .product-buy__unit:hover {
        border-color: #2D9AD5;
        color: #2D9AD5;
    }
}*/

/*@media only screen and (max-width: 992px) {
    .product-buy__conversion {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}*/

.product-buy__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
}

.product-buy__qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background-color: #6D8D9D;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .product-buy__qty-btn:hover {
        background-color: rgb(90.4491803279, 119.9836065574, 134.7508196721);
        color: #FFFFFF;
    }
}

.product-buy__qty-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    margin: auto 8px;
    border: 2px solid #C7C7C7;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-align: center;
    -webkit-transition: border-color all 0.2s ease-in-out;
    transition: border-color all 0.2s ease-in-out;
}

.product-buy__qty-input:focus {
    outline: none;
    border-color: #777777;
}

.product-buy__qty-input::-webkit-input-placeholder {
    color: #777777;
}

.product-buy__qty-input::-moz-placeholder {
    color: #777777;
}

.product-buy__qty-input:-ms-input-placeholder {
    color: #777777;
}

.product-buy__qty-input::-ms-input-placeholder {
    color: #777777;
}

.product-buy__qty-input::placeholder {
    color: #777777;
}

.product-buy__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--margin-2);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-buy__total-label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-buy__total-value {
    font-size: var(--font-h2-heading-size);
    line-height: var(--font-h2-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    font-weight: 700;
    color: #262626;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-buy__submit {
    margin-top: var(--margin-2);
}

.product-buy__submit--full {
    width: 100%;
}

.product-info__title {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    margin-bottom: var(--margin-4);
    color: #262626;
}

.product-info__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--margin-5);
}

.product-info__table tr {
    border-bottom: 1px solid #C7C7C7;
}

.product-info__table tr:last-child {
    border-bottom: none;
}

.product-info__table td {
    padding: var(--margin-3) 0;
    vertical-align: top;
}

.product-info__label {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
    width: 50%;
    padding-right: var(--margin-3);
}

.product-info__value {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    text-align: right;
}

.product-info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .product-info__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.product-info__brand {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 223px;
    height: 90px;
    background-color: #EAF1F4;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--margin-3);
}

@media only screen and (max-width: 768px) {
    .product-info__brand {
        width: 100%;
        max-width: 223px;
    }
}

.product-info__brand-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    mix-blend-mode: darken;
}

.product-info__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .product-info__links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.product-info a.product-info__link {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    line-height: var(--link-pp-lineheight);
    color: #262626;
    text-decoration: underline;
    font-size: var(--link-pp-size);
    color: #2D9AD5;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 993px) {
    .product-info a.product-info__link:hover {
        color: #127CB5;
    }
}

.products-section {
    position: relative;
}

.products-section .products-slider .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: visible;
}

.products-section .products-slider .swiper.swiper-container-initialized .swiper-wrapper {
    gap: 0;
}

@media only screen and (max-width: 768px) {
    .products-section .products-slider .swiper-button-prev,
    .products-section .products-slider .swiper-button-next {
        display: none !important;
    }
}

.products-section .products-slider .swiper-button-prev {
    left: -24px;
}

@media only screen and (max-width: 1200px) {
    .products-section .products-slider .swiper-button-prev {
        left: -60px;
    }
}

.products-section .products-slider .swiper-button-next {
    right: -24px;
}

@media only screen and (max-width: 1200px) {
    .products-section .products-slider .swiper-button-next {
        right: -60px;
    }
}

.product-collections-section {
    margin-bottom: var(--margin-6);
}

.product-collections-section .product-collections-slider {
    margin-bottom: var(--margin-4);
}

.product-collections-section .product-collections-slider .swiper {
    position: relative;
}

.product-collections-section .product-collections-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .product-collections-section .product-collections-slider .swiper-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 16px;
    }
}

.product-collections-section .product-collections-slider .swiper-slide {
    width: 345px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
    .product-collections-section .product-collections-slider .swiper-slide {
        width: calc(50% - 8px) !important;
    }
}

.product-collections-section .product-collections-slider .swiper-button-prev,
.product-collections-section .product-collections-slider .swiper-button-next {
    top: calc(50% - (45px - var(--margin-3)) / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 992px) {
    .product-collections-section .product-collections-slider .swiper-button-prev,
    .product-collections-section .product-collections-slider .swiper-button-next {
        display: none !important;
    }
}

.product-collections-section .product-collections-slider .swiper-button-prev {
    left: -24px;
}

@media only screen and (max-width: 1200px) {
    .product-collections-section .product-collections-slider .swiper-button-prev {
        left: -60px;
    }
}

.product-collections-section .product-collections-slider .swiper-button-next {
    right: -24px;
}

@media only screen and (max-width: 1200px) {
    .product-collections-section .product-collections-slider .swiper-button-next {
        right: -60px;
    }
}

.product-collections-section .collection-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-collections-section .collection-card__image {
    width: 100%;
    height: 345px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: var(--margin-3);
    background-color: #EAF1F4;
}

@media only screen and (max-width: 992px) {
    .product-collections-section .collection-card__image {
        height: auto;
        aspect-ratio: 1/1;
    }
}

.product-collections-section .collection-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.product-collections-section .collection-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 992px) {
    .product-collections-section .collection-card__title {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: unset;
    }
}

@media screen and (min-width: 993px) {
    .product-collections-section .collection-card:hover .collection-card__image img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .product-collections-section .collection-card:hover .collection-card__title {
        color: #2D9AD5;
    }
}

.product-text-section {
    margin-bottom: var(--margin-6);
}

.product-text-section .product-text-content {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    line-height: 1.6;
}

.product-text-section .product-text-content ul {
    padding-left: 20px;
}

.product-text-section .product-text-content ul li {
    list-style: disc;
    margin-bottom: var(--margin-2);
}

.product-text-section .product-text-content p {
    margin-bottom: var(--margin-3);
}

.product-text-section .product-text-content p:last-child {
    margin-bottom: 0;
}

.delivery-section__title {
    margin-bottom: var(--margin-5);
}

.delivery-section__intro {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--margin-5);
    margin-bottom: var(--margin-6);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 992px) {
    .delivery-section__intro {
        grid-template-columns: 1fr;
        gap: var(--margin-4);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.delivery-section__intro-text {
    max-width: 434px;
    min-width: 250px;
    background-color: #F7F7F7;
    padding: var(--margin-4);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
}

.delivery-section__intro-text h3 {
    margin-bottom: var(--margin-3);
    font-weight: 700;
}

.delivery-section__intro-text p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
}

.delivery-section__prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--margin-3);
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 992px) {
    .delivery-section__prices {
        grid-template-columns: 1fr;
    }
}

.delivery-section__steps {
    margin-bottom: var(--margin-6);
}

.delivery-section__steps-title {
    margin-bottom: var(--margin-4);
}

.delivery-section__footer p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.delivery-price-card {
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    height: 100%;
}

.delivery-price-card__icon {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: var(--margin-3);
}

.delivery-price-card__icon img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.delivery-price-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    margin-bottom: var(--margin-3);
}

.delivery-price-card__price {
    font-size: var(--font-h3-heading-size);
    line-height: var(--font-h3-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    color: #262626;
    font-weight: 700;
}

.delivery-steps {
    background-color: #F7F7F7;
    border-radius: 24px;
    padding: var(--margin-4);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--margin-3);
    position: relative;
}

.delivery-steps::before {
    content: "";
    position: absolute;
    left: var(--margin-4);
    right: var(--margin-4);
    top: calc(var(--margin-4) + 24px);
    height: 1px;
    background-color: #C7C7C7;
    z-index: 1;
    pointer-events: none;
}

@media only screen and (max-width: 992px) {
    .delivery-steps {
        grid-template-columns: 1fr;
    }

    .delivery-steps::before {
        left: calc(var(--margin-4) + 24px);
        top: var(--margin-4);
        bottom: var(--margin-4);
        right: auto;
        width: 2px;
        height: auto;
        display: none;
    }
}

.delivery-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-3);
    position: relative;
    z-index: 2;
    max-width: 224px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .delivery-step {
        max-width: 100%;
        margin-bottom: 0;
    }
}

.delivery-step__number {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #EAF1F4;
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.delivery-step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-2);
}

.delivery-step__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 700;
    color: #262626;
}

.delivery-step__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.payment-section__title {
    margin-bottom: var(--margin-3);
}

.payment-section__subtitle {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: var(--margin-5);
}

.payment-section__methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--margin-3);
    margin-bottom: var(--margin-6);
}

@media only screen and (max-width: 992px) {
    .payment-section__methods {
        grid-template-columns: 1fr;
    }
}

.payment-section__footer p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.payment-method-card {
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.payment-method-card__icon {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: var(--margin-3);
}

.payment-method-card__icon img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.payment-method-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
}

.brands-page__title {
    margin-bottom: var(--margin-5);
}

.brands-section__heading {
    margin-bottom: var(--margin-4);
}

.brands-page__all-section {
    margin-bottom: var(--margin-6);
}

.brands-page__all-heading {
    grid-column: 1/-1;
    margin-bottom: var(--margin-4);
}

.brands-page__all {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: var(--margin-5);
    /* max-height: 500px;*/
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--margin-4) var(--margin-6);
    -ms-flex-line-pack: start;
    align-content: start;
}

@media only screen and (max-width: 992px) {
    .brands-page__all {
        grid-template-columns: repeat(2, 1fr);
        max-height: none;
        overflow: visible;
    }
}

@media only screen and (max-width: 576px) {
    .brands-page__all {
        grid-template-columns: 1fr;
        padding: var(--margin-4);
    }
}

.brands-page__group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.brands-page__letter {
    margin-bottom: var(--margin-2);
    color: #262626;
}

.brands-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--margin-1);
}

.brands-page__item {
    color: #262626;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.brands-page__item:hover {
    color: #2D9AD5;
}

.brands-page__item-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.brands-page__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #262626;
    flex-shrink: 0;
    margin-top: 6px;
}

.brands-page__item-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.brands-page__item-icon:hover {
    color: #2D9AD5;
}

.brands-page__item-wrapper {
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid var(--color-gray-icons);
    white-space: nowrap;
    width: fit-content;
}

.brands-page__all {
    display: flex;
    flex-direction: column;
}

.brands-page__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: var(--margin-6);
    margin-top: var(--margin-4);
}

.hero-section .swiper-button-prev:not(.swiper-button-disabled),
.hero-section .swiper-button-next:not(.swiper-button-disabled) {
    background-color: #FFFFFF;
}

.hero-section .hero-slider {
    width: 100%;
}

.hero-section .hero-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-section .hero-slider .swiper-slide {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-section .hero-slider .hero-slide {
    width: 100%;
    min-height: 280px;
    position: relative;
    padding: 20px 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .hero-section .hero-slider .hero-slide {
        padding: 24px 15px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-140.52%, #0B5D89), color-stop(238.96%, #031823));
        background: linear-gradient(180deg, #0B5D89 -140.52%, #031823 238.96%);
    }
}

.hero-section .hero-slider .hero-slide div {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    max-width: 560px;
}

@media only screen and (max-width: 992px) {
    .hero-section .hero-slider .hero-slide div {
        max-width: 100%;
        padding-right: 10px;
    }
}

.hero-section .hero-slider .hero-slide div strong {
    font-size: var(--font-h1-heading-size);
    line-height: var(--font-h1-lineheight);
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    font-weight: 700;
    display: block;
    margin-bottom: var(--margin-2);
}

@media only screen and (max-width: 992px) {
    .hero-section .hero-slider .hero-slide div strong {
        font-size: var(--font-h2-heading-size);
        line-height: var(--font-h2-lineheight);
        font-family: "OpenSans", sans-serif;
        font-weight: 700;
    }
}

.hero-section .hero-slider .hero-slide div p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-p-lineheight);
    font-size: var(--paragraph-p-size);
    font-weight: 400;
    margin-bottom: var(--margin-3);
}

.hero-section .hero-slider .hero-slide img {
    width: 1920px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 992px) {
    .hero-section .hero-slider .hero-slide img {
        width: 200%;
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .hero-section .hero-slider .swiper-button-prev,
    .hero-section .hero-slider .swiper-button-next {
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .hero-section .hero-slider .swiper-button-prev,
    .hero-section .hero-slider .swiper-button-next {
        display: none !important;
    }
}

.hero-section .hero-slider .swiper-button-prev {
    left: 24px;
}

@media only screen and (max-width: 1200px) {
    .hero-section .hero-slider .swiper-button-prev {
        left: 60px;
    }
}

.hero-section .hero-slider .swiper-button-next {
    right: 24px;
}

@media only screen and (max-width: 1200px) {
    .hero-section .hero-slider .swiper-button-next {
        right: 60px;
    }
}

.hero-section .hero-slider__pagination {
    position: static;
    bottom: 24px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
    margin-top: var(--margin-4);
}

@media (min-width: 992px) {
    .hero-section .hero-slider__pagination {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hero-section .hero-slider__pagination {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.hero-section .hero-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #EAF1F4;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.hero-section .hero-slider__pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #2D9AD5;
}

.categories-section {
    margin-bottom: var(--margin-6);
}

.categories-section .categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1200px) {
    .categories-section .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .categories-section .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.categories-section .category-card {
    position: relative;
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-3);
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 993px) {
    .categories-section .category-card:hover {
        background-color: #DCEAF4;
    }
}

.categories-section .category-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.categories-section .category-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    margin-bottom: var(--margin-1);
}

.categories-section .category-card__count {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-ppp-lineheight);
    font-size: var(--paragraph-ppp-size);
    font-weight: 400;
    color: #777777;
}

.categories-section .category-card__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 132px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    z-index: 0;
}

.categories-section .category-card--view-all {
    position: relative;
}

.categories-section .category-card--view-all .category-card__title {
    margin-bottom: 0;
    text-align: center;
}

.categories-section .category-card--view-all svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.brands-section .brands-slider {
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .brands-section .brands-slider {
        width: calc(100% + 30px);
        left: -15px;
        padding-left: 15px;
    }
}

.brands-section .brands-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brands-section .brands-slider .swiper-slide {
    width: 225px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
    .brands-section .brands-slider .swiper-button-prev,
    .brands-section .brands-slider .swiper-button-next {
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .brands-section .brands-slider .swiper-button-prev,
    .brands-section .brands-slider .swiper-button-next {
        display: none !important;
    }
}

.brands-section .brands-slider .swiper-button-prev {
    left: -24px;
}

@media only screen and (max-width: 1200px) {
    .brands-section .brands-slider .swiper-button-prev {
        left: -60px;
    }
}

.brands-section .brands-slider .swiper-button-next {
    right: -24px;
}

@media only screen and (max-width: 1200px) {
    .brands-section .brands-slider .swiper-button-next {
        right: -60px;
    }
}

.brands-section .brand-card {
    width: 225px;
    height: 90px;
    background-color: #EAF1F4;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--margin-3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brands-section .brand-card img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    mix-blend-mode: darken;
}

.brands-section .brands-slider__pagination {
    position: relative;
    margin-top: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) {
    .brands-section .brands-slider__pagination {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .brands-section .brands-slider__pagination {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.brands-section .brands-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #EAF1F4;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.brands-section .brands-slider__pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #2D9AD5;
}

.advantages-section__title {
    margin-bottom: var(--margin-5);
}

.advantages-section__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--margin-3);
    margin-bottom: var(--margin-6);
}

@media only screen and (max-width: 992px) {
    .advantages-section__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .advantages-section__cards {
        grid-template-columns: 1fr;
    }
}

.advantage-card {
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    height: 100%;
}

.advantage-card__icon {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: var(--margin-3);
}

.advantage-card__icon svg {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.advantage-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    margin-bottom: var(--margin-3);
}

.advantage-card__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.tiles-intro-section__title {
    margin-bottom: var(--margin-4);
}

.tiles-intro-section__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
}

.tiles-advantages-section__title {
    margin-bottom: var(--margin-3);
}

.tiles-advantages-section__subtitle {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #262626;
    margin-bottom: var(--margin-5);
}

.tiles-advantages-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--margin-3);
    margin-bottom: var(--margin-6);
}

@media only screen and (max-width: 992px) {
    .tiles-advantages-section__cards {
        grid-template-columns: 1fr;
    }
}

.tiles-advantages-section__footer p {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.tiles-advantage-card {
    background-color: #EAF1F4;
    border-radius: 24px;
    padding: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    height: 100%;
}

.tiles-advantage-card__icon {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: var(--margin-3);
}

.tiles-advantage-card__icon svg {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

.tiles-advantage-card__title {
    font-family: "OpenSans", sans-serif;
    line-height: var(--overline-1-lineheight);
    font-size: var(--overline-1-size);
    font-weight: 700;
    color: #262626;
    font-weight: 600;
    margin-bottom: var(--margin-3);
}

.tiles-advantage-card__text {
    font-family: "OpenSans", sans-serif;
    line-height: var(--paragraph-pp-lineheight);
    font-size: var(--paragraph-pp-size);
    font-weight: 400;
    color: #777777;
}

.products-section .products-slider {
    margin-bottom: var(--margin-4);
}

@media only screen and (max-width: 768px) {
    .products-section .products-slider {
        width: calc(100% + 30px);
        left: -15px;
        padding-left: 15px;
    }
}

.products-section .products-slider .swiper-slide {
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.products-section .products-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.products-section .products-slider .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 16px;
    overflow: visible;
}

@media only screen and (max-width: 992px) {
    .products-section .products-slider .swiper-button-prev,
    .products-section .products-slider .swiper-button-next {
        position: absolute;
    }
}

@media only screen and (max-width: 768px) {
    .products-section .products-slider .swiper-button-prev,
    .products-section .products-slider .swiper-button-next {
        display: none !important;
    }
}

.products-section .products-slider .swiper-button-prev {
    left: -24px;
}

@media only screen and (max-width: 1200px) {
    .products-section .products-slider .swiper-button-prev {
        left: -60px;
    }
}

.products-section .products-slider .swiper-button-next {
    right: -24px;
}

@media only screen and (max-width: 1200px) {
    .products-section .products-slider .swiper-button-next {
        right: -60px;
    }
}

.products-section .products-slider__pagination {
    position: relative;
    margin-top: var(--margin-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) {
    .products-section .products-slider__pagination {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .products-section .products-slider__pagination {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.products-section .products-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #EAF1F4;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.products-section .products-slider__pagination .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #2D9AD5;
}

.cookie-banner {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
    justify-content: center;
    pointer-events: none;
}

.cookie-banner__message {
    width: 100%;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    background: rgba(250, 252, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.cookie-banner__message p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.cookie-banner__message a {
    text-decoration: underline;
}

.cookie-banner__message a:hover {
    text-decoration: none;
}

.cookie-banner__message button {
    padding: 10px 18px;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner__message {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 14px;
        border-radius: 12px;
    }

    .cookie-banner__message p {
        font-size: 13px;
        line-height: 1.45;
    }

    .cookie-banner__message button {
        width: 100%;
        min-height: 42px;
    }
}

.spinner-container {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(57, 92, 130, 0.15);
    border-top: 4px solid #2d9bd6;
    border-radius: 50%;

    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1180px) {
    nav.header__inner {
        padding-left: 0;
    }

    .header__top {
        padding-top: 0;
        position: relative;
        min-height: 70px;
        display: flex;
        align-items: center;
        text-align: start;
        justify-content: flex-start;
        padding-left: 90px;
    }

    nav.header__inner .header__logo {
        height: 78px;
        width: unset;
        top: 0;
    }

    nav.header__inner .header__logo ~ span {
        font-size: 12px;
        max-width: 240px;
    }

    nav.header__inner .header__logo ~ span b {
        font-size: 20px;
        color: #395c82;
    }
}