@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@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
    }
}

@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 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
    }
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
    overflow-y: scroll
}

.captcha-decorator .wa-captcha p,
.captcha-decorator.wa-captcha p,
.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
}

.add-images-section .attached-files-section .file-wrapper .description-wrapper.is-extended .visible,
[hidden],
template {
    display: none
}

body,
button,
input,
select,
textarea {
    color: #1b1b1b;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 1.5
}

input {
    border-color: #f2f2f2
}

*,
::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);
    --link-color-hover: var(--dark-color);
    --link-color-alt-hover: var(--accent-color);
    --link-color-alhpa-5: var(--primary-color-alpha-5);
    --link-color-hover-alhpa-5: var(--dark-color-alpha-5);
    --button-color: var(--primary-color);
    --button-color-hover: var(--primary-color-hover);
    --button-color-dark: var(--dark-color);
    --button-color-light: var(--light-color);
    --button-color-light-hover: var(--light-color-hover);
    --button-color-alt: var(--accent-color);
    --button-color-alt-hover: var(--accent-color-hover);
    --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)
}

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

.button_nowrap {
    white-space: nowrap
}

@media (max-width:1023px) {
    .button_icon {
        padding: 0
    }
}

.button_with-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

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

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

.add-images-section {
    padding: 15px 20px;
    border: 1px dashed #f2f2f2;
    transition: 200ms background linear;
    border-radius: var(--inputs-buttons-border-radius)
}

.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;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(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;
    -webkit-background-size: contain;
    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)
}

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

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

.form,
.form__fields {
    display: flex;
    flex-direction: column
}

.form {
    position: relative;
    max-width: 700px;
    gap: 30px
}

.form__fields {
    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
    }
}

.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__value .captcha-decorator,
.form-field__value .input-text,
.form-field__value .select,
.form-field__value .textarea {
    width: 100%
}

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

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

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

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

.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,
.radio__mark::before {
    display: inline-block;
    border-radius: 50%
}

.radio__mark {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #f2f2f2;
    transition: all .3s ease
}

.radio__mark::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0;
    width: 50%;
    height: 50%;
    line-height: 0;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out
}

.radio__mark:hover {
    border-color: #cfcfcf
}

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

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

.select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 0;
    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);
    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)
}

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

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

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

.textarea {
    vertical-align: top;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: var(--inputs-buttons-border-radius);
    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,
.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
}

.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);
    padding: 8px 15px;
    height: 100px;
    width: 350px;
    max-width: 100%;
    outline: 0;
    resize: vertical;
    font-size: 14px
}

.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_fill .picture img,
.image-box_fill noscript img,
.image-box_fill>* {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-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)
}

.content-decorator table {
    border-spacing: 0;
    border-collapse: collapse
}

.content-decorator tr:nth-child(2n) td {
    background: var(--light-color)
}

.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,
.link-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;
    height: auto
}

.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 {
    visibility: hidden
}

.content-decorator form.form-decorator_js-is-init {
    visibility: inherit
}

.content-decorator .form-decorator__trigger {
    position: absolute;
    pointer-events: none;
    visibility: hidden
}

.content-decorator .table-scroller {
    overflow-x: auto;
    max-width: 100%
}

.content-decorator .crm-caption .required {
    color: #ff3131
}

.content-decorator .crm-input-col .select,
.content-decorator .crm-input-col .select__dropdown {
    width: 100% !important
}

.content-decorator .crm-horizontal-rule {
    margin: 24px 0;
    opacity: 0
}

@media (max-width:1023px) {
    .content-decorator table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width:767px) {
    .content-decorator .crm-form-block {
        width: unset !important
    }

    .content-decorator .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field {
        margin-bottom: 5px
    }

    .content-decorator .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .content-decorator .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-1st-line .crm-input-col {
        width: 100%
    }

    .content-decorator .crm-form-block .crm-form-submit-button {
        white-space: break-spaces
    }

    .content-decorator .crm-horizontal-rule {
        margin: unset
    }
}

.sidebar-block.sidebar-pages .sidebar-block__header {
    border-radius: var(--inputs-buttons-border-radius) var(--inputs-buttons-border-radius) 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);
    border-left: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color)
}

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

.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);
    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 {
    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);
    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);
    inset: 0;
    margin: auto 0
}

.page-separator__inner {
    background: #fff;
    padding: 0 7px;
    position: relative
}

.svg-icon {
    pointer-events: none;
    user-select: none;
    font-family: sans-serif
}

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

