@charset "UTF-8";

@keyframes megashop-fade-down {
    0% {
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
    }
    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
    }
}

@keyframes megashop-fade-up {
    0% {
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
    }
    to {
        transform: translateY(0);
        opacity: 1;
        visibility: inherit;
    }
}

@keyframes megashop-fadein-up {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes megashop-fadeout-up {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes megashop-rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes megashop-appear {
    0%, to {
        transform: translateZ(0);
    }
}

@keyframes pulse {
    0%, to {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
}

.image-box_fill .picture img,
.image-box_fill noscript img,
.image-box_fill > * {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@keyframes megashop-select-appear {
    0%, to {
        transform: none;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) translateZ(0);
    }
    to {
        transform: rotate(360deg) translateZ(1px);
    }
}

@keyframes modal-fadein {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-fadeout {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes modal-contentin {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes modal-contentout {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes header-bottom-bar-alt-search-open-animation {
    0% {
        width: 50px;
    }
    to {
        width: 100%;
    }
}

@keyframes infopanel-open-bottom {
    0% {
        transform: translateY(0);
        top: 100%;
        bottom: auto;
    }
    to {
        transform: translateY(-100%);
        top: 100%;
        bottom: auto;
    }
}

@keyframes infopanel-open-top {
    0% {
        transform: translateY(0);
        bottom: 100%;
        top: auto;
    }
    to {
        transform: translateY(100%);
        bottom: 100%;
        top: auto;
    }
}

@keyframes megashop-catalog-extend-fadeout-up {
    0% {
        height: auto;
        min-height: 100%;
        overflow: visible;
        transform: translateY(0);
        opacity: 1;
    }
    to {
        height: auto;
        min-height: 100%;
        overflow: visible;
        transform: translateY(10px);
        opacity: 0;
    }
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
    overflow-y: scroll;
}

.content-decorator figure, body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio, canvas, video, wbr {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    margin: 0;
}

optgroup {
    font-size: 100%;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

body, button, input, select, textarea {
    color: #1b1b1b;
    font-family: var(--font-family, sans-serif);
    font-size: 14px;
    line-height: 1.5;
}

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1023px) {
    input[type] {
        appearance: initial;
    }
    button, input, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
        appearance: none;
    }
}

iframe {
    border: 0;
}

.select__dropdown::-webkit-scrollbar, div::-webkit-scrollbar, table::-webkit-scrollbar, textarea::-webkit-scrollbar, ul::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
    height: 8px;
}

.select__dropdown::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, table::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 10px;
    border: 2px solid #fff;
}

:root {
    --link-color: var(--primary-color, #007bff);
    --link-color-hover: var(--dark-color, #0056b3);
    --link-color-alt-hover: var(--accent-color, #ff6b6b);
    --link-color-alhpa-5: var(--primary-color-alpha-5, rgba(0, 123, 255, 0.5));
    --link-color-hover-alhpa-5: var(--dark-color-alpha-5, rgba(0, 86, 179, 0.5));
    --button-color: var(--primary-color, #007bff);
    --button-color-hover: var(--primary-color-hover, #0056b3);
    --button-color-dark: var(--dark-color, #343a40);
    --button-color-light: var(--light-color, #f8f9fa);
    --button-color-light-hover: var(--light-color-hover, #e2e6ea);
    --button-color-alt: var(--accent-color, #ff6b6b);
    --button-color-alt-hover: var(--accent-color-hover, #ff5252);
    --button-text-color: #fff;
    --top-header-background-color: #fafafa;
    --top-header-link-color: #686868;
    --top-header-link-color-hover: #1b1b1b;
    --footer-background-color: var(--dark-color, #343a40);
    --home-slider-height: 400px;
    --home-slider-height-adaptive: 215px;
}

.r-hidden-all {
    display: none !important;
}

@media (min-width: 1024px) {
    .r-hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    body {
        padding-top: 60px;
    }
    .r-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .r-clear-offsets {
        margin-left: -15px;
        margin-right: -15px;
    }
    .r-inner-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.button, .button-decorator button, .button-decorator input[type=button], .button-decorator input[type=reset], .button-decorator input[type=submit] {
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    padding: 8px 14px 9px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: var(--button-text-color);
    border: 1px solid transparent;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    background-color: var(--button-color);
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
}

.button-decorator button.button_active, .button-decorator button:hover, .button-decorator input[type=button].button_active, .button-decorator input[type=button]:hover, .button-decorator input[type=reset].button_active, .button-decorator input[type=reset]:hover, .button-decorator input[type=submit].button_active, .button-decorator input[type=submit]:hover, .button.button_active, .button:hover {
    background-color: var(--button-color-hover);
}

.button-decorator button.button_disabled, .button-decorator button:disabled, .button-decorator input[type=button].button_disabled, .button-decorator input[type=button]:disabled, .button-decorator input[type=reset].button_disabled, .button-decorator input[type=reset]:disabled, .button-decorator input[type=submit].button_disabled, .button-decorator input[type=submit]:disabled, .button.button_disabled, .button:disabled {
    background: #fafafa;
    color: #cfcfcf;
    cursor: default;
}

.button_style_gray {
    color: #686868;
    background-color: #f2f2f2;
}

.button_style_gray .button__icon {
    color: #bdbdbd;
    transition: color .2s ease-in-out;
}

.button_style_gray.button_active, .button_style_gray:hover {
    background-color: #eaeaea;
}

.button_style_gray:hover .button__icon {
    color: #686868;
}

@media (max-width: 1023px) {
    .button_style_gray {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.button_style_inverse {
    color: var(--button-color);
    border-color: var(--button-color);
    background-color: transparent;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
}

.button_style_inverse:hover {
    color: var(--button-color-dark);
    background-color: transparent;
}

.button_style_inverse:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.button_style_inverse.button_active {
    color: var(--button-color-dark);
    background-color: transparent;
}

.button_style_light {
    color: var(--button-color);
    background-color: var(--button-color-light);
}

.button_style_light:hover {
    color: var(--button-color);
    background-color: var(--button-color-light-hover);
}

.button_style_light:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.button_style_light.button_active {
    color: var(--button-color);
    background-color: var(--button-color-light-hover);
}

.button_style_transparent {
    color: var(--button-color);
    background-color: transparent;
    transition: color .2s ease-in-out;
}

.button_style_transparent:hover {
    color: var(--button-color-dark);
    background-color: transparent;
}

.button_style_transparent:disabled {
    color: #cfcfcf;
    background-color: transparent;
}

.button_style_transparent.button_active {
    color: var(--button-color-dark);
    background-color: transparent;
}

.button_style_transparent_gray {
    color: #686868;
    background-color: transparent;
    border-color: #f2f2f2;
    transition: color .2s ease-in-out;
}

.button_style_transparent_gray.button_active, .button_style_transparent_gray:hover {
    color: var(--button-color);
    background-color: transparent;
}

.button_style_transparent_gray:disabled {
    color: #f2f2f2;
    background-color: transparent;
}

.button_style_alt {
    background-color: var(--button-color-alt);
}

.button_style_alt:hover {
    background-color: var(--button-color-alt-hover);
}

.button_style_alt:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.button_style_alt.button_active {
    background-color: var(--button-color-alt-hover);
}

.button_size_l, .button_size_xl {
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
}

.button_size_xl {
    font-size: 18px;
    padding: 13px 40px 14px;
}

.button_size_s {
    padding: 6px 20px;
}

.button_size_s.button_icon {
    padding: 0;
    width: 24px;
    height: 24px;
}

.button_size_xs {
    font-size: 13px;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    padding: 4px 9px 5px;
}

.button_size_xs.button_icon {
    padding: 0;
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

@media (max-width: 1023px) {
    .button_size_xs {
        padding: 4px 9px 5px;
    }
}

.button_size_xxs.button_icon.button_icon {
    padding: 0;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

.button_wide {
    padding-left: 27px;
    padding-right: 27px;
    min-width: 150px;
}

.button_wide.button_size_l {
    padding-left: 44px;
    padding-right: 44px;
}

.button_fill {
    display: block;
    width: 100%;
}

.button_clean {
    padding: initial;
    margin: initial;
    border: initial;
    color: inherit;
    outline: initial;
}

.button_clean, .button_clean.button_active, .button_clean:hover {
    background: initial;
}

.button_rect {
    border-radius: 0;
}

.button_align_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button_icon {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
}

@media (max-width: 1023px) {
    .button_icon {
        padding: 0;
    }
}

.link {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.content-decorator a:hover, .link-box:hover .link-box__link, .link-box:hover .link-box__link_black, .link-box_style_light:hover .link-box__icon, .link-decorator a:hover, .link:hover {
    color: var(--link-color-hover);
}

.link-box_style_alt:hover .link-box__link, .link_style_alt:hover {
    color: var(--link-color-alt-hover);
}

.link_style_hover {
    color: currentcolor;
}

.link_style_hover:hover {
    color: var(--link-color);
}

.link_style_alt-gray, .link_style_gray {
    color: #686868;
}

.link_style_gray:hover {
    color: #606060;
}

.link_style_alt-gray:hover {
    color: #1b1b1b;
}

.link_clean, .link_clean:hover {
    color: currentcolor;
}

.link-box, .link-box__link {
    text-decoration: none;
    cursor: pointer;
}

.link-box {
    display: inline-block;
    color: currentcolor;
}

.link-box__link {
    color: var(--link-color);
    transition: color ease-in-out .2s;
}

.link-box__link_black {
    color: #1b1b1b;
}

.link-box__icon {
    color: var(--dark-color, #343a40);
    transition: color .2s ease-in-out;
}

.header-middle-bar-shop-links_size_xl .icon-box:hover .link-box__icon, .header-middle-bar_compact .icon-box:hover .link-box__icon, .link-box_style_light .link-box__icon {
    color: var(--primary-color);
}

.link-box_style_gray .link-box__icon {
    color: #cfcfcf;
}

.link-box_style_alt-gray .link-box__icon, .link-box_style_alt-gray .link-box__link, .link-box_style_gray .link-box__link {
    color: #686868;
}

.link-box_style_gray:hover .link-box__icon {
    color: #bdbdbd;
}

.link-box_style_alt-gray:hover .link-box__icon, .link-box_style_alt-gray:hover .link-box__link, .link-box_style_gray:hover .link-box__link {
    color: #606060;
}

.link-box_style_hover .link-box__link {
    color: currentcolor;
}

.link-box_style_hover:hover .link-box__link, .pseudo-link {
    color: var(--link-color);
}

.pseudo-link {
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border-bottom: 1px dashed var(--link-color-alhpa-5);
}

.pseudo-link-box:hover .pseudo-link-box__link, .pseudo-link:hover {
    color: var(--link-color-hover);
    border-bottom-color: var(--link-color-hover-alhpa-5);
}

.pseudo-link_style_alt-gray, .pseudo-link_style_gray {
    color: #686868;
    border-bottom-color: rgba(207, 207, 207, .5);
}

.pseudo-link_style_gray:hover {
    color: #606060;
    border-bottom-color: rgba(96, 96, 96, .5);
}

.pseudo-link_style_alt-gray:hover {
    color: #1b1b1b;
    border-bottom-color: rgba(27, 27, 27, .5);
}

.pseudo-link_style_hover {
    color: currentcolor;
    border-bottom-color: currentcolor;
}

.pseudo-link_style_hover:hover {
    color: var(--link-color);
    border-bottom-color: var(--link-color);
}

.pseudo-link_link {
    border-bottom: 0;
}

.pseudo-link-box {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: currentcolor;
}

.promos-gift-name .promos-gift-link-inner span, .pseudo-link-box__link {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border-bottom: 1px dashed var(--link-color-alhpa-5);
}

.pseudo-link-box__icon {
    color: var(--dark-color, #343a40);
    transition: color .2s ease-in-out;
}

.pseudo-link-box_style_gray .pseudo-link-box__icon {
    color: #cfcfcf;
}

.pseudo-link-box_style_gray .pseudo-link-box__link {
    color: #686868;
    border-bottom-color: rgba(207, 207, 207, .5);
}

.pseudo-link-box_style_gray:hover .pseudo-link-box__icon {
    color: #bdbdbd;
}

.pseudo-link-box_style_gray:hover .pseudo-link-box__link {
    color: #606060;
    border-bottom-color: rgba(96, 96, 96, .5);
}

.pseudo-link-box_style_alt-gray .pseudo-link-box__icon {
    color: #686868;
}

.pseudo-link-box_style_alt-gray .pseudo-link-box__link {
    color: #686868;
    border-bottom-color: rgba(207, 207, 207, .5);
}

.pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon {
    color: #1b1b1b;
}

.pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link {
    color: #1b1b1b;
    border-bottom-color: rgba(27, 27, 27, .5);
}

.pseudo-link-box_link .pseudo-link-box__link {
    border-bottom: 0;
}

.form {
    position: relative;
    max-width: 700px;
}

.form__fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form_fill {
    max-width: none;
}

.form__loader {
    color: var(--primary-color);
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    inset: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: rgba(255, 255, 255, .5);
}

.form.loading {
    pointer-events: none;
}

.form.loading .form__loader {
    display: flex;
}

@media (max-width: 1023px) {
    .form {
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

.input-text {
    width: 350px;
    max-width: 100%;
    line-height: 1.2;
    padding: 8px 14px 9px;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    background: #fff;
    outline: 0;
    transition: border-color .2s ease-in-out;
}

.input-text:disabled {
    cursor: default;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
}

.input-text:focus {
    border-color: #cfcfcf;
}

.input-text::placeholder {
    color: #888;
}

@media (max-width: 1023px) {
    .input-text {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.input-text_fill {
    width: 100%;
}

.input-text_error {
    border-color: #ff3131;
}

.input-text_size_s {
    padding-top: 6px;
    padding-bottom: 6px;
}

.input-text_size_l {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.checkbox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.checkbox__control {
    position: absolute;
    opacity: 0;
    cursor: initial;
    height: 0;
    width: 0;
    pointer-events: none;
}

.checkbox__control:checked ~ .checkbox__mark {
    border-color: var(--primary-color);
}

.checkbox__control:checked ~ .checkbox__mark::before {
    opacity: 1;
}

.checkbox__control:focus ~ .checkbox__mark {
    border-color: var(--accent-color);
}

.checkbox__control:disabled + .checkbox__mark {
    cursor: default;
    border-color: #f2f2f2;
}

.checkbox__control:disabled:checked + .checkbox__mark::before {
    opacity: .2;
}

.checkbox__mark {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}

.checkbox__mark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url(../svg/icon.sprite.svg#checkbox-arrow) center/cover no-repeat;
    width: 12px;
    height: 10px;
    opacity: 0;
}

.checkbox__mark:hover, .radio__mark:hover {
    border-color: #cfcfcf;
}

.checkbox_color .checkbox .checkbox__control:focus ~ .checkbox__mark {
    border-color: rgba(0, 0, 0, .2);
}

.checkbox_color .checkbox .checkbox__mark {
    width: 31px;
    height: 31px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    background: #fff;
}

.checkbox_color .checkbox .checkbox__mark::before {
    line-height: 0;
    background: url(../svg/icon.sprite.svg#color-checkbox-arrow) center/cover no-repeat;
    width: 12px;
    height: 9px;
}

.checkbox_color .checkbox .checkbox__mark:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
    border-radius: 14px;
}

.checkbox_color .checkbox_dark .checkbox__mark::before {
    background: url(../svg/icon.sprite.svg#color-checkbox-arrow-light) center/cover no-repeat;
    width: 12px;
    height: 9px;
}

.radio {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
}

.radio__control {
    position: absolute;
    opacity: 0;
    cursor: initial;
    height: 0;
    width: 0;
    pointer-events: none;
}

.radio__control:checked ~ .radio__mark {
    border-color: var(--primary-color);
}

.radio__control:checked ~ .radio__mark::before {
    background: var(--primary-color);
}

.radio__control:focus ~ .radio__mark {
    border-color: var(--accent-color);
}

.radio__control:disabled + .radio__mark {
    cursor: default;
    border-color: #cfcfcf;
}

.radio__control:disabled:checked + .radio__mark::before {
    opacity: .2;
}

.radio__mark {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    transition: all .3s ease;
}

.radio__mark::before, .select {
    display: inline-block;
    line-height: 0;
}

.radio__mark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    border-radius: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}

.select {
    vertical-align: top;
    position: relative;
    user-select: none;
    max-width: 100%;
    color: #1b1b1b;
    font-size: 14px;
    animation: megashop-select-appear 1s linear -1s;
}

.select__control {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    max-width: 100%;
    z-index: -1;
}

.select__box {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    background: #fff;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
    line-height: 1.2;
}

.select__arrow {
    flex: none;
    line-height: 0;
    padding-right: 14px;
}

.select__arrow-icon {
    vertical-align: top;
    transition: transform .2s ease-in-out;
}

.select__control:disabled + .select__box {
    border-color: #cfcfcf;
    color: #cfcfcf;
    pointer-events: none;
}

.select__control:focus + .select__box {
    border-color: #cfcfcf;
}

.select__content {
    flex: auto;
    padding: 8px 14px 9px;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__content::before, .select__option::before {
    content: "";
    display: inline-block;
}

.select__dropdown {
    display: inline-block;
    left: 0;
    top: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    overflow-y: hidden;
    height: 0;
    opacity: 0;
    max-height: 200px;
    z-index: 3;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
    border-bottom-width: 0;
    padding-right: 24px;
    line-height: 1.2;
    vertical-align: top;
}

.select__dropdown_up {
    top: auto;
    bottom: 100%;
}

.select__dropdown_open-animation {
    animation: megashop-fadein-up .2s ease-in-out;
}

.select__dropdown_close-animation {
    animation: megashop-fadeout-up .2s ease-in-out forwards;
}

.select__option {
    display: block;
    color: #686868;
    padding: 7px 14px;
    cursor: pointer;
    transition: color .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.select__option:hover {
    color: #1b1b1b;
}

.select__option_selected {
    background: var(--light-color, #f8f9fa);
}

.select__option_selected, .select__option_selected:hover {
    color: var(--primary-color);
}

.select__optgroup_hidden, .select__option_hidden {
    display: none;
}

.select__optgroup_disabled .select__optgroup-label, .select__optgroup_disabled .select__option, .select__option_disabled {
    pointer-events: none;
    color: #cfcfcf;
}

.select__optgroup {
    display: block;
}

.select__optgroup_disabled {
    pointer-events: none;
}

.select__optgroup-label {
    display: block;
    color: #1b1b1b;
    padding: 7px 14px;
    font-weight: 500;
    white-space: nowrap;
}

.select_size_s .select__content {
    padding: 6px 14px;
}

.select_size_s .select__arrow {
    padding-right: 11px;
}

.select_size_s .select__dropdown {
    padding-right: 21px;
}

.select_size_l .select__content {
    padding-top: 11px;
    padding-bottom: 11px;
}

.select_init .select__dropdown {
    display: none;
    position: absolute;
    overflow-y: auto;
    height: auto;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-right: 0;
}

.select_init .select__option {
    text-overflow: ellipsis;
}

.select_init .select__dropdown_animated {
    display: block;
}

.select_open .select__arrow-icon {
    transform: rotate(180deg);
}

.select_open .select__dropdown {
    display: block;
}

.select_fill {
    width: 100%;
}

.select__color {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width: 1023px) {
    .select__content {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.inline-field {
    display: inline-flex;
    align-items: flex-start;
}

.inline-field .form__field {
    margin-top: 0;
}

.inline-field__label {
    padding: 4px 10px 5px 0;
}

.inline-field__button {
    padding-left: 10px;
}

.inline-field__error {
    margin-top: 5px;
    color: #ff3131;
    font-size: 12px;
    font-style: italic;
}

.inline-field_fill {
    width: 100%;
}

.inline-field_fill .inline-field__content {
    flex-grow: 1;
}

.inline-field_valign-middle {
    align-items: center;
}

.sorting-select__item_hidden {
    display: none;
}

.sorting-select__sorting {
    display: inline-block;
    line-height: 10px;
    margin-left: 10px;
}

.sorting-select__sorting::before {
    content: "";
    display: inline-block;
    background: url(../svg/icon.sprite.svg#sorting) center/cover no-repeat;
    width: 10px;
    height: 10px;
}

.select__option .sorting-select__sorting {
    opacity: 0;
}

.select__option_hidden + .select__option .sorting-select__sorting {
    opacity: 1;
}

.sorting-select__sorting_order_desc::before {
    transform: scale(1, -1);
}

@media (max-width: 375px) {
    .sorting-select__hidden {
        display: none;
    }
}

.input-file {
    user-select: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.input-file__control {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    max-width: 100%;
}

.input-file__box {
    display: flex;
    align-items: center;
}

.input-file__file-box {
    padding-left: 20px;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .input-file__button {
        padding-top: 8px;
        padding-bottom: 9px;
    }
    .input-file__box {
        display: block;
    }
    .input-file__button-box, .input-file__file-box {
        display: block;
        padding: 0;
    }
    .input-file__button-box {
        margin-bottom: 10px;
    }
}

.textarea {
    vertical-align: top;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    padding: 8px 15px;
    height: 100px;
    width: 350px;
    max-width: 100%;
    outline: 0;
    resize: vertical;
}

.html .body .index .index__content .content .textarea.textarea_ignore-wa:disabled, .page_ordercall .oc form input[type=text]:disabled, .textarea:disabled {
    cursor: default;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
}

.html .body .index .index__content .content .textarea.textarea_ignore-wa:focus, .textarea:focus {
    border-color: #cfcfcf;
}

.textarea_error {
    border-color: #ff3131;
}

.form-field__value .captcha-decorator, .form-field__value .input-text, .form-field__value .select, .form-field__value .textarea, .html .body .index .index__content .content .textarea.textarea_ignore-wa.textarea_fill, .textarea_fill {
    width: 100%;
}

.html .body .index .index__content .content .textarea.textarea_ignore-wa {
    vertical-align: top;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    padding: 8px 15px;
    height: 100px;
    width: 350px;
    max-width: 100%;
    outline: 0;
    resize: vertical;
    font-size: 14px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-field {
    display: flex;
    width: 100%;
}

.content-decorator iframe, .form-field__name, .form-field__value {
    max-width: 100%;
}

.form-field__name {
    width: 30%;
    flex-shrink: 0;
    line-height: 35px;
    display: inline-block;
    color: #686868;
}

.form-field_required .form-field__name::after {
    content: "*";
    color: #ff3131;
    margin-left: 5px;
}

.form-field__value {
    position: relative;
    flex-grow: 1;
}

.form-field__error-container {
    display: block;
    color: #ff3131;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.form-field__error-container a {
    color: #ff3131;
    text-decoration: underline;
}

.form-field__subfields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-field__labels {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}

.form-field__spinner-container {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto 5px;
    color: var(--primary-color);
}

.form-field_complex > .form-field__name, .form-field_size_s .form-field__name {
    display: none;
}

.form-field_size_s .form-field__value .input-text {
    width: 320px;
}

.form-field_size_s .form-field__value .select {
    width: 320px;
    max-width: 320px;
}

.form-field_size_s .form-field__value .captcha-decorator, .form-field_size_s .form-field__value .textarea {
    width: 320px;
}

.form-field_birthday .form-field__value {
    display: flex;
    margin: 0 -5px;
    align-items: flex-start;
    flex-flow: row wrap;
}

.form-field_birthday .form-field__value .input-text, .form-field_birthday .form-field__value .select {
    flex: auto;
    width: calc(33% - 10px) !important;
    min-width: 0 !important;
    margin: 0 5px;
}

.form-field_birthday .form-field__error-container {
    width: 100%;
}

.form-field_birthday.form-field_size_s .form-field__value {
    width: 330px;
}

@media (max-width: 1023px) {
    .form-field {
        display: block;
        width: auto;
    }
    .form-field__name, .form-field__value {
        display: block;
        width: auto;
        line-height: 1.5;
    }
    .form-field__name {
        margin-bottom: 5px;
    }
    .form-field_size_s .form-field__value .input-text {
        width: 100%;
    }
    .form-field_size_s .form-field__value .select {
        width: 100%;
        max-width: 100%;
    }
    .form-field_size_s .form-field__value .captcha-decorator, .form-field_size_s .form-field__value .textarea {
        width: 100%;
    }
    .form-field_birthday.form-field_size_s .form-field__value {
        width: auto;
    }
}

.form-row {
    padding-left: 30%;
}

.form-row_size_s {
    padding-left: 0;
}

@media (max-width: 1023px) {
    .form-row {
        padding-left: 0;
    }
}

.rating-select {
    display: inline-flex;
    align-items: center;
}

.rating-select__stars-container {
    padding: 5px 10px 5px 0;
}

.rating-select__value-container {
    color: #686868;
}

.rating-select__star, .rating-select__stars {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.rating-select__star {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.rating-select__star::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
}

.rating-select__hover-value {
    display: none;
}

.rating-select__star::before, .rating-select_hover .rating-select__star::before {
    background: url(../svg/icon.sprite.svg#star-size-l) center/cover no-repeat;
    height: 21px;
    width: 21px;
}

.rating-select__star_active::before, .rating-select_hover .rating-select__star_hover::before {
    background: url(../svg/icon.sprite.svg#star-full-size-l) center/cover no-repeat;
    height: 21px;
    width: 21px;
}

.rating-select_hover .rating-select__hover-value {
    display: inline;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper.is-extended .visible, .rating-select_hover .rating-select__active-value {
    display: none;
}

@media (max-width: 1023px) {
    .rating-select__stars-container {
        padding: 0 5px 0 0;
    }
    .rating-select__star {
        margin-right: 10px;
        transform: scale(1.1);
    }
}

.switch-checkbox {
    display: inline-block;
    vertical-align: top;
}

.switch-checkbox__control {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    max-width: 100%;
}

.switch-checkbox__box {
    display: block;
    background-color: #cfcfcf;
    width: 34px;
    height: 20px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}

.switch-checkbox__box::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform .2s ease-in-out;
}

.switch-checkbox__control:checked + .switch-checkbox__box {
    background-color: var(--primary-color);
}

.switch-checkbox__control:checked + .switch-checkbox__box::before {
    transform: translateX(14px);
}

.add-images-section {
    padding: 15px 20px;
    border: 1px dashed #f2f2f2;
    transition: 200ms background linear;
    border-radius: var(--inputs-buttons-border-radius, 4px);
}

.add-images-section.is-highlighted {
    background: #fafadf;
}

.add-images-section .image-form-section, .content-decorator ol li, .content-decorator ul li {
    position: relative;
}

.add-images-section .image-form-section .description .icon {
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    width: 22px;
    height: 19px;
    margin-right: 10px;
}

.add-images-section .attached-files-section .file-wrapper .actions .action .icon svg, .add-images-section .image-form-section .description .icon svg, .add-images-section .image-form-section .file-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.add-images-section .image-form-section .file-field {
    opacity: 0;
    cursor: pointer;
    text-indent: -100%;
    font-size: 0;
}

.add-images-section .attached-files-section:not(:empty) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add-images-section .attached-files-section .file-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 0 0;
}

.add-images-section .attached-files-section .file-wrapper .image-wrapper {
    width: 200px;
    height: 200px;
    border: solid 1px rgba(0, 0, 0, .1);
    background: #f7f7f7 50% no-repeat;
    background-size: contain;
    box-sizing: border-box;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.1538em;
    min-height: 55px;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .visible {
    padding: 5px;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper:not(.is-extended) .hidden {
    display: none;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .textarea {
    display: block;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 4px 6px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    height: 55px;
    resize: none;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto;
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper .textarea:focus {
    border-color: var(--primary-color-hover, #0056b3);
}

.add-images-section .attached-files-section .file-wrapper .actions {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -10px);
}

.add-images-section .attached-files-section .file-wrapper .actions .action {
    position: relative;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #cfcfcf;
    cursor: pointer;
}

.add-images-section .attached-files-section .file-wrapper .actions .action:not(:first-child) {
    margin-top: 10px;
}

.add-images-section .attached-files-section .file-wrapper .actions .action .icon {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add-images-section .errors-section:not(:empty) {
    margin: 20px 0 0;
}

.add-images-section .errors-section .error {
    font-size: 12px;
    line-height: 1.1667em;
    color: red;
}

.add-images-section .errors-section .error:not(:first-child) {
    margin-top: 5px;
}

.add-images-section, .review-notice-section {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .add-images-section, .review-notice-section {
        width: 100%;
    }
}

.image-form-section__description {
    display: flex;
    align-items: center;
    gap: 8px;
}

.image-form-section__description .icon {
    flex-shrink: 0;
}

.image-form-section__hint {
    display: block;
    font-size: 12px;
    color: #979797;
}

.lazy-image {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.lazy-image_ready {
    opacity: 1;
}

.lazy-image-provider {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.values {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.icon-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

.icon-box_col {
    flex-direction: column;
}

.icon-box__icon {
    flex: none;
    background-position: right center;
    line-height: 0;
    position: relative;
}

.icon-box__content {
    flex: auto;
    text-align: left;
    line-height: 1.2;
}

.icon-box__content_decorated {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.icon-box__icon {
    padding-right: 7px;
}

* + .icon-box__icon {
    padding-left: 7px;
    padding-right: 0;
}

.icon-box__icon:only-child, .icon-box_size_s .icon-box__icon:only-child {
    padding-right: 0;
}

.icon-box_size_s .icon-box__icon {
    padding-right: 5px;
}

.icon-box_size_s * + .icon-box__icon {
    padding-left: 5px;
    padding-right: 0;
}

.icon-box_size_s.icon-box_col .icon-box__icon {
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.icon-box_size_s.icon-box_col * + .icon-box__icon {
    padding-top: 5px;
    padding-bottom: 0;
}

.icon-box_size_l.icon-box_col .icon-box__icon:only-child, .icon-box_size_s.icon-box_col .icon-box__icon:only-child, .icon-box_size_xl.icon-box_col .icon-box__icon:only-child {
    padding-bottom: 0;
}

.icon-box_size_l .icon-box__icon {
    padding-right: 10px;
}

.icon-box_size_l * + .icon-box__icon {
    padding-left: 10px;
    padding-right: 0;
}

.icon-box_size_l .icon-box__icon:only-child {
    padding-right: 0;
}

.icon-box_size_l.icon-box_col .icon-box__icon {
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.icon-box_size_l.icon-box_col * + .icon-box__icon {
    padding-top: 5px;
    padding-bottom: 0;
}

.icon-box_size_xl .icon-box__icon {
    padding-right: 20px;
}

.icon-box_size_xl * + .icon-box__icon {
    padding-left: 20px;
    padding-right: 0;
}

.icon-box_size_xl .icon-box__icon:only-child {
    padding-right: 0;
}

.icon-box_size_xl.icon-box_col .icon-box__icon {
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.icon-box_size_xl.icon-box_col * + .icon-box__icon {
    padding-top: 5px;
    padding-bottom: 0;
}

.row {
    display: flex;
    align-items: center;
    width: 100%;
}

.row__item_fill {
    flex-grow: 1;
}

.block-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.block-header__main {
    flex-grow: 1;
}

.block-header__additional {
    flex-shrink: 0;
    padding-left: 15px;
    white-space: nowrap;
}

.title {
    margin: initial;
    line-height: 1.2;
}

.title_h1 {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .title_h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.title_h2 {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .title_h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.title_h3 {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .title_h3 {
        font-size: 18px;
    }
}

.title_h4 {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .title_h4 {
        font-size: 16px;
    }
}

.content-decorator h6, .title_h5 {
    font-size: 16px;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    display: none;
    min-width: 100%;
}

.dropdown__dropdown_left-arrow, .dropdown__dropdown_right-arrow {
    margin-top: 7px;
}

.dropdown__dropdown_left-arrow::after, .dropdown__dropdown_left-arrow::before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom-color: #eaeaea;
    left: 35px;
    bottom: 100%;
}

.dropdown__dropdown_left-arrow::after {
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.dropdown__dropdown_right-arrow::after, .dropdown__dropdown_right-arrow::before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom-color: #eaeaea;
    right: 35px;
    bottom: 100%;
}

.dropdown__dropdown_right-arrow::after {
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.dropdown__dropdown_animated, .dropdown_open > .dropdown__dropdown {
    display: block;
}

.dropdown__dropdown_open-animation {
    animation: megashop-fadein-up .2s ease-in-out;
}

.dropdown__dropdown_close-animation {
    animation: megashop-fadeout-up .2s ease-in-out forwards;
}

.dropdown__icon {
    transition: transform .2s ease-in-out;
}

.dropdown_open > * .dropdown__icon {
    transform: rotate(180deg);
}

.dropdown_right .dropdown__dropdown {
    left: auto;
    right: 0;
}

.dropdown_fill {
    display: block;
}

.dropdown-links {
    list-style: none;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 5px 0;
    margin-top: 5px;
    margin-left: -15px;
    text-align: left;
    position: relative;
}

.dropdown-links__link {
    display: block;
    padding: 5px 14px;
    white-space: nowrap;
}

.dropdown-links_separated .dropdown-links__item + .dropdown-links__item::before {
    content: "";
    display: block;
    margin: 5px 0;
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-links_right-arrow::after, .dropdown-links_right-arrow::before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom-color: #f2f2f2;
    right: 19px;
    bottom: 100%;
}

.dropdown-links_right-arrow::after {
    border: 6px solid transparent;
    right: 20px;
    border-bottom-color: #fff;
}

.rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 17px;
    line-height: 1;
}

.rating__star {
    display: inline-block;
    background: url(../svg/icon.sprite.svg#star-full) center/cover no-repeat;
    width: 18px;
    height: 17px;
}

.rating__star_half {
    background: url(../svg/icon.sprite.svg#star-half) center/cover no-repeat;
    width: 18px;
    height: 17px;
}

.rating__star_empty {
    background: url(../svg/icon.sprite.svg#star-empty) center/cover no-repeat;
    width: 18px;
    height: 17px;
}

.image-box {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    position: relative;
}

.image-box > * {
    vertical-align: bottom;
}

.image-box_fill {
    position: relative;
    display: block;
    height: 100%;
}

.image-box_contain {
    display: block;
}

.image-box_contain > * {
    max-width: 100%;
    max-height: 100%;
}

.image-box_cover > * {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.image-box_responsive {
    position: absolute;
    inset: 0;
}

.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-list__item {
    display: inline-block;
}

.social-list__item + .social-list__item {
    margin-left: 15px;
}

.social-list_size_s .social-list__item .social-list__item + .social-list__item {
    margin-left: 10px;
}

.content-decorator, .content-decorator li {
    color: #686868;
}

.content-decorator h1, .content-decorator h2, .content-decorator h3, .content-decorator h4, .content-decorator h5 {
    margin: initial;
    line-height: 1.2;
    color: #1b1b1b;
}

.content-decorator h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .content-decorator h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.content-decorator h2, .content-decorator h3, .content-decorator h4 {
    margin-bottom: 20px;
}

.content-decorator h2 {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .content-decorator h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.content-decorator h3 {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .content-decorator h3 {
        font-size: 18px;
    }
}

.content-decorator h5 {
    margin-bottom: 15px;
}

.content-decorator h4, .content-decorator h5 {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .content-decorator h4, .content-decorator h5 {
        font-size: 16px;
    }
}

.content-decorator h6 {
    margin-bottom: 10px;
}

.content-decorator * + h1, .content-decorator * + h2, .content-decorator * + h3, .content-decorator * + h4, .content-decorator * + h5, .content-decorator * + h6 {
    margin-top: 30px;
}

.content-decorator .video-container, .content-decorator p {
    margin: 10px 0;
}

.content-decorator ol, .content-decorator ul {
    margin: 10px 0;
    padding-left: 30px;
    color: var(--primary-color);
}

.content-decorator ul {
    list-style: none;
}

.content-decorator ul li::before {
    position: absolute;
    right: 100%;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 7px;
    margin-right: 10px;
    content: "";
    border-radius: 3px;
    background-color: var(--primary-color);
    font-size: 0;
    line-height: 0;
}

.content-decorator ol {
    list-style: none;
    counter-reset: li;
}

.content-decorator ol li::before {
    position: absolute;
    right: 100%;
    margin-right: 5px;
    content: counter(li) ". ";
    counter-increment: li;
    color: var(--primary-color);
}

.content-decorator li + li {
    margin-top: 10px;
}

.content-decorator blockquote {
    margin: 10px 0;
    padding: 20px;
    border-left: 4px solid var(--primary-color);
    background: var(--light-color, #f8f9fa);
}

.content-decorator table {
    border-spacing: 0;
    border-collapse: collapse;
}

.content-decorator tr:nth-child(2n) td {
    background: var(--light-color, #f8f9fa);
}

.content-decorator td, .content-decorator th {
    padding: 12px;
}

.content-decorator th {
    color: var(--primary-color);
    font-weight: 400;
}

.content-decorator th a {
    text-decoration: underline;
}

.content-decorator b, .content-decorator strong {
    font-weight: 500;
    color: #1b1b1b;
}

.content-decorator style + * {
    margin-top: 0;
}

.content-decorator a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.content-decorator img, .content-decorator svg {
    max-width: 100%;
    vertical-align: top;
}

.content-decorator pre {
    background-color: #eee;
    padding: 15px;
    border-radius: 3px;
}

.content-decorator::after {
    content: "";
    display: table;
    clear: both;
}

.content-decorator:empty::after {
    display: none;
}

.content-decorator .form-decorator__trigger {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.content-decorator .table-scroller {
    overflow-x: auto;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .content-decorator table {
        display: block;
        overflow-x: auto;
    }
}

.sidebar-block.sidebar-pages .sidebar-block__header {
    border-radius: var(--inputs-buttons-border-radius, 4px) var(--inputs-buttons-border-radius, 4px) 0 0;
}

.sidebar-block.sidebar-pages > .sidebar-block__content {
    border: 0;
}

.pages-tree {
    background: #fff;
    margin-top: -1px;
}

.pages-tree__item > .pages-tree__item-link {
    display: block;
    position: relative;
    padding: 16px 35px 16px 20px;
    border-right: 1px solid var(--light-color, #f8f9fa);
    border-left: 1px solid var(--light-color, #f8f9fa);
    border-bottom: 1px solid var(--light-color, #f8f9fa);
}

.pages-tree__item.pages-tree__item_has-children > .pages-tree__item-link::after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top-color: currentcolor;
    border-bottom: 0;
    height: 0;
    top: 25px;
    right: 20px;
    margin: auto;
}

.pages-tree__item.pages-tree__item_has-children.pages-tree__item_selected > .pages-tree__item-link::after {
    border: 5px solid transparent;
    border-bottom-color: currentcolor;
    border-top: 0;
}

.pages-tree__item-arrow {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pages-tree__item-children {
    border-bottom: 1px solid var(--light-color, #f8f9fa);
    padding: 7.5px 0;
}

.pages-tree__item-children .pages-tree__item {
    border: 0;
    width: 255px;
}

.pages-tree__item-children .pages-tree__item-link {
    border: 0;
    color: #686868;
    padding: 7.5px 20px;
}

.pages-tree__item-children .pages-tree__item-link:hover {
    color: #1b1b1b;
}

.pages-tree__item-children_animated, .pages-tree__item_active > .pages-tree__item-children {
    display: block;
}

.pages-tree__item-children_open-animation {
    animation: megashop-fadein-up .2s ease-in-out;
}

.pages-tree__item-children_close-animation {
    animation: megashop-fadeout-up .2s ease-in-out forwards;
}

.pages-tree__item_selected > .pages-tree__item-link {
    padding-left: 17px;
    border-left: 2px solid var(--dark-color, #343a40);
}

.pagination {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 0;
    line-height: 1.2;
}

.pagination__item {
    display: inline-block;
    vertical-align: top;
}

.pagination-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    min-width: 30px;
    text-align: center;
    color: #1b1b1b;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.pagination-item:hover {
    color: var(--link-color);
}

.pagination-item_current {
    background-color: var(--light-color, #f8f9fa);
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.link-decorator_style_alt-gray a:hover, .pagination-item_space, .pagination-item_space:hover {
    color: #1b1b1b;
}

.pagination-item_next, .pagination-item_prev {
    min-width: 0;
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.pagination-item_prev {
    padding-right: 10px;
}

.pagination-item_next {
    padding-left: 10px;
}

.color-list {
    display: block;
    line-height: 16px;
    margin-left: -5px;
}

.color-list::before {
    content: "";
    display: table;
    margin-bottom: -5px;
}

.color-list__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
}

.color-list__item_block {
    display: block;
}

.color-list_inline {
    display: inline;
    line-height: inherit;
}

.color-list_inline .color-list__item {
    vertical-align: baseline;
    margin-top: 0;
}

.color-list_inline::before, .htmlmap-decorator .htmlmap-list > li::before {
    content: none;
}

.color {
    display: inline-flex;
    align-items: center;
    vertical-align: -3px;
}

.color__icon-box {
    font-size: 0;
    flex-shrink: 0;
    padding-right: 10px;
}

.color__icon {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.color_size_s .color__icon {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.color_size_s .color__icon-box {
    padding: 0;
}

.color_size_s .color__name {
    display: none;
}

.color_size_s .color__name_show {
    display: block;
    padding-left: 5px;
}

.range-slider {
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
}

.range-slider .range-slider__slider, .range-slider .range-slider__slider.ui-widget.ui-widget-content {
    height: 4px;
    border: 0;
    background: 0 0;
}

.range-slider .range-slider__slider-handle, .range-slider .range-slider__slider-handle.ui-slider-handle, .range-slider .range-slider__slider-handle.ui-state-default {
    background: var(--primary-color);
    outline: 0;
    width: 8px;
    height: 18px;
    border-radius: 2px;
    margin-left: -8px;
    top: -7px;
    cursor: pointer;
    border: 0;
    left: 0;
}

.range-slider .range-slider__slider-handle + .range-slider__slider-handle, .range-slider .range-slider__slider-handle.ui-slider-handle + .range-slider__slider-handle, .range-slider .range-slider__slider-handle.ui-state-default + .range-slider__slider-handle {
    margin-left: 0;
    left: 100%;
}

.range-slider .range-slider__slider-range {
    background: var(--primary-color);
    box-sizing: content-box;
    padding-right: 8px;
    border-radius: 0;
    left: 0;
    width: 100%;
}

.range-slider__bounds {
    display: flex;
    gap: 12px;
}

.range-slider__bound {
    display: flex;
    align-items: center;
    width: calc(50% - 6px);
}

.range-slider__label {
    width: 24px;
    flex-shrink: 0;
}

.range-slider__input {
    width: 100%;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

.range-slider__slider-wrapper {
    margin-top: 22px;
    padding: 0 8px;
    background: var(--light-color, #f8f9fa);
    cursor: pointer;
}

@media (max-width: 1023px) {
    .range-slider__input {
        text-align: left;
    }
    .range-slider__input-text {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .range-slider__slider-wrapper {
        margin-top: 15px;
    }
    .filter__header {
        padding: 20px 0;
    }
    .filter__content {
        padding: 0 0 20px;
    }
    .filter__values_horizontal .filter__value {
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .filter__values_horizontal.filter__values::after {
        margin-top: -12px;
    }
}

.accordion-block__content {
    display: none;
}

.accordion-block_in-process-close .accordion-block__content, .accordion-block_open .accordion-block__content {
    display: block;
}

.yt-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.yt-video__button, .yt-video__link, .yt-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-video__button, .yt-video__media {
    border: 0;
}

.yt-video__button {
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 100px;
    height: 70px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.yt-video__button-icon {
    color: #212121;
    fill-opacity: .8;
    width: 100%;
    height: 100%;
}

.yt-video__button:focus {
    outline: 0;
}

.yt-video:hover .yt-video__button-icon, .yt-video__button:focus .yt-video__button-icon {
    color: red;
    fill-opacity: 1;
}

.yt-video--enabled {
    cursor: pointer;
}

.yt-video--enabled .yt-video__button {
    display: block;
}

.yt-video--loaded iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

@media (max-width: 1023px) {
    .yt-video__button {
        width: 68px;
        height: 48px;
    }
}

.page-separator {
    margin: 30px 0;
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #686868;
}

.page-separator::before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--light-color, #f8f9fa);
    inset: 0;
    margin: auto 0;
}

.page-separator__inner {
    background: #fff;
    padding: 0 7px;
    position: relative;
}

.svg-icon {
    pointer-events: none;
}

.svg-icon_block {
    display: block;
}

.svg-icon_fill {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.share__links {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.share_dropdown .share__links {
    max-width: 220px;
    padding: 22px 24px;
    border: 1px solid #eff0f7;
    box-shadow: 0 10px 14px rgba(74, 58, 255, .01), 0 8px 16px rgba(23, 15, 73, .03);
    border-radius: 15px;
}

.share__link, .ya-share2__link {
    display: inline-flex;
    color: var(--link-color);
    text-decoration: none;
    transition: color ease-in-out .2s;
    color: #686868;
    align-items: center;
    white-space: nowrap;
    padding: 8px 0;
    cursor: pointer;
}

.share__link:hover, .ya-share2__link:hover {
    color: #606060;
}

.ya-share2__item:last-child .ya-share2__link {
    padding-bottom: 0;
}

.share__links > .share__link:first-child {
    padding-top: 0;
}

.share__icon, .ya-share2__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    padding: 0;
}

.ya-share2__icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ya-share2.ya-share2 .ya-share2__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ya-share2.ya-share2 .ya-share2__item {
    vertical-align: top;
}

.ya-share2.ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#vk) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#facebook) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_twitter .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#twitter) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_gplus .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#google) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_moimir .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#mailru) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#odnoklassniki) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_telegram .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#telegram) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#whatsapp) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_viber .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#viber) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_pinterest .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#pinterest) center/cover no-repeat;
    width: 30px;
    height: 30px;
}

.ya-share2.ya-share2 .ya-share2__item_service_messenger .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#messenger) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_skype .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#skype) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_tumblr .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#tumblr) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_evernote .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#evernote) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_linkedin .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#linkedin) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_lj .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#livejournal) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.ya-share2.ya-share2 .ya-share2__item_service_blogger .ya-share2__icon {
    background: url(../svg/icon.sprite.svg#blogger) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.comments__item + .comments__item {
    margin-top: 30px;
}

.comment {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.comment:hover {
    background: #fff;
    border-color: #f4f4f4;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
}

.comment__rate {
    padding: 30px 0 30px 30px;
    width: 230px;
}

.comment__content {
    padding: 30px;
}

.comment__title {
    margin-bottom: 15px;
}

.comment__info {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.comment__author {
    font-weight: 500;
    padding-right: 10px;
    white-space: nowrap;
}

.comment__datetime {
    flex-grow: 1;
    color: #686868;
}

.comment__comments {
    margin-top: 30px;
    margin-left: 60px;
}

.comment__comments_empty {
    display: none;
}

.comment__reply-box {
    margin-top: 10px;
}

.comment_internal .comment__rate {
    padding: 0 30px 0 0;
}

.comment_internal .comment__content {
    padding: 0;
}

.comment_internal:hover {
    border-color: transparent;
    box-shadow: none;
}

.modal-wrapper_loading::after, .spinner {
    animation: rotate 1s linear infinite;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 24px;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    animation: modal-fadein .2s ease-in-out;
}

.modal-wrapper_loading::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: url(../svg/icon.sprite.svg#spinner) center/cover no-repeat;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.modal {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    margin: 8px auto;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 15px;
    transform: scale(1.1);
    opacity: 0;
}

.modal_opened {
    transform: scale(1);
    opacity: 1;
    animation: modal-contentin .2s ease-in-out;
}

.modal_closing {
    animation: modal-contentout .2s ease-in-out;
}

.modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bdbdbd;
    transition: color .2s ease-in-out;
    cursor: pointer;
    line-height: 0;
    padding: 5px;
}

.modal__close:hover {
    color: #686868;
}

.modal__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .modal__title {
        font-size: 18px;
    }
}

.modal__header {
    margin-bottom: 30px;
}

.modal__content {
    overflow: hidden auto;
}

.modal__content_header {
    margin-top: -20px;
}

.modal__content_no-hidden {
    overflow: visible;
}

@media (max-width: 1023px) {
    .modal-wrapper {
        padding: 0;
    }
    .modal {
        width: 100%;
        margin: 0;
        padding: 20px;
        border-radius: 5px 5px 0 0;
    }
    .modal__title {
        margin-bottom: 20px;
    }
    .modal__close {
        right: 10px;
        top: 10px;
        z-index: 1;
    }
    .modal__close .svg-icon {
        width: 16px;
        height: 16px;
    }
}

.popup-gallery {
    max-width: 100%;
    width: 1300px;
}

.popup-gallery, .popup-gallery__images-container {
    position: relative;
}

.popup-gallery__images {
    position: relative;
    overflow: hidden;
}

.popup-gallery__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
}

.popup-gallery__thumbs-container {
    width: 230px;
    margin: 20px auto 0;
    position: relative;
}

.popup-gallery__thumbs {
    white-space: nowrap;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.popup-gallery__thumbs_swiper-init, .popup-gallery__thumbs_swiper-init .popup-gallery__thumb {
    margin-left: 0;
    margin-right: 0;
}

.popup-gallery__thumb {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    position: relative;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.datepicker.ui-datepicker .ui-datepicker-calendar td > :hover, .popup-gallery__thumb:hover, .table a.table__row:hover .table__cell::before {
    border-color: #686868;
}

.popup-gallery__thumb.swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

.popup-gallery__thumb_video::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    pointer-events: none;
}

.popup-gallery__thumb_video::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
    background: url(../svg/icon.sprite.svg#play) center/cover no-repeat;
    width: 30px;
    height: 30px;
    fill: #fff;
}

.popup-gallery__video-thumb {
    max-width: 36px;
    max-height: 36px;
}

.popup-gallery__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    outline: 0;
    z-index: 1;
}

.popup-gallery__arrow:hover .popup-gallery__arrow-icon {
    fill: rgba(51, 51, 51, .4);
}

.popup-gallery__arrow_prev {
    left: 0;
    margin-left: -10px;
}

.popup-gallery__arrow_next {
    right: 0;
    margin-right: -10px;
}

.popup-gallery__arrow_disabled {
    opacity: 0;
    pointer-events: none;
}

.popup-gallery__arrow-icon {
    width: 16px;
    height: 26px;
    fill: rgba(51, 51, 51, .2);
    transition: fill .2s ease-in-out;
    position: absolute;
    inset: 0;
    margin: auto;
}

.popup-gallery__thumb-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.popup-gallery__thumb-arrow:hover .popup-gallery__thumb-arrow-icon {
    fill: #686868;
}

.popup-gallery__thumb-arrow_prev {
    right: 100%;
    margin-right: 5px;
}

.popup-gallery__thumb-arrow_next {
    left: 100%;
    margin-left: 5px;
}

.popup-gallery__thumb-arrow_disabled {
    opacity: 0;
    pointer-events: none;
}

.popup-gallery__thumb-arrow-icon {
    width: 7px;
    height: 12px;
    fill: #bdbdbd;
    transition: fill .2s ease-in-out;
    position: absolute;
    inset: 0;
    margin: auto;
}

.popup-gallery .popup-gallery__pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 767px) {
    .popup-gallery-modal {
        padding: 40px 20px;
    }
    .popup-gallery__image {
        height: auto;
    }
}

.form-decorator {
    visibility: hidden;
}

.form-decorator .form-decorator__trigger {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.form-decorator_js-is-init {
    visibility: inherit;
}

.auth-adapters {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 16px;
}

.auth-adapter {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    width: 24px;
    height: 24px;
}

.auth-adapter_facebook {
    background: url(../svg/icon.sprite.svg#facebook) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.auth-adapter_google {
    background: url(../svg/icon.sprite.svg#google) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.auth-adapter_mailru {
    background: url(../svg/icon.sprite.svg#mailru) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.auth-adapter_twitter {
    background: url(../svg/icon.sprite.svg#twitter) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.auth-adapter_vkontakte {
    background: url(../svg/icon.sprite.svg#vk) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.auth-adapter_yandex {
    background: url(../svg/icon.sprite.svg#yandex) center/cover no-repeat;
    width: 24px;
    height: 24px;
}

.tabs {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.tabs__tab {
    flex-grow: 1;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    background: #fafafa;
    border: 1px solid #eee;
    color: #686868;
    font-weight: 500;
    font-size: 16px;
    transition: background-color ease-in-out .2s, color ease-in-out .2s;
    cursor: pointer;
}

.tabs__tab:hover {
    background: #f2f2f2;
}

.tabs__tab_selected, .tabs__tab_selected:hover {
    color: #1b1b1b;
    background: #fff;
}

.my-nav a, .tabs__link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 14px;
}

.tabs_links .tabs__tab {
    padding: 0;
}

.responsive-tabs {
    background-color: #fafafa;
    margin: 0 -15px;
    padding: 0 15px;
}

.responsive-tabs__tab-content-container {
    display: none;
    padding: 15px;
    margin: 0 -15px;
    background-color: #fff;
}

.responsive-tabs__tab-container {
    border-bottom: 1px solid #f2f2f2;
}

.responsive-tabs__tab-container:last-child {
    border-bottom-color: transparent;
}

.responsive-tabs__tab-header-container {
    background-color: #fafafa;
    padding: 22px 0;
    position: relative;
    line-height: 1.2;
    cursor: pointer;
}

.responsive-tabs__tab-header-text-container {
    font-weight: 500;
}

.responsive-tabs__tab-header-arrow-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 10px;
}

.responsive-tabs__tab-container_selected {
    border-bottom-color: transparent;
}

.responsive-tabs__tab-container_selected .responsive-tabs__tab-content-container {
    display: block;
}

.responsive-tabs__tab-container_selected .responsive-tabs__tab-header-arrow {
    transform: rotate(90deg);
}

.content-tabs__content {
    display: none;
}

.content-tabs__content_selected {
    display: block;
}

.my-page__header {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1023px) {
    .my-page__tabs {
        margin-bottom: 30px;
    }
    .my-page .list-rows {
        margin-bottom: 24px;
    }
    .my-page .list-rows__item_selected {
        font-weight: 400 !important;
        color: #686868;
    }
    .my-page .block .title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 15px;
    }
}

.my-profile__control-buttons-box, .my-profile__edit-button-box {
    margin-top: 40px;
}

.my-profile .wa-field-photo .wa-name, .my-profile__form {
    display: none;
}

.my-profile__success-message {
    display: none;
    color: #27ae60;
    margin-bottom: 30px;
}

.my-profile__field_photo .field__label {
    vertical-align: middle;
}

.my-profile__field_photo img {
    vertical-align: top;
    width: 50px;
    border-radius: 25px;
}

.my-profile__password-field {
    display: none;
}

.captcha-decorator .wa-captcha p, .captcha-decorator.wa-captcha p, .my-profile__photo-field p {
    margin: 0;
}

.my-profile__auth-adapters {
    margin-top: 60px;
    max-width: 400px;
}

.my-profile__linked-auth-adapters {
    margin-bottom: 20px;
}

.my-profile__other-auth-adapters {
    margin-top: 20px;
}

.my-profile_edit .my-profile__form, .my-profile_success .my-profile__success-message {
    display: block;
}

.my-profile_change-password .my-profile__change-password-box, .my-profile_edit .my-profile__edit-button-box, .my-profile_edit .my-profile__info {
    display: none;
}

.my-profile_change-password .my-profile__password-field {
    display: block;
    width: 100%;
}

@media (max-width: 1023px) {
    .my-profile__edit-button-box {
        margin-top: 25px;
    }
    .my-profile__edit-button-box .button {
        width: 100%;
    }
    .my-profile__control-buttons-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }
    .my-profile__control-buttons-box > * {
        flex-basis: 50%;
        flex-grow: 1;
        margin-left: 7px;
        margin-right: 7px;
        min-width: inherit;
    }
    .my-profile__control-buttons-box > :first-child {
        margin-left: 0;
    }
    .my-profile__control-buttons-box > :last-child {
        margin-right: 0;
    }
    .my-profile__cancel-button {
        border: 1px solid var(--primary-color);
    }
    .my-profile__field_photo img {
        width: 40px;
        height: 40px;
    }
    .my-profile__password-field {
        display: none;
    }
}

.my-profile-photo-input {
    display: inline-flex;
    align-items: center;
    table-layout: fixed;
    vertical-align: top;
}

.my-profile-photo-input__photo-box {
    position: relative;
    flex-shrink: 0;
    padding-right: 20px;
}

.my-profile-photo-input__default-photo {
    display: none;
}

.my-profile-photo-input__delete-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 25px;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.my-profile-photo-input__delete-button:hover, .slider:hover .slider__next-arrow:hover, .slider:hover .slider__prev-arrow:hover {
    opacity: 1;
}

.my-profile-photo-input_empty .my-profile-photo-input__default-photo {
    display: inline-block;
}

.my-profile-photo-input_empty .my-profile-photo-input__delete-button, .my-profile-photo-input_empty .my-profile-photo-input__user-photo {
    display: none;
}

.my-profile-photo-input__delete-icon {
    position: absolute;
    inset: 0;
    margin: auto;
}

.my-profile-photo-input__default-photo, .my-profile-photo-input__user-photo {
    vertical-align: top;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

@media (max-width: 1023px) {
    .my-profile-photo-input__default-photo, .my-profile-photo-input__user-photo {
        width: 40px;
        height: 40px;
    }
    .my-profile-photo-input__delete-button {
        display: block;
        opacity: 1;
        width: 40px;
        height: 40px;
    }
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.2;
}

.table__head {
    display: table-header-group;
}

.table__body {
    display: table-row-group;
    margin-bottom: -10px;
}

.table__row {
    display: table-row;
}

.table__cell {
    position: relative;
    display: table-cell;
    padding: 24px 19px;
    vertical-align: middle;
}

.table__cell::before {
    content: "";
    position: absolute;
    inset: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    pointer-events: none;
    transition: border-color ease-in-out .2s;
}

.table-decorator td:first-child::before, .table__cell:first-child::before {
    border-left: 1px solid #eee;
}

.table-decorator td:last-child::before, .table__cell:last-child::before {
    border-right: 1px solid #eee;
}

.table__head-cell {
    display: table-cell;
    color: #686868;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    padding: 0 20px;
}

.table__label-text {
    display: none;
    font-size: 13px;
    color: #686868;
    margin-bottom: 4px;
}

@media (max-width: 1023px) {
    .table_responsive {
        display: block;
    }
    .table_responsive .table__body {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .table_responsive .table__cell::before, .table_responsive .table__head {
        display: none;
    }
    .table_responsive .table__row {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2;
        gap: 12px;
        padding: 19px;
        border: 1px solid #f2f2f2;
    }
    .table_responsive .table__cell {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .table_responsive .table__label-text {
        display: block;
    }
}

.table-decorator {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.2;
}

.table-decorator td {
    position: relative;
    padding: 24px 19px;
    vertical-align: middle;
}

.table-decorator td::before {
    content: "";
    position: absolute;
    inset: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    pointer-events: none;
}

.table-decorator th {
    color: #686868;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    padding: 0 20px;
}

.table-decorator tbody {
    margin-top: -10px;
    margin-bottom: -10px;
}

.table-decorator_light th {
    border-bottom-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.table-decorator_light td {
    border-left-color: transparent;
    border-right-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.table-decorator_light td + td, .table-decorator_light th + th {
    padding-left: 20px;
}

.contact {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    line-height: 1.2;
}

.contact__photo-box {
    flex-shrink: 0;
    line-height: 0;
    vertical-align: middle;
}

.contact__name-box {
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
}

.contact__photo {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: top;
}

.contact_size_s .contact__photo {
    width: 22px;
    height: 22px;
    border-radius: 11px;
}

.contact_size_s .contact__name-box {
    font-size: 14px;
}

.contact_size_xs .contact__photo {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.contact_size_xs .contact__name-box {
    font-size: 13px;
    font-weight: 400;
    padding-left: 7px;
}

.contact_size_l .contact__photo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.contact_size_l .contact__name-box {
    padding-left: 15px;
}

.link-decorator a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.link-decorator_style_alt-gray a {
    color: #686868;
}

.error {
    background: rgba(235, 87, 87, .1);
    color: #eb5757;
    border-radius: 4px;
    padding: 6px 15px;
}

.error_text {
    background: 0 0;
    padding: 0;
    border-radius: 0;
}

.microdata {
    display: none;
}

.datetime {
    color: #686868;
}

.slider {
    position: relative;
}

.slider__slider {
    background-color: #fafafa;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    height: var(--home-slider-height, 400px);
}

.slider__slide {
    transform: translateZ(0);
    height: auto;
    min-height: 0;
}

.slider__next-arrow, .slider__prev-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 136px;
    padding: 0;
    cursor: pointer;
    transition: opacity .1s ease-out;
    border: 0;
    outline: 0;
    background: no-repeat center;
    background-size: 24px 40px;
    font-size: 0;
    opacity: 0;
}

.slider__prev-arrow {
    left: 0;
}

.slider__next-arrow {
    right: 0;
}

.slider__dots {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    z-index: 1;
}

.slider__dot {
    background-color: currentcolor;
    opacity: .2;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    cursor: pointer;
}

.slider__dot_active {
    background-color: var(--primary-color);
    opacity: 1;
}

.slider__arrow-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 16px;
    height: 26px;
    fill: currentcolor;
}

.slider:hover .slider__next-arrow, .slider:hover .slider__prev-arrow {
    opacity: .2;
}

.slider_size_s {
    border-radius: 15px;
}

.slider_size_s .slider__slider {
    border-radius: 10px;
}

.slider_size_s .slider__prev-arrow {
    transform: translate(-50%, -50%);
}

.slider_size_s .slider__next-arrow {
    transform: translate(50%, -50%);
}

.slider_size_s .slider__next-arrow, .slider_size_s .slider__prev-arrow {
    top: 50%;
    bottom: auto;
    color: #686868;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease;
}

.slider_size_s .slider__next-arrow:hover, .slider_size_s .slider__prev-arrow:hover {
    box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, .4);
}

.slider_size_s .slider__arrow-icon {
    width: 8px;
    height: 16px;
}

.slider_size_s .slider__dots {
    bottom: 15px;
    margin: 0 -4px;
}

.slider_size_s:hover .slider__next-arrow, .slider_size_s:hover .slider__prev-arrow {
    opacity: 1;
}

.slider_products {
    background: #fff;
    border: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
    .slider_size_s {
        border-radius: 10px;
    }
    .slider__slider {
        height: var(--home-slider-height-adaptive, 215px);
    }
    .slider__dot {
        width: 8px;
        height: 8px;
    }
    .slider__container {
        height: 200px;
    }
    .slider__wrapper {
        max-width: 100vw;
    }
    .slider__next-arrow, .slider__prev-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider__container {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .slider__dots {
        bottom: 10px;
    }
    .slider__dots li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .slider__dots li button {
        width: 7px;
        height: 7px;
    }
}

.slide {
    position: relative;
    display: block;
    height: 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.slide__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.slide__background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slide__background-image {
    display: block;
    height: 100%;
    width: 100%;
}

.slide_product {
    text-align: center;
}

.slide__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 48px;
    z-index: 1;
}

.slide__text.container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.slide__text, .slide_autoheight .slide__background {
    position: relative;
}

.slide_autoheight .slide__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.slide__countdown-container {
    color: #1b1b1b;
    padding-top: 20px;
    display: block;
    margin-right: auto;
}

.slide__countdown {
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 8px;
}

@media (min-width: 1024px) {
    .slide__body, .slide__title {
        display: block;
        line-height: 1.2;
    }
    .slide__title {
        margin-bottom: 18px;
        font-size: 48px;
        font-weight: 500;
    }
    .slide__body {
        font-size: 32px;
        font-weight: 300;
        margin-right: 50%;
    }
    .slide__button-container {
        display: block;
        margin-top: 20px;
    }
    .slide.slide_size_s .slide__title {
        font-size: 48px;
    }
    .slide.slide_size_s .slide__body {
        font-size: 18px;
    }
    .slide.slide_size_s .slide__countdown-container {
        padding-top: 16px;
    }
}

.slide_align_center .slide__text {
    text-align: center;
}

.slide_align_center .slide__body, .slide_align_center .slide__title {
    margin-left: 25%;
    margin-right: 25%;
}

.slide_align_right .slide__text {
    text-align: right;
}

.slide_align_right .slide__body, .slide_align_right .slide__title {
    margin-left: 50%;
    margin-right: 0;
}

.slide_body-back_light .slide__body-text, .slide_title-back_light .slide__title-text {
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    padding: 6px 15px;
    border-radius: 3px;
}

.slide_body-back_dark .slide__body-text, .slide_title-back_dark .slide__title-text {
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    padding: 6px 15px;
    border-radius: 3px;
}

@media (max-width: 1023px) {
    .slide__text {
        padding: 24px;
    }
    .slide__text.container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .slide__title {
        display: block;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .slide__body {
        display: block;
        font-size: 18px;
        line-height: 21px;
    }
    .slide__body, .slide__countdown-container {
        margin-bottom: 13px;
    }
    .slide__countdown_dark {
        background: rgba(0, 0, 0, .2);
    }
    .slide__button-container .button {
        font-size: 16px;
        padding: 9px 19px 10px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .slide, .slide.slide_adaptive {
        height: 100%;
    }
    .slide .slide__title {
        font-size: 20px;
        line-height: 26px;
    }
    .slide .slide__body {
        font-size: 16px;
        line-height: 18px;
    }
}

.slider-block__header-container {
    display: flex;
    align-items: center;
}

.slider-block__buttons-container, .slider-block__header-text-container {
    margin-left: 15px;
    white-space: nowrap;
}

.slider-block__buttons-container:first-child, .slider-block__header-text-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal;
}

.slider-block__header-text-container {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .slider-block__header-text-container {
        font-size: 24px;
        line-height: 32px;
    }
}

.slider-block_compact {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
    z-index: 0;
}

.slider-block_compact .slider-block__buttons-container {
    position: absolute;
    z-index: 2;
    left: 0;
    pointer-events: none;
    top: 50%;
    transform: translateY(-23px);
}

.slider-block_compact .slider-block__prev-button {
    float: left;
}

.slider-block_compact .slider-block__next-button {
    float: right;
}

.slider-block_compact .slider-block__next-button, .slider-block_compact .slider-block__prev-button {
    pointer-events: all;
    opacity: .2;
    cursor: pointer;
    transition: opacity .2s;
    position: static;
}

.slider-block_compact .slider-block__next-button:hover, .slider-block_compact .slider-block__prev-button:hover {
    opacity: 1;
}

.captcha-decorator .wa-captcha strong, .captcha-decorator.wa-captcha strong, .slider-block .swiper-button-lock {
    display: none;
}

.datepicker.ui-datepicker .ui-datepicker-next.ui-state-disabled, .datepicker.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .slider-block .swiper-button-disabled {
    opacity: .3;
}

.sidebar-block__header {
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-color);
    padding: 16px;
    background-color: var(--light-color, #f8f9fa);
    border-radius: var(--inputs-buttons-border-radius, 4px);
}

.sidebar-block__content .catalog-extend__columns-container {
    overflow-y: visible;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.tooltip__content {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate3d(-50%, -5px, 0);
    margin-bottom: 8px;
    pointer-events: none;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #fff;
    user-select: none;
}

.tooltip__content::after, .tooltip__content::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border: 6px solid transparent;
    border-top-color: #fff;
    z-index: 2;
}

.tooltip__content::after {
    border: 7px solid transparent;
    border-top-color: #f2f2f2;
    z-index: 1;
}

.tooltip__content_align-right {
    left: 0;
    transform: translate3d(0, -5px, 0);
}

.tooltip__content_align-right::after, .tooltip__content_align-right::before {
    left: 15px;
}

.tooltip:hover .tooltip__content {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    pointer-events: initial;
}

.tooltip:hover .tooltip__content_align-right {
    transform: translate3d(0, 0, 0);
}

.tooltip__content_bottom {
    top: 100%;
    bottom: auto;
    margin-top: 8px;
    margin-bottom: 0;
}

.tooltip__content_bottom::after, .tooltip__content_bottom::before {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #fff;
}

.tooltip__content_bottom::after {
    border-bottom-color: #f2f2f2;
}

@media (max-width: 1023px) {
    .tooltip__content:not(.tooltip__content_show-m) {
        display: none;
    }
}

.not-found-block {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 59px;
    text-align: center;
}

.not-found-block__header {
    font-size: 24px;
}

.not-found-block__content {
    margin-top: 10px;
    color: #686868;
}

.not-found-block__content-row:not(:last-child) {
    margin-bottom: 10px;
}

.not-found-block__buttons {
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .not-found-block {
        padding: 29px 19px;
    }
    .not-found-block__header {
        font-size: 18px;
    }
    .not-found-block__buttons {
        margin-top: 15px;
    }
    .not-found-block__content {
        font-size: 12px;
    }
}

.value {
    line-height: 1.2;
}

.value__label-text {
    color: #979797;
    margin-right: .4em;
}

.value_fixed {
    display: flex;
}

.value_fixed .value__label-text {
    flex: none;
    width: 30%;
}

.value_fixed .value__value-text {
    flex: auto;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .value_fixed .value__label-text {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .value_fixed, .value_fixed .value__value-text {
        display: block;
    }
}

.row-value {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.row-value__label-container {
    flex-grow: 1;
    position: relative;
}

.row-value__label-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: 2px dotted #cfcfcf;
}

.row-value__value-container {
    padding-left: 5px;
}

.row-value__label-text {
    color: #686868;
    background-color: #fff;
    padding-right: 5px;
    position: relative;
    z-index: 1;
    padding-bottom: 1px;
}

.row-value__value-text {
    white-space: nowrap;
    font-weight: 500;
}

.product-features-overview {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-features-overview__item {
    line-height: 20px;
}

.product-features-overview_nowrap .product-features-overview__item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-features-overview_inline {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
}

.product-features-overview_inline .product-features-overview__item {
    display: inline-block;
}

.product-features-overview_inline .product-features-overview__item:not(:last-of-type) {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #cfcfcf;
}

.blocks {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media (max-width: 1023px) {
    .blocks {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.block__header {
    margin: 0 0 30px;
}

@media (min-width: 1024px) {
    .block__header_hide {
        margin-bottom: 0;
    }
}

.block__header_text, .block_secondary .block__header_text {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .block__header_text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1023px) {
    .block_secondary .block__header_text {
        font-size: 24px;
        line-height: 32px;
    }
}

.block_size_s .block__header_text, .page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header h3, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header h3 {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .block_size_s .block__header_text {
        font-size: 18px;
    }
}

.block_size_s.block_secondary .block__header_text, .block_size_xs .block__header_text {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .block_size_s.block_secondary .block__header_text {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .block_size_xs .block__header_text {
        font-size: 16px;
    }
}

.block_size_xs.block_secondary .block__header_text {
    font-size: 16px;
    font-weight: 500;
}

.block__sub-header {
    margin-top: -10px;
    margin-bottom: 30px;
}

.block__footer {
    margin-top: 30px;
    text-align: center;
}

.block__links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.block__links_item {
    width: 255px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
}

.block__links_item:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .07);
}

.block__links_item__link {
    padding: 20px;
    text-align: center;
    display: block;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .block_size_s .block__header {
        margin-bottom: 15px;
    }
    .block_size_s .block__sub-header {
        margin-top: -5px;
        margin-bottom: 15px;
    }
    .block_size_s .block__footer {
        margin-top: 15px;
    }
    .block_size_xs .block__header {
        margin-bottom: 10px;
    }
    .block_size_xs .block__sub-header {
        margin-top: -5px;
        margin-bottom: 10px;
    }
    .block_size_xs .block__footer {
        margin-top: 10px;
    }
}

@media (max-width: 1023px) {
    .block__header {
        margin-bottom: 15px;
        max-width: 100vw;
    }
}

.burger-icon {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    height: 12px;
    width: 18px;
}

.burger-icon__box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: top .35s;
}

.burger-icon__inner, .burger-icon__inner::after, .burger-icon__inner::before {
    display: block;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: transform, opacity;
    height: 2px;
    position: absolute;
    border-radius: 1px;
    background-color: currentcolor;
}

.burger-icon__inner, .burger-icon__inner::before {
    width: 100%;
}

.burger-icon__inner::after {
    content: "";
}

.burger-icon__inner::before {
    content: "";
}

.burger-icon__inner::after {
    top: 5px;
    width: 76%;
}

.burger-icon__inner::before {
    top: 10px;
}

.burger-icon_active .burger-icon__box {
    top: -2px;
}

.burger-icon_active .burger-icon__inner, .burger-icon_active .burger-icon__inner::after, .burger-icon_active .burger-icon__inner::before {
    background-color: currentcolor;
}

.burger-icon_active .burger-icon__inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.burger-icon_active .burger-icon__inner::before {
    transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.burger-icon_active .burger-icon__inner::after {
    transform: rotate(-45deg) translate3d(-2px, -4px, 0);
    opacity: 0;
}

.zoom {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.zoom__zoom-img {
    vertical-align: top;
    min-width: 100%;
    min-height: 100%;
}

.zoom__zone {
    display: none;
    position: absolute;
    pointer-events: none;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #bdbdbd;
}

.zoom__container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bdbdbd;
}

.zoom_active .zoom__zone {
    display: block;
}

.captcha-decorator .wa-captcha, .captcha-decorator.wa-captcha {
    line-height: 1.2;
    font-size: 0;
}

.captcha-decorator .wa-captcha .wa-captcha-img, .captcha-decorator.wa-captcha .wa-captcha-img, .image {
    vertical-align: top;
}

.captcha-decorator .wa-captcha .wa-captcha-input, .captcha-decorator.wa-captcha .wa-captcha-input {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 16px;
    margin-left: 15px;
    width: 100px;
}

@media (max-width: 1023px) {
    .captcha-decorator .wa-captcha .wa-captcha-input, .captcha-decorator.wa-captcha .wa-captcha-input {
        width: 100px;
    }
}

.captcha-decorator .wa-captcha .wa-captcha-refresh, .captcha-decorator.wa-captcha .wa-captcha-refresh {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
}

.captcha-decorator .wa-captcha-section, .captcha-decorator.wa-captcha-section {
    display: flex;
    align-items: flex-start;
}

.captcha-decorator .wa-captcha-section .wa-captcha-code, .captcha-decorator.wa-captcha-section .wa-captcha-code {
    flex: none;
    order: 0;
    margin-right: 10px;
}

.captcha-decorator .wa-captcha-section .wa-captcha-input, .captcha-decorator.wa-captcha-section .wa-captcha-input {
    flex: auto;
    order: 1;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;
}

.image {
    line-height: 0;
}

.picture {
    display: block;
    height: 100%;
}

.counter {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    padding: var(--counter-padding, 2px);
    background-color: #ff3131;
    color: #fff;
    border-radius: 50%;
    min-width: 15px;
    text-align: center;
    z-index: 1;
    right: -7px;
    top: -7px;
    pointer-events: none;
}

.counter_empty {
    opacity: 0;
}

.autocomplete {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .07);
}

.autocomplete .ui-menu-item-wrapper {
    padding: 10px 19px;
    line-height: 1.2;
}

.autocomplete .ui-menu-item-wrapper.ui-state-active {
    color: inherit;
    margin: 0;
    background-color: rgba(0, 0, 0, .02);
    border: inherit;
}

.autocomplete_search {
    display: block !important;
    visibility: hidden;
    pointer-events: none;
}

.autocomplete_open {
    animation: megashop-fade-up .2s ease-in-out;
    visibility: visible;
    pointer-events: inherit;
}

.autocomplete_close {
    animation: megashop-fade-up .2s ease-in-out reverse;
}

@media (max-width: 1023px) {
    .autocomplete.autocomplete_search {
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}

.slider-arrows {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 8px;
}

@media print {
    .slider-arrows {
        display: none !important;
    }
}

.datepicker.ui-datepicker {
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 4px;
    padding: 15px;
    width: 300px !important;
    margin-top: 5px;
}

.datepicker.ui-datepicker .ui-datepicker-header {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    border: 0;
}

.datepicker.ui-datepicker .ui-datepicker-next, .datepicker.ui-datepicker .ui-datepicker-prev {
    width: 7px;
    height: 16px;
    top: 0;
    color: var(--primary-color);
    cursor: pointer;
    border: 0;
    background: 0 0;
}

.datepicker.ui-datepicker .datepicker__arrow-icon {
    width: 7px;
    height: 12px;
}

.datepicker.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.datepicker.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.datepicker.ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.2;
}

.datepicker.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    font-size: 13px;
}

.datepicker.ui-datepicker .ui-datepicker-calendar th {
    font-weight: 500;
    padding: 0 0 8px;
}

.datepicker.ui-datepicker .ui-datepicker-calendar td {
    padding: 2px;
}

.datepicker.ui-datepicker .ui-datepicker-calendar td > * {
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 3px 5px;
    color: #686868;
    font-weight: 500;
    transition: border-color .2s ease-in-out;
    text-align: right;
}

.datepicker.ui-datepicker .ui-datepicker-calendar td > .ui-state-active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
}

.datepicker.ui-datepicker .ui-datepicker-calendar td > .ui-state-active:hover {
    border-color: transparent;
}

.datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-disabled > * {
    border-color: transparent;
    background-color: #fafafa;
    color: #cfcfcf;
}

.items-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.items-list .items-list__soc-item, .items-list-horizontal .items-list__soc-item {
    width: 100%;
}

.items-list_no-wrap {
    flex-wrap: nowrap;
}

.items-list_align-start {
    align-items: flex-start;
}

.items-list_align-center {
    align-items: center;
}

.items-list_align-end {
    align-items: flex-end;
}

.items-list_justify-center {
    justify-content: center;
}

.items-list_justify-end {
    justify-content: flex-end;
}

.items-list_8 {
    gap: 8px;
}

.items-list_12 {
    gap: 12px;
}

.items-list_16 {
    gap: 16px;
}

.items-list_20 {
    gap: 20px;
}

.items-list_24 {
    gap: 24px;
}

.items-list_28 {
    gap: 28px;
}

.items-list_32 {
    gap: 32px;
}

.items-list-horizontal {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
}

.items-list-horizontal_no-wrap {
    flex-wrap: nowrap;
}

.items-list-horizontal_align-start {
    align-items: flex-start;
}

.items-list-horizontal_align-center {
    align-items: center;
}

.items-list-horizontal_align-end {
    align-items: flex-end;
}

.items-list-horizontal_justify-center {
    justify-content: center;
}

.items-list-horizontal_justify-end {
    justify-content: flex-end;
}

.items-list-horizontal_8 {
    gap: 8px;
}

.items-list-horizontal_12 {
    gap: 12px;
}

.items-list-horizontal_16 {
    gap: 16px;
}

.items-list-horizontal_20 {
    gap: 20px;
}

.items-list-horizontal_24 {
    gap: 24px;
}

.items-list-horizontal_28 {
    gap: 28px;
}

.items-list-horizontal_32 {
    gap: 32px;
}

.header-top-bar-links__plugin ul, .header-top-bar-links__plugin-dropdown ul, .list-rows {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.list-rows__item {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #1b1b1b;
    text-decoration: none;
    line-height: 60px;
    font-size: 14px;
    position: relative;
}

.list-rows__item:active {
    background-color: #f2f2f2;
}

.list-rows__expand-button_hide {
    display: none;
}

.list-rows__item_highlighted {
    font-weight: 600;
}

.list-rows__item_opened + .list-rows_children {
    display: block;
}

.list-rows.toggle-block_active .list-rows__item_hidden {
    display: flex;
}

.list-rows.toggle-block_active .list-rows__expand-button, .list-rows__item_hidden, .list-rows__item_opened, .list-rows_children, .r-cityselect-block .b-cityselect__wrapper .b-cityselect__city .fa, .r-cityselect-block .b-cityselect__wrapper .b-cityselect__city i, .r-cityselect-block .b-cityselect__wrapper .b-cityselect__city svg {
    display: none;
}

.list-rows.toggle-block_active .list-rows__expand-button_hide {
    display: block;
}

.list-rows__item-name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.list-rows_multicolor .list-rows__item {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.list-rows_monochrome .list-rows__item {
    color: #686868;
}

.list-rows_separated .list-rows__item::before, .list-rows_separated_full .list-rows__item::before, .list-rows_separated_full .list-rows__item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    margin: auto;
    background: #f2f2f2;
}

.list-rows_separated_full .list-rows__item:last-child::after {
    top: inherit;
    bottom: 0;
}

.list-rows_separated.list-rows_multicolor .list-rows__item::before, .list-rows_separated_full.list-rows_multicolor .list-rows__item::before {
    background: var(--light-color, #f8f9fa);
}

.list-rows_separated .list-rows__item:first-child::before {
    display: none;
}

.list-rows_weight_medium .list-rows__item {
    font-weight: 500;
}

.list-rows__item-icon, .list-rows__item-image {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.list-rows__item-image {
    margin-right: 15px;
    width: 34px;
    height: 34px;
    position: relative;
}

.list-rows__item-image img, .list-rows__item-image svg {
    position: absolute;
    inset: 0;
    margin: auto;
}

.list-rows__item-badge {
    display: inline-block;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 1.2;
}

.list-rows__item-tips {
    white-space: nowrap;
    margin-left: 5px;
}

.list-rows__item_tip {
    margin-left: 15px;
}

.list-rows__item_tip:first-child {
    margin-left: 0;
}

.list-rows__item_tip.list-rows__item_tip-space-right {
    margin-right: 19px;
}

.list-rows__item-informer {
    position: absolute;
    min-width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.list-rows__item-counter {
    color: #a0a0a0;
}

.list-rows__expand {
    margin-top: 15px;
}

@media (max-width: 1023px) {
    .list-tabs__item {
        position: relative;
    }
    .list-tabs__item::after, .list-tabs__item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background: var(--primary-color);
        opacity: .2;
        height: 1px;
    }
    .list-tabs__item::before {
        display: none;
    }
    .list-tabs__item::after {
        bottom: 0;
    }
    .list-tabs__item:first-child::before {
        display: block;
        top: 0;
    }
    .list-tabs__header {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
        font-size: 14px;
        line-height: 17px;
        position: relative;
    }
    .list-tabs__item-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 10px;
        height: 6px;
    }
    .list-tabs__item-arrow svg {
        float: left;
    }
    .list-tabs__content, .list-tabs__content-item-link {
        display: none;
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 8px;
    }
    .list-tabs__content-item-link {
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .list-tabs__item_opened .list-tabs__content {
        display: block;
    }
    .list-tabs__item_opened .list-tabs__item-arrow {
        transform: rotate(180deg);
    }
}

.messengers {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 8px;
}

.countdown {
    visibility: hidden;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.countdown__item {
    text-align: center;
    min-width: 50px;
}

.countdown__item + .countdown__item {
    position: relative;
}

.countdown__item + .countdown__item::before {
    content: ":";
    position: absolute;
    right: 100%;
}

.countdown__item-text {
    font-size: .57em;
}

.countdown_js-is-init {
    visibility: initial;
}

.mailer-decorator {
    visibility: hidden;
}

.mailer-decorator div[id^=mailer], .mailer-post-decorator div[id^=mailer] {
    min-height: 0 !important;
}

.mailer-decorator .form-field__content-container .input-text {
    width: 350px;
}

.mailer-decorator .input-text.wa-error {
    border-color: #eb5757;
}

.mailer-decorator .wa-after-submit {
    display: none;
    width: 100%;
    height: 100px !important;
}

.mailer-decorator .wa-after-submit .wa-value {
    margin: initial;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 1023px) {
    .mailer-decorator .wa-after-submit .wa-value {
        font-size: 24px;
        line-height: 32px;
    }
}

.mailer-decorator_js-is-init {
    visibility: inherit;
}

@media (min-width: 1024px) {
    .mailer-decorator__r-button-container {
        display: none;
    }
    .mailer-decorator__error {
        position: absolute;
    }
    .mailer-decorator__error-field {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .mailer-decorator .inline-field {
        display: flex;
        flex-direction: column;
    }
    .mailer-decorator .inline-field > * {
        padding-left: 0;
        padding-right: 0;
    }
    .mailer-decorator .inline-field .inline-field__button {
        display: none;
    }
    .mailer-decorator .button {
        font-size: 16px;
        padding: 9px 19px 10px;
        width: 100%;
    }
    .mailer-decorator .form-field__content-container .input-text, .mailer-decorator .inline-field__content .input-text {
        width: 100%;
    }
}

.mailer-post-decorator {
    visibility: hidden;
}

.mailer-post-decorator .form-field__content-container .input-text {
    width: 350px;
}

.mailer-post-decorator .wa-after-submit {
    display: none;
    width: 100%;
    height: 100px !important;
}

.mailer-post-decorator .wa-after-submit .wa-value {
    margin: initial;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .mailer-post-decorator .wa-after-submit .wa-value {
        font-size: 24px;
        line-height: 32px;
    }
}

.mailer-post-decorator_js-is-init {
    visibility: inherit;
}

@media (min-width: 1024px) {
    .mailer-post-decorator__r-button-container {
        display: none;
    }
}

@media (max-width: 1023px) {
    .mailer-post-decorator .form-field__content-container .input-text, .mailer-post-decorator .inline-field .input-text {
        width: 100%;
    }
    .mailer-post-decorator .inline-field {
        display: flex;
        justify-content: space-between;
    }
    .mailer-post-decorator .inline-field__content {
        flex-grow: 1;
    }
    .mailer-post-decorator .inline-field__button {
        display: none;
    }
    .mailer-post-decorator .button {
        font-size: 16px;
        padding: 9px 19px 10px;
        width: 100%;
    }
}

.side-button {
    display: block;
    background-color: #eee;
    width: 50px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background-color .2s ease-in-out;
    color: #686868;
}

.side-button:hover {
    background-color: #eaeaea;
}

.side-buttons {
    position: fixed;
    left: 0;
    top: 276px;
    z-index: 3;
}

@media print {
    .side-buttons {
        display: none !important;
    }
}

.r-cityselect-block .b-cityselect__wrapper {
    width: 100%;
}

.r-cityselect-block .b-cityselect__wrapper .b-cityselect__city {
    display: block;
    font-size: 14px;
    line-height: 60px;
    color: var(--link-color);
    border: 0;
}

.r-regions-decorator .shop-regions {
    position: absolute;
}

.r-regions-decorator .shop-regions__button {
    display: none;
}

.hover-block {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 19px;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    .hover-block {
        transition: box-shadow .2s ease-in-out;
    }
    .hover-block:hover {
        box-shadow: 0 10px 50px rgba(0, 0, 0, .07);
    }
}

@media (max-width: 1023px) {
    .hover-block {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    }
}

.responsive {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.select-decorator {
    visibility: hidden;
    height: 35px;
}

.select-decorator_size_s {
    height: 30px;
}

.required-placeholder {
    position: absolute;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    pointer-events: none;
    padding: 8px 14px 9px;
    color: #888;
}

.required-placeholder__mark {
    color: #ff3131;
    margin-left: 5px;
}

.required-placeholder__wrapper {
    position: relative;
}

.required-placeholder_wrapped {
    top: 0;
    left: 0;
}

@media (max-width: 1023px) {
    .required-placeholder_wrapped {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.select2.select2-container {
    width: 100% !important;
    max-width: 100%;
}

.select2.select2-container--default .select2-selection--single {
    font-weight: 400;
    height: auto;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
}

.select2.select2-container--default .select2-selection--single:focus {
    outline: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 14px 9px;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    position: relative;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMTc1IDBMNSAzLjcxMiA4LjgyNSAwIDEwIDEuMTQ4IDUgNiAwIDEuMTQ4IDEuMTc1IDB6IiBmaWxsPSIjMzMzIi8+PC9zdmc+);
    width: 10px;
    height: 6px;
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .2s ease-in-out;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow, [data-select2-id] .wa-description {
    display: none;
}

.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered::after {
    transform: rotate(180deg);
}

.select2-container .select2-dropdown {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--primary-color);
    background-color: #fff;
}

.image-contain {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.home-slider {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
}

.home-slider__slider {
    min-width: 0;
    flex: auto;
}

.home-slider__banners {
    display: flex;
    max-width: 255px;
    flex: 0 0 255px;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 16px;
}

.home-slider__banner {
    flex: 100%;
    overflow: hidden;
}

.home-slider_offset-sidebar {
    flex-flow: column nowrap;
}

.home-slider_offset-sidebar .home-slider__banners {
    flex-flow: row nowrap;
    max-width: initial;
    flex: initial;
}

@media (max-width: 1023px) {
    .home-slider, .home-slider__banners, .home-slider_offset-sidebar .home-slider__banners {
        flex-flow: column nowrap;
    }
    .home-slider__banners {
        max-width: initial;
        flex: initial;
    }
    .home-slider__banner_image {
        padding: 0;
    }
    .home-slider_hide-banners-adaptive .home-slider__banners {
        display: none;
    }
}

@media (min-width: 450px) and (max-width: 700px) {
    .home-slider__banners_row .home-slider__banner:nth-child(3) {
        display: none;
    }
}

@media (min-width: 450px) {
    .home-slider__banners_row {
        flex-direction: row;
    }
}

.home-slider-banner {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    padding: 16px;
    color: #fff;
    text-decoration: none;
}

.home-slider-banner__image {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
}

.home-slider-banner__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-slider-banner__header {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.home-slider-banner__text {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.home-slider-banner__header + .home-slider-banner__text {
    margin-top: 8px;
}

@media (max-width: 1023px) {
    .home-slider-banner_image {
        padding: 0;
    }
    .home-slider-banner_image .home-slider-banner__image {
        position: relative;
    }
}

.index {
    position: relative;
}

.index__wrapper {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

.index__footer, .index__header, .index__subscribe {
    flex: none;
}

.index__content {
    flex: auto;
}

.index__slider {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .index {
        width: 100%;
    }
}

.container {
    max-width: var(--container-width, 1170px);
    margin: 0 auto;
    padding: 0 30px;
}

.container_padded-bottom {
    padding-bottom: 60px;
}

.container_padded-top {
    padding-top: 60px;
}

.container_content {
    background-color: #fff;
}

@media (min-width: 1024px) {
    .container {
        min-width: var(--container-width, 1170px);
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 45px;
    }
}

@media (max-width: 1023px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100vw;
    }
}

.content-container {
    background-color: #fff;
}

@media (min-width: 1024px) {
    .content-container {
        padding: 24px 0 60px;
    }
    .content-container_pull-top {
        padding-top: 0;
    }
    .content-container_pull-bottom {
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .content-container {
        position: relative;
        padding: 15px 0 50px;
    }
    .content-container_pull-top, .content-container_pull-top-adaptive {
        padding-top: 0;
    }
    .content-container_pull-bottom {
        padding-bottom: 0;
    }
}

.content-columns {
    display: flex;
    flex-direction: row-reverse;
}

.content-columns__sidebar {
    flex: 1 1 auto;
    padding: 0 30px 0 0;
    max-width: 255px;
}

@media (min-width: 1200px) {
    .content-columns__sidebar {
        max-width: 285px;
    }
}

.content-columns.content-columns_sidebar-right {
    flex-direction: row;
}

.content-columns.content-columns_sidebar-right .content-columns__sidebar {
    padding: 0 0 0 30px;
}

.content-columns__content {
    flex: 3 1 auto;
    max-width: calc(100% - 255px);
    flex-basis: calc(100% - 255px);
}

@media (min-width: 1200px) {
    .content-columns__content {
        max-width: calc(100% - 285px);
        flex-basis: calc(100% - 285px);
    }
}

.content-columns_slider-banners {
    position: absolute;
    inset: 0;
}

.content-columns_slider-banners .content-columns__sidebar {
    width: 26%;
    max-width: 26%;
    padding-left: 16px;
}

.content-columns_slider-banners .content-columns__content {
    max-width: 74%;
    flex-basis: 74%;
}

@media print {
    .sidebar-filters {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .content-columns {
        flex-direction: column-reverse;
        align-content: stretch;
    }
    .content-columns__content, .content-columns__sidebar {
        width: auto;
        max-width: 100%;
        flex: 0 1 auto;
    }
    .content-columns.content-columns_sidebar-right {
        flex-direction: row;
    }
    .content-columns.content-columns_sidebar-right .content-columns__sidebar {
        padding: 0;
    }
    .content-columns__sidebar .blocks {
        display: block;
    }
    .content-columns__sidebar .blocks__item, .content-columns__sidebar .sidebar-filters .sidebar-filters__header .icon-box__icon, .content-columns__sidebar > * {
        display: none;
    }
    .content-columns__sidebar .blocks__item_filters {
        display: block;
    }
    .content-columns__sidebar .blocks__item_filters .sidebar-block__content {
        height: 100%;
        border: 0;
    }
    .content-columns__sidebar .sidebar-filters {
        display: none;
        position: fixed;
        z-index: 4;
        inset: 0;
        background: #fff;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .content-columns__sidebar .sidebar-filters .sidebar-filters__content {
        position: relative;
        height: 100%;
    }
    .content-columns__sidebar .sidebar-filters .sidebar-filters__header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 23px;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        background: #fafafa;
        color: #686868;
        border: 0;
    }
    .content-columns__sidebar .sidebar-filters .sidebar-filters__header::after, .content-columns__sidebar .sidebar-filters .sidebar-filters__header::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .content-columns__sidebar .sidebar-filters .sidebar-filters__header::before {
        left: 20px;
        background: url(../svg/icon.sprite.svg#arrow-left-grey) center/cover no-repeat;
        width: 10px;
        height: 16px;
    }
    .content-columns__sidebar .sidebar-filters .sidebar-filters__header::after {
        right: 15px;
        background: url(../svg/icon.sprite.svg#cross-grey) center/cover no-repeat;
        width: 16px;
        height: 16px;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding-top: 0;
        margin: auto;
        background: #fff;
        z-index: 2;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer::before {
        content: "";
        left: 15px;
        right: 15px;
        height: 1px;
        background: var(--light-color, #f8f9fa);
        position: absolute;
        top: 0;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer .button {
        margin: 0 7px;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer .button:first-child {
        margin-right: 0;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer .button:last-child {
        margin-left: 0;
    }
    .content-columns__sidebar .sidebar-filters .filters__footer .filters__submit-button {
        order: 1;
    }
    .content-columns__sidebar .sidebar-filters_opened {
        display: block;
    }
}

.content__breadcrumbs {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    .content__breadcrumbs {
        background: #fafafa;
        margin: -15px -15px 15px;
    }
}

.header-overlay {
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    position: absolute;
    z-index: 2;
    inset: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
}

.header-overlay_enabled {
    opacity: 1;
    pointer-events: auto;
}

.index-subscribe {
    background-color: var(--light-color, #f8f9fa);
    position: relative;
}

@media (min-width: 1024px) {
    .index-subscribe {
        padding: 40px 0;
    }
}

@media (max-width: 1023px) {
    .index-subscribe {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    .index-subscribe__content {
        display: flex;
        align-items: flex-start;
        width: 100%;
        table-layout: fixed;
    }
    .index-subscribe__icon {
        width: 127px;
        flex-shrink: 0;
        color: var(--primary-color);
    }
    .index-subscribe__info {
        width: 400px;
        flex-shrink: 0;
        padding-right: 100px;
    }
    .index-subscribe__form {
        position: relative;
        flex-grow: 1;
        padding-top: 7px;
    }
    .index-subscribe__header {
        margin-bottom: 15px;
    }
    .index-subscribe__policy {
        margin-top: 20px;
        line-height: 0;
    }
    .index-subscribe__input {
        width: 350px;
    }
}

@media (max-width: 1023px) {
    .index-subscribe__content > * {
        position: relative;
        z-index: 1;
    }
    .index-subscribe__content .index-subscribe__icon {
        z-index: 0;
    }
    .index-subscribe__info {
        margin-bottom: 15px;
    }
    .index-subscribe__info .title {
        margin-bottom: 10px;
    }
    .index-subscribe__info .index-subscribe__text {
        font-size: 13px;
        line-height: 19px;
    }
    .index-subscribe__icon {
        position: absolute;
        inset: 0;
        margin: auto;
        z-index: 0;
        pointer-events: none;
        height: 80%;
        color: var(--primary-color);
        opacity: .5;
    }
    .index-subscribe__icon .svg-icon {
        width: 100%;
        height: 100%;
    }
}

.breadcrumbs {
    font-size: 13px;
    line-height: 1.2;
}

.breadcrumbs span.breadcrumbs-plugin__home-icon::before {
    content: "🏠";
}

.breadcrumbs__wrapper::after {
    content: "";
    display: table;
    margin-top: -10px;
}

.breadcrumbs__item {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    display: inline-block;
    margin-right: 10px;
    content: attr(data-separator);
}

.breadcrumbs__item-container {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs__item-brothers-container {
    padding-left: 5px;
    font-size: 12px;
    line-height: 1;
}

.breadcrumbs__item_show-brothers .breadcrumbs__brothers-dropdown {
    transform: translateY(0);
    opacity: 1;
    pointer-events: inherit;
}

.breadcrumbs__brothers-button {
    cursor: pointer;
    vertical-align: top;
}

.breadcrumbs__brothers-dropdown {
    position: absolute;
    right: 0;
    margin-right: -50px;
    top: 100%;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 4px 0;
    z-index: 3;
    min-width: 162px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}

.breadcrumbs__brothers-dropdown::after, .breadcrumbs__brothers-dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 48px;
    border: 7px solid transparent;
    border-bottom-color: #f4f4f4;
}

.breadcrumbs__brothers-dropdown::after {
    right: 49px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.breadcrumbs__brother {
    display: block;
    padding: 5px 14px;
    color: #686868;
}

.breadcrumbs__brother:hover {
    color: #1b1b1b;
}

.breadcrumbs_current-item-mode_show .breadcrumbs__item_current {
    color: #686868;
}

.breadcrumbs_current-item-mode_hide .breadcrumbs__item_current {
    margin-left: 10px;
}

.breadcrumbs_current-item-mode_hide .breadcrumbs__item_current::before {
    content: none !important;
}

.breadcrumbs_default-separator .breadcrumbs__item + .breadcrumbs__item::before {
    content: "";
    background: url(../svg/icon.sprite.svg#breadcrumbs-arrow) center/cover no-repeat;
    width: 5px;
    height: 8px;
}

@media (max-width: 1023px) {
    .breadcrumbs {
        padding: 22px 15px;
        white-space: nowrap;
        overflow: auto hidden;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumbs::-webkit-scrollbar {
        display: none;
        background-color: transparent;
    }
    .breadcrumbs::-webkit-scrollbar-thumb {
        background: 0 0;
    }
    .breadcrumbs__item-brothers-container {
        display: none;
    }
}

.breadcrumbs-add {
    margin-left: auto;
    padding-left: 12px;
}

.footer {
    background-color: var(--footer-background-color, #343a40);
    font-size: 11px;
}

.footer__content {
    padding: 30px 0;
}

.footer__copyright {
    padding: 40px 0;
    position: relative;
}

.footer__switch-mobile {
    padding: 10px 0;
    text-align: center;
}

.footer_size_s .footer__copyright {
    padding: 16px 0;
    border-top: 0;
}

.footer_size_s .footer__copyright::before {
    content: none;
}

@media (max-width: 1023px) {
    .footer {
        font-size: 13px;
    }
    .r-footer__row {
        margin-bottom: 30px;
    }
    .r-footer__row:last-child {
        margin-bottom: 0;
    }
}

.footer-content {
    display: flex;
    width: 100%;
}

@media (max-width: 1023px) {
    .footer-content {
        flex-direction: column;
    }
}

.footer-content__copyright-container {
    width: 27.5%;
    flex-shrink: 0;
    padding-right: 30px;
}

.footer-content__columns-container {
    flex-grow: 1;
    padding-top: 10px;
    padding-right: 30px;
}

.footer-content__contacts-container {
    min-width: 15%;
    max-width: 20%;
    padding-top: 10px;
}

.footer-copyright__logo {
    max-width: 235px;
}

.footer-copyright__text {
    margin-top: 20px;
    width: 255px;
}

.footer-copyright__banners {
    margin-top: 20px;
}

.footer-copyright__payments-currency-container {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
}

.footer-copyright__currency-container {
    flex-shrink: 0;
    align-self: flex-start;
    height: 27px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.footer-copyright__links {
    margin-top: 19px;
}

.footer-copyright__counters, .footer-copyright__developers {
    margin-top: 15px;
}

.footer-copyright__payments-container {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.footer-columns:not(.r-footer__row) {
    display: flex;
}

.footer-columns:not(.r-footer__row) .footer-columns__column {
    width: 33%;
    flex-grow: 1;
    margin-right: 0;
    padding-right: 20px;
}

@media (min-width: 1024px) {
    .footer-block {
        line-height: 1.2;
    }
    .footer-block__header {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .footer-block__footer {
        margin-top: 15px;
    }
    .footer-block_size_l {
        font-size: 13px;
    }
}

@media (max-width: 1023px) {
    .r-footer__block_cols .r-footer__block-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .r-footer__block-header {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .r-footer__address {
        font-size: 13px;
        line-height: 16px;
    }
    .r-footer__address .link-box__link, .r-footer__address a {
        color: #fff;
    }
    .r-footer__address-item {
        margin-bottom: 15px;
    }
    .r-footer__address-item:last-child {
        margin-bottom: 0;
    }
}

.footer, .footer .content-decorator a, .footer .link, .footer .link-box_style_alt .link-box__link, .footer .link-decorator a, .footer .link_style_alt {
    color: var(--footer-text-color, #fff);
}

.footer .content-decorator a:hover, .footer .link-box_style_alt .link-box__link:hover, .footer .link-box_style_hover:hover .link-box__link, .footer .link-decorator a:hover, .footer .link:hover, .footer .link_style_alt:hover, .footer .r-footer__address .link-box__link:hover, .footer .r-footer__address a:hover {
    opacity: .5;
}

.footer .footer-phone__hint {
    opacity: .3;
}

.footer .footer-phone__hint, .footer .link-box_style_hover .link-box__link, .footer .r-footer__address .link-box__link, .footer .r-footer__address a, .footer .r-footer__phone-link {
    color: var(--footer-text-color, #fff);
}

.footer_dark .r-footer__map-link, .footer_dark .r-footer__phone-link {
    border-color: #cfcfcf;
}

.footer_dark .r-footer__phone-hint {
    color: #cfcfcf;
}

.footer_dark .button_style_inverse {
    color: #cfcfcf;
    border-color: #cfcfcf;
}

.footer-rows::after {
    content: "";
    display: table;
    margin-top: -10px;
}

.footer-rows__row {
    margin-bottom: 10px;
}

.footer-phone__phone {
    font-size: 13px;
}

.footer-phone__hint {
    font-size: 10px;
    color: rgba(255, 255, 255, .3);
    margin-top: 2px;
}

@media (max-width: 1023px) {
    .r-footer__phone {
        margin-bottom: 15px;
    }
    .r-footer__phone:last-child {
        margin-bottom: 0;
    }
    .r-footer__phone-link {
        display: block;
        text-decoration: none;
        color: #fff;
        border: 1px solid var(--primary-color);
        border-radius: var(--inputs-buttons-border-radius, 4px);
        padding: 10px;
        text-align: center;
    }
    .r-footer__phone-name {
        display: block;
        font-size: 16px;
        line-height: 19px;
    }
    .r-footer__phone-hint {
        display: block;
        font-size: 13px;
        line-height: 16px;
        color: rgba(255, 255, 255, .3);
        margin-top: 5px;
    }
}

.r-footer__map-link {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: var(--inputs-buttons-border-radius, 4px);
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.r-footer__map-link .link-box__link, .r-footer__messengers-item .button:hover {
    color: #fff;
}

.r-footer__messengers {
    margin-top: 30px;
}

.r-footer__messengers-header {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}

.r-footer__messengers-list {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}

.r-footer__messengers-item {
    flex-grow: 1;
}

@media (max-width: 674px) {
    .r-footer__messengers-item {
        width: 100%;
    }
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.footer-socials__item {
    position: relative;
}

.footer-socials__item .image-box:hover::after {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    content: "";
}

@media (max-width: 1023px) {
    .footer-socials {
        gap: 8px 16px;
    }
    .footer-socials::after {
        margin-top: -7px;
    }
    .r-footer__socials {
        margin-right: 15px;
    }
}

.footer-copyright-row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    line-height: 1;
}

.footer-copyright-row__links, .footer-copyright-row__payments {
    text-align: center;
}

.footer-copyright-row__payments {
    flex-grow: 1;
}

.footer-copyright-row__payments:last-child {
    padding-right: 0;
    text-align: right;
}

.footer-copyright-row__developers {
    text-align: right;
    margin-left: auto;
}

.footer-copyright-row__payments-currency-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 1023px) {
    .r-footer__copyright {
        line-height: 19px;
        font-size: 13px;
    }
}

.footer-developers {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .footer-developers {
        margin-top: 20px;
    }
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.2;
}

.footer-links__item + .footer-links__item {
    position: relative;
    padding-left: 1px;
}

.footer-links__item + .footer-links__item::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--primary-color);
    opacity: .2;
}

@media (max-width: 1023px) {
    .footer-links {
        display: flex;
        margin: 0;
    }
    .footer-links__item {
        margin-left: 0;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }
    .footer-links__item::after {
        content: "";
        width: 1px;
        height: 16px;
        background: var(--primary-color);
        opacity: .2;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .footer-links__item:last-child::after {
        display: none;
    }
}

.footer-marketplaces {
    margin-top: 16px;
}

.footer-marketplaces__title {
    margin-bottom: 16px;
}

.footer-marketplaces__list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: wrap;
}

.footer-marketplaces__item {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .footer-marketplaces__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .footer-marketplaces__list {
        gap: 8px 16px;
    }
    .r-footer__currency {
        align-self: flex-start;
        display: flex;
        align-items: center;
        height: 30px;
    }
}

.header-top-bar {
    background-color: var(--top-header-background-color, #fafafa);
    color: var(--top-header-link-color, #686868);
    font-size: 13px;
    line-height: 1.2;
}

.header-top-bar .link-box_style_alt-gray, .header-top-bar .link-box_style_alt-gray .link-box__icon, .header-top-bar .link-box_style_alt-gray .link-box__link, .header-top-bar .link-box_style_alt-gray .pseudo-link-box__icon, .header-top-bar .link-box_style_alt-gray .pseudo-link-box__link, .header-top-bar .link_style_alt-gray, .header-top-bar .link_style_alt-gray .link-box__icon, .header-top-bar .link_style_alt-gray .link-box__link, .header-top-bar .link_style_alt-gray .pseudo-link-box__icon, .header-top-bar .link_style_alt-gray .pseudo-link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray, .header-top-bar .pseudo-link-box_style_alt-gray .link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray .link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__link {
    color: var(--top-header-link-color, #686868);
    border-color: var(--top-header-link-color, #686868);
}

.header-top-bar .link-box_style_alt-gray:hover, .header-top-bar .link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .link-box__link, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .link_style_alt-gray:hover, .header-top-bar .link_style_alt-gray:hover .link-box__icon, .header-top-bar .link_style_alt-gray:hover .link-box__link, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link {
    color: var(--top-header-link-color-hover, #1b1b1b);
    border-color: var(--top-header-link-color, #686868);
}

.header-top-bar__container {
    display: flex;
    align-items: center;
    height: 40px;
}

.header-top-bar__container-contacts, .header-top-bar__container-region, .header-top-bar__container-user {
    flex: none;
}

.header-top-bar__container-nav {
    flex: auto;
}

.header-top-bar__container-contacts {
    margin-left: auto;
}

.header-top-bar__container-user {
    padding: 10px 0;
}

.header-top-bar__container-region {
    max-width: 255px;
    padding-right: 32px;
}

.header-top-bar__container-contacts, .header-top-bar__container-user {
    padding-left: 12px;
    text-align: right;
}

.header-top-bar-links {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 16px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.header-top-bar-links__item {
    white-space: nowrap;
}

.header-top-bar-links__plugin a, .header-top-bar-links__plugin-dropdown a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
    color: #686868;
}

.header-top-bar-links__plugin-dropdown {
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 3px;
    padding: 14px;
    margin-top: 5px;
    margin-left: -15px;
    text-align: left;
    position: relative;
}

.header-top-bar-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.header-top-bar-contacts .header-top-bar-contacts__dropdown-item + .header-top-bar-contacts__dropdown-item::before {
    margin: 16px 0;
}

.header-top-bar-contacts__item_address {
    color: #1b1b1b;
}

.header-top-bar-contacts__item_email:hover .header-top-bar-contacts__icon {
    color: var(--link-color-hover);
}

.header-top-bar-contacts__item_messengers {
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.header-top-bar-contacts__icon_mail {
    color: var(--link-color);
}

.header-top-bar-contacts__phone, .header-top-bar-contacts__phone-link {
    font-weight: 500;
    color: #1b1b1b;
}

.header-top-bar-contacts__dropdown {
    box-sizing: border-box;
    width: 270px;
    margin-top: 0;
    padding: 24px;
    border: 0;
    border-radius: 15px;
}

.header-top-bar-contacts__dropdown-phone {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.header-top-bar-contacts__dropdown-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.header-top-bar-contacts__dropdown-text {
    color: #686868;
    font-size: 13px;
    line-height: 15px;
    margin-top: 4px;
}

.header-top-bar-contacts__dropdown-separator {
    margin: 16px 0;
}

.header-middle-bar {
    font-size: 13px;
    line-height: 1.2;
    background-color: #fff;
}

.header-middle-bar__container {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-middle-bar__container-logo, .header-middle-bar__container-main {
    flex-shrink: 0;
    padding: 20px 0;
}

.header-middle-bar__container-logo {
    max-width: 150px;
}

@media screen and (min-width: 1400px) {
    .header-middle-bar__container-logo {
        max-width: 255px;
    }
}

@media screen and (max-width: 1200px) {
    .header-middle-bar__container-logo {
        padding-right: 20px;
    }
}

.header-middle-bar__container-logo_padding-right {
    padding-right: 20px;
}

.header-middle-bar__container-logo-desc {
    display: none;
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
    margin-left: 10px;
    color: #686868;
    font-size: 12px;
    padding-right: 20px;
    max-width: 150px;
}

@media (min-width: 1200px) {
    .header-middle-bar__container-logo-desc {
        display: block;
    }
}

.header-middle-bar__container-main {
    flex-grow: 1;
}

* + .header-middle-bar__main-container-bottom {
    margin-top: 20px;
}

.header-middle-bar-contacts {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-middle-bar-contacts__address-container, .header-middle-bar-contacts__email-container, .header-middle-bar-contacts__phone-container {
    flex-grow: 1;
}

.header-middle-bar-contacts__address-container {
    width: 250px;
    text-align: right;
}

.header-middle-bar-contacts__email-container {
    width: 225px;
    text-align: center;
}

.header-middle-bar-contacts_size_s .header-middle-bar-contacts__address-container, .header-middle-bar-contacts_size_s .header-middle-bar-contacts__email-container, .header-middle-bar-contacts_size_s .header-middle-bar-contacts__phone-container {
    vertical-align: top;
}

.header-middle-bar-contacts_size_xs .header-middle-bar-contacts__phone-container {
    text-align: right;
}

.header-middle-bar-contacts_fill .header-middle-bar-contacts__address-container {
    width: 415px;
    padding-left: 15px;
}

.header-middle-bar-contacts_fill .header-middle-bar-contacts__email-container {
    text-align: right;
}

.header-middle-bar-contacts_fill .header-middle-bar-contacts__email-container_pull-left {
    text-align: left;
}

.header-middle-bar-phone {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.header-middle-bar-phone__phone {
    font-size: 18px;
    font-weight: 500;
}

.header-middle-bar-phone__hint {
    min-height: 1.2em;
    margin-top: 8px;
    color: #686868;
}

.header-middle-bar__messengers-container {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
}

.header-middle-bar-phone_size_s .header-middle-bar-phone__phone {
    font-size: 13px;
}

.header-middle-bar-address {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-middle-bar-address__hint {
    color: #686868;
}

.header-middle-bar-shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-middle-bar-shop__catalog-container, .header-middle-bar-shop__links-container, .header-middle-bar-shop__search-container {
    display: inline-block;
    vertical-align: top;
}

.header-middle-bar-shop__catalog-container {
    padding-right: 8px;
}

@media (min-width: 1200px) {
    .header-middle-bar-shop__catalog-container {
        padding-right: 20px;
    }
}

.header-middle-bar-shop__search-container {
    flex: auto;
}

.header-middle-bar-shop__links-container {
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .header-middle-bar-shop__links-container {
        padding-left: 60px;
    }
}

.header-middle-bar-shop-catalog-button {
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-middle-bar-shop-links {
    white-space: nowrap;
}

.header-middle-bar-shop-links__item {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 7px 40px;
    white-space: normal;
}

.header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--light-color, #f8f9fa);
}

.header-middle-bar-shop-links_size_s {
    font-size: 10px;
}

.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item {
    padding: 0;
}

.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image {
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image > * {
    max-width: 100%;
    max-height: 100%;
}

.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item .header-middle-bar-shop-links__user-image > img {
    border-radius: 50%;
}

.header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
    border: 0;
    margin-left: 0;
    padding-left: 12px;
}

@media (min-width: 1200px) {
    .header-middle-bar-shop-links_size_s .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
        padding-left: 32px;
    }
}

.header-middle-bar-shop-links_size_l .header-middle-bar-shop-links__item, .header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-middle-bar-shop-links_size_l .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item, .header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item + .header-middle-bar-shop-links__item {
    margin-left: 20px;
    padding-left: 20px;
}

.header-middle-bar-shop-links_size_xl .header-middle-bar-shop-links__item_cart {
    padding-top: 1px;
    padding-bottom: 1px;
    white-space: nowrap;
}

.header__dropdown-bar_compact .header-dropdown-bar {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.header__dropdown-bar_compact .brands-dropdown, .header__dropdown-bar_compact .catalog-dropdown, .header__dropdown-bar_compact .horizontal-catalog {
    position: relative;
}

.header__dropdown-bar_compact .catalog-dropdown_extend::before, .header__dropdown-bar_compact .catalog-dropdown_flat::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.header__dropdown-bar_compact .catalog-dropdown_tree::before {
    background: 0 0;
}

.header__dropdown-bar_compact .catalog-extend, .header__dropdown-bar_compact .catalog-flat {
    display: flex;
}

.header__dropdown-bar_compact .catalog-extend_fixed-width {
    width: auto !important;
}

.header__dropdown-bar_compact .catalog-extend__list-container {
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
}

.header__dropdown-bar_compact .catalog-extend__columns-container {
    position: initial;
    flex-grow: 1;
    border-left: none;
    border-bottom-right-radius: 10px;
}

.header__dropdown-bar_compact .catalog-extend_open .catalog-extend__columns-container {
    animation-play-state: initial;
}

.header__dropdown-bar_compact .catalog-dropdown_tree .catalog-list {
    padding-top: 0;
    padding-bottom: 0;
}

.header-middle-bar-shop-catalog-button {
    display: inline-flex;
    align-items: center;
}

.catalog-dropdown-button.button_active .burger-icon__box {
    top: -2px;
}

.catalog-dropdown-button.button_active .burger-icon__inner, .catalog-dropdown-button.button_active .burger-icon__inner::after, .catalog-dropdown-button.button_active .burger-icon__inner::before {
    background-color: currentcolor;
}

.catalog-dropdown-button.button_active .burger-icon__inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.catalog-dropdown-button.button_active .burger-icon__inner::before {
    transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.catalog-dropdown-button.button_active .burger-icon__inner::after {
    transform: rotate(-45deg) translate3d(-2px, -4px, 0);
    opacity: 0;
}

.input-search {
    display: flex;
}

.input-search__input-container {
    flex: auto;
    min-width: 0;
}

.input-search__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--primary-color);
}

.input-search__input:focus {
    border-color: var(--dark-color, #343a40);
}

.input-search__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-search_size_l .input-search__input {
    padding-top: 11px;
    padding-bottom: 11px;
}

.input-search_style_inverse .input-search__input {
    border-color: transparent;
}

.input-search-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.input-search-item__image-container {
    align-self: center;
    text-align: center;
    width: 80px;
    flex-shrink: 0;
    padding-right: 20px;
}

.input-search-item__price-container {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.header-bottom-bar {
    background-color: var(--header-bottom-bar-bg-color, #fafafa);
    color: var(--header-bottom-bar-text-color, #686868);
    line-height: 1.2;
}

.header-bottom-bar .button, .header-bottom-bar .icon-box__content, .header-bottom-bar .input-text {
    line-height: 16px;
}

.header-bottom-bar__container {
    display: flex;
    height: 50px;
}

.header-bottom-bar__container-shop-catalog {
    flex: none;
    width: 225px;
    min-width: 225px;
}

@media (min-width: 1200px) {
    .header-bottom-bar__container-shop-catalog {
        width: 255px;
        min-width: 255px;
    }
}

.header-bottom-bar__container-links, .header-bottom-bar__container-shop-links {
    display: flex;
}

.header-bottom-bar__container-links {
    flex: auto;
    width: 0;
}

.header-bottom-bar__container-links_search {
    padding-right: 80px;
    position: relative;
}

.header-bottom-bar__container-search {
    padding: 10px 30px;
    flex: auto;
}

.header-bottom-bar__container-search .button {
    background-color: var(--header-bottom-bar-btn-color, #f2f2f2);
}

.header-bottom-bar__container-search .button:hover {
    background-color: var(--header-bottom-bar-btn-hover-color, #eaeaea);
}

.header-bottom-bar__container-shop-links {
    flex: none;
}

.header-bottom-bar_compact .header-bottom-bar__container {
    padding: 0;
}

.header-bottom-bar_compact .header-bottom-bar__container-shop-catalog {
    width: auto;
    min-width: initial;
}

.header-bottom-bar_transparent {
    background-color: #fff;
    color: var(--primary-color);
}

.header-bottom-bar_transparent .header-bottom-bar__container {
    height: auto;
}

.header-bottom-bar_transparent .header-bottom-bar__container-shop-catalog {
    margin-right: 24px;
    padding-bottom: 16px;
}

.header-bottom-bar_transparent .header-bottom-bar__container-links {
    padding-bottom: 16px;
}

.header-bottom-bar-shop-catalog-button {
    font-weight: 400;
    text-align: left;
    color: var(--header-bottom-bar-text-color, #686868);
    height: 100%;
    padding: 15px 20px;
    white-space: nowrap;
    background-color: var(--header-bottom-bar-btn-color, #f2f2f2);
}

.header-bottom-bar-shop-catalog-button.button_active, .header-bottom-bar-shop-catalog-button:hover {
    background-color: var(--header-bottom-bar-btn-hover-color, #eaeaea);
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button {
    color: #fff;
    height: auto;
    padding: 12px 16px;
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active {
    border-color: var(--button-color);
    background-color: transparent;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
    color: var(--primary-color);
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active:hover {
    color: var(--button-color-dark, #343a40);
    background-color: transparent;
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.header-bottom-bar_transparent .header-bottom-bar-shop-catalog-button.button_active.button_active {
    color: var(--button-color-dark, #343a40);
    background-color: transparent;
}

.header-bottom-bar-links {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-grow: 1;
    padding-right: 1px;
}

.header-bottom-bar-links__item-container {
    flex: auto;
    position: relative;
}

.header-bottom-bar-links__item-container::after, .header-bottom-bar-shop-links__item-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.header-bottom-bar-links__item-container + .header-bottom-bar-links__item-container::after {
    border-left: 1px solid var(--header-bottom-bar-btn-color, #f2f2f2);
}

.header-bottom-bar-links__item-container_more {
    width: 50px;
    flex: none;
}

.header-bottom-bar-links__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.header-bottom-bar-links__dropdown-button, .header-bottom-bar-links__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-bottom-bar-links__link {
    font-weight: 400;
    color: var(--header-bottom-bar-text-color, #686868);
    flex-grow: 1;
    padding: 10px 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    background-color: var(--header-bottom-bar-bg-color, #fafafa);
}

.header-bottom-bar-links__link.button_active, .header-bottom-bar-links__link:hover {
    background-color: var(--header-bottom-bar-btn-hover-color, #eaeaea);
}

.header-bottom-bar-links__link .icon-box__icon {
    padding-right: 10px;
}

.header-bottom-bar-links__link .icon-box__icon img {
    width: 20px;
}

.header-bottom-bar-links__link .icon-box {
    max-width: 100%;
}

.header-bottom-bar-links__link .icon-box__content {
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-bottom-bar-links__link-image {
    max-height: 32px;
}

.header-bottom-bar-links__dropdown-block {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-bottom-bar-links_alt .header-bottom-bar-links__item-container {
    flex: none;
    width: auto;
}

.header-bottom-bar-links_alt .header-bottom-bar-links__item-container::after {
    display: none;
}

.header-bottom-bar-links_alt .header-bottom-bar-links__item {
    height: 100%;
    margin: 0;
}

.header-bottom-bar-links_alt .header-bottom-bar-links__link {
    color: var(--header-bottom-bar-text-color, #686868);
    border: 0;
}

.header-bottom-bar-links_alt .header-bottom-bar-links__dropdown {
    min-width: 225px;
}

.header-bottom-bar-links_transparent {
    gap: 32px;
}

.header-bottom-bar-links_transparent .header-bottom-bar-links__link {
    padding: 0;
    background-color: transparent;
}

.header-bottom-bar-links_transparent .header-bottom-bar-links__link:hover {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.header-bottom-bar-links_transparent .header-bottom-bar-links__link-image, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap p, .page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap p {
    margin: 0;
}

.header-bottom-bar-links_transparent .header-bottom-bar-links__dropdown {
    top: calc(100% + 16px);
}

.header-bottom-bar-links_additional {
    flex-grow: 0;
    margin-left: auto;
}

.header-bottom-bar-links_additional .header-bottom-bar-links__link_colored {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.header-bottom-bar-links_additional .header-bottom-bar-links__link_colored:hover {
    color: var(--link-color-hover);
}

.header-bottom-bar-links_additional.header-bottom-bar-links_alt.header-bottom-bar-links_transparent {
    gap: 24px;
}

.header-bottom-bar-links-dropdown {
    width: auto;
    background-color: #fff;
    padding: 0 20px;
    line-height: 1.2;
    color: #606060;
    border-radius: 0 0 10px 10px;
}

.header-bottom-bar-links-dropdown__item + .header-bottom-bar-links-dropdown__item {
    border-top: 1px solid #f2f2f2;
}

.header-bottom-bar-links-dropdown__link {
    padding: 17px 0;
    display: block;
}

.header-bottom-bar-shop-links {
    display: flex;
}

.header-bottom-bar-shop-links__item-container {
    position: relative;
}

.header-bottom-bar-shop-links__item-container + .header-bottom-bar-shop-links__item-container::after {
    border-left: 1px solid var(--header-bottom-bar-btn-color, #f2f2f2);
}

.header-bottom-bar-shop-links__item {
    position: relative;
    z-index: 1;
}

.header-bottom-bar-shop-links__link, .header-bottom-bar-shop-links__link-cart {
    font-weight: 400;
    color: var(--header-bottom-bar-text-color, #686868);
    display: block;
    width: auto;
}

.header-bottom-bar-shop-links__link {
    padding: 16px;
    background-color: transparent;
}

.header-bottom-bar-shop-links__link-cart.button_active, .header-bottom-bar-shop-links__link-cart:hover, .header-bottom-bar-shop-links__link.button_active, .header-bottom-bar-shop-links__link:hover {
    background-color: var(--header-bottom-bar-btn-hover-color, #eaeaea);
}

.header-bottom-bar-shop-links__link-cart {
    background-color: var(--header-bottom-bar-btn-color, #f2f2f2);
    padding: 16px 20px;
}

.header-bottom-bar-alt-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 50px;
    background-color: var(--primary-color);
    padding: 10px 0;
    z-index: 1;
}

.header-bottom-bar-alt-search__button-container, .header-bottom-bar-alt-search__input-container {
    color: #686868;
}

.header-bottom-bar-alt-search__button-container {
    width: 50px;
    flex-shrink: 0;
    position: relative;
}

.header-bottom-bar-alt-search__button-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-left: 1px solid var(--accent-color);
}

.header-bottom-bar-alt-search__button {
    position: relative;
    width: 50px;
    margin: -10px -1px -10px 0;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 1;
    background-color: transparent;
}

.header-bottom-bar-alt-search__input-container {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.header-bottom-bar-alt-search__input-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-left: 1px solid #fff;
    transition: border-color .2s ease-in-out;
}

.header-bottom-bar-alt-search__input {
    width: 100%;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding-right: 53px;
}

.header-bottom-bar-alt-search__input::placeholder {
    color: #fff;
}

.header-bottom-bar-alt-search__input:focus {
    border-color: transparent;
}

.header-bottom-bar-alt-search__close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 20px;
    line-height: 0;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    cursor: pointer;
}

.header-bottom-bar-alt-search_animated, .header-bottom-bar-alt-search_open {
    width: 100%;
}

.header-bottom-bar-alt-search_open .header-bottom-bar-alt-search__close-button {
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
}

.header-bottom-bar-alt-search_open .header-bottom-bar-alt-search__input-container {
    overflow: visible;
}

.header-bottom-bar-alt-search_animated .header-bottom-bar-alt-search__input-container {
    overflow: hidden;
}

.header-bottom-bar-alt-search_open-animation {
    animation: header-bottom-bar-alt-search-open-animation .2s ease-in-out;
}

.header-bottom-bar-alt-search_close-animation {
    animation: header-bottom-bar-alt-search-open-animation .2s ease-in-out .2s reverse forwards;
}

.header-middle-bar-shop-cart__empty-text, .header-middle-bar-shop-cart__text {
    line-height: 1.5;
}

.header-middle-bar-shop-cart__empty-text {
    display: none;
}

.header-middle-bar-shop-cart__heading::after {
    content: "";
    display: block;
}

.header-middle-bar-shop-cart__count {
    color: var(--primary-color);
    margin-left: 5px;
}

.header-middle-bar-shop-cart__count::before {
    content: "(";
}

.header-middle-bar-shop-cart__count::after {
    content: ")";
}

.header-middle-bar-shop-cart__total {
    font-weight: 500;
}

.header-middle-bar-shop-cart_empty .header-middle-bar-shop-cart__empty-text {
    display: inline;
}

.header-middle-bar-shop-cart_empty .header-middle-bar-shop-cart__text {
    display: none;
}

.header {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.header > * {
    order: 5;
}

.header .header__banner, .header .header__middle-bar, .header .header__top-bar {
    order: 1;
}

.header .header__bottom-bar, .header .header__dropdown-bar {
    order: 2;
}

.header .header__dropdown-bar_upper {
    order: 1;
}

.header_with-border {
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1023px) {
    .r-subdropdown {
        display: none;
        position: fixed;
        inset: 0;
        margin: auto;
        z-index: 1;
        background: #fff;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .r-subdropdown_catalog {
        position: absolute;
    }
    .r-subdropdown_loading::before {
        z-index: 1;
    }
    .r-subdropdown_loading::after, .r-subdropdown_loading::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
    }
    .r-subdropdown_loading::before {
        background: rgba(255, 255, 255, .8);
    }
    .r-subdropdown_loading::after {
        background: url(../svg/icon.sprite.svg#spinner) center/cover no-repeat;
        width: 60px;
        height: 60px;
        z-index: 2;
        animation: rotate 1s linear infinite;
    }
    .r-search-form__button svg, .r-search-form__close svg, .r-subdropdown_open {
        display: block;
    }
    .r-subdropdown__header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 15px;
        background: #fafafa;
        height: 60px;
    }
    .r-subdropdown__header-title {
        flex-grow: 1;
        font-size: 16px;
        margin-left: 15px;
        margin-right: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        color: #686868;
    }
    .r-subdropdown__header-action {
        color: #bdbdbd;
        display: block;
    }
    .r-popup-opened .r-header, .r-subdropdown__header-back_hide {
        display: none;
    }
    .r-subdropdown__main {
        overflow-y: auto;
        max-height: 100%;
    }
    .r-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        height: 60px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
        display: flex;
        justify-content: space-between;
        z-index: 10;
    }
    .r-header_over {
        z-index: 1001;
    }
    .r-search-form {
        display: none;
        position: absolute;
        inset: 0;
        z-index: 1;
        background: #fff;
        justify-content: space-between;
        align-items: center;
        padding-left: 19px;
        padding-right: 15px;
    }
    .r-search-form_open {
        display: flex;
    }
    .r-search-form__input-container {
        flex-grow: 1;
        align-self: stretch;
        margin-left: 20px;
        margin-right: 20px;
    }
    .r-search-form__input {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
    }
    .r-search-form__close {
        display: block;
        color: var(--primary-color);
    }
    .r-search-form__button {
        display: block;
        background: 0 0;
        border: 0;
        padding: 0;
    }
    .r-header__list {
        display: flex;
        align-items: center;
    }
    .r-header__list-item {
        margin-right: 15px;
    }
    .r-header__list_right .r-header__list-item {
        margin-right: 20px;
    }
    .r-header__list_right .r-header__list-item:last-child {
        margin-right: 0;
    }
    .r-header-menu__tiggle {
        color: var(--primary-color);
        position: relative;
        line-height: 1;
    }
    .r-header-menu__tiggle::after {
        content: "";
        position: absolute;
        inset: -10px -8px;
        margin: auto;
    }
    .r-header-menu__dropdown {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        background: #fff;
        z-index: 2;
        width: 289px;
        padding-top: 60px;
        padding-bottom: 30px;
        transition: left .2s ease-in-out;
    }
    .r-header-menu__dropdown_catalog {
        width: 100%;
    }
    .r-header-menu__dropdown_open {
        left: 0;
    }
    .r-header-menu__dropdown-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .r-header-menu__dropdown-main {
        overflow-y: auto;
        max-height: 100%;
    }
    .r-header-menu__dropdown-close {
        color: #bdbdbd;
        line-height: 0;
    }
    .r-header-menu__dropdown_catalog .r-header-menu__dropdown-close {
        position: relative;
        z-index: 3;
    }
    .r-header-menu__dropdown-list_parent, .r-header-menu__dropdown_catalog .r-subdropdown__header-close {
        display: none;
    }
    .r-header-logo, .r-subdropdown_category .r-header-menu__dropdown-list_parent {
        display: block;
    }
    .r-header-logo img {
        max-height: 30px;
    }
    .r-header__list-item-link {
        position: relative;
        color: var(--primary-color);
    }
    .r-header__list-item-link_phone {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 2px 8px 5px;
        background-color: #26ad5f;
        border-radius: 10px;
    }
    .r-header-menu__tiggle svg, .r-header__list-item-link > img, .r-header__list-item-link > svg {
        display: block;
    }
    .r-header-menu__list {
        position: relative;
    }
    .r-header-menu__list::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: var(--light-color, #f8f9fa);
    }
    .r-header-menu__list:last-child::after {
        display: none;
    }
    .r-header-menu .list-rows__item-icon {
        color: var(--primary-color);
    }
}

.r-header-contacts-btn {
    padding: 2px 8px;
}

.r-header-contacts-btn .link-box__icon {
    color: #fff;
    transition: transform .1s ease;
}

.r-header-contacts-btn_active .link-box__icon {
    transform: rotate(180deg);
}

.r-header-contacts {
    position: fixed;
    top: 60px;
    left: -100%;
    bottom: 0;
    display: none;
    width: 100vw;
    overflow-y: auto;
    background-color: #fff;
    transition: left .2s ease-in-out;
}

.r-header-contacts_open {
    display: block;
    left: 0;
}

.r-header-contacts__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
}

.r-header-contacts__blocks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.r-header-contacts__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #686868;
    text-align: center;
    text-decoration: none;
    min-height: 64px;
    padding: 16px;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
}

.r-header-contacts__name {
    color: #1b1b1b;
}

.r-header-contacts__hint, .r-header-contacts__phone {
    display: block;
}

.r-header-contacts__navigator {
    margin-top: 16px;
}

.r-header-contacts__messengers {
    display: flex;
    align-items: center;
    gap: 16px;
}

.up-button {
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 17px;
    line-height: 0;
    background-color: var(--primary-color);
    border-radius: 25px;
    z-index: 5;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

@media print {
    .up-button {
        display: none !important;
    }
}

.up-button_show {
    pointer-events: inherit;
    opacity: .5;
}

.info-panel {
    padding: 10px 0;
    background-color: #fff;
}

.info-panel__container {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    min-height: 30px;
    max-height: 80px;
}

.info-panel__content-container {
    flex-grow: 1;
}

.info-panel__close-button-container {
    white-space: nowrap;
    line-height: 0;
    padding-left: 20px;
}

.info-panel__close-button {
    display: inline-block;
    vertical-align: top;
    color: #bdbdbd;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.info-panel__close-button:hover {
    color: #686868;
}

.info-panel_dark {
    background-color: #1b1b1b;
    color: #fff;
}

.info-panel_align_center .info-panel__content-container {
    text-align: center;
    padding-left: 32px;
}

@media (max-width: 767px) {
    .info-panel_align_center .info-panel__content-container {
        padding-left: 22px;
    }
    .info-panel_align_center .info-panel__close-button-container {
        padding-left: 10px;
    }
}

.info-panel-content {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.2;
}

.info-panel-content__image-container {
    width: 60px;
    flex-shrink: 0;
    padding-right: 10px;
}

.info-panel-content__image-box {
    width: 50px;
    height: 50px;
}

.info-panel-content__info-container {
    flex-grow: 1;
}

.info-panel-content__button-container {
    flex-shrink: 0;
    padding-left: 20px;
    white-space: nowrap;
}

.info-panel-content__header {
    font-size: 14px;
    font-weight: 500;
}

.info-panel-content__sub-header {
    font-size: 11px;
    color: #686868;
    margin-top: 4px;
}

.info-panel-container {
    position: fixed;
    left: 0;
    top: 100%;
    right: 0;
    transition: box-shadow .2s ease-in-out;
    z-index: 10;
}

.info-panel-container_open {
    top: auto;
    bottom: 0;
    animation: infopanel-open-bottom .2s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}

.info-panel-container_close {
    animation: infopanel-open-bottom .2s ease-in-out reverse;
}

.info-panel-container_top {
    top: auto;
    bottom: 100%;
}

.info-panel-container_top.info-panel-container_open {
    bottom: auto;
    top: 0;
    animation: infopanel-open-top .2s ease-in-out;
}

.info-panel-container_top.info-panel-container_close {
    animation: infopanel-open-top .2s ease-in-out reverse;
}

.magnific-popup ~ .info-panel-container {
    z-index: 15;
}

.cookie-panel__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.cookie-panel__button-container, .cookie-panel__content-container {
    margin-left: 15px;
    margin-right: 15px;
}

.banner-panel__container {
    display: inline-flex;
    align-items: center;
}

.banner-panel__button-container, .banner-panel__close-container {
    white-space: nowrap;
}

.banner-panel__content-container {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .banner-panel__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
}

.responsive-social-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 0, #fafafa 25%);
    cursor: pointer;
}

@media (min-width: 1024px) {
    .responsive-social-button {
        display: none;
    }
}

.header-floating {
    background-color: #fff;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    transition: transform .3s ease;
    transform: translateY(-100%);
    z-index: 1;
}

@media (min-width: 1024px) {
    .header-floating {
        display: block;
    }
}

.header-floating__inner {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-floating__shop {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 32px;
}

.header-floating__catalog {
    margin-right: 20px;
}

.header-floating__shop-links {
    margin-left: auto;
}

.header-floating__logo {
    width: 145px;
}

@media screen and (max-width: 1200px) {
    .header-floating__logo {
        padding-right: 20px;
    }
}

.header-floating__search {
    flex-grow: 1;
}

.header-floating__dropdown .catalog-dropdown::after {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    height: 1px;
    background-color: #f2f2f2;
}

.header-floating_visible {
    transform: translateY(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}

.header-floating__logo_padding-right {
    padding-right: 20px;
}

.header-floating__logo-desc {
    display: none;
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
    margin-left: 10px;
    color: #686868;
    font-size: 10px;
    padding-right: 20px;
    max-width: 135px;
}

@media (min-width: 1200px) {
    .header-floating__logo-desc {
        display: block;
    }
}

@media (min-width: 1024px) {
    .header-floating {
        display: block;
    }
    .catalog-extend__columns-container {
        overflow-y: auto;
    }
}

.page_bar .index__wrapper, .page_bar .info-panel-container:not(.info-panel-container_top), .page_bar .r-header-contacts, .page_bar .r-header-menu__dropdown, .page_bar .r-subdropdown {
    padding-bottom: calc(60px + constant(safe-area-inset-bottom));
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

@media (max-width: 1023px) {
    .page_bar .content-columns__sidebar .sidebar-filters {
        padding-bottom: calc(120px + env(safe-area-inset-bottom));
    }
    .page_bar .content-columns__sidebar .sidebar-filters .filters__footer {
        bottom: calc(60px + env(safe-area-inset-bottom));
    }
}

.fixed-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.fixed-bar__inner {
    display: flex;
    flex-direction: column-reverse;
}

.fixed-bar__menu {
    display: flex;
    box-sizing: content-box;
    height: 45px;
    padding: 10px 0 5px;
    padding-bottom: calc(5px + constant(safe-area-inset-bottom));
    padding-bottom: calc(5px + env(safe-area-inset-bottom));
    background-color: #fff;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

.fixed-bar__menu_hidden {
    display: none;
}

.fixed-bar__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    color: #cfcfcf;
    text-decoration: none;
    flex-grow: 1;
    width: 20%;
    height: 100%;
    padding: 0 5px;
}

.fixed-bar__item_active {
    color: var(--general-color, #1b1b1b);
    text-decoration: none;
}

.fixed-bar__item_active .fixed-bar__icon {
    color: var(--primary-color);
}

.fixed-bar__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
}

.fixed-bar__icon svg {
    width: auto;
    height: 100%;
}

.fixed-bar__icon_home {
    height: 28px;
}

.fixed-bar__icon_cart, .fixed-bar__icon_favorite {
    position: relative;
}

.fixed-bar__item-name {
    margin-top: auto;
}

.fixed-bar__counter {
    position: absolute;
    top: -5px;
    right: auto;
    left: calc(50% + 14px);
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
}

.hide-links-menu {
    position: relative;
}

.hide-links-menu:not(.hide-links-menu_inited) {
    overflow: hidden;
}

.hide-links-menu__more-container_hide {
    display: none;
}

.swiper-css-mode > .swiper-wrapper.swiper-wrapper_overflow-fixed {
    margin: -22px -22px -22px 0;
    padding: 22px 22px 22px 0;
}

.error-page {
    text-align: center;
    width: 100%;
}

.error-page__container {
    padding: 60px;
}

.error-page__image-box {
    margin-bottom: 40px;
}

.error-page__header {
    font-size: 24px;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .error-page__buttons {
        margin-top: 30px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .error-page__button {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        width: 208px;
    }
}

@media (max-width: 1023px) {
    .error-page__header {
        font-size: 18px;
    }
    .error-page__image {
        height: auto;
    }
    .error-page__buttons {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 195px;
        margin: 25px auto 0;
    }
}

.login-page {
    visibility: hidden;
}

.login-page .wa-buttons-wrapper {
    display: block !important;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .login-page .wa-buttons-wrapper {
        margin-top: 10px;
    }
}

.login-page .wa-onetime-password-input-message, .login-page .wa-send-again-onetime-password-link-wrapper, .login-page .wa-send-onetime-password-edit-link-wrapper {
    margin-top: 15px;
}

.login-page .wa-send-again-onetime-password-link, .login-page .wa-send-onetime-password-edit-link {
    font-size: 13px;
}

.login-page .wa-login-form-actions {
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .login-page .wa-login-form-actions {
        margin-top: 20px;
    }
}

.login-page .wa-info-messages, .login-page__auth-adapters {
    margin-bottom: 30px;
}

.login-page .wa-field-remember-me {
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .login-page .wa-field-remember-me {
        margin-top: 20px;
    }
}

.login-page .form-field_size_s .input-text {
    width: 500px;
}

@media (max-width: 1023px) {
    .login-page .form-field_size_s .input-text {
        width: 100%;
    }
}

.login-page .input-text.wa-error {
    border-color: #ff3131;
}

.login-page__nav-buttons {
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 100%;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .login-page__nav-buttons {
        width: 100%;
    }
}

.login-page__nav-buttons > * {
    margin-right: 16px;
}

.login-page__nav-buttons > :last-child {
    margin-right: 0;
}

.login-page__nav-buttons .wa-js-old-button-place {
    display: none;
}

.login-page_js-is-init {
    visibility: visible;
}

@media (max-width: 1023px) {
    .login-page_general .login-page__nav-buttons {
        margin-top: 20px;
        justify-content: space-between;
    }
    .login-page_general .login-page__nav-buttons:not(.login-modal__nav-buttons) > * {
        margin-right: 16px;
        flex: auto;
    }
    .login-page_general .login-page__nav-buttons:not(.login-modal__nav-buttons) > :last-child {
        margin-right: 0;
    }
}

.login-modal {
    width: 400px;
    margin: 0 auto;
}

.login-modal_general .wa-field-remember-me {
    margin-top: 0;
}

.login-modal__auth-adapters, .login-modal__header {
    text-align: center;
}

.login-modal__nav-buttons {
    display: flex;
    margin: 30px -40px -30px;
    max-width: none;
    width: auto;
}

.login-modal__nav-buttons > * {
    margin-right: 0;
}

.login-modal__nav-button {
    width: 1px;
    flex: auto;
    font-weight: 400;
    border-radius: 0;
    border-left: 1px solid var(--light-color-hover, #e2e6ea);
    padding: 11px 14px;
}

.login-modal__nav-button_fake {
    padding: 0;
}

.login-modal__nav-button_fake .button {
    width: 100%;
    padding: 11px 14px;
}

.login-modal__nav-button.wa-request-onetime-password-button-wrapper, .login-modal__nav-button:first-child {
    border-left: 0;
    border-radius: 0 0 0 5px;
}

.login-modal__nav-button:last-child {
    border-radius: 0 0 5px;
}

.login-modal__submit-line {
    display: flex;
    align-items: center;
    width: 100%;
}

.login-modal__submit-line-checkbox {
    flex-grow: 1;
    padding-right: 15px;
}

.login-modal__submit-line-button {
    flex-grow: 1;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .login-modal {
        width: 100%;
        margin: 0;
    }
    .login-modal__nav-buttons {
        width: calc(100% + 40px);
        margin: 30px -20px -20px;
    }
}

.signup-page {
    visibility: hidden;
}

.signup-page .form-decorator_js-is-init .wa-signup-form-wrapper, .signup-page.form-decorator_js-is-init .wa-signup-form-wrapper {
    visibility: inherit !important;
}

.signup-page .wa-buttons-wrapper {
    margin-top: 30px;
    display: flex;
}

.signup-page .wa-login-url {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.signup-page .form-field_size_s .form-field__content-container .input-text {
    width: 500px;
}

@media (max-width: 1023px) {
    .signup-page .form-field_size_s .form-field__content-container .input-text {
        width: 100%;
    }
}

.signup-page .input-text.wa-error {
    border-color: #ff3131;
}

.signup-page__auth-adapters {
    margin-bottom: 30px;
}

.signup-page__login-button {
    margin-left: 15px;
}

.signup-page_js-is-init {
    visibility: inherit;
}

.signup-modal {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.signup-modal__auth-adapters, .signup-modal__header {
    text-align: center;
}

.signup-modal__login-button {
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .signup-modal {
        width: 100%;
        margin: 0;
    }
    .signup-modal .wa-buttons-wrapper {
        display: flex;
    }
    .signup-modal .wa-buttons-wrapper > * {
        flex: 1 1 0;
        width: 1px;
    }
}

.forgotpassword-page {
    visibility: hidden;
}

.forgotpassword-page .wa-forgotpassword-form-actions, .forgotpassword-page .wa-set-password-form-actions .wa-login-url {
    margin-top: 15px;
}

.forgotpassword-page .wa-set-password-form-actions {
    margin-top: 30px;
}

.forgotpassword-page .wa-uncaught-errors {
    margin-bottom: 5px;
}

.forgotpassword-page_js-is-init {
    visibility: inherit;
}

.forgotpassword-modal {
    width: 400px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .forgotpassword-modal {
        width: 100%;
        margin: 0;
    }
}

.social-block__tabs {
    display: flex;
    width: 100%;
}

.social-block__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    background: #f2f2f2;
    height: 39px;
    color: #c4c4c4;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    cursor: pointer;
    line-height: 0;
}

.social-block__tab:hover {
    background-color: #e1e1e1;
}

.social-block__tab_active {
    color: #fff;
    pointer-events: none;
}

.social-block__tab_active.social-block__tab_vk {
    background: #4d76a1;
}

.social-block__tab_active.social-block__tab_facebook {
    background: #3b5998;
}

.social-block__tab_active.social-block__tab_twitter {
    background: #1da1f2;
}

.social-block__tab_active.social-block__tab_odnoklassniki {
    background: #ee8208;
}

.social-block__tab_active.social-block__tab_instagram {
    background: #c1558b;
}

.social-block__contents {
    border: 1px solid #f2f2f2;
    border-radius: 0 0 3px 3px;
    position: relative;
}

.social-block__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.social-block__content * {
    width: 100% !important;
    vertical-align: top;
}

.social-block__content_active {
    position: static;
    pointer-events: inherit;
    width: auto;
    opacity: 1;
}

.blog-sidebar-news__header-container {
    display: flex;
    align-items: center;
}

.blog-sidebar-news__header-text-container, .blog-sidebar-news__link-container {
    margin-left: 15px;
    white-space: nowrap;
}

.blog-sidebar-news__header-text-container:first-child, .blog-sidebar-news__link-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal;
}

.blog-posts-mini {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-post-mini__date-container {
    font-size: 13px;
    color: #1b1b1b;
    margin-bottom: 10px;
    line-height: 1.2;
}

.blog-post-mini__title-container {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.photos-mini__list {
    margin-right: -5px;
}

.photos-mini__list::after {
    content: "";
    display: table;
    margin-top: -5px;
}

.photos-mini__footer {
    margin-top: 15px;
    line-height: 1.2;
}

.photos-mini__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
}

.photos-mini__hide-button, .photos-mini__item_hidden {
    display: none;
}

.photos-mini.toggle-block_active .photos-mini__item_hidden {
    display: inline-block;
}

.photos-mini.toggle-block_active .photos-mini__hide-button {
    display: inline;
}

.photos-mini.toggle-block_active .photos-mini__show-button {
    display: none;
}

.photos-photo-mini {
    opacity: .6;
    transition: opacity .2s ease-in-out;
}

.photos-photo-mini:hover {
    opacity: 1;
}

pre[rel=waException] {
    background-color: #eee;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.add-to-cart {
    color: var(--add-to-cart-button-text-color, #fff);
    background-color: var(--add-to-cart-button-color, #007bff);
}

.add-to-cart:hover:not(:disabled) {
    color: var(--add-to-cart-button-text-hover-color, #fff);
    background-color: var(--add-to-cart-button-color-hover, #0056b3);
}

.add-to-cart.button_style_inverse {
    color: var(--add-to-cart-button-color, #007bff);
    background-color: transparent;
    border-color: var(--add-to-cart-button-color, #007bff);
}

.add-to-cart.button_style_inverse:hover {
    color: var(--button-color-dark, #343a40);
    border-color: var(--add-to-cart-button-color-hover, #0056b3);
    background: 0 0;
}

.add-to-cart.button_style_inverse:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.product-compare, .product-favorite {
    color: #cfcfcf;
}

.product-compare:hover, .product-favorite:hover {
    color: var(--accent-color);
}

.product-favorite svg {
    fill: #fff;
}

.product-favorite_active svg {
    color: #ff3131;
    fill: #ff3131;
}

.product-compare svg {
    fill: #fff;
}

.product-compare_active svg {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.posts-thumbs__wrapper {
    display: grid;
    gap: 24px 24px;
    grid-template-columns: repeat(var(--cols-count, 4), minmax(0, 1fr));
}

.posts-thumbs__item {
    position: relative;
}

.posts-thumbs_slider {
    margin: -24px;
    padding: 24px 24px 24px 0;
}

.posts-thumbs_slider .posts-thumbs__wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: initial;
}

.posts-thumbs_slider .posts-thumbs__item {
    padding-left: 24px;
    width: calc(100% / var(--cols-count, 4));
    height: auto;
}

@media (max-width: 1023px) {
    .posts-thumbs_slider {
        margin: -15px;
        padding: 15px 15px 15px 0;
    }
    .posts-thumbs_slider .posts-thumbs__item {
        padding-left: 15px;
    }
}

.posts-thumbs, .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
    --cols-count: 4;
}

@media (max-width: 1440px) {
    .posts-thumbs {
        --cols-count: 3;
    }
}

@media (max-width: 1023px) {
    .posts-thumbs {
        --cols-count: 3;
    }
}

@media (max-width: 767px) {
    .posts-thumbs {
        --cols-count: 2;
    }
}

@media (max-width: 425px) {
    .posts-thumbs {
        --cols-count: 1;
    }
}

.posts-thumbs_size_s {
    --cols-count: 5;
}

@media (max-width: 1440px) {
    .posts-thumbs_size_s {
        --cols-count: 4;
    }
}

@media (max-width: 1023px) {
    .posts-thumbs_size_s {
        --cols-count: 3;
    }
}

@media (max-width: 767px) {
    .posts-thumbs_size_s {
        --cols-count: 2;
    }
}

@media (max-width: 425px) {
    .posts-thumbs_size_s {
        --cols-count: 1;
    }
}

.posts-thumbs_offset-sidebar {
    --cols-count: 3;
}

@media (max-width: 1023px) {
    .posts-thumbs_offset-sidebar {
        --cols-count: 3;
    }
}

@media (max-width: 767px) {
    .posts-thumbs_offset-sidebar {
        --cols-count: 2;
    }
}

@media (max-width: 425px) {
    .posts-thumbs_offset-sidebar {
        --cols-count: 1;
    }
}

@media (max-width: 1440px) {
    .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
        --cols-count: 3;
    }
}

@media (max-width: 1023px) {
    .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
        --cols-count: 3;
    }
}

@media (max-width: 767px) {
    .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
        --cols-count: 2;
    }
}

@media (max-width: 425px) {
    .posts-thumbs_size_s.posts-thumbs_offset-sidebar {
        --cols-count: 1;
    }
}

.post-thumb {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    padding: 19px;
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
}

.post-thumb:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .07);
}

.post-thumb__image-container {
    margin: -20px -20px 20px;
}

.post-thumb__image-box {
    width: 100%;
    height: 200px;
    background-color: #e1e1e1;
}

.post-thumb__date-container {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.post-thumb__title-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.post-thumb_size_s .post-thumb__image-box {
    height: 145px;
}

.post-thumb_size_s .post-thumb__image-box_full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .post-thumb:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    }
}

.catalog-extend {
    position: relative;
}

.catalog-extend__list-container {
    width: 225px;
}

@media (min-width: 1200px) {
    .catalog-extend__list-container {
        width: 255px;
    }
}

.catalog-extend__columns-container {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(var(--container-width, 1170px) - 60px - 225px);
    background-color: #fff;
    padding: 0 20px;
    transform: translateZ(0);
    min-height: 100%;
    border-bottom-right-radius: 10px;
    animation: megashop-fadeout-up .2s ease-in-out;
    animation-play-state: paused;
}

@media (min-width: 1200px) {
    .catalog-extend__columns-container {
        width: calc(var(--container-width, 1170px) - 90px - 255px);
    }
}

.catalog-extend__columns-container_right {
    right: 100%;
    left: auto;
}

.catalog-extend__columns {
    display: none;
    padding: 20px 0;
}

.catalog-extend__columns_active {
    display: block;
}

.catalog-extend_open .catalog-extend__columns-container {
    display: block;
    animation: megashop-fadein-up .2s ease-in-out;
    animation-play-state: paused;
}

.catalog-extend_animated .catalog-extend__columns-container {
    display: block;
    animation-play-state: running;
}

.catalog-extend_fixed-width {
    width: 225px;
}

@media (min-width: 1200px) {
    .catalog-extend_fixed-width {
        width: 255px;
    }
}

.catalog-flat {
    position: relative;
    width: 100%;
    max-height: calc(-135px + 100vh);
    overflow-y: auto;
    padding: 24px 32px;
}

.catalog-flat__list-container {
    width: 100%;
}

.catalog-flat__list {
    display: grid;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0 0 24px;
}

.catalog-flat__content {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.catalog-flat__link {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
    font-weight: 500;
    color: #1b1b1b;
}

.catalog-flat__children-link:hover, .catalog-flat__link:hover {
    color: var(--link-color-hover);
}

.catalog-flat__link_bold {
    font-weight: 600;
}

.catalog-flat__children-container {
    display: flex;
    flex-flow: column;
    gap: 12px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.catalog-flat__children-item {
    color: #686868;
}

.catalog-flat__children-link, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name a, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name a, .promos-gift-name a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
    color: #686868;
}

.catalog-flat__show-more {
    display: flex;
    width: fit-content;
    margin-top: 16px;
}

.catalog-flat__item-image-container {
    display: flex;
}

.catalog-flat__item-image {
    height: 73px;
}

.catalog-flat__image {
    border-radius: 6px;
}

.catalog-flat__badge {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 1.2;
}

.catalog-tree_fixed-width {
    width: 225px;
}

@media (min-width: 1200px) {
    .catalog-tree_fixed-width {
        width: 255px;
    }
}

.catalog-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.catalog-list__item {
    transform: translateZ(0);
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid var(--light-color, #f8f9fa);
}

.catalog-list__item:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}

.catalog-list__item-image-container {
    width: 44px;
    flex-shrink: 0;
    text-align: center;
    padding-right: 20px;
}

.catalog-list__item-image {
    max-width: 24px;
    max-height: 24px;
    vertical-align: top;
}

.catalog-list__content {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    line-height: 1.6;
}

.catalog-list__content_current {
    cursor: initial;
    background: var(--pale-color, #f8f9fa);
}

.catalog-list__link, .page_ordercall .oc form a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.catalog-list__arrow-icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    color: var(--link-color);
    margin: auto 0;
}

.catalog-list__item_right .catalog-list__arrow-icon {
    right: auto;
    left: 20px;
}

.catalog-list__children-container {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 255px;
    transform: translateZ(0);
}

.catalog-list__children-container .catalog-list {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
}

.catalog-list__children-container .catalog-list__item {
    border-bottom-left-radius: 0;
}

.catalog-list__children-container .catalog-list__item:first-child {
    border-top-right-radius: 10px;
}

.catalog-list__children-container_left {
    right: 100%;
    left: auto;
}

.catalog-list__children-container_left .catalog-list {
    border-radius: 10px 0 0 10px;
}

.catalog-list__children-container_left .catalog-list__item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

.catalog-list__children-container_left .catalog-list__item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
}

.catalog-list__count {
    position: relative;
    font-size: 9px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: super;
    align-self: flex-start;
    color: #a0a0a0;
}

.catalog-list__badge {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 1.2;
}

.catalog-list__item_has-children > .catalog-list__content {
    padding-right: 35px;
}

.catalog-list__item_has-children.catalog-list__item_right > .catalog-list__content {
    padding-right: 15px;
    padding-left: 35px;
}

.catalog-list__item_active {
    background: var(--light-color, #f8f9fa);
}

.catalog-list__item_active.catalog-list__item_has-children {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.catalog-list__item_active.catalog-list__item_has-children:last-child, .catalog-list__item_active.catalog-list__item_has-children ~ .catalog-list__item {
    border-bottom-right-radius: 0;
}

.catalog-list__item_active > .catalog-list__content .catalog-list__link, .catalog-list_depth_1 > .catalog-list__item_active > .catalog-list__content .catalog-list__link, .page_ordercall .oc form a:hover, .page_regions .shop-regions__window .selected_region .shop-regions-window__link:hover, .page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions:hover, .page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions:hover {
    color: var(--link-color-hover);
}

.catalog-list__children-container_animated, .catalog-list__item_active > .catalog-list__children-container {
    display: block;
}

.catalog-list__children-container_open-animation {
    animation: megashop-fadein-up .2s ease-in-out;
}

.catalog-list__children-container_close-animation {
    animation: megashop-fadeout-up .2s ease-in-out forwards;
}

.catalog-list_depth_2 > .catalog-list__item > .catalog-list__content .catalog-list__link {
    color: #606060;
}

.catalog-list_depth_2 > .catalog-list__item_active > .catalog-list__link {
    color: var(--link-color);
}

.catalog-list_side_right .catalog-list__children-container {
    border-left: 0;
    left: auto;
    border-right: 1px solid var(--light-color, #f8f9fa);
    right: 100%;
}

.catalog-list_side_right .catalog-list__item_active.catalog-list__item_has-children:last-child, .catalog-list_side_right .catalog-list__item_active.catalog-list__item_has-children ~ .catalog-list__item {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
}

.catalog-columns {
    display: block;
    width: 100%;
    line-height: 1.2;
    column-fill: balance;
    column-gap: 60px;
}

.catalog-columns-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.catalog-columns-header__title {
    font-size: 18px;
}

.catalog-columns__column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.catalog-columns__category-container {
    padding-top: 30px;
}

.catalog-columns__category-container_break-avoid {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
}

.catalog-columns__category-container_left, .catalog-columns__category-container_top {
    display: flex;
    gap: 20px;
}

.catalog-columns__category-container_top {
    flex-direction: column;
}

.catalog-columns__image-box {
    width: 60px;
    height: 60px;
}

.catalog-columns__image {
    border-radius: 6px;
}

.catalog-columns__link {
    font-size: 14px;
    font-weight: 500;
    transition: color .2s ease-in-out;
}

.catalog-columns__link_bold {
    font-weight: 600;
}

.catalog-columns__count {
    position: relative;
    margin-left: 4px;
    color: var(--primary-color);
}

.catalog-columns__subcategories {
    margin-top: 16px;
}

.catalog-columns__subcategory {
    margin-top: 12px;
}

.catalog-columns__subcategory_hidden {
    display: none;
}

.catalog-columns__subcategories.toggle-block_active .catalog-columns__subcategory_hidden {
    display: block;
}

.catalog-columns__subcategory-link {
    color: #606060;
    transition: color .2s ease-in-out;
}

.catalog-columns__category-badge {
    display: inline-block;
    vertical-align: bottom;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    line-height: 1.2;
}

.catalog-columns_simple {
    display: flex;
}

.catalog-dropdown {
    display: none;
    position: absolute;
    transform: translateZ(0);
    animation: megashop-fadeout-up .2s ease-in-out;
    animation-play-state: paused;
}

.catalog-dropdown_open {
    display: block;
    animation: megashop-fadein-up .2s ease-in-out;
    animation-play-state: paused;
}

.catalog-dropdown_animated {
    display: block;
    animation-play-state: running;
}

.horizontal-catalog {
    display: none;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: calc(var(--container-width, 1170px) - 60px);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 1200px) {
    .horizontal-catalog {
        width: calc(var(--container-width, 1170px) - 90px);
    }
}

.horizontal-catalog__category {
    display: none;
    padding: 30px 24px;
}

.horizontal-catalog_wo-top-offset .horizontal-catalog__category {
    padding-top: 0;
}

.horizontal-catalog__category_active {
    display: block;
}

.horizontal-catalog_open {
    display: block;
    visibility: inherit;
    pointer-events: inherit;
    animation: megashop-fade-up .2s ease-in-out;
}

.horizontal-catalog_close {
    animation: megashop-fade-up .2s ease-in-out reverse;
}

.brands-dropdown {
    display: none;
    position: absolute;
    width: calc(var(--container-width, 1170px) - 60px);
    transform: translateZ(0);
    animation: megashop-fadeout-up .2s ease-in-out;
    animation-play-state: paused;
}

@media (min-width: 1200px) {
    .brands-dropdown {
        width: calc(var(--container-width, 1170px) - 90px);
    }
}

.brands-dropdown_open {
    display: block;
    animation: megashop-fadein-up .2s ease-in-out;
    animation-play-state: paused;
}

.brands-dropdown_animated {
    display: block;
    animation-play-state: running;
}

.brands-catalog {
    padding: 30px;
    background-color: #fff;
}

.brands-catalog__header-container {
    display: flex;
    align-items: center;
}

.brands-catalog__header-text-container, .brands-catalog__link-container {
    margin-left: 30px;
    white-space: nowrap;
}

.brands-catalog__header-text-container:first-child, .brands-catalog__link-container:first-child {
    width: 100%;
    margin-left: 0;
    white-space: normal;
}

.brands-catalog__columns {
    display: flex;
    width: 100%;
}

.brands-catalog__column {
    flex-grow: 1;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

.brands-catalog__brands {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.brands-catalog__brand {
    position: relative;
    color: #606060;
    line-height: 1.2;
}

.brands-catalog__letter {
    position: absolute;
    left: 0;
    margin-left: -20px;
    color: var(--primary-color);
    font-weight: 700;
}

.brand-alphabet {
    position: relative;
    width: 100%;
    padding: 0 6px;
    background: var(--top-header-background-color, #fafafa);
    z-index: 1;
}

.brand-alphabet_opened {
    z-index: 3;
}

.brand-alphabet-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-alphabet-list_letters {
    flex-wrap: wrap;
}

.brand-alphabet-list__item {
    padding: 0 4px;
}

.brand-alphabet-list__item_letter {
    padding: 5px 4px;
}

.brand-alphabet-list__item_show-all {
    border-left: 1px solid #b7b7b7;
}

.brand-alphabet-list__brands {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    padding-top: 5px;
    width: 100%;
}

.brand-alphabet-list__item_active .brand-alphabet-list__brands, .promos-gift-block .promos-gift-image img {
    display: block;
}

.brand-alphabet-brands {
    display: flex;
    width: 100%;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid var(--light-color, #f8f9fa);
}

.brand-alphabet-brands__title {
    align-self: flex-start;
    font-size: 4em;
    line-height: 1;
    padding: 20px;
}

.brand-alphabet-brands__list {
    flex-grow: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-alphabet-brands__list_columns {
    column-count: 4;
}

.brand-alphabet-brands__item {
    display: block;
    padding: 3px 0;
}

@media (max-width: 1023px) {
    .brand-alphabet {
        width: auto;
        margin: 0 -15px 10px;
    }
}

@media (max-width: 767px) {
    .brand-alphabet-brands__list_columns {
        column-count: 3;
    }
}

@media (max-width: 450px) {
    .brand-alphabet-brands__list_columns {
        column-count: 2;
    }
}

.cart-popup {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 29px 39px;
    width: 500px;
    line-height: 1.2;
    position: absolute;
    right: -50px;
    top: 15px;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .07);
    color: #1b1b1b;
}

.cart-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #bdbdbd;
    transition: color .2s ease-in-out;
    cursor: pointer;
    line-height: 0;
    padding: 5px;
}

.cart-popup__close:hover, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover .button__icon {
    color: #686868;
}

.cart-popup__header {
    margin-bottom: 30px;
}

.cart-popup__items-container {
    margin-bottom: 30px;
    overflow-y: auto;
    max-height: 242px;
    margin-right: -35px;
    padding-right: 35px;
    position: relative;
}

.cart-popup__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.cart-popup__item + .cart-popup__item {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}

.cart-popup__total-container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.cart-popup__total-label {
    flex-grow: 1;
    font-size: 16px;
}

.cart-popup__total {
    white-space: nowrap;
    font-weight: 500;
    font-size: 36px;
}

.cart-popup__buttons {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    gap: 20px;
    width: 100%;
}

.cart-popup__button {
    width: 200px;
}

.cart-popup__button_fill {
    width: 100%;
}

.cart-popup-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.cart-popup-item__image-container {
    width: 80px;
    flex-shrink: 0;
    padding-right: 20px;
}

.cart-popup-item__image-box {
    width: 60px;
    height: 60px;
}

.cart-popup-item__info-container {
    width: 180px;
    flex-grow: 1;
    flex-shrink: 0;
}

.cart-popup-item__name-container {
    font-weight: 500;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    margin-bottom: 4px;
    white-space: normal;
}

.cart-popup-item__quantity-container {
    font-size: 11px;
    color: #686868;
}

.cart-popup-item__total-container {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}

.cart-popup-item__delete-container {
    width: 40px;
    flex-shrink: 0;
    text-align: right;
}

.cart-popup-container__popup {
    position: relative;
    z-index: 2;
    visibility: hidden;
    pointer-events: none;
}

.cart-popup-container_open .cart-popup-container__popup {
    visibility: visible;
    pointer-events: inherit;
    animation: megashop-fade-up .2s ease-in-out;
}

.cart-popup-container_close .cart-popup-container__popup {
    animation: megashop-fade-up .2s ease-in-out reverse;
}

.page_buy1click .buy1click-decorator_button .buy1click-button {
    line-height: 1.2;
    vertical-align: top;
    padding: 8px 14px 9px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
    color: var(--button-color);
    background-color: var(--button-color-light, #f8f9fa);
    display: block;
    width: 100% !important;
}

.page_buy1click .buy1click-decorator_button .buy1click-button:disabled {
    cursor: default;
}

.page_buy1click .buy1click-decorator_button .buy1click-button.button_disabled {
    background: #fafafa;
    color: #cfcfcf;
    cursor: default;
}

.page_buy1click .buy1click-decorator_button .buy1click-button:hover {
    color: var(--button-color);
    background-color: var(--button-color-light-hover, #e2e6ea);
}

.page_buy1click .buy1click-decorator_button .buy1click-button:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.page_buy1click .buy1click-decorator_button .buy1click-button.button_active {
    color: var(--button-color);
    background-color: var(--button-color-light-hover, #e2e6ea);
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button {
    line-height: 1.2;
    vertical-align: top;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--inputs-buttons-border-radius, 4px);
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
    color: var(--button-color);
    background-color: var(--button-color-light, #f8f9fa);
    display: block;
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
    width: 100% !important;
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button:disabled {
    cursor: default;
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button.button_disabled {
    background: #fafafa;
    color: #cfcfcf;
    cursor: default;
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button:hover {
    color: var(--button-color);
    background-color: var(--button-color-light-hover, #e2e6ea);
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button:disabled {
    background: #fafafa;
    color: #cfcfcf;
}

.page_buy1click .buy1click-decorator_cart-button .buy1click-button.button_active {
    color: var(--button-color);
    background-color: var(--button-color-light-hover, #e2e6ea);
}

.page_buy1click .buy1click-decorator_link .buy1click-button {
    background: initial;
    padding: initial;
    margin: initial;
    border: initial;
    color: inherit;
    outline: initial;
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border-bottom: 1px dashed var(--link-color-alhpa-5);
}

.page_buy1click .buy1click-decorator_link .buy1click-button.button_active, .page_buy1click .buy1click-decorator_link .buy1click-button:hover {
    background: initial;
}

.page_buy1click .buy1click-button, .page_buy1click .buy1click-form, .page_buy1click .buy1click-form *, .page_buy1click .buy1click-form-button, .page_buy1click .buy1click-input-text, .page_buy1click .buy1click-select.jq-selectbox .jq-selectbox__search input {
    font-family: inherit !important;
}

.page_buy1click .product-add-to-cart__buy-one-click .buy1click-decorator .buy1click-button {
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
}

.page_buy1click2 .buy1click2-decorator {
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.page_buy1click2 .buy1click2-button {
    line-height: 1.2;
    border-radius: var(--inputs-buttons-border-radius, 4px);
}

.page_ordercall .oc form input[type=text] {
    max-width: 100%;
    line-height: 1.2;
    padding: 8px 14px 9px;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    outline: 0;
    transition: border-color .2s ease-in-out;
}

.page_ordercall .oc form .input[type=text]:focus {
    border-color: #f2f2f2;
}

.page_ordercall .oc form .oc-light-form-button {
    background: var(--button-color);
    color: var(--button-text-color);
}

.page_ordercall .oc form .oc-light-form-button:focus, .page_ordercall .oc form .oc-light-form-button:hover {
    background: var(--button-color-hover);
}

.page_regions .shop-regions__window {
    font-family: inherit;
}

.page_regions .shop-regions__window .shop-regions-window__wrapper {
    border-radius: 5px;
    font-family: inherit;
    box-shadow: none;
    color: #686868;
}

.page_regions .shop-regions__window .shop-regions__button-close {
    top: 10px;
    right: 10px;
}

.page_regions .shop-regions__window .shop-regions-window__search .shop-regions-window__sub-header {
    margin-bottom: 10px;
}

.page_regions .shop-regions__window .shop-regions-window__search .shop-regions-window__sub-subheader {
    margin-bottom: 15px;
}

.page_regions .shop-regions__window .shop-regions-window_show {
    background: rgba(0, 0, 0, .3);
}

.page_regions .shop-regions__window .shop-regions-window__sub-header {
    font-size: 16px;
    color: #1b1b1b;
}

.page_regions .shop-regions__window .shop-regions-window-search__input {
    max-width: 100%;
    line-height: 1.2;
    padding: 8px 14px 9px;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    outline: 0;
    transition: border-color .2s ease-in-out;
}

.page_regions .shop-regions__window .shop-regions-window-search__input:disabled {
    cursor: default;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
}

.page_regions .shop-regions__window .shop-regions-window-search__input:focus {
    border-color: #f2f2f2;
}

.page_regions .shop-regions__window .shop-regions-window__link {
    color: #686868;
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
    font-weight: 400;
    font-size: 14px;
}

.page_regions .shop-regions__window .selected_region .shop-regions-window__link, .page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions, .page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.page_regions .shop-regions__window .shop-regions-window__link:hover, .promos-gift-name a:hover {
    color: #606060;
}

.page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions::first-letter, .page_regions .shop-regions__window .shop-regions-window__link.shop-regions-window__trigger-show-all-regions::first-letter {
    text-transform: uppercase;
}

@media (max-width:1023px) {
	.page_regions .shop-regions .shop-regions-window__wrapper {
		position: fixed;
		inset: 0;
		margin: auto;
		z-index: 1;
		background: #fff;
		padding: 60px 15px 30px;
		width: 100%;
	}
	
	.page_regions .shop-regions .shop-regions-window__sub-subheader {
		display: none;
	}
	
	.page_regions .shop-regions .shop-regions-window-search__input {
		margin-top: 30px;
		height: 40px;
	}
	
	.page_regions .shop-regions .shop-regions-window__search .shop-regions-window__sub-header, .page_regions .shop-regions .shop-regions-window__sub-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 20px;
		padding-right: 15px;
		background: #fafafa;
		height: 60px;
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		color: #686868;
	}
	
	.page_regions .shop-regions .shop-regions-window__regions_popular, .page_regions .shop-regions .shop-regions-window__search, .page_regions .shop-regions .shop-regions-window__triggers {
		padding: 0;
	}
	
	.page_regions .shop-regions .shop-regions-window__region {
		padding: 22px 0;
		border-bottom: 1px solid #f2f2f2;
		margin: 0;
		color: #686868;
	}
	
	.page_regions .shop-regions .shop-regions-window__link {
		color: #1b1b1b;
	}
	
	.page_regions .shop-regions .shop-regions-window .clear_search {
		top: 40px;
		color: #bdbdbd;
		margin: 0;
	}
	
	.page_regions .shop-regions .without_regions .shop-regions-window__regions.search_result {
		margin-left: 0;
	}
	
	.page_regions .shop-regions .shop-regions-window .no_found_message {
		text-align: center;
	}
	
	.page_regions .shop-regions .shop-regions-window-search, .page_regions .shop-regions .shop-regions-window__regions-column {
		width: 100%;
	}
	
	.page_regions .shop-regions .shop-regions-window__regions_all {
		padding-left: 0;
	}
	
	.page_regions .shop-regions .shop-regions__button-close {
		color: #bdbdbd;
		top: 23px;
		right: 20px;
		font-size: 17px;
		line-height: 14px;
		z-index: 1;
	}
	
	.page_regions .shop-regions .shop-regions__button-close::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ibWVnYXNob3AtaWNvbl9hcnJvdy1sZWZ0IiBmaWxsPSIjQkRCREJEIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDEwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBkPSJNNiAxLjE3NUwyLjI4OCA1IDYgOC44MjUgNC44NTIgMTAgMCA1bDQuODUyLTVMNiAxLjE3NXoiPjwvcGF0aD48L3N2Zz4=");
		background-size: 100%;
		background-repeat: no-repeat;
		width: 10px;
		height: 16px;
		position: absolute;
		top: 0;
		right: calc(100vw - 50px);
		content: "";
	}
	
	.page_regions .shop-regions .shop-regions__ip-analyzer-variants {
		display: none !important;
	}
}

.page_searchpro .searchpro__dropdown {
	width: 100%;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 100%;
	z-index: 2;
	max-height: 600px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
	border-radius: 4px;
	margin-top: 5px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link {
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #000;
	transition: color .3s, background-color .3s;
	font-size: 14px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-categories a.searchpro__dropdown-entity, .page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-count, .page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link:hover {
	color: var(--link-color);
	text-decoration: none;
	cursor: pointer;
	transition: color ease-in-out .2s;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link.js-searchpro__dropdown-entity--active {
	color: #000;
	background-color: #f8f8f8;
}

.page_searchpro .searchpro__dropdown a.searchpro__dropdown-entity {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price .ruble.ruble {
	font-family: inherit;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title {
	position: relative;
	font-size: 12px;
	padding: 10px 20px;
	color: #686868;
	text-transform: uppercase;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title::after {
	content: "";
	height: 1px;
	border-top: 1px solid #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all {
	border-top: 1px solid #f2f2f2;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity {
	display: block;
	padding: 7px 20px;
	transition: background-color .3s, color .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active, .page_searchpro .searchpro__dropdown .searchpro__dropdown-entity:hover {
	background-color: #f8f8f8;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active .searchpro__dropdown-entity_delete-button, .page_searchpro .searchpro__dropdown .searchpro__dropdown-entity:hover .searchpro__dropdown-entity_delete-button {
	opacity: 1;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button {
	opacity: 0;
	float: right;
	font-size: 12px;
	color: #bdbdbd;
	transition: opacity .3s, color .3s;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button:hover {
	color: #000;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_name {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_subname {
	color: #686868;
	font-size: 12px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_image-container {
	float: left;
	margin-right: 10px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_summary {
	margin-top: 5px;
	font-size: .8em;
	color: #777;
	white-space: normal;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price {
	font-size: 16px;
	font-weight: 500;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price .ruble {
	font-family: ALSRubl-Arial, Arial, sans-serif;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price-container {
	margin-top: 5px;
}

.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_compare-price {
	font-size: .8em;
	color: #777;
	text-decoration: line-through;
}

.page_searchpro .searchpro__dropdown .searchpro-highlighted {
	font-weight: 500;
}

.page_searchpro .searchpro__field {
	position: relative;
	color: #1b1b1b;
}

.page_searchpro .searchpro__field .searchpro__field-container.js-searchpro__field-container--focus {
	border-color: var(--dark-color);
}

.page_searchpro .searchpro__field .searchpro__field-container.loading {
	background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, .05)), repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px), linear-gradient(to bottom, #fff, #eee);
	background-size: 28px;
	animation: loading .75s linear infinite;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container {
	position: relative;
	height: 28px;
	user-select: none;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label {
	cursor: pointer;
	padding: 0 35px 0 20px;
	position: relative;
	transition: background-color .3s;
	max-width: 160px;
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label span {
	white-space: nowrap;
	max-width: 150px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	background-color: var(--primary-color);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s background-color, .3s height;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label:hover::before {
	background-color: var(--dark-color-alpha-5);
	height: 100%;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
	background-size: contain;
	width: 8px;
	height: 5px;
	right: 20px;
	transition: transform .3s;
}

.page_searchpro .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label.js-searchpro__field-category-selector-active::after {
	transform: rotate(-90deg);
}

@media (max-width:550px) {
	.page_searchpro .searchpro__field .searchpro__field-categories-container {
		display: none;
	}
}

.page_searchpro .searchpro__field .searchpro__field-category, .page_searchpro .searchpro__field .searchpro__field-subcategory {
	padding: 7px 20px;
	transition: color .3s;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #686868;
}

.page_searchpro .searchpro__field .searchpro__field-category-all, .page_searchpro .searchpro__field .searchpro__field-subcategory-all {
	color: #000;
}

.page_searchpro .searchpro__field .searchpro__field-category.selected, .page_searchpro .searchpro__field .searchpro__field-subcategory.selected {
	font-weight: 500;
}

.page_searchpro .searchpro__field .searchpro__field-category:hover, .page_searchpro .searchpro__field .searchpro__field-subcategory:hover {
	color: var(--link-color);
}

.page_searchpro .searchpro__field .searchpro__field-category:first-child {
	padding-top: 15px;
}

.page_searchpro .searchpro__field .searchpro__field-category:last-child, .page_searchpro .searchpro__field .searchpro__field-subcategories-list:last-child .searchpro__field-subcategory:last-child {
	padding-bottom: 15px;
}

.page_searchpro .searchpro__field .searchpro__field-subcategories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
}

.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategory:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg%20width=%224%22%20height=%224%22%20viewBox=%220%200%204%204%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx=%222%22%20cy=%222%22%20r=%222%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
}

.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
	padding-left: 50px;
}

.page_searchpro .searchpro__field .searchpro__field-subcategories-list .searchpro__field-subcategories-list .searchpro__field-subcategory {
	padding-left: 40px;
}

.page_searchpro .searchpro__field-container {
	border: 1px solid var(--primary-color);
	display: flex;
	border-radius: var(--inputs-buttons-border-radius);
	background: #fff;
	align-items: center;
	justify-content: stretch;
}

.page_searchpro .searchpro-wrapper_style_inverse .searchpro__field-container {
	border-color: transparent;
}

.page_searchpro .searchpro__field-input-container {
	position: relative;
}

.page_searchpro .searchpro__field-button-container, .page_searchpro .searchpro__field-categories-container {
	flex: none;
	position: relative;
}

.page_searchpro .searchpro__field-input-container {
	flex: auto;
}

.page_searchpro .searchpro__field-button-container {
	line-height: 0;
	overflow: hidden;
	align-self: stretch;
	border: 0;
	border-top-right-radius: calc(var(--inputs-buttons-border-radius) - 2px);
	border-bottom-right-radius: calc(var(--inputs-buttons-border-radius) - 2px);
}

.page_searchpro .searchpro__field-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	color: #fff;
	height: 100%;
	padding: 0 20px;
	background-color: var(--button-color);
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.page_searchpro .searchpro-wrapper_size_l .searchpro__field-button {
	padding-top: 11px;
	padding-bottom: 11px;
}

.page_searchpro .searchpro__field-button:hover {
	background-color: var(--button-color-hover);
}

.page_searchpro .header-bottom-bar__container-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before, .page_searchpro .header-bottom-bar__container-search .searchpro__field-button {
	background-color: var(--header-bottom-bar-btn-color);
}

.page_searchpro .header-bottom-bar__container-search .searchpro__field-button:hover {
	background-color: var(--header-bottom-bar-btn-hover-color);
}

.page_searchpro .searchpro__field-input {
	width: 100%;
	line-height: 1.2;
	padding: 6px 14px;
	font-size: 14px;
	vertical-align: top;
	outline: 0;
	transition: border-color .2s ease-in-out;
	border: 0;
	background: 0 0;
}

.page_searchpro .searchpro__field-categories-list {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	z-index: 2;
	border: 1px solid #f4f4f4;
	padding: 0;
	margin: 5px 0 0;
	width: 280px;
	max-height: 400px;
	overflow-y: auto;
}

.page_searchpro .searchpro__field-categories-label {
	padding: 7px 7px 8px;
}

.page_searchpro .searchpro__field-container.js-searchpro__field-container--loading .searchpro__field-input-container::after {
	content: "";
	position: absolute;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23bdbdbd%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page_searchpro .searchpro__field-container .searchpro__field-clear-button {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E");
	background-size: 10px 10px;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.page_searchpro .searchpro__field-container .searchpro__field-clear-button:hover {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%20fill=%22none%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23000000%22/%3E%3C/svg%3E");
}

.page_searchpro .js-searchpro__dropdown, .page_searchpro .js-searchpro__helper {
	z-index: 999;
	position: absolute;
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container {
	border-color: transparent;
	background: 0 0;
	color: #686868;
	padding-right: 30px;
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container.js-searchpro__field-container--focus {
	border-color: transparent;
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-button-container {
	display: none;
}

.page_searchpro .searchpro-wrapper_alt-search .header-bottom-bar-alt-search__close-button, .page_searchpro .searchpro-wrapper_alt-search .searchpro__field-categories-label span, .page_searchpro .searchpro-wrapper_alt-search .searchpro__field-input {
	color: #fff;
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-input::placeholder {
	color: #fff;
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::before {
	background-color: var(--accent-color);
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field .searchpro__field-categories-container .searchpro__field-categories-label::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E");
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container.js-searchpro__field-container--loading .searchpro__field-input-container::after {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none;%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container .searchpro__field-clear-button, .page_searchpro .searchpro-wrapper_alt-search .searchpro__field-container .searchpro__field-clear-button:hover {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E");
}

.page_searchpro .searchpro-wrapper_responsive .searchpro__field-container {
	border: 0;
}

.page_searchpro .searchpro-wrapper_responsive .searchpro__field-input {
	height: 60px;
}

.page_searchpro .searchpro-wrapper_responsive .searchpro__field-button-container {
	display: none;
}

@media (max-width:1023px) {
	.page_searchpro .searchpro__field-input {
		padding-left: 0;
	}
	
	.page_searchpro .js-searchpro__dropdown::before, .page_searchpro .js-searchpro__helper::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100vh;
		inset: 0 0 0 -49px;
		background: rgba(0, 0, 0, .5);
		position: absolute;
	}
	
	.page_searchpro .searchpro__dropdown {
		width: 100vw;
		left: -49px;
		max-height: 100vh;
		border-radius: 0;
		box-shadow: none;
		top: -5px;
	}
	
	.page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_delete-button {
		display: none;
	}
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio], .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio], .promos-gift-block .promos-gift-delete svg, .searchpro-page_no-filters .searchpro-page__filters {
	display: none;
}

.searchpro-page__categories-container {
	margin-bottom: 20px;
}

.page_cityselect .b-cityselect__wrapper--megashop3 .b-cityselect__city {
	color: var(--top-header-link-color);
}

.page_cityselect .cityselect-modal .b-cityselect__change--megashop3 {
	padding: 0;
}

.page_cityselect .b-cityselect__notifier {
	border: 0;
	border-radius: 10px;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: var(--button-text-color);
	border: 1px solid transparent;
	background-color: var(--button-color);
	font-weight: 500;
	user-select: none;
	text-shadow: none;
	outline: 0;
	font-size: 13px;
	border-radius: var(--inputs-buttons-border-radius);
	padding: 4px 9px 5px;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_active, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:hover {
	background-color: var(--button-color-hover);
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_disabled, .page_cityselect .b-cityselect__notifier .b-cityselect__city_yes:disabled {
	background: #fafafa;
	color: #cfcfcf;
	cursor: default;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes.button_icon {
	padding: 0;
	border-radius: 3px;
	width: 18px;
	height: 18px;
}

@media (max-width:1023px) {
	.page_cityselect .b-cityselect__notifier .b-cityselect__city_yes {
		padding: 4px 9px 5px;
	}
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	background-color: var(--button-color);
	background-color: transparent;
	font-weight: 500;
	user-select: none;
	text-shadow: none;
	outline: 0;
	color: var(--button-color);
	border-color: var(--button-color);
	transition: border-color .2s ease-in-out, color .2s ease-in-out;
	font-size: 13px;
	border-radius: var(--inputs-buttons-border-radius);
	padding: 4px 9px 5px;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active, .page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_active, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button]:hover, .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_active, .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button]:hover, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_active, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover {
	background-color: var(--button-color-hover);
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled {
	cursor: default;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_disabled, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_disabled, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button]:disabled, .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button].button_disabled, .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button]:disabled, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_disabled, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:disabled {
	background: #fafafa;
	color: #cfcfcf;
	cursor: default;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:hover {
	color: var(--button-color-dark);
	background-color: transparent;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no:disabled {
	background: #fafafa;
	color: #cfcfcf;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_active {
	color: var(--button-color-dark);
	background-color: transparent;
}

.page_cityselect .b-cityselect__notifier .b-cityselect__city_no.button_icon {
	padding: 0;
	border-radius: 3px;
	width: 18px;
	height: 18px;
}

@media (max-width:1023px) {
	.page_cityselect .b-cityselect__notifier .b-cityselect__city_no {
		padding: 4px 9px 5px;
	}
}

.page_cityselect .b-cityselect__notifier_triangle::before {
	border: 7px solid transparent;
	border-top: 0;
	border-bottom-color: #eaeaea;
	top: auto;
	left: 20px;
	bottom: 100%;
}

.page_cityselect .b-cityselect__notifier_triangle::after {
	border: 6px solid transparent;
	top: auto;
	left: 20px;
	bottom: 100%;
	border-top: 0;
	border-bottom-color: #fff;
}

@media (max-width:1023px) {
	.page_cityselect .b-cityselect__notifier {
		position: fixed;
		top: 45px;
		left: 20px;
	}
	
	.page_cityselect .b-cityselect__notifier_triangle {
		display: none;
	}
}

.customer-reviews .customer-reviews-pagination {
	text-align: center;
	padding-bottom: 0;
}

.customer-reviews .customer-reviews-pagination_top {
	margin-bottom: 24px;
}

.customer-reviews .customer-reviews-pagination_bottom {
	margin-top: 24px;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-block {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	margin: 8px auto;
}

.page_promos .promos-gift-inner-wrap>div:not(.promos-gift-block-outer), div.is-full-screen.ig-dialog-wrap:not(.p-loaded) .w-dialog-block {
	display: none;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-background {
	background-color: rgba(0, 0, 0, .8);
}

div.is-full-screen.ig-dialog-wrap .w-dialog-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	padding: 8px 14px 9px;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: var(--button-text-color);
	color: #686868;
	border: 1px solid transparent;
	border-radius: var(--inputs-buttons-border-radius);
	background-color: var(--button-color);
	background-color: #f2f2f2;
	font-weight: 500;
	user-select: none;
	text-shadow: none;
	outline: 0;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog .button__icon {
	color: #bdbdbd;
	transition: color .2s ease-in-out;
}

div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog.button_active, div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog:hover {
	background-color: #eaeaea;
}

@media (max-width:1023px) {
	div.is-full-screen.ig-dialog-wrap .w-dialog-footer .js-close-dialog {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}

.page_promos .promos-gift-outer-wrap, .page_promos .promos-pcpt, .page_promos .promos-pppt {
	border-radius: var(--inputs-buttons-border-radius);
}

.page_promos .promos-gift-header {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.page_promos .promos-gift-header::before {
	content: "";
	display: inline-block;
	background: url("../svg/icon.sprite.svg#gift") center/cover no-repeat;
	width: 24px;
	height: 24px;
}

.page_promos .promos-gift-inner-wrap {
	display: flex;
	gap: 8px;
}

.page_promos .pp-active {
	border-radius: var(--inputs-buttons-border-radius);
}

.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-block, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-block {
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 15px;
	box-shadow: none;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header {
	padding: 30px 40px 15px;
	background-color: transparent;
	border-radius: 15px 15px 0 0;
}

@media (max-width:1023px) {
	.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header h3, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header h3 {
		font-size: 18px;
	}
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap, .page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap {
	overflow: hidden auto;
	padding: 15px 40px 0;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider::before, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider::before {
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	width: 30px;
	height: 30px;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item label, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item label {
	position: relative;
	display: block;
	padding: 8px;
	overflow: hidden;
	cursor: pointer;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio]:checked~.promos-gift-slider__name::after, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item input[type=radio]:checked~.promos-gift-slider__name::after {
	border-color: var(--accent-color);
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__img, .page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__img, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name {
	padding-left: 0;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name::after, .page_promos div.skus-dialog.ig-dialog-wrap .promos-gift-slider__item .promos-gift-slider__name::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	border: 2px solid #f2f2f2;
	border-radius: 15px;
	pointer-events: none;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-footer, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-footer {
	padding: 0 40px 30px;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase, .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase {
	padding-bottom: 30px;
}

.page_promos div.gifts-dialog.ig-dialog-wrap .promos-purchase input[type=button], .page_promos div.skus-dialog.ig-dialog-wrap .promos-purchase input[type=button] {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	padding: 8px 14px 9px;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: var(--button-text-color);
	border: 1px solid transparent;
	border-radius: var(--inputs-buttons-border-radius);
	background-color: var(--button-color);
	font-weight: 500;
	user-select: none;
	text-shadow: none;
	outline: 0;
}

@media (max-width:1023px) {
	.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-block, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-block {
		border-radius: 0;
	}
	
	.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-header, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-header {
		padding: 20px;
	}
	
	.page_promos div.gifts-dialog.ig-dialog-wrap .promos-dialog-wrap, .page_promos div.skus-dialog.ig-dialog-wrap .promos-dialog-wrap {
		padding: 0 20px;
	}
	
	.page_promos div.gifts-dialog.ig-dialog-wrap .w-dialog-footer, .page_promos div.skus-dialog.ig-dialog-wrap .w-dialog-footer {
		padding: 0 20px 20px;
	}
}

.promos-prompting .promos-gift-link {
	color: var(--link-color);
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease-in-out, border-color .2s ease-in-out;
	border-bottom: 1px dashed var(--link-color-alhpa-5);
	padding-left: 0;
	border-color: inherit;
}

.promos-prompting .promos-gift-link:hover {
	border-color: transparent;
}

.promos-gift-name .promos-gift-link-inner {
	display: block;
	border-bottom: none;
}

.promos-gift-block .promos-gift-image {
	display: block;
	background-color: #fff;
}

.promos-gift-block .promos-gift-link {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	padding: 8px 14px 9px;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: var(--button-text-color);
	border: 1px solid transparent;
	border-radius: var(--inputs-buttons-border-radius);
	background-color: var(--button-color);
	font-weight: 500;
	user-select: none;
	text-shadow: none;
	outline: 0;
	width: auto;
}

.promos-gift-block .promos-gift-link.button_active, .promos-gift-block .promos-gift-link:hover {
	background-color: var(--button-color-hover);
}

.promos-gift-block .promos-gift-link.button_disabled, .promos-gift-block .promos-gift-link:disabled {
	background: #fafafa;
	color: #cfcfcf;
	cursor: default;
}

.promos-gift-block .promos-gift-link .promos-gift-link-inner {
	border-bottom: none;
}

.promos-gift-block .promos-gift-delete {
	background: url("../svg/icon.sprite.svg#cross-grey") center/cover no-repeat;
	width: 16px;
	height: 16px;
	transform: scale(.8);
}

.promos-gift-slider.slick-slider .slick-track {
	display: flex;
}

.promos-gift-slider.slick-slider .slick-slide {
	float: none;
	height: auto;
}

.promos-gift-slider.slick-slider .slick-slide .promos-gift-slider__item, .promos-gift-slider.slick-slider .slick-slide label, .promos-gift-slider.slick-slider .slick-slide>div {
	height: 100%;
}