.link-decorator_style_alt-gray a,
.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_all-border {
        margin: 0 15px;
        border-radius: 5px
    }

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

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

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

.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_mobile {
    margin: -15px -15px 0
}

.slider__slider {
    background-color: #fafafa;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    height: var(--home-slider-height)
}

.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,
.slider__dot_active {
    background-color: var(--primary-color)
}

.slider__dot {
    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 {
    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:hover .slider__next-arrow:hover,
.slider:hover .slider__prev-arrow:hover {
    opacity: 1
}

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

.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: auto;
        background-color: unset;
        border-radius: 0 !important
    }

    .slider__dot {
        width: 10px;
        height: 10px
    }

    .slider__container {
        height: 200px
    }

    .slider__wrapper {
        max-width: 100vw
    }

    .slider__next-arrow,
    .slider__prev-arrow {
        display: none !important
    }

    .slider__dots {
        bottom: 0 !important
    }

    .slider__dots::after {
        position: absolute;
        bottom: -12px;
        content: "";
        display: block;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #cfcfcf
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .slider__container {
        height: 300px
    }
}

@media (max-width:767px) {
    .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;
    background-color: #aaa
}

.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;
    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__background-image {
        height: var(--img-height) !important
    }

    .slide__text {
        padding: 24px;
        background-color: #fff
    }

    .slide__text.container {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .slide__background {
        position: relative
    }

    .slide__body,
    .slide__title {
        display: block;
        text-align: center
    }

    .slide__title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        color: #1b1b1b
    }

    .slide__body {
        font-size: 18px;
        line-height: 21px;
        color: #686868
    }

    .slide__body,
    .slide__countdown-container {
        margin-top: 12px
    }

    .slide__countdown_dark {
        background: rgba(0, 0, 0, .2)
    }

    .slide__button-container {
        display: flex;
        justify-content: center;
        margin-top: 16px
    }

    .slide__button-container .button {
        font-size: 16px;
        padding: 9px 19px 10px;
        text-align: center
    }

    .slide .slide__body-text,
    .slide .slide__title-text {
        background: unset;
        padding: unset;
        border-radius: unset
    }
}

@media (max-width:767px) {

    .slide,
    .slide.slide_adaptive {
        height: 100%
    }

    .slide .slide__title {
        font-size: 15px;
        line-height: 100%
    }

    .slide .slide__body {
        font-size: 13px;
        line-height: 140%
    }

    .slide__button-container .button {
        font-size: 14px
    }

    .slide__background-image {
        height: var(--img-height-mobile) !important
    }
}

.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);
    border-radius: var(--inputs-buttons-border-radius)
}

.sidebar-block__header.accordion-block__button {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sidebar-block__content .catalog-extend__columns-container {
    overflow-y: visible
}

.sidebar-block__toggle-icon {
    transition: .2s ease-in-out
}

.sidebar-block.accordion-block .sidebar-block__toggle-icon {
    transform: rotate(-90deg)
}

.sidebar-block.accordion-block_open .sidebar-block__toggle-icon {
    transform: none
}

.sidebar-block_pointer {
    cursor: pointer
}

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

.blocks {
    display: flex;
    flex-direction: column;
    gap: 60px
}

.blocks_grid {
    display: grid;
    height: 100%
}

@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 {
    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);
    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 {
    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)
}

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

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

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

.image-dummy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1
}

.image-dummy::before {
    background: url(../svg/icon.sprite.svg#no-thumb) center/cover no-repeat;
    display: block;
    content: "";
    width: 80%;
    height: auto;
    aspect-ratio: 1;
    opacity: .2
}

.image-dummy_block {
    display: flex
}

.alert {
    background: rgba(255, 49, 49, .1);
    border-radius: 10px;
    padding: 20px
}

.alert a {
    color: currentcolor
}

.alert a:hover {
    text-decoration: none
}

.content-columns__sidebar .stop,
.index {
    position: relative
}

.index__wrapper {
    display: flex;
    flex-flow: column;
    min-height: 100vh
}

.index__footer,
.index__header,
.index__subscribe {
    flex: none
}

.index__content {
    display: grid;
    flex: auto
}

.index__slider {
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .index {
        width: 100%
    }
}

.container {
    max-width: var(--max-container-width);
    width: 100%;
    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)
    }
}

@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;
    height: 100%
}

@media (min-width:1200px) {
    .content-columns__sidebar {
        max-width: 285px
    }
}

.content-columns__sidebar .sticky {
    position: fixed
}

.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);
        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: 10;
    inset: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none
}

.header-overlay_enabled {
    opacity: 1;
    pointer-events: auto
}

.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;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 4px 0;
    z-index: 4;
    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);
    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)
}

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

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

.footer-copyright-row__text {
    max-width: 450px;
    line-height: 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-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-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-socials-marketplaces {
    margin-top: 16px
}

.footer-socials-marketplaces__title {
    margin-bottom: 16px
}

.footer-socials-marketplaces__list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: wrap
}

.footer-socials-marketplaces__item {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

@media (max-width:1023px) {
    .footer-socials-marketplaces__title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px
    }

    .footer-socials-marketplaces__list {
        gap: 8px 16px
    }
}

.header-top-bar {
    background-color: var(--top-header-background-color);
    color: var(--top-header-link-color);
    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);
    border-color: var(--top-header-link-color)
}

.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);
    border-color: var(--top-header-link-color)
}

.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_compact .header-middle-bar__container-logo {
    max-width: 255px
}

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

.header-bottom-bar {
    background-color: var(--header-bottom-bar-bg-color);
    color: var(--header-bottom-bar-text-color);
    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)
}

.header-bottom-bar__container-search .button:hover {
    background-color: var(--header-bottom-bar-btn-hover-color)
}

.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-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 {
    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)
}

.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: 500;
    color: var(--header-bottom-bar-text-color);
    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)
}

.header-bottom-bar-links__link.button_active,
.header-bottom-bar-links__link:hover {
    background-color: var(--header-bottom-bar-btn-hover-color)
}

.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;
    font-weight: 500
}

.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);
    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 {
    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,
.visibility-tooltip a {
    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,
.visibility-tooltip a: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 {
    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%;
        font-size: 13px
    }

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

    .r-header-menu__list:last-child::after {
        display: none
    }

    .r-header-menu .list-rows__item-icon {
        color: var(--primary-color)
    }

    .r-header-menu__socials-list {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }
}

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

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

.r-header-menu-socials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #686868
}

.r-header-menu-socials__rows {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.r-header-menu-socials__phone-holder {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.r-header-menu-socials__phone,
.r-header-menu-socials__title {
    color: #1b1b1b
}

.r-header-menu-socials__phone-hint {
    font-size: 12px
}

.r-header-menu-socials__footer {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.r-header-menu-socials-footer,
.r-header-menu-socials-footer-marketplaces__list {
    display: flex;
    gap: 8px 16px;
    flex-flow: wrap
}

.r-header-menu-socials-footer-marketplaces__item,
.r-header-menu-socials-footer__item {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.r-header-menu-socials-footer-marketplaces__title {
    display: none
}

.up-button {
    position: fixed;
    right: 58px;
    bottom: 150px;
    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
}

.up-button:hover {
    opacity: 1
}

@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);
    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;
    z-index: 0
}

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

.fixed-panel-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    padding: 16px;
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
    z-index: 2
}

.fixed-panel-bottom__content {
    display: flex;
    align-items: center;
    gap: 32px
}

.fixed-panel-bottom__item,
.fixed-panel-bottom__left {
    display: flex;
    gap: 16px;
    align-items: center
}

.fixed-panel-bottom__item {
    gap: 4px;
    color: #686868;
    line-height: 130%
}

.fixed-panel-bottom__right {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-left: auto
}

.fixed-panel-bottom__cart-info {
    display: flex;
    gap: 16px;
    align-items: center
}

.fixed-panel-bottom__cart-info .icon-box__content {
    color: #4d4d4d;
    font-size: 15px
}

.fixed-panel-bottom__price {
    display: flex;
    gap: 8px;
    cursor: pointer
}

.fixed-panel-bottom__total .price,
.fixed-panel-bottom__total .price-wrapper {
    color: #030303;
    font-size: 24px;
    line-height: 110%;
    font-weight: 500
}

.fixed-panel-bottom__total_discount .price,
.fixed-panel-bottom__total_discount .price-wrapper {
    color: red
}

.fixed-panel-bottom__discount {
    color: #979797;
    text-align: center;
    line-height: 19.5px;
    text-decoration-line: line-through;
    text-decoration-color: red;
    align-self: end
}

.fixed-panel-bottom__discount .price,
.fixed-panel-bottom__discount .price-wrapper {
    color: #979797;
    font-size: 14px;
    line-height: 19.5px
}

.fixed-panel-bottom__cart-sum_empty,
.fixed-panel-bottom__empty .fixed-panel-bottom__button,
.fixed-panel-bottom__empty .fixed-panel-bottom__cart-sum,
.fixed-panel-bottom__empty .fixed-panel-bottom__list-btn,
.fixed-panel-bottom__empty .fixed-panel-bottom__price {
    display: none
}

.fixed-panel-bottom__list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease-in-out;
    margin-left: 8px
}

.fixed-panel-bottom__empty .fixed-panel-bottom__cart-sum_empty {
    display: inline
}

.fixed-panel-bottom__list-open .fixed-panel-bottom__list-btn {
    transform: rotate(-180deg)
}

.fixed-panel-bottom__list-btn-load-loading {
    display: none;
    margin-left: 4px
}

.fixed-panel-bottom__list-btn-load-loading .spinner {
    display: flex
}

.fixed-panel-bottom__list-loading .fixed-panel-bottom__list-btn {
    display: none
}

.fixed-panel-bottom__list-loading .fixed-panel-bottom__list-btn-load-loading {
    display: flex;
    align-items: center
}

.fixed-panel-bottom__popup {
    position: absolute;
    bottom: 100%;
    right: 10%;
    z-index: 2;
    visibility: hidden;
    pointer-events: none
}

.fixed-panel-bottom__popup_open {
    visibility: visible;
    pointer-events: inherit;
    animation: megashop-fade-up .2s ease-in-out
}

.fixed-panel-bottom__popup_close {
    animation: megashop-fade-up .2s ease-in-out reverse
}

.opt-closed {
    padding-top: 82px
}

.opt-closed__content {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    z-index: 2
}

.opt-closed__page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center
}

.opt-closed__page::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2
}

.opt-closed__page .opt-advantage__body {
    color: unset
}

.opt-closed__title {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 24px;
    max-width: 638px;
    width: 100%
}

.opt-closed__logo {
    height: 88px
}

.opt-closed__title-descriptor {
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    line-height: 170%;
    text-align: center
}

.opt-closed__advantages {
    margin-top: 48px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 24px 31px
}

.opt-closed__advantages::-webkit-scrollbar {
    display: none
}

.opt-closed__bottom {
    margin-top: 64px;
    max-width: 638px;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 28px;
    padding: 32px;
    border-radius: 10px;
    background-color: #fff
}

.opt-closed__help {
    max-width: 907px;
    display: inline-flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #fcfbeb;
    font-size: 16px;
    text-align: center
}

.opt-closed__buttons {
    display: flex;
    gap: 16px
}

.opt-closed__button {
    width: calc(50% - 8px);
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%
}

.opt-closed__button_login {
    padding: 15px 38px;
    background-color: #fff !important
}

.opt-closed__button_logout {
    justify-self: center;
    margin: 0 auto
}

.opt-closed__bg {
    position: absolute;
    display: flex;
    height: 100vh;
    width: 100%;
    inset: 0;
    z-index: 1
}

.opt-closed__bg img {
    width: 100%;
    object-fit: cover
}

.opt-closed_bg-colored {
    background-color: var(--home-block-bg-color);
    padding: 8px;
    border-radius: 10px
}

.opt-closed__page_light::before {
    background: linear-gradient(180deg, #dadada .47%, rgba(211, 211, 211, .5) 59%, rgba(115, 115, 115, 0) 101.38%)
}

.opt-closed__page_dark::before {
    background: linear-gradient(180deg, #353741 .47%, rgba(53, 55, 65, .5) 59%, rgba(115, 115, 115, 0) 101.38%)
}

.opt-closed__page_dark .opt-advantage__body,
.opt-closed__page_dark .opt-advantage__icon-box,
.opt-closed__page_dark .opt-closed__advantages,
.opt-closed__page_dark .opt-closed__title-descriptor {
    color: var(--light-color)
}

@media (max-width:1023px) {
    .opt-closed__page {
        margin-top: -60px;
        overflow: hidden
    }

    .opt-closed {
        padding-top: 47px
    }

    .opt-closed__advantages {
        width: 100vw;
        margin: 40px -16px 0;
        padding: 0 16px;
        align-self: flex-start
    }
}

@media (max-width:767px) {
    .opt-closed__content {
        width: 100vw;
        padding: 0 16px
    }

    .opt-closed__title {
        flex-flow: column;
        gap: 16px;
        align-items: flex-start;
        padding: 0;
        background-color: transparent
    }

    .opt-closed__title img {
        height: 50px
    }

    .opt-closed__title-descriptor {
        padding: 0;
        background-color: transparent;
        font-size: 24px;
        line-height: 130%;
        text-align: left
    }

    .opt-closed__advantages {
        margin: 32px -16px 0
    }

    .opt-closed__bottom {
        margin-top: 24px;
        padding: 16px;
        gap: 24px
    }

    .opt-closed__help {
        padding: 16px;
        gap: 10px;
        font-size: 13px;
        align-items: center;
        text-align: center
    }

    .opt-closed__buttons {
        flex-flow: column;
        gap: 12px
    }

    .opt-closed__button {
        font-size: 16px;
        width: 100%
    }

    .opt-closed_bg-colored {
        padding: 0;
        background-color: unset
    }
}

.start-page {
    margin-top: 48px;
    display: flex;
    gap: 24px;
    justify-content: space-between
}

.start-page__form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.start-page__form .crm-form-submit-button {
    padding: 9px 24px;
    font-size: 16px;
    width: 100%
}

.start-page__info,
ol.start-page__list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.start-page__info {
    width: fit-content;
    max-width: 510px;
    padding: 32px 45px 32px 40px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    height: fit-content;
    background: var(--light-color)
}

.start-page__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%
}

ol.start-page__list {
    margin: 0;
    padding: 0
}

ol.start-page__list li {
    margin: 0;
    padding: 0;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 140%
}

ol.start-page__list li::before {
    position: unset;
    right: unset;
    margin-right: unset
}

.start-page__tabs .tabs__tab {
    padding: 8px;
    font-size: 14px
}

.start-page__tabs .tabs__tab:first-child {
    border-radius: var(--inputs-buttons-border-radius) 0 0 var(--inputs-buttons-border-radius)
}

.start-page__tabs .tabs__tab:last-child {
    border-radius: 0 var(--inputs-buttons-border-radius) var(--inputs-buttons-border-radius) 0
}

@media screen and (max-width:1300px) {
    .start-page {
        flex-flow: column-reverse;
        gap: 24px
    }

    .start-page__info {
        width: 100%;
        max-width: unset
    }
}

@media (max-width:1023px) {
    .start-page {
        margin-top: 24px
    }

    .start-page__title {
        font-size: 18px
    }

    .start-page__info {
        gap: 12px;
        padding: 16px 33px 16px 16px
    }

    ol.start-page__list {
        gap: 16px
    }

    ol.start-page__list li {
        font-size: 15px
    }
}

.login-modal {
    width: 400px;
    margin: 0 auto
}

.login-modal .login-modal__nav-buttons {
    display: flex;
    margin: 30px -40px -30px;
    max-width: none;
    width: auto
}

@media (max-width:1023px) {
    .login-modal .login-modal__nav-buttons {
        margin: 30px -20px -30px
    }
}

.login-modal .login-modal__nav-buttons>* {
    margin-right: 0
}

.login-modal_general .wa-field-remember-me {
    margin-top: 0
}

.login-modal__auth-adapters,
.login-modal__header {
    text-align: center
}

.login-modal__nav-button {
    width: 1px;
    flex: auto;
    font-weight: 400;
    border-radius: 0;
    border-left: 1px solid var(--light-color-hover);
    padding: 11px 14px;
    overflow: hidden
}

.login-modal__nav-button .button {
    border-radius: unset
}

.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 15px
}

.login-modal__nav-button:last-child {
    border-radius: 0 0 15px
}

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

    .login-modal__nav-button.wa-request-onetime-password-button-wrapper,
    .login-modal__nav-button:first-child {
        border-radius: 0 0 0 5px
    }

    .login-modal__nav-button:last-child {
        border-radius: 0 0 5px
    }
}

.signup-modal {
    width: 400px;
    max-width: 100%;
    margin: 0 auto
}

.signup-modal .form-field__value {
    display: flex;
    flex-flow: column;
    gap: 5px
}

.signup-modal .form-field__value .input-text {
    width: 100%
}

.signup-modal .input-text.wa-error {
    border-color: #ff3131
}

.signup-modal .crm-caption .required,
.signup-modal .wa-error-msg {
    color: #ff3131
}

.signup-modal .button_wide {
    flex: 1
}

.signup-modal .wa-buttons-wrapper {
    gap: 20px;
    flex-flow: row-reverse
}

.signup-modal.crm-form-start {
    width: 600px
}

.signup-modal .crm-form-block {
    min-height: unset !important;
    position: relative;
    width: unset !important;
    max-width: unset !important
}

.signup-modal__auth-adapters,
.signup-modal__header {
    text-align: center
}

@media (max-width:1023px) {
    .signup-modal {
        width: 100%;
        margin: 0
    }

    .signup-modal.crm-form-start {
        width: 100%
    }

    .signup-modal .wa-buttons-wrapper {
        display: flex
    }

    .signup-modal .wa-buttons-wrapper>* {
        flex: 1 1 0
    }
}

@media (max-width:767px) {
    .signup-modal .wa-buttons-wrapper {
        flex-flow: column-reverse
    }

    .signup-modal .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field {
        margin-bottom: 5px
    }

    .signup-modal .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .signup-modal .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line.crm-form-field-1st-line .crm-input-col {
        width: 100%
    }

    .signup-modal .crm-form-block .crm-form-submit-button {
        white-space: break-spaces
    }
}

.forgotpassword-modal {
    width: 400px;
    margin: 0 auto
}

.forgotpassword-modal .block__header_text {
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.forgotpassword-modal .form-field__value {
    display: flex;
    flex-flow: column;
    gap: 5px
}

.forgotpassword-modal .form-field__value .input-text {
    width: 100%
}

.forgotpassword-modal .input-text.wa-error {
    border-color: #ff3131
}

.forgotpassword-modal .wa-error-msg {
    color: #ff3131
}

@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
}

pre[rel=waException] {
    background-color: #eee;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px
}

.brands-dropdown {
    display: none;
    position: absolute;
    width: calc(var(--max-container-width) - 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(--max-container-width) - 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
}

.brands-catalog__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
    gap: 16px
}

.brands-catalog__thumbs-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.brands-catalog__brand-image {
    width: 100%;
    height: 66px;
    padding: 12px;
    border-radius: 15px;
    border: 1px solid #f2f2f2
}

.brands-catalog__brand-image .brand-thumb__image-box {
    max-height: 40px
}

.brands-catalog__thumbs-item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    text-transform: capitalize
}

.brand-alphabet {
    position: relative;
    width: 100%;
    padding: 0 6px;
    background: var(--top-header-background-color);
    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 {
    display: block
}

.brand-alphabet-brands {
    display: flex;
    width: 100%;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid var(--light-color)
}

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

div.tippy-box {
    border-radius: 10px;
    font-size: 13px;
    padding: 12px;
    line-height: 1.4;
    cursor: default
}

div.tippy-content {
    padding: 0
}

div.tippy-box[data-theme~=light-border] {
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

div.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow::before {
    border-width: 7px 7px 0
}

div.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow::after {
    border-width: 6px 6px 0
}

div.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow::before {
    border-width: 0 7px 7px
}

div.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow::after {
    border-width: 0 6px 6px
}

.visibility-icon {
    background: url(../svg/icon.sprite.svg#cross-eye) center/cover no-repeat;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-block;
    vertical-align: top
}

@media (max-width:1023px) {
    .visibility-icon {
        min-width: 24px;
        width: 24px;
        height: 24px
    }
}

.visibility-tooltip {
    text-align: left
}

.sidebar-block__header {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.sidebar-block__header strong {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.sidebar-block .custom-control-label {
    font-weight: 400 !important;
    color: #1b1b1b !important;
}

.sidebar-block label {
    font-weight: 400 !important;
    color: #1b1b1b !important;
}

.catalog-list__link {
    font-weight: 400 !important;
    color: #1b1b1b !important;
}

/* РћР±С‘СЂС‚РєР° Р±Р»РѕРєР° */
.block-tags {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  background-color: #f7f7f7;
  margin-top: 0.2em;
  padding: 0.75em 1em; /* СЂР°РІРЅРѕРјРµСЂРЅС‹Рµ РѕС‚СЃС‚СѓРїС‹ РѕС‚ РІСЃРµС… РєСЂР°С‘РІ Р±Р»РѕРєР° */
}

/* Р—Р°РіРѕР»РѕРІРѕРє "РџРѕРїСѓР»СЏСЂРЅС‹Рµ РјРѕРґРµР»Рё" */
.block-tags p {
  color: #FF5722;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.6em 0; /* СѓР±РёСЂР°РµРј РґРµС„РѕР»С‚РЅС‹Рµ РѕС‚СЃС‚СѓРїС‹ Р±СЂР°СѓР·РµСЂР° */
  width: 300px;
}

/* Flex-РєРѕРЅС‚РµР№РЅРµСЂ РґР»СЏ СЃСЃС‹Р»РѕРє */
.block-tags section {
  display: flex;
  flex-wrap: wrap;   /* РїРµСЂРµРЅРѕСЃ СЃС‚СЂРѕРє РїСЂРё РЅРµС…РІР°С‚РєРµ РјРµСЃС‚Р° */
  gap: 0.45em 1.4em; /* РІРµСЂС‚РёРєР°Р»СЊРЅС‹Р№ | РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ РѕС‚СЃС‚СѓРї РјРµР¶РґСѓ СЃСЃС‹Р»РєР°РјРё */
}

/* РЎР°РјРё СЃСЃС‹Р»РєРё-РјРѕРґРµР»Рё */
.block-tags section a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0; /* СѓР±СЂР°С‚СЊ СЃС‚Р°СЂС‹Р№ margin-right вЂ” С‚РµРїРµСЂСЊ РІСЃС‘ С‡РµСЂРµР· gap */
}

/* РћР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ СЃРµРєС†РёРё РѕС‚Р·С‹РІРѕРІ РІ РєР°С‚РµРіРѕСЂРёРё */
/* 1. РћР±С‰Р°СЏ СЃРµРєС†РёСЏ */
.category-reviews-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 30px 0 !important;
    background: #fdfdfd !important;
    overflow: hidden !important; 
    clear: both !important;
}

/* 2. РљРѕРЅС‚РµР№РЅРµСЂ-РѕРіСЂР°РЅРёС‡РёС‚РµР»СЊ */
.reviews-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 5px !important;
    box-sizing: border-box !important;
}

/* 3. РЎРµС‚РєР° (Flexbox СЃ РїСЂРёРЅСѓРґРёС‚РµР»СЊРЅС‹Рј РІС‹СЂР°РІРЅРёРІР°РЅРёРµРј РїРѕ РІС‹СЃРѕС‚Рµ) */
.reviews-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important; 
    /* Р Р°СЃС‚СЏРіРёРІР°РµС‚ РІСЃРµ РєР°СЂС‚РѕС‡РєРё РґРѕ РІС‹СЃРѕС‚С‹ СЃР°РјРѕР№ РґР»РёРЅРЅРѕР№ */
    align-items: stretch !important; 
    gap: 15px !important;
    width: 100% !important;
}

/* 4. РљР°СЂС‚РѕС‡РєР° РѕС‚Р·С‹РІР° */
.review-item {
    flex: 0 0 280px !important; 
    width: 280px !important;
    height: auto !important; 
    background: #ffffff !important;
    border: 1px solid #e4e4e4 !important;
    padding: 15px !important;
    border-radius: 6px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

/* 5. РЁР°РїРєР° (РўРѕРІР°СЂ + РќР°Р·РІР°РЅРёРµ) */
.review-product-head {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    min-height: 50px !important;
    flex-shrink: 0 !important; /* РќРµ РґР°РµС‚ С€Р°РїРєРµ СЃР¶РёРјР°С‚СЊСЃСЏ */
}

.review-product-head img {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    object-fit: contain !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px;
}

.review-product-name {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 13px !important;
    color: #008bcc !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* 6. Р—РІРµР·РґС‹ */
.review-rating {
    color: #ff9800 !important; 
    -webkit-text-fill-color: #ff9800 !important;
    font-size: 18px !important;
    margin-bottom: 8px !important;
    display: block !important;
    flex-shrink: 0 !important;
}

/* 7. РўРµРєСЃС‚ РєРѕРјРјРµРЅС‚Р°СЂРёСЏ (СЃ РѕРіСЂР°РЅРёС‡РµРЅРёРµРј РїРѕ СЃС‚СЂРѕРєР°Рј) */
.review-comment {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #444 !important;
    margin-bottom: 10px !important;
    /* РћРіСЂР°РЅРёС‡РёРІР°РµРј С‚РµРєСЃС‚ 6 СЃС‚СЂРѕРєР°РјРё */
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important; 
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    /* РџРѕР·РІРѕР»СЏРµС‚ Р±Р»РѕРєСѓ Р·Р°РЅРёРјР°С‚СЊ РІСЃС‘ СЃРІРѕР±РѕРґРЅРѕРµ РјРµСЃС‚Рѕ, РІС‹С‚Р°Р»РєРёРІР°СЏ Р°РІС‚РѕСЂР° РІРЅРёР· */
    flex-grow: 1 !important; 
}

/* 8. РђРІС‚РѕСЂ */
.review-author {
    font-size: 12px !important;
    color: #999 !important;
    text-align: right !important;
    border-top: 1px solid #f9f9f9 !important;
    padding-top: 8px !important;
    margin-top: auto !important; 
    flex-shrink: 0 !important;
}

/* 9. РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */
@media screen and (max-width: 768px) {
    .reviews-grid { flex-wrap: wrap !important; }
    .review-item { flex: 0 0 100% !important; width: 100% !important; }
}

.feedback-form-err{
    color: red!important;
}
.feedback-form-err::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red!important;
}

.feedback-form-err::-webkit-input-placeholder  { /* Older Chrome, Safari, Opera */
  color: red!important;
}

.feedback-form-err:-moz-placeholder { /* Older Firefox 4-18 */
  color: red!important;
}

.feedback-form-err::-moz-placeholder  { /* Older Firefox 19+ */
  color: red!important;
}

.feedback-form-err:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: red!important;
}

.feedback-form-err::-ms-input-placeholder  { /* Microsoft Edge */
  color: red!important;
}

.signup-page  .wa-input:not(.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);
    background: #fff;
    outline: 0;
    transition: border-color .2s ease-in-out;
    margin-bottom: 15px;
}

/* ======= СЕРТИФИКАТЫ: превью + скачать ======= */
[data-slug="certificates"] .block__content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px 0;
}

.doc-item--cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}

.doc-item--cert h5 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: left;
}

.doc-item--cert .doc-item__preview {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}

.doc-item--cert .doc-item__preview img {
    display: block;
    width: 160px;
    height: 200px;
    object-fit: cover;
    transition: opacity 0.2s;
}

.doc-item--cert .doc-item__preview:hover img {
    opacity: 0.85;
}

.doc-item--cert .doc-item__download {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
}

.doc-item--cert .doc-item__download:hover {
    text-decoration: underline;
}

/* ======= ДОКУМЕНТАЦИЯ: сетка 2 колонки + иконки ======= */
.doc-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.doc-item--file {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 20px 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.doc-item--file:nth-child(odd) {
    padding-right: 32px;
    border-right: 1px solid #f0f0f0;
}

.doc-item--file:nth-child(even) {
    padding-left: 32px;
    padding-right: 0;
}

/* Последняя пара строк без нижней границы */
.doc-item--file:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Иконка загрузки (красная, как в старой теме) */
.doc-item--file::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath d='M19 5v18' stroke='%23d93228' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M12 17l7 8 7-8' stroke='%23d93228' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Crect x='7' y='28' width='24' height='5' rx='2.5' fill='%23d93228'/%3E%3C/svg%3E");
    margin-top: 2px;
}

.doc-item--file h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

.doc-item--file .doc-item__download {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
}

.doc-item--file .doc-item__download:hover {
    text-decoration: underline;
}

/* Если файл один — на всю ширину */
.doc-items-grid:has(.doc-item--file:only-child) {
    grid-template-columns: 1fr;
}

/* Адаптив для мобильных */
@media (max-width: 640px) {
    .doc-items-grid {
        grid-template-columns: 1fr;
    }

    .doc-item--file:nth-child(odd) {
        border-right: none;
        padding-right: 0;
    }

    .doc-item--file:nth-child(even) {
        padding-left: 0;
    }

    .doc-item--file:nth-last-child(-n+2) {
        border-bottom: 1px solid #f0f0f0;
    }

    .doc-item--file:last-child {
        border-bottom: none;
    }

    [data-slug="certificates"] .block__content {
        gap: 16px;
    }
}

/* ══════════════════════════════════════════
   kharakteristiki — fullwidth fix
   ══════════════════════════════════════════ */

.product-features__group-features {
    flex-wrap: wrap !important;
}

.product-feature__value table.charsTable,
.product-feature__value table {
    width: 100% !important;
    border-collapse: collapse;
    table-layout: auto;
}

.product-feature__value table td,
.product-feature__value table th {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-feature__value table th[colspan="2"] {
    background: #f5f5f5;
    font-weight: 600;
    text-align: left;
}

.product-full-features .product-feature__value table td:last-child {
    width: 40%;
}

.product-short-features [data-feature-code="kharakteristiki"] {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.product-short-features [data-feature-code="kharakteristiki"] table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
    word-break: break-word;
}

.product-short-features [data-feature-code="kharakteristiki"] table td:last-child {
    width: 35%;
}

.product-cart-form__container-image .product-images {
    width: 100% !important;
}
.product-cart-form__container-image .product-images__images-container {
    width: 100% !important;
    overflow: hidden;
}
.product-cart-form__container-image .swiper {
    width: 100% !important;
}












