@-webkit-keyframes loading {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
/*
	-- removed by WWolfe 
    font: inherit;
*/
    vertical-align: baseline
}

img {
    margin: 0;
    padding: 0;
    font: inherit
}

fieldset,
figure,
form,
legend {
    font: inherit;
    vertical-align: baseline
}

figure,
form {
    padding: 0;
    border: 0
}

legend {
    margin: 0
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

fieldset,
legend {
    border: 0;
    padding: 0
}

fieldset,
figure,
form {
    margin: 0
}

legend {
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    margin: 0;
    *vertical-align: middle
}

button,
input,
select {
    vertical-align: baseline
}

select,
textarea {
    font-size: 100%
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

button,
input {
    line-height: normal;
    font: inherit
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

button,
html,
input,
select,
textarea {
    color: #222
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

button {
    background: 0 0;
    border: 0;
    outline: 0
}

a {
    text-decoration: none;
    color: currentColor
}

a:active,
a:focus,
a:hover {
    outline: 0
}

[anim=ripple] {
    position: relative;
    overflow: hidden
}

[anim=ripple]::before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    pointer-events: none;
    top: calc(var(--y)*1px);
    left: calc(var(--x)*1px);
    width: calc(var(--d)*1px);
    height: calc(var(--d)*1px);
    opacity: calc(var(--o, 1)*var(--ripple-opacity, 0.3));
    -webkit-transition: calc(var(--t, 0)*var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    -o-transition: calc(var(--t, 0)*var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    transition: calc(var(--t, 0)*var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
    -ms-transform: translate(-50%, -50%) scale(var(--s, 1));
    transform: translate(-50%, -50%) scale(var(--s, 1));
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@font-face {
    font-family: "RobotoCondensed";
    src: url(fonts/RobotoCondensed-400.woff2) format("woff2"), url(fonts/RobotoCondensed-400.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter-400.woff2) format("woff2"), url(fonts/Inter-400.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter-600.woff2) format("woff2"), url(fonts/Inter-600.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GolosUI";
    src: url(fonts/GolosUI-500.woff2) format("woff2"), url(fonts/GolosUI-500.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GolosUI";
    src: url(fonts/GolosUI-700.woff2) format("woff2"), url(fonts/GolosUI-700.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 14px
}

body,
html {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 13.6px + .125vw, 16px)
}

@media (max-width:500px) {

    body,
    html {
        font-size: 16px
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.simplebar-mask {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
    direction: inherit
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    pointer-events: none;
    overflow: hidden
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin,
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

*,
.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

@media (max-width:750px) {
    html {
        position: relative
    }
}

body {
    font-size: 1em;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s
}

body.on-loaded {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1
}

@media (max-width:750px) {
    body {
        overflow-x: hidden;
        position: relative
    }
}

.content,
body {
    opacity: 0
}

body.disabled .content {
    opacity: 1
}

.dropzone>* {
    display: none
}

.dropzone * {
    pointer-events: none
}

.pace .pace-progress {
    background: #000 !important
}

a,
button {
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

input,
textarea {
    /* -webkit-appearance: none; */
}

@media (max-width:750px) {
    br.desktop {
        display: none
    }
}

br.mobile {
    display: none
}

@media (max-width:750px) {
    br.mobile {
        display: initial
    }
}

[data-lazy] {
    opacity: 0;
    -webkit-transition: opacity .125s;
    -o-transition: opacity .125s;
    transition: opacity .125s
}

[data-lazy].loaded {
    opacity: 1
}

[data-scroll-fadedown],
[data-scroll-fadeup] {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    will-change: transform, opacity
}

[data-scroll-fadeup].is-inview {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

[data-scroll-fadeup] .highlighted_text {
    color: #000;
    -webkit-transition: color .3s .15s;
    -o-transition: color .3s .15s;
    transition: color .3s .15s
}

[data-scroll-fadeup].is-inview .highlighted_text {
    color: #000
}

[data-scroll-fadedown] {
    -webkit-transform: translate3d(0, -5rem, 0);
    transform: translate3d(0, -5rem, 0);
    -webkit-transition: opacity .5s .25s, -webkit-transform .5s .25s;
    -o-transition: transform .5s .25s, opacity .5s .25s;
    transition: transform .5s .25s, opacity .5s .25s;
    transition: transform .5s .25s, opacity .5s .25s, -webkit-transform .5s .25s
}

[data-scroll-fadedown].is-inview {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80em;
    margin: 0 auto
}

@media (max-width:500px) {
    .container {
        width: 100%;
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

.input_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 2.25em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input_wrapper .icon_left {
    position: absolute;
    left: .875em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em
}

.input_wrapper--textarea_grey {
    height: 5.625em
}

.input_wrapper--filled .input_wrapper__input.is-filled+.input_wrapper__label,
.input_wrapper--filled .input_wrapper__input:focus+.input_wrapper__label {
    -webkit-transform: translate3d(-10%, -120%, 0) scale(.8);
    transform: translate3d(-10%, -120%, 0) scale(.8)
}

.input_wrapper--outlined .input_wrapper__input:focus+.input_wrapper__label {
    -webkit-transform: translate3d(-6%, -190%, 0) scale(.9);
    transform: translate3d(-6%, -190%, 0) scale(.9);
    padding: 0 2px
}

.input_wrapper--outlined .input_wrapper__input.is-filled+.input_wrapper__label,
.slider_gallery__arrow.swiper-button-disabled:hover::before {
    opacity: 0
}

.input_wrapper--minimalistic .input_wrapper__input.is-filled+.input_wrapper__label,
.input_wrapper--minimalistic .input_wrapper__input:focus+.input_wrapper__label {
    -webkit-transform: translate3d(-6%, calc(-2em - 30%), 0) scale(.9);
    transform: translate3d(-6%, calc(-2em - 30%), 0) scale(.9)
}

.input_wrapper__input {
    height: 100%;
    width: 100%;
    padding: .7142857143em 14px;
    border: 0 solid transparent;
    border-radius: 4px;
    font-size: .875em;
    line-height: 1em;
    color: #000;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s
}

.input_wrapper__input--12 {
    font-size: .75em
}

.input_wrapper__input--icon_left {
    padding-left: 3.1428571429em;
    width: auto
}

.input_wrapper__input--square {
    padding: .625em .75em;
    text-align: center;
    -moz-appearance: textfield
}

.input_wrapper__input--square::-webkit-inner-spin-button,
.input_wrapper__input--square::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.account_personal_info__content .input_wrapper__input::-webkit-input-placeholder {
    color: #5e5e5e
}

.account_personal_info__content .input_wrapper__input::-moz-placeholder {
    color: #5e5e5e
}

.account_personal_info__content .input_wrapper__input::-ms-input-placeholder {
    color: #5e5e5e
}

.account_personal_info__content .input_wrapper__input::placeholder {
    color: #5e5e5e
}

.input_wrapper--filled .input_wrapper__input {
    background: #eee
}

.input_wrapper--outlined .input_wrapper__input {
    background: #fff;
    border: 1px solid #c8c8c8
}

.service_page_form .input_wrapper--outlined .input_wrapper__input {
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24)
}

.input_wrapper--outlined .input_wrapper__input:hover {
    border: 1px solid #a0a0a0
}

.input_wrapper--outlined .input_wrapper__input:focus {
    border: 1px solid #8500ff
}

.input_wrapper--outlined .input_wrapper__input.is-filled {
    border: 1px solid #c8c8c8
}

.input_wrapper--minimalistic .input_wrapper__input {
    padding-left: 0;
    border-bottom: 1px solid #87909a;
    border-radius: 0;
    background: #eeeded
}

.input_wrapper--filled.not-valid .input_wrapper__input {
    background: #000;
    background: #fbe4e3
}

.input_wrapper--outlined.not-valid .input_wrapper__input {
    border: 1px solid #ff0101
}

.input_wrapper--minimalistic.not-valid .input_wrapper__input {
    border-bottom: 1px solid #f2453d;
    background: 0 0
}

.input_wrapper__label {
    position: absolute;
    top: 50%;
    font-weight: 400;
    font-size: .875em;
    line-height: 1em;
    color: #5e5e5e;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    pointer-events: none
}

.input_wrapper__label--12 {
    font-size: .75em
}

.input_wrapper--filled .input_wrapper__label,
.input_wrapper--outlined .input_wrapper__label {
    left: 14px
}

.service_page_form .input_wrapper--outlined .input_wrapper__label {
    background: #000;
    color: #fff
}

.input_wrapper--minimalistic .input_wrapper__label {
    left: 0
}

.input_wrapper--filled.not-valid .input_wrapper__label {
    -webkit-transform: translate3d(-10%, -120%, 0) scale(.8);
    transform: translate3d(-10%, -120%, 0) scale(.8)
}

.input_wrapper--outlined.not-valid .input_wrapper__label {
    opacity: 0;
    background: #eeeded
}

.input_wrapper--minimalistic.not-valid .input_wrapper__label,
.input_wrapper--outlined.not-valid .input_wrapper__label {
    color: #f2453d;
    -webkit-transform: translate3d(-6%, calc(-2em - 30%), 0) scale(.9);
    transform: translate3d(-6%, calc(-2em - 30%), 0) scale(.9)
}

.input_wrapper__tooltip {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.input_wrapper--filled .input_wrapper__tooltip,
.input_wrapper--outlined .input_wrapper__tooltip {
    right: 14px
}

.input_wrapper--minimalistic .input_wrapper__tooltip {
    left: 0
}

.not-valid .input_wrapper__tooltip {
    opacity: 1
}

.input_wrapper__textarea {
    width: 100%;
    height: 100%;
    padding: .5em 1em;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    font-family: "Inter", sans-serif;
    resize: none
}

.input_wrapper--textarea_grey .input_wrapper__textarea {
    font-size: .75em;
    line-height: 1.3333333333em;
    padding: .875rem;
    color: #000;
    background: #fff;
    border: 1px solid #c8c8c8
}

.input_wrapper__textarea::-webkit-input-placeholder {
    color: #fff
}

.input_wrapper__textarea::-moz-placeholder {
    color: #fff
}

.input_wrapper__textarea::-ms-input-placeholder {
    color: #fff
}

.input_wrapper__textarea::placeholder {
    color: #fff
}

.input_wrapper--textarea_grey .input_wrapper__textarea::-webkit-input-placeholder {
    color: #000
}

.input_wrapper--textarea_grey .input_wrapper__textarea::-moz-placeholder {
    color: #000
}

.input_wrapper--textarea_grey .input_wrapper__textarea::-ms-input-placeholder {
    color: #000
}

.input_wrapper--textarea_grey .input_wrapper__textarea::placeholder {
    color: #000
}

.btn,
.btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1em;
    border-radius: 4px;
    font-family: "RobotoCondensed", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .875em;
   /* line-height: 1rem;*/
    white-space: nowrap;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn__text--small {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .56rem;
    line-height: .875rem
}

.btn__text+.btn__text {
    margin-top: .25rem
}

.btn__icon {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.btn__icon--white {
    fill: #fff
}

.btn__icon--black {
    fill: #000
}

.btn__icon--red {
    fill: #ff0101
}

.btn__icon--left {
    margin-right: .5em
}

.btn__icon--right {
    margin-left: .375em
}

.btn__pic {
    width: 1em;
    height: 1em;
    margin-left: 3em;
    -webkit-transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.btn__pic--white {
    fill: #fff
}

.btn__pic--black {
    fill: #000
}

.btn--filled {
    color: #fff;
    background: #000;
    border: 1px solid #000
}

.btn--filled:hover {
    background: #262626
}

.btn--filled.is-disabled {
    pointer-events: none;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #5e5e5e
}

.btn--grey {
    color: #000;
    background: #eee
}

.btn--grey:hover {
    background: #e1e1e1
}

.btn--white {
    color: #000;
    background: #fff
}

.btn--white:hover {
    background: #f2f2f2
}

.btn--red {
    color: #fff;
    background: #ff0101
}

.btn--red:hover {
    background: #e70000
}

.btn--outlined {
    border: 1px solid #000;
    background: #fff
}

.btn--outlined:hover {
    background: #f2f2f2
}

.btn--error {
    color: #fff;
    background: #f2453d
}

.btn--error:hover {
    background: #f02e25
}

.btn--succes {
    color: #fff;
    background: #4caf50
}

.btn--succes:hover {
    background: #449d48
}

[data-dropdown] {
    position: relative;
    width: 12.5em;
    height: 2.25em;
    -webkit-transition: z-index 0s .5s;
    -o-transition: z-index 0s .5s;
    transition: z-index 0s .5s
}

[data-dropdown].select--outlined {
    width: 100%
}

[data-dropdown].on-focus {
    z-index: 1000;
    -webkit-transition: z-index 0s 0s;
    -o-transition: z-index 0s 0s;
    transition: z-index 0s 0s
}

[data-dropdown] [data-dropdown-input] {
    width: 100%;
    height: 100%;
    padding: .7142857143em 1em;
    border-radius: 4px;
    background-color: #eee;
    border: 0;
    font-weight: 400;
    font-size: .875em;
    font-family: "RobotoCondensed", sans-serif;
    line-height: 1em;
    color: #000;
    text-transform: uppercase;
    cursor: pointer
}

[data-dropdown] [data-dropdown-input]::-webkit-input-placeholder {
    color: #000
}

[data-dropdown] [data-dropdown-input]::-moz-placeholder {
    color: #000
}

[data-dropdown] [data-dropdown-input]::-ms-input-placeholder {
    color: #000
}

[data-dropdown] [data-dropdown-input]::placeholder {
    color: #000
}

@media (max-width:750px) {
    [data-dropdown] [data-dropdown-input] {
        text-align: center
    }
}

[data-dropdown] [data-dropdown-arrow] {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/assets/img/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(1);
    transform: translate3d(0, -50%, 0) scaleY(1);
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

[data-dropdown] [data-dropdown-list] {
    position: absolute;
    width: 100%;
    top: 3em;
    right: 0;
    left: 0;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translate3d(0, .5em, 0);
    transform: translate3d(0, .5em, 0);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    pointer-events: none
}

[data-dropdown].on-focus [data-dropdown-list] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all
}

[data-dropdown].on-focus [data-dropdown-input] {
    background: #f4e8ff
}

[data-dropdown].is-top [data-dropdown-list] {
    top: 0;
    -webkit-transition: opacity .2s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity .2s;
    transition: transform 0s, opacity .2s;
    transition: transform 0s, opacity .2s, -webkit-transform 0s
}

[data-dropdown].is-top [data-dropdown-list],
[data-dropdown].is-top.on-focus [data-dropdown-list] {
    -webkit-transform: translate3d(0, calc(-100% - .5em), 0);
    transform: translate3d(0, calc(-100% - .5em), 0)
}

[data-dropdown].on-focus [data-dropdown-arrow] {
    -webkit-transform: translate3d(0, -50%, 0) scaleY(-1);
    transform: translate3d(0, -50%, 0) scaleY(-1)
}

[data-dropdown] [data-dropdown-option] {
    width: 100%;
    padding: 1em;
    color: #000;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.1428571429em;
    font-family: "RobotoCondensed", sans-serif;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

[data-dropdown] [data-dropdown-option]:hover {
    color: #5e5e5e
}

.select--outlined [data-dropdown-input] {
    text-align: left !important;
    text-transform: none !important;
    background: #fff;
    border: 1px solid #c8c8c8
}

.select--outlined [data-dropdown-input]::-webkit-input-placeholder {
    text-transform: none !important
}

.select--outlined [data-dropdown-input]::-moz-placeholder {
    text-transform: none !important
}

.select--outlined [data-dropdown-input]::-ms-input-placeholder {
    text-transform: none !important
}

.select--outlined [data-dropdown-input]::placeholder {
    text-transform: none !important
}

.select--outlined [data-dropdown-option] {
    text-transform: none !important
}

@media (max-width:750px) {
    .select--outlined [data-dropdown-option] {
        padding: .75em
    }
}

.multi_option {
    margin-top: .4rem;
    margin-left: .4rem;
    padding: .5rem;
    border-radius: 6px;
    color: #fff;
    font-size: .8em;
    background: red;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.multi_option.is-visible {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.section+.section {
    margin-top: 6.25em
}

.section_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section_block--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2
}

.section_block__title {
    font-family: "GolosUI", sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    color: #000;
    letter-spacing: -1px
}

@media (max-width:750px) {
    .section_block__title {
        font-size: 1.875em;
        line-height: 1.0666666667em
    }
}

.section_block__title--small {
    font-size: 1.875em;
    line-height: 1.1333333333em
}

.section_block__title--white {
    color: #fff
}

@media (max-width:750px) {
    .section_block__title--mob {
        display: none
    }
}

.section_block__text {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin-top: 1.125em
}

@media (max-width:750px) {
    .section_block__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.section_block__text--white {
    color: #fff
}

.section_block__text--green {
    color: #1ea01b;
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: .25rem
}

.section_block__text--8 {
    margin-top: .5rem
}

.section_block__text--12 {
    margin-top: .75em
}

@media (max-width:750px) {
    .section_block__text--12 {
        margin-top: .5rem
    }
}

.section_block__text--14 {
    margin-top: .875em
}

.section_block__text--center {
    text-align: center;
    max-width: 53.25em;
    margin: 0 auto
}

.section_block__text--zero {
    margin-top: 0
}

.privacy_column__text a,
.section_block__text .link {
    text-decoration: underline
}

.section_block__text .strong {
    font-weight: 600;
    color: #000
}

.main_section .section_block__text {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #fff
}

@media (max-width:750px) {
    .main_section .section_block__text {
        font-size: .875em;
        line-height: 1.4285714286em;
        text-align: center
    }
}

.section_block__text+.section_block__text {
    margin-top: .625em
}

.section_block__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem
}

@media (max-width:750px) {
    .section_block__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.section_block__button+.section_block__button {
    margin-left: 1em
}

@media (max-width:750px) {
    .section_block__button+.section_block__button {
        width: 100%;
        margin-top: 1em;
        margin-left: 0
    }
}

.section_block__link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.section_block__link:hover {
    color: #000
}

.section_block__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .section_block__nav {
        display: none
    }
}

.section_block__nav_button {
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    background: #323232;
    -webkit-transition: border .25s, background .25s;
    -o-transition: border .25s, background .25s;
    transition: border .25s, background .25s
}

.section_block__nav_button.swiper-button-disabled {
    border: 1px solid #d9d9d9;
    background: 0 0
}

.section_block__nav_button svg,
.section_block__nav_button.swiper-button-disabled svg {
    width: 30%;
    height: 100%;
    fill: #d9d9d9
}

.section_block__nav_button+.section_block__nav_button {
    margin-left: .5rem
}

.related_products .section_block__nav_button svg {
    fill: #000
}

.section_block__nav_button--prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.privacy {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .privacy {
        padding: 3.75em .625em
    }
}

.privacy__top {
    padding-bottom: 1.875em;
    border-bottom: 1px solid #000
}

.privacy__top .section_block__text {
    max-width: 39em
}

.privacy__container,
.privacy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.privacy__container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset !important;
    padding-top: 1.875em
}

.privacy__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media (max-width:750px) {
    .privacy__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.privacy__title {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 2.75em;
    line-height: 1em;
    text-align: center;
    -webkit-transform: translate3d(0, -1vh, 0);
    transform: translate3d(0, -1vh, 0);
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    max-block-size: 2.5em
}

.privacy__title.is-inview {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.privacy_column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: auto
}

@media (max-width:500px) {
    .privacy_column {
        width: 100%;
        margin: 0 0 2em
    }
}

.privacy_column__wrapper {
    max-width: 47.625em
}

@media (max-width:750px) {
    .privacy_column__wrapper {
        max-width: 100%
    }
}

.privacy_column__wrapper+.privacy_column__wrapper {
    margin-top: 3.75em
}

.privacy_column__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-family: "GolosUI", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    white-space: nowrap;
    letter-spacing: -1px;
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

@media (max-width:750px) {
    .privacy_column__title {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        white-space: normal
    }

    .privacy_column__title br {
        display: none
    }
}

.privacy_column__lower.is-inview,
.privacy_column__title.is-visible {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.privacy_column__lower {
    margin-bottom: 1.5em;
    color: #000;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

@media (max-width:750px) {
    .privacy_column__lower {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.privacy_column__text {
    color: #000;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-transform: translate3d(0, -1vh, 0);
    transform: translate3d(0, -1vh, 0);
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width:750px) {
    .privacy_column__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }

    .privacy_column__text+.privacy_column__text {
        margin-top: 2.1428571429em
    }
}

.privacy_column__text a {
    color: #000
}

.privacy_column__text+.privacy_column__text {
    margin-top: 1.75em
}

.privacy_column__text.is-inview {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.privacy_column__text .strong {
    color: #000;
    font-weight: 700
}

.privacy_pagination {
    position: sticky;
    top: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:500px) {
    .privacy_pagination {
        display: none
    }

}

.privacy_block,
.privacy_pagination__link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.privacy_pagination__link {
    color: #000;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 16, 12;
    white-space: nowrap;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

.privacy_pagination__link.is-active,
.privacy_pagination__link:hover {
    color: #0026ee
}

.privacy_pagination__link+.privacy_pagination__link {
    margin-top: 4em
}

.privacy_block {
    padding: 1.75em 2.5em;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0 0 1px #dcdcdc;
    box-shadow: inset 0 0 0 1px #dcdcdc
}

.privacy_block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25em;
    font-weight: 500;
    font-size: 1.2em
}

.privacy_block__text {
    margin-bottom: 1em;
    color: #404040;
    font-weight: 300;
    line-height: 1.8em
}

.privacy_block__button {
    padding: .8em 1.5em;
    border-radius: 6px;
    color: red;
    font-size: .9em;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0
}

.privacy_block__button:hover {
    background: rgba(255, 21, 0, .06)
}

.modal,
.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1
}

.modal__overlay {
    z-index: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.modal__overlay.is-active {
    opacity: 1;
    pointer-events: all
}

.modal__content {
    position: relative;
    z-index: 1;
    opacity: 0
}

.modal__content--scroll {
    width: 26em;
    height: 100%
}

@media (max-width:500px) {
    .modal__content--scroll {
        width: 90vw
    }
}

.modal__content--scroll .simplebar-vertical {
    top: 20%;
    height: 60%
}

.is-active .modal__content,
.modal_form.is-active {
    opacity: 1;
    pointer-events: all
}

.modals {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    pointer-events: none
}

.modal_close {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 50%;
    background: #eee;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.modal_close svg {
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    fill: #323232
}

.modal_close:hover svg {
    -webkit-transform: scale3d(.8, .8, 1) rotate(90deg);
    transform: scale3d(.8, .8, 1) rotate(90deg)
}

.modal_form {
    position: absolute;
    width: 21.875em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    padding: 1.5em;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate3d(-50%, calc(-50% + 2em), 0);
    transform: translate3d(-50%, calc(-50% + 2em), 0);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s
}

@media (max-width:750px) {
    .modal_form {
        width: 100vw;
        padding: .375em .625em .625em;
        top: auto;
        bottom: 0;
        border-radius: 6px 6px 0 0;
        -webkit-transform: translate3d(-50%, 2em, 0);
        transform: translate3d(-50%, 2em, 0);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.modal_form__success {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal_form.is-active {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media (max-width:750px) {
    .modal_form.is-active {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.modal_form.is-active .modal_form__inputs.is-active {
    pointer-events: all
}

.modal_form.on-request {
    pointer-events: none;
    opacity: .6
}

.modal_form__close {
    top: .875em;
    right: .875em;
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0 0
}

@media (max-width:750px) {
    .modal_form__close {
        top: .625em;
        left: .625em;
        right: auto
    }
}

.modal_card .modal_form__close {
    right: 2.125em
}

.modal_form__close .icon {
    fill: #000;
    width: 100%;
    height: 100%
}

.modal_form__wrap {
    position: relative;
    width: 100%
}

.modal_form__icon {
    width: 12.5em;
    height: 12.5em;
    margin-top: 1.875em;
    background: #f4f4f4;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal_form__icon .image {
    width: 6.25em;
    height: 6.25em
}

.modal_form__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em
}

@media (max-width:750px) {
    .modal_form__title {
        font-size: 1.125em;
        line-height: 1.4444444444em;
        text-align: center
    }
}

.modal_form__text {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    margin-top: .5em
}

@media (max-width:750px) {
    .modal_form__text {
        font-size: .875em;
        line-height: 1.5714285714em;
        margin-top: 1.5714285714em;
        text-align: center
    }
}

.modal_form__text--12 {
    font-size: .75em;
    line-height: 1rem;
    margin-top: .5rem
}

.modal_form__text--red {
    color: #ff0101;
    margin-top: .5em
}

.modal_form__inputs {
    margin-top: 1.5em;
    width: 100%
}

@media (max-width:750px) {
    .modal_form__inputs {
        margin-top: 1em
    }
}

.modal_form__inputs_wrap {
    display: grid;
    grid-template-columns: 2.25em 2.25em 2.25em 2.25em;
    gap: .5rem
}

.modal_form__buttons {
    width: 100%;
    margin-top: 1.875em
}

@media (max-width:750px) {
    .modal_form__buttons {
        margin-top: 1em
    }
}

.modal_form__buttons--20 {
    margin-top: 1.25em
}

.modal_form__buttons--44 {
    margin-top: 2.75em
}

.modal_form__btn_add {
    margin-top: 1.5rem
}

.modal_form__btn {
    width: 100%
}

.modal_form__btn+.modal_form__btn {
    margin-top: .7142857143em
}

.modal_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-5em, 0, 0);
    transform: translate3d(-5em, 0, 0);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.modal_menu.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all
}

.modal_menu__top {
    width: 100%
}

.modal_menu__bottom,
.modal_menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.125em 1.875em
}

@media (max-width:750px) {

    .modal_menu__bottom,
    .modal_menu__top {
        padding: .625em
    }
}

.modal_menu__bottom .modal_menu__link+.modal_menu__link,
.modal_menu__top .modal_menu__link+.modal_menu__link {
    margin-left: 1.875em
}

@media (max-width:750px) {
    .modal_menu__bottom {
        display: none
    }
}

.modal_menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media (max-width:750px) {
    .modal_menu__links {
        display: none
    }
}

.modal_menu__link {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .modal_menu__link {
        font-size: .875em;
        line-height: 1.4285714286em;
        width: 100%
    }
}

.modal_menu__link:hover {
    color: #e6e6e6
}

.modal_menu__link .icon {
    width: 1.25em;
    height: 1.25em;
    fill: #fff;
    display: none
}

@media (max-width:750px) {
    .modal_menu__link .icon {
        display: block
    }
}

.modal_menu__close {
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0 0;
    position: initial
}

.modal_menu__close .icon {
    fill: #fff;
    width: 100%;
    height: 100%
}

.modal_menu__bg {
    width: 45vw;
    height: 45vw;
    position: absolute;
    bottom: 0;
    right: 2%;
    z-index: -1
}

@media (max-width:750px) {
    .modal_menu__bg {
        display: none
    }
}

.modal_menu__content {
    padding: 1.875em 0 0 1.875em;
    width: 100%;
    height: calc(100vh - 7.5em)
}

@media (max-width:750px) {
    .modal_menu__content {
        padding: 1.5em .625em .875em;
        height: calc(100% - 2.5em)
    }
}

.modal_menu__content .simplebar-track.simplebar-vertical {
    visibility: visible;
    width: 2px;
    height: 100%;
    background: #3e3e3e;
    left: .75em
}

@media (max-width:750px) {
    .modal_menu__content .simplebar-track.simplebar-vertical {
        display: none
    }
}

.modal_menu__content .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    background: #eee
}

.modal_menu__logo {
    width: 19.125em;
    height: 2em;
    display: block;
    margin-bottom: 1.5em
}

@media (max-width:750px) {
    .modal_menu__logo {
        width: 13em;
        height: 1.25em;
        margin-bottom: .875em
    }
}

.modal_menu__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    color: #fff
}

@media (max-width:750px) {
    .modal_menu__text {
        font-size: .75em;
        line-height: 1.6666666667em
    }
}

.modal_menu__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal_menu__cell .modal_menu__link+.modal_menu__link {
    margin-top: .875em
}

@media (max-width:750px) {
    .modal_menu__cell .modal_menu__link+.modal_menu__link {
        margin-top: 1rem
    }
}

@media (min-width:750px) {
    .modal_menu__cell--grid1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .modal_menu__cell--grid2,
    .modal_menu__cell--grid3 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .modal_menu__cell--grid3 {
        grid-column-start: 3;
        grid-column-end: 4
    }
}

.modal_menu__cell--mob {
    display: none
}

@media (max-width:750px) {
    .modal_menu__cell--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.modal_menu__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .modal_menu__caption {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        margin-bottom: .875rem
    }
}

.modal_menu__table {
    margin-top: 2.75em;
    display: grid;
    grid-template-columns: 12.5em 14.5em 12.5em;
    gap: 3.75em 4em
}

@media (max-width:750px) {
    .modal_menu__table {
        margin-top: 1.875em;
        grid-template-columns: 100%;
        gap: 2.375em
    }
}

.modal_menu__bottom {
    margin-top: auto;
    width: 100%
}

.modal_menu__bottom .itome {
    width: 8.25em;
    height: 1.125em
}

@media (max-width:500px) {
    .modal_menu__bottom .itome {
        margin-bottom: 0
    }
}

.itome {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    color: #fff;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media (max-width:500px) {
    .itome {
        margin-bottom: 1em
    }
}

.itome:hover {
    opacity: .7
}

.itome__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-right: .5em;
    border-radius: 50%;
    background: #006eff
}

.itome__logo svg {
    width: 45%;
    height: 45%;
    fill: #fff
}

.itome__title {
    font-weight: 300;
    font-size: .75em;
    font-family: "Inter", sans-serif;
    color: #fff
}

.itome_tooltip {
    position: absolute;
    bottom: 105%;
    left: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4em 1.25vw;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 2px 15px 20px rgba(0, 0, 0, .15);
    box-shadow: 2px 15px 20px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(-50%) translateY(1vh);
    -ms-transform: translateX(-50%) translateY(1vh);
    transform: translateX(-50%) translateY(1vh);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer-events: none
}

@media screen and (max-width:480px) {
    .itome_tooltip {
        display: none
    }
}

.itome_tooltip:before {
    position: absolute;
    bottom: -13px;
    left: 50%;
    border: 7px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ""
}

.itome_tooltip__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.8em;
    height: 3.8em;
    border-radius: 6px;
    background: #006eff
}

.itome_tooltip__logo svg {
    position: relative;
    top: -1px;
    left: -1px;
    width: 70%;
    fill: #fff
}

.itome_tooltip__title {
    margin: .9vh 0;
    color: #000;
    font-weight: 700;
    font-size: 1.15em
}

.itome_tooltip__subtitle {
    color: #b6b6b6;
    font-weight: 300;
    font-size: .875em;
    white-space: nowrap
}

.modal_menu .itome__title {
    color: #111115
}

.not_found {
    height: 100vh
}

.not_found__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.625em 0 1.875em
}

@media (max-width:750px) {
    .not_found__container {
        padding: 2.5em .625em 0
    }
}

.not_found__container .section_block {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%)
}

.not_found__button {
    text-decoration: underline
}

@media (max-width:750px) {
    .not_found__button {
        margin-top: auto;
        margin-bottom: 1.25em
    }
}

.preloader,
.preloader__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
}

.on-loaded .preloader {
    opacity: 1
}

.disabled .preloader {
    pointer-events: none;
    opacity: 0
}

.preloader__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.preloader__num {
    color: #000;
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -1px
}

.preloader__load {
    margin-top: auto;
    margin-bottom: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0
}

@media (max-width:500px) {
    .preloader__load {
        margin-bottom: 3em
    }
}

.preloader__load_text {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #242424;
    margin-bottom: 1.25em
}

@media (max-width:500px) {
    .preloader__load_text {
        font-size: .875em;
        line-height: 1.4285714286em;
        margin-bottom: 1.1428571429em
    }
}

.preloader__load_line {
    position: relative;
    width: 20em;
    height: 2px;
    background: #ececec
}

@media (max-width:500px) {
    .preloader__load_line {
        width: 70vw
    }
}

.preloader__load_line::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 3.5s;
    -o-transition: transform 3.5s;
    transition: transform 3.5s;
    transition: transform 3.5s, -webkit-transform 3.5s;
    -webkit-animation: loading 3.5s .5s forwards;
    animation: loading 3.5s .5s forwards
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 109;
    background: #fff;
    border-top: 1px solid #000;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.cookie.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cookie__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5625em 1.875em
}

@media (max-width:750px) {
    .cookie__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: .625em
    }
}

.cookie__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    color: #000
}

@media (max-width:750px) {
    .cookie__text {
        font-size: .75em;
        line-height: 1.5em
    }
}

.cookie__text .link {
    text-decoration: underline
}

.cookie__btn {
    width: 11.25em;
    height: 2.75em;
    border-radius: 6px
}

@media (max-width:750px) {
    .cookie__btn {
        font-size: .875em;
        width: 100%;
        height: 2.5714285714em;
        padding: .5714285714em;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: .7142857143em
    }
}

.slider,
.slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.slider__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.125em
}

@media (max-width:500px) {
    .slider__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1.5em
    }
}

.slider__scroll {
    opacity: 1 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    border-radius: 3px;
    background: #ececec
}

@media (max-width:500px) {
    .slider__scroll {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.slider__scroll .swiper-scrollbar-drag {
    height: 100%;
    background: #242424;
    border-radius: 3px
}

.slider__pagination {
    font-family: "Inter", sans-serif;
    font-size: .875em;
    line-height: dm(22, 14);
    font-weight: 400;
    margin: 0 .8571428571em
}

@media (max-width:750px) {
    .slider__pagination {
        margin: 0
    }
}

.slider__pagination.swiper-pagination-lock {
    display: none
}

.slider__button,
.slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__button {
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.slider__button--prev {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.slider__button:hover {
    opacity: .7
}

.slider__button svg {
    width: 100%;
    height: 100%;
    fill: #000;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s
}

.slider__button.swiper-button-lock {
    display: none
}

.slider__button.swiper-button-disabled {
    pointer-events: none;
    opacity: .6
}

.slider__button+.slider__button {
    margin-left: .875em
}

.slider_gallery {
    position: relative;
    width: 80vw;
    height: 100vh;
    border-radius: 24px
}

.is-active .slider_gallery {
    pointer-events: all
}

@media (max-width:500px) {
    .slider_gallery {
        width: 100vw;
        height: 40vh;
        padding-right: 15vw;
        padding-left: 5vw;
        border-radius: 0;
        padding: 0
    }
}

.slider_gallery .swiper-wrapper {
    height: 100%
}

.slider_gallery .swiper-slide,
.slider_gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider_gallery .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:500px) {
    .slider_gallery .swiper-slide {
        pointer-events: all
    }
}

.slider_gallery .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:500px) {
    .slider_gallery .swiper-slide img {
        display: block;
        width: 100%
    }
}

.slider_gallery__nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 8em);
    z-index: 10000
}

.is-active .slider_gallery__nav {
    pointer-events: all
}

@media (max-width:500px) {
    .slider_gallery__nav {
        display: none
    }
}

.slider_gallery__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
    border: 1px solid #fff;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

.hits_slide:hover .hits_slide__pic::before,
.slider_gallery__arrow.swiper-button-disabled {
    opacity: 1
}

.slider_gallery__arrow.swiper-button-disabled svg {
    fill: #242424
}

.slider_gallery__arrow.swiper-button-disabled:hover {
    background: 0 0
}

.slider_gallery__arrow.swiper-button-disabled:hover .slider_gallery__svg {
    fill: #87909a
}

.slider_gallery__arrow:hover {
    background: #242424
}

.slider_gallery__arrow:hover::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1
}

.slider_gallery__arrow:hover .slider_gallery__svg {
    fill: #fff
}

.slider_gallery__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider_gallery__next .slider_gallery__svg,
.slider_gallery__prev .slider_gallery__svg {
    left: 1px
}

.slider_gallery__svg {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: #fff
}

.header,
.header__overlay {
    top: 0;
    left: 0;
    pointer-events: none
}

.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    position: fixed;
    z-index: 90
}

.header.is-catalog-open {
    border-bottom: 1px solid #000
}

.catalog-container {
    display: flex;
}

.catalog-container .column-left {
    padding: 9.25em 0 0;
    width: 320px;
    flex-shrink: 0;
}

.catalog-container .column-main {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width:750px) {
    .catalog-container {
        flex-direction: column;
    }

    .catalog-container .column-left {
        flex: 1 1 auto;
        padding: 3.75em 0 0;
    }
}

.catalog_section__content.bg::before,
.header.is-catalog-open .header__overlay {
    opacity: 1;
    pointer-events: all
}

.header__overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.header__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
    pointer-events: all;
    background: #fff
}

.header__line--1 {
    padding: 1.125em 1em
}

@media (max-width:750px) {
    .header__line--1 {
        padding: .625em
    }
}

.header__line--2 {
    padding: .375em 1em
}

@media (max-width:750px) {
    .header__line--2 {
        display: none
    }
}

.header__line_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .header__line_wrap {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__menu {
    width: 1.25em;
    height: 1.25em;
    margin-left: .875em;
    padding: 0
}

@media (max-width:750px) {
    .header__menu {
        margin-left: 0
    }
}

.header__menu .icon,
.header__phone .icon {
    width: 100%;
    height: 100%;
    fill: #000
}

.header__logo {
    width: 10.5em;
    height: 1.125em;
    display: block;
    margin-left: 1.875em
}

@media (max-width:750px) {
    .header__logo {
        margin-left: 0;
        width: 8.5em;
        height: .875em
    }
}

.header__phone {
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    display: none
}

@media (max-width:750px) {
    .header__phone {
        display: block
    }
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .header__links {
        display: none
    }
}

.header__link {
    font-size: .75em;
    line-height: 1rem;
    font-weight: 400;
    font-family: "RobotoCondensed", sans-serif;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: .25rem .875rem
}

.header__link:hover,
.is-catalog-open .header__link--catalog {
    border: 1px solid #000
}

.header__link--norm {
    text-transform: none;
    border: 0
}

.header__link--norm:hover {
    text-decoration: underline;
    border: 0
}

.header__link--search .icon {
    width: 1.25em;
    height: 1.25em;
    display: none
}

.header__link--search.is-search .text {
    display: none
}

.header__link--search.is-search .icon {
    display: block
}

.header__link+.header__link {
    margin-left: .5rem
}

.footer {
    padding-bottom: 3.75em
}

.footer__wrap {
    padding: 1.875em
}

.footer__wrap--brands {
    padding-bottom: .875em
}

.footer__wrap--line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__wrap--web {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5em 2.5em
}

@media (max-width:750px) {
    .footer__wrap--web {
        grid-template-columns: 100%;
        gap: 2.5em
    }

    .footer__wrap {
        padding: .875em .625em
    }
}

.footer__wrap+.footer__wrap {
    border-top: 1px solid #000
}

.footer__wrap_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875em
}

@media (max-width:750px) {
    .footer__wrap_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.25em
    }
}

.footer__brands {
    max-width: 80em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:750px) {
    .footer__brands {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__cards {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .footer__cards {
        margin-top: .875em
    }
}

.footer__cards .image {
    width: 2.75em;
    height: 1.875em
}

@media (max-width:500px) {
    .footer__cards .image {
        width: 2.1875em;
        height: 1.5em
    }
}

.footer__cards .image+.image {
    margin-left: .5em
}

@media (max-width:500px) {
    .footer__cards .image+.image {
        margin-left: .375em
    }
}

.footer_table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px
}

@media (max-width:750px) {
    .footer_table {
        grid-template-columns: 100%
    }
}

.footer_table__cell {
    padding: 1.875em 1.875em 2.375em;
    outline: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:750px) {
    .footer_table__cell {
        padding: .875em .625em
    }
}

.footer_table__cell .footer_table__link+.footer_table__link {
    margin-top: .875em
}

@media (max-width:750px) {
    .footer_table__cell .footer_table__link+.footer_table__link {
        margin-top: 1rem
    }
}

.footer_table__cell .footer_table__link:hover {
    text-decoration: underline
}

.footer_table__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .footer_table__title {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        margin-bottom: 1rem
    }
}

.footer_table__title--4 {
    margin-bottom: .25rem
}

@media (max-width:750px) {
    .footer_table__title--4 {
        margin-bottom: .5rem
    }
}

.footer_table__title--24 {
    margin-bottom: 1.5rem
}

@media (max-width:750px) {
    .footer_table__title--24 {
        margin-bottom: 1rem
    }
}

.footer_table__link {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .footer_table__link {
        font-size: .875em;
        line-height: 1.4285714286em;
        width: 100%
    }
}

.footer_table__link.is-active {
    color: #8500ff
}

.footer_table__link--brands {
    margin-right: 1.875em;
    margin-bottom: .875em
}

@media (max-width:750px) {
    .footer_table__link--brands {
        margin: 0
    }
}

.footer_table__link--brands:hover {
    text-decoration: underline
}

@media (max-width:750px) {
    .footer_table__link--brands+.footer_table__link--brands {
        margin-top: 1rem
    }

    .footer_table__link--mob {
        display: none
    }
}

.footer_table__link--right+.footer_table__link--right {
    margin-left: 1.875em
}

@media (max-width:750px) {
    .footer_table__link--right+.footer_table__link--right {
        margin-top: 1rem;
        margin-left: 0
    }
}

.footer_table__link .icon {
    width: 1.25em;
    height: 1.25em;
    display: none
}

@media (max-width:750px) {
    .footer_table__link .icon {
        display: block
    }
}

.footer_table__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 0
}

@media (max-width:750px) {
    .footer_table__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.footer_table__text--small {
    font-size: .75em;
    line-height: 1.3333333333em;
    max-width: 81.6666666667em
}

.footer_table__text .link {
    text-decoration: underline
}

.footer_table__text+.footer_table__text {
    margin-top: 1.5em
}

@media (max-width:750px) {
    .footer_table__text+.footer_table__text {
        margin-top: 1.25rem
    }
}

.footer_table__form {
    grid-column-start: 2;
    grid-column-end: -1
}

@media (max-width:750px) {
    .footer_table__form {
        grid-column-start: 1;
        grid-column-end: -1
    }
}

.footer_table__form_wrap {
    width: 90%;
    display: grid;
    grid-template-columns: 35% 35% 30%;
    gap: .875em;
    margin-top: 1.25em;
    margin-bottom: auto
}

@media (max-width:750px) {
    .footer_table__form_wrap {
        width: 100%;
        grid-template-columns: 100%;
        gap: .625em;
        margin: .875em 0 .625em
    }
}

.on-request .footer_table__form_wrap {
    pointer-events: none;
    opacity: .7
}

.footer_web_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_web_block__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #000;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .footer_web_block__title {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        margin-bottom: 1rem
    }
}

.footer_web_block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_web_block__card .icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: .875em
}

.footer_web_block__card+.footer_web_block__card {
    margin-top: .875em
}

.footer_web_block__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

.footer_web_block__text .underline {
    text-decoration: underline
}

.sticker-catalog .sticker-bigrectangle,
.sticker-product .sticker-bigrectangle {
    height: 75px;
    width: 75px;
    background-repeat: no-repeat !important;
    background-size: contain;
    min-width: auto;
}

.hits_slide .sticker-catalog {
    z-index: 3;
}

.home {
    padding-top: 6em;
    position: relative;
    /*height: 100vh;*/
    height: 600px;
}

@media (max-width:750px) {
    .home {
        padding-top: 2.5em;
        height: 50vh;
    }
}

.home__container {
    position: relative
}

.home__bg {
    width: 100vw;
    /*height: calc(100vh - 6em)*/
    height: calc(600px - 6em);
}

@media (max-width:750px) {
    .home__bg {
        height: calc(50vh - 2.5em);
    }
}

.home__bg .image,
.home__bg .video {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: bottom;
    object-position: bottom;
    width: 100%;
    height: 100%
}

@media (max-width:750px) {

    .home__bg .image__desk,
    .home__bg .video__desk {
        display: none
    }
}

.home__bg .image__mob,
.home__bg .video__mob {
    display: none
}

@media (max-width:750px) {

    .home__bg .image__mob,
    .home__bg .video__mob {
        display: initial
    }

    .home__wrap {
        display: none;
    }
}

.home__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .34)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .34) 0%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .34) 0%, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .34) 0%, transparent 100%);
    padding: 9.75em 1.875em 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .home__bottom {
        padding: .875em .625em .625em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home__btn {
        width: 100%;
        margin-top: .8333333333em
    }
}

.home__tabs {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: calc(100vh - 3.75em);
    left: 0;
    z-index: 4
}

@media (max-width:750px) {
    .home__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.home__tab {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em .5rem;
    background: #fff
}

.home__tab.is-active .icon {
    fill: #8500ff
}

.home__tab.is-active .text {
    color: #000
}

.home__tab:hover .icon {
    fill: #8500ff
}

.home__tab .icon {
    width: 1.25em;
    height: 1.25em;
    margin-bottom: .25em;
    fill: #5e5e5e;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s
}

.home__tab .text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .60em;
    line-height: 1.3333333333em;
    color: #5e5e5e;
    text-align: center;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.catalog_section__content {
    margin-top: 1.875em;
    padding: 0 1.875em;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 75%;
    gap: 1%;
    position: relative
}

@media (max-width:750px) {
    .catalog_section__content {
        margin-top: .625em;
        padding: 0 .625em;
        grid-template-columns: 100%;
        gap: 1.25em
    }
}

.catalog_section__content::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media (max-width:500px) {
    .catalog_section__content::before {
        display: none
    }
}

.catalog_infinite_slider {
    padding: 3.75em 0;
    pointer-events: none
}

@media (max-width:750px) {
    .catalog_infinite_slider {
        padding: 2.5em 0
    }
}

.catalog_infinite_slider .swiper-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.catalog_infinite_slider__slide {
    max-width: 9em;
    flex: 1 0 0;
    padding: 0 20px;
}

@media (max-width:750px) {
    .catalog_infinite_slider__slide {
        max-width: 7em;
    }
}

.catalog_infinite_slider__slide_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
        text-align: center;
}

@media (max-width:750px) {
    .catalog_infinite_slider__slide_text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.hits {
    padding: 7.5em 1.875em 0
}

@media (max-width:750px) {
    .hits {
        padding: 1.875em .625em 0
    }
}

.hits--last {
    padding-bottom: 7.5em
}

@media (max-width:750px) {
    .hits--last {
        padding-bottom: 2.25em
    }
}

.promo .hits__top {
    margin-bottom: 1.875em;
}

.hits__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .hits__nav {
        display: none
    }
}

.hits__tabs {
    margin-top: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .hits__tabs {
        margin-top: .875em
    }
}

.hits__tabs .slash,
.hits__tabs_btn {
    font-family: "RobotoCondensed", sans-serif;
    font-size: .75em;
    line-height: 1.3333333333em;
    font-weight: 400
}

.hits__tabs .slash {
    margin: 0 2px;
    color: #000
}

.hits__tabs_btn {
    padding: 0;
    color: #5e5e5e
}

.hits__tabs_btn.is-active {
    color: #000
}

.hits__inner .hits__slider,
.hits__inner .hits__slider_1 {
    display: none
}

.hits__inner .hits__slider.is-active,
.hits__inner .hits__slider_1.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hits__block+.hits__block {
    margin-top: 7.5em
}

@media (max-width:750px) {
    .hits__block+.hits__block {
        margin-top: 3.75em
    }
}

.hits__block--margin {
    margin-top: 2.125rem
}

.hits__block_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.hits__slider,
.hits__slider_1,
.hits__slider_2 {
    margin-top: 1.875em
}

@media (max-width:750px) {

    .hits__slider,
    .hits__slider_1,
    .hits__slider_2 {
        margin-top: .875em
    }
}

.hits__btn_more {
    width: 20%;
    height: 3.6666666667em;
    margin-top: 4.1666666667em;
    margin-left: auto
}

@media (max-width:750px) {
    .hits__btn_more {
        margin-top: 1.5em;
        width: 100%;
        margin-left: 0
    }
}

.hits_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.hits_slide:hover .hits_slide__hover_btn,
.hits_slide:hover .hvr__dots {
    opacity: 1
}

.hits_slide__pic {
    width: 100%;
    height: 26.25em;
   /* background: #eee;*/
    position: relative
}

@media (max-width:750px) {
    .hits_slide__pic {
        height: 12em
    }
}

.hits_slide__pic::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .06);
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.hits_slide__pic .image {
    position: relative;
    z-index: 2
}

.hits_slide__pic .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hits_slide__pic_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hits_slide__pic_wrap .image {
    display: none;
    object-fit: contain;
}

.hits_slide__pic_wrap .image:first-child {
    display: block
}

.hits_slide .hvr,
.hits_slide .hvr__images {
    height: 100%
}

.hits_slide .hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5
}

.hits_slide .hvr__sector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hits_slide .hvr__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: .5rem .875rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none
}

@media (max-width:750px) {
    .hits_slide .hvr__dots {
        display: none
    }
}

.hits_slide .hvr__dot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background: #fff
}

.hits_slide .hvr__dot+.hvr__dot {
    margin-left: .5rem
}

.hits_slide .hvr__dot--active {
    background: #000
}

.hits_slide__hover_btn {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: calc(100% - 2em);
    z-index: 3;
    opacity: 0
}

@media (max-width:750px) {
    .hits_slide__hover_btn {
        display: none
    }
}

.hits_slide__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: .875em
}

@media (max-width:750px) {
    .hits_slide__info {
        padding-top: .375em
    }
}

.hits_slide__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em;
    color: #000
}

.hits_slide__text--big {
    font-weight: 600;
    font-size: .875em;
    line-height: 1.375em
}

.hits_slide__text+.hits_slide__text {
    margin-top: 2px
}

.hits_slide__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .hits_slide__right {
        display: none
    }
}

.hits_slide__btn {
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    position: relative
}

.hits_slide__btn--mob {
    position: absolute;
    top: .625em;
    left: .625em;
    display: none
}

@media (max-width:750px) {
    .hits_slide__btn--mob {
        display: initial
    }
}

.hits_slide__btn .image {
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

.brands_slide__pic::before,
.hits_slide__btn .image__active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.brands_slide:hover .brands_slide__pic::before,
.hits_slide__btn.is-active .image__active,
.hits_slide__btn:hover .image__active {
    opacity: 1
}

.hits_slide__btn.is-active .image__empty,
.hits_slide__btn.showNoLogin:hover .image__empty {
    opacity: 1
}

.showNoLogin .image__empty {
    display: block;
}
.showNoLogin .image__active {
    display: none;
}

.showNoLogin:hover .image__empty {
    display: none;
}
.showNoLogin:hover .image__active {
    display: block;
}

.hits_slide__btn:hover .image__empty

.hits_slide__btn+.hits_slide__btn {
    margin-left: .5em
}
.hits_slide__btn:not(:last-child) {
    margin-right: .5em
}

.brands_section {
    padding: 7.5em 1.875em 0
}

@media (max-width:750px) {
    .brands_section {
        padding: 1.875em .625em 0
    }
}

.brands_section__top {
    margin-bottom: 1.875em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .brands_section__nav {
        display: none
    }
}

.brands_section__slider {
    height: 34em;
}

@media (max-width:750px) {
    .brands_section__slider {
        height: auto
    }
}

.blog_main {
    padding-bottom: 0 !important;    

}

.brands_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 16.25em !important;
}

@media (max-width:750px) {
    .brands_slide {
        height: 15em
    }
}

.brands_slide--page {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.brands_slide__pic {
    width: 100%;
    height: 13.125em;
    background: #eee;
    position: relative
}

@media (max-width:750px) {
    .brands_slide__pic {
        height: 12em
    }

    .brands_slide--page .brands_slide__pic {
        height: 6.875em
    }
}

.brands_slide__pic::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .06);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.brands_slide__info {
    width: 100%;
    padding-top: .875em
}

@media (max-width:750px) {
    .brands_slide__info {
        padding-top: .375em
    }
}

.brands_slide__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em;
    color: #000
}

.brands_slide__text--big {
    font-size: .875em;
    line-height: 1.375em
}

.brands_slide__text+.brands_slide__text {
    margin-top: 2px
}

.services_section {
    padding: 7.5em 1.875em
}

@media (max-width:750px) {
    .services_section {
        padding: 3.75em .625em 2.75em
    }
}

.services_section__content {
    margin-top: 1.875em
}

@media (max-width:750px) {
    .services_section__content {
        margin-top: 1.25em
    }
}

.services_card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em 0;
    position: relative
}

@media (max-width:750px) {
    .services_card {
        padding: 1.25em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services_card:first-of-type {
        padding-top: 0
    }

    .services_card:last-of-type {
        padding-bottom: 0
    }
}

@media (min-width:750px) {
    .services_card:hover::before {
        opacity: 1
    }

    .services_card:hover .services_card__text,
    .services_card:hover .services_card__title {
        color: #fff
    }

    .services_card:hover .services_card__btn {
        background: #fff
    }
}

.services_card+.services_card::after,
.services_card::before {
    content: "";
    display: block;
    width: 100vw;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.services_card::before {
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    height: 100%
}

.services_card__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    width: 16.1111111111em;
    margin-right: 4rem
}

@media (max-width:750px) {
    .services_card__title {
        font-size: 1.125em;
        line-height: 1.3333333333em;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 0;
        margin-bottom: .4em
    }
}

.services_card__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    color: #000;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    max-width: 51.7142857143em
}

@media (max-width:750px) {
    .services_card__text {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.services_card__btn {
    margin: auto 0;
    width: 13.1428571429em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .services_card__btn {
        margin: 1em 0 0;
        width: 100%
    }
}

.services_card+.services_card::after {
    height: 1px
}

@media (max-width:750px) {
    .services_card+.services_card::after {
        width: 100%
    }
}

.glasses_making {
    padding: 7.5em 1.875em 0
}

@media (max-width:750px) {
    .glasses_making {
        padding: 3.75em .625em 0
    }
}

.glasses_making__content {
    margin-top: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 4px
}

@media (max-width:750px) {
    .glasses_making__content {
        margin-top: .875em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.glasses_making_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.625em 1.5em 1.375em 2.375em;
    position: relative;
    width: 25%
}

@media (max-width:750px) {
    .glasses_making_block {
        width: 100%;
        padding: 1.25em .875em
    }
}

.glasses_making_block:first-of-type {
    padding-left: 1.5em
}

@media (max-width:750px) {
    .glasses_making_block:first-of-type {
        padding-left: .875em;
        padding-top: .875em
    }

    .glasses_making_block:last-of-type {
        padding-bottom: .875em
    }
}

.glasses_making_block__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #000;
    margin-bottom: .5rem
}

@media (max-width:750px) {
    .glasses_making_block__title {
        font-size: 1.125em;
        line-height: 1.1111111111em;
        margin-bottom: .4rem
    }
}

.glasses_making_block__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    color: #000;
    margin-bottom: auto
}

@media (max-width:750px) {
    .glasses_making_block__text {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.glasses_making_block__buttons {
    margin-top: 1.25em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:750px) {
    .glasses_making_block__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.glasses_making_block__btn {
    width: 100%
}

.glasses_making_block__btn--half {
    width: calc((100% - .5rem)/2)
}

@media (max-width:750px) {
    .glasses_making_block__btn--half {
        width: 100%;
        height: 2.5714285714em
    }
}

.glasses_making_block__btn+.glasses_making_block__btn {
    margin-left: .5rem
}

@media (max-width:750px) {
    .glasses_making_block__btn+.glasses_making_block__btn {
        margin-left: 0;
        margin-top: .75rem
    }
}

.glasses_making_block+.glasses_making_block {
    border-left: 1px solid #000
}

@media (max-width:750px) {
    .glasses_making_block+.glasses_making_block {
        border-left: none;
        border-top: 1px solid #000
    }
}

.glasses_making_block+.glasses_making_block::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    z-index: 3;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

@media (max-width:750px) {
    .glasses_making_block+.glasses_making_block::before {
        left: 50%;
        top: -3px;
        -webkit-transform: rotate(135deg) translate3d(-50%, 0, 0);
        transform: rotate(135deg) translate3d(-50%, 0, 0)
    }
}

.catalog {
    padding: 9.25em 1.875em 8.75em
}

@media (max-width:750px) {
    .catalog {
        padding: 3.75em .625em 2.25em
    }
}

.catalog__content {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.25em 1em
}

@media (max-width:750px) {
    .catalog__content {
        grid-template-columns: 1fr 1fr;
        gap: 1em .375em;
        margin-top: 1.25em
    }
}

.catalog__category_img {
    height: auto
}

.catalog__category_text {
    margin-top: 1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em
}

@media (max-width:750px) {
    .catalog__category_text {
        font-size: .75em;
        line-height: 1.6666666667em;
        margin-top: .5em
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

@media (max-width:750px) {
    .breadcrumbs {
        margin-bottom: .375em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.breadcrumbs .slash,
.breadcrumbs__link {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem
}

.breadcrumbs__link {
    text-decoration: underline
}

.breadcrumbs__link.is-active {
    text-decoration: none;
    pointer-events: none
}

.breadcrumbs .slash {
    margin: 0 2px
}

.catalog_search_mobile {
    position: relative;
    margin-top: 1.875em;
    width: 100%
}

@media (max-width:750px) {
    .catalog_search_mobile {
        margin-top: .875em
    }
}

.catalog_search_mobile--margin20 {
    margin-top: 1.25em
}

.catalog_search_mobile--mobile {
    margin-top: 1.25em;
    display: none
}

@media (max-width:750px) {
    .catalog_search_mobile--mobile {
        display: block
    }
}

.catalog_search_mobile__input {
    width: calc(100% - 4.5em);
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: .5rem .5rem .5em 2.75rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.25rem;
    color: #000
}

.catalog_search_mobile .icon {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: .5rem;
    left: .875rem;
    pointer-events: none
}

.contacts {
    padding: 9.25em 1.875em 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .contacts {
        padding: 3.75em .625em 1.875em
    }
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:750px) {
    .contacts__container {
        width: 100%
    }
}

.contacts__links {
    margin-top: 1.125em
}

@media (max-width:750px) {
    .contacts__links {
        margin-top: 1.875em
    }
}

.contacts__location {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .contacts__location {
        margin-top: .875em
    }
}

.contacts__gallery {
    display: grid;
    grid-template-columns: 20.875em 28.125em;
    gap: 1em
}

@media (max-width:750px) {
    .contacts__gallery {
        display: none
    }
}

.contacts__gallery_pic+.contacts__gallery_pic {
    margin-top: 1em
}

.contacts_link,
.contacts_link__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts_link__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .contacts_link__title {
        line-height: 1.5rem;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts_link__title .icon {
    width: 1.25em;
    height: 1.25em;
    margin-left: .375em
}

.contacts_link__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: .375em
}

@media (max-width:750px) {
    .contacts_link__text {
        font-size: .875em;
        line-height: 1.5714285714em;
        margin-top: .25rem
    }
}

.contacts_link+.contacts_link {
    margin-top: 1.875em
}

@media (max-width:750px) {
    .contacts_link+.contacts_link {
        margin-top: .875em
    }
}

.contacts_location_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    border-radius: 4px;
    padding: .375em 1em;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .contacts_location_link {
        padding: .5em .875em
    }
}

.contacts_location_link:hover {
    background: #e1e1e1
}

.contacts_location_link .icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: .375em
}

@media (max-width:750px) {
    .contacts_location_link .icon {
        width: 1.25em;
        height: 1.25em
    }
}

.contacts_location_link .text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    text-transform: uppercase
}

@media (max-width:750px) {
    .contacts_location_link .text {
        font-size: .75em
    }
}

.contacts_location_link+.contacts_location_link {
    margin-left: .5rem
}

.contacts_slider {
    margin-top: .875em;
    height: 25.875em;
    width: 100%;
    display: none
}

@media (max-width:750px) {
    .contacts_slider {
        display: initial
    }
}

.contacts_slider__slide {
    width: auto
}

.contacts_slider__slide .image {
    -o-object-fit: cover;
    object-fit: cover
}

.documents {
    padding: 9.25em 1.875em 22.875em
}

@media (max-width:750px) {
    .documents {
        padding: 3.75em .625em 23.5em
    }
}

.documents__content {
    margin-top: 2.125em
}

@media (max-width:750px) {
    .documents__content {
        margin-top: .875em
    }
}

.documents__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0;
    border-bottom: 1px solid #000
}

.documents__btn .text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em
}

.documents__btn .icon {
    width: 1.25em;
    height: 1.25em
}

.documents__btn+.documents__btn {
    margin-top: .875em
}

.faq {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .faq {
        padding: 3.75em .625em 1.875em
    }
}

.faq__content {
    margin-top: 2.125em
}

@media (max-width:750px) {
    .faq__content {
        margin-top: .875em
    }
}

.faq_dropdown {
    border-bottom: 1px solid #000;
    padding: .75em 0
}

@media (max-width:750px) {
    .faq_dropdown {
        padding: .5rem 0
    }
}

.faq_dropdown.is-active .faq_dropdown__info {
    max-height: 120em;
    margin-top: 1.125em;
    opacity: 1;
    pointer-events: all
}

@media (max-width:750px) {
    .faq_dropdown.is-active .faq_dropdown__info {
        margin-top: .875em;
        max-height: 300em
    }
}

.faq_dropdown.is-active .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.faq_dropdown__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.faq_dropdown__top .icon {
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: fill .5s, -webkit-transform .5s;
    -o-transition: fill .5s, transform .5s;
    transition: fill .5s, transform .5s;
    transition: fill .5s, transform .5s, -webkit-transform .5s
}

.faq_dropdown__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em
}

@media (max-width:750px) {
    .faq_dropdown__title {
        font-size: .875em;
        font-weight: 600
    }
}

.faq_dropdown__info {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: max-height .5s, opacity .5s, margin .5s;
    -o-transition: max-height .5s, opacity .5s, margin .5s;
    transition: max-height .5s, opacity .5s, margin .5s
}

.faq_dropdown__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .faq_dropdown__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.faq_dropdown__text+.faq_dropdown__text {
    margin-top: 1.5em
}

.faq_dropdown+.faq_dropdown {
    margin-top: .875em
}

.rules {
    padding: 9.25em 1.875em 6.875em
}

@media (max-width:750px) {
    .rules {
        padding: 3.75em .625em 1.875em
    }
}

.rules__top {
    width: 100% !important;
    padding-bottom: 1.875em;
    border-bottom: 1px solid #000
}

@media (max-width:750px) {
    .rules__top {
        padding-bottom: 1.875em
    }
}

.rules__top .section_block__text {
    max-width: 41.5em
}

.rules__content {
    margin-top: 1.875em
}

.rules__block,
.rules__top .section_block__text--delivery {
    max-width: 52.75em
}

@media (max-width:750px) {
    .rules__block {
        max-width: 100%
    }
}

.rules__block+.rules__block {
    margin-top: 3.75em
}

@media (max-width:750px) {
    .rules__block+.rules__block {
        margin-top: 1.875em
    }
}

.rules__list--margin {
    margin-top: 1.5rem
}

.rules__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .rules__title {
        font-size: 1.5em;
        line-height: 1.0833333333em
    }
}

.rules__title--big {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 1.125rem
}

.rules__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin: 1.875rem 0 .5rem
}

@media (max-width:750px) {
    .rules__caption {
        font-size: 1.125em;
        line-height: 1.3333333333em;
        margin-bottom: .25rem
    }
}

.rules__text {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    list-style: decimal;
    list-style-position: outside;
    margin-left: 1.2em
}

@media (max-width:750px) {
    .rules__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.rules__text--small {
    margin-left: 0;
    margin-top: 2.5em;
    font-size: .75em;
    line-height: 1rem
}

@media (max-width:750px) {
    .rules__text--small {
        font-size: .75em;
        line-height: 1.6666666667em;
        margin-top: .875rem
    }
}

.rules__text--dot {
    list-style: disc
}

.rules__text--nomargin {
    margin-left: 0
}

.rules__text--listmargin+.rules__text--listmargin {
    margin-top: 0 !important
}

.rules__text--margin12 {
    margin-left: 0;
    margin-top: .75em
}

@media (max-width:750px) {
    .rules__text--margin12 {
        margin-top: .875rem
    }
}

.rules__text--margin24 {
    margin-top: 1.5em
}

@media (max-width:750px) {
    .rules__text--margin24 {
        margin-top: .875rem
    }
}

.rules__text+.rules__text {
    margin-top: 1.5rem
}

.about {
    padding: 9.25em 1.875em 0
}

@media (max-width:750px) {
    .about {
        padding: 3.75em .625em 0
    }
}

.about__main_pic {
    height: auto;
    margin: 1.875em 0
}

@media (max-width:750px) {
    .about__main_pic {
        margin: 1.25em 0
    }
}

.about__main_pic .video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto
}

.about__table {
    margin-top: 1.875em;
    width: 100%;
    border: 1px solid #000;
    display: grid;
    grid-template-columns: 17% 27% 22% 15% 19%
}

@media (max-width:750px) {
    .about__table {
        margin-top: .875em;
        grid-template-columns: 100%
    }
}

.about__table_cell {
    padding: 1.5em
}

@media (max-width:750px) {
    .about__table_cell {
        padding: .875em .625em
    }
}

.about__table_cell+.about__table_cell {
    border-left: 1px solid #000
}

@media (max-width:750px) {
    .about__table_cell+.about__table_cell {
        border-top: 1px solid #000;
        border-left: none
    }
}

.about__table_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em
}

@media (max-width:750px) {
    .about__table_text {
        font-size: .75em;
        line-height: 1rem
    }
}

.about__gallery {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 58% 41.15%;
    gap: 1em
}

@media (max-width:750px) {
    .about__gallery {
        grid-template-columns: 100%;
        gap: .625em
    }
}

.about__gallery_pic {
    height: auto
}

.about__gallery_pic+.about__gallery_pic {
    margin-top: 1em
}

@media (max-width:750px) {
    .about__gallery_pic+.about__gallery_pic {
        margin-top: .625em
    }
}

.news_section {
    padding: 7.5em 1.875em
}

@media (max-width:750px) {
    .news_section {
        padding: 3.75em .625em 1.875em
    }
}

.news_section.blog {
    padding-top: 3.75em
}

.news_section__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_section__content {
    margin-top: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
    width: 100%
}

@media (max-width:750px) {
    .news_section__content {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .news_section__content::-webkit-scrollbar {
        display: none
    }
}

.news_section_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.news_section_card__img {
    height: 13.125em;
    margin-bottom: .875em
}

@media (max-width:750px) {
    .news_section_card__img {
        height: 12em;
        width: 15.875em;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: .375em
    }
}

.news_section_card__img .image {
    -o-object-fit: cover;
    object-fit: cover
}

.news_section_card__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    height: 3.1428571429em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.news_section_card__date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em;
    margin-top: 3em
}

@media (max-width:750px) {
    .news_section_card__date {
        margin-top: 4px
    }
}

.news {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .news {
        padding: 3.75em .625em 1.875em
    }
}

.news__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .875em
}

@media (max-width:750px) {
    .news__sort_btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.news__sort_btn.is-filter-opened {
    background: #f4e8ff
}

.news__sort_btn+.news__sort_btn {
    margin-left: .7142857143em
}

@media (max-width:750px) {
    .news__sort_btn+.news__sort_btn {
        margin-left: .45em
    }

    .catalog_inner__buttons .news__sort_btn+.news__sort_btn {
        margin-left: 0
    }
}

.news__content {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.875em 1em
}

@media (max-width:750px) {
    .news__content {
        margin-top: .875em;
        grid-template-columns: 100%;
        gap: 1.875em
    }
}

.news_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.news_card__img {
    height: auto;
    margin-bottom: .875em
}

.news_card__img img.desktop {
    display: block;
}
.news_card__img img.mobile {
    display: none;
}

@media (max-width:750px) {
    .news_card__img {
        height: 12em;
        margin-bottom: .375em
    }
    .news_card__img img.desktop {
        display: none;
    }
    .news_card__img img.mobile {
        display: block;
    }
    
}

.news_card__img .image {
    -o-object-fit: cover;
    object-fit: cover
}

.news_card__date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em;
    margin-bottom: .5rem
}

@media (max-width:750px) {
    .news_card__date {
        margin-bottom: .5em
    }
}

.news_card__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em
}

@media (max-width:750px) {
    .news_card__title {
        line-height: 1.5rem
    }
}

.news_card__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    max-height: 4.7142857143em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: .5rem
}

@media (max-width:750px) {
    .news_card__text {
        margin-top: .45em
    }
}

.pagination {
    width: 100%;
    margin: 1.875em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:768px) {
    .pager-pagination{
        margin-left: 0;
    }
}

ul.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

ul.pagination li a,
ul.pagination li span{
    width: 3em;
    height: 3em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 4px;
    background: #eee;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    text-align: center;
    color: #000;
    -webkit-transition: background .2s, color .2s, border .2s;
    -o-transition: background .2s, color .2s, border .2s;
    transition: background .2s, color .2s, border .2s;
}

ul.pagination li:not(:first-child){
    margin-left: 0.5rem;
}

ul.pagination li.active span{
    background: #fff;
}

ul.pagination li a:hover{
    background: #e1e1e1;
}

.pagination__btn_more {
    width: 45%;
    margin-left: 28%
}

@media (max-width:750px) {
    .pagination__btn_more {
        width: 100%;
        margin-left: 0
    }
}

.pagination__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

@media (max-width:750px) {
    .pagination__wrap {
        display: none
    }
}

.pagination__num {
    width: 3em;
    height: 3em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 4px;
    background: #eee;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    text-align: center;
    color: #000;
    -webkit-transition: background .2s, color .2s, border .2s;
    -o-transition: background .2s, color .2s, border .2s;
    transition: background .2s, color .2s, border .2s
}

.pagination__num:hover {
    background: #e1e1e1
}

.pagination__num.is-active {
    background: #fff
}

.pagination__num+.pagination__num {
    margin-left: .5rem
}

.news_card_page__bg {
    margin-top: 7.875em;
    width: 100%;
    height: auto;
    margin-bottom: 3.75em
}

.news_card_page__bg img.desktop {
    display: block;
}
.news_card_page__bg img.mobile {
    display: none;
}

@media (max-width:750px) {
    .news_card_page__bg {
        margin-top: 2.5em;
        margin-bottom: 1.875em;
        height: 18.375em
    }
    .news_card_page__bg img.desktop {
        display: none;
    }
    .news_card_page__bg img.mobile {
        display: block;
    }
}

.news_card_page__bg .image {
    -o-object-fit: cover;
    object-fit: cover
}

.news_card_page__container {
    padding: 0 1.875em 7.5em;
    max-width: 44.75em
}

@media (max-width:750px) {
    .news_card_page__container {
        padding: 0 .625em 1.875em;
        max-width: 100%
    }
}

.news_card_page__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: -1px;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .news_card_page__title {
        font-size: 1.875em;
        line-height: 1.0666666667em;
        margin-bottom: .75rem
    }
}

.news_card_page__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .news_card_page__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.news_card_page__text+.news_card_page__text {
    margin-top: 1.875rem
}

.brands {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .brands {
        padding: 3.75em .625em 1.875em
    }
}

.brands__content {
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.875em 1em
}

@media (max-width:750px) {
    .brands__content {
        margin-top: .875em;
        grid-template-columns: 1fr 1fr;
        gap: .875em .375em
    }
}

.home_serv{
    padding: 0 1.875em;
}

.service_page_form {
    margin-top: 3.75em;
    padding: 1.875em 0 3.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.service_page_form::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: -1
}

.service_page_form__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    color: #fff;
    letter-spacing: -1px
}

.service_page_form__text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    color: #fff;
    margin-top: 1rem;
    max-width: 36.4285714286em
}

.service_page_form__form {
    max-width: 70.5em;
    margin-top: 1.875em;
    display: grid;
    grid-template-columns: 20% 20% 48% 12%;
    gap: .875em;
    position: relative;
    z-index: 3
}

@media (max-width:750px) {
    .service_page_form__form {
        max-width: 100%;
        grid-template-columns: 100%
    }
}

.service_page_form__form.on-request {
    opacity: .6
}

.service_page_form__img {
    width: 50.25em;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width:750px) {
    .service_page_form__img {
        display: none
    }
}

.catalog_inner {
    padding: 9.25em 1.875em 0
}

@media (max-width:750px) {
    .catalog_inner {
        padding: 3.75em .625em 0
    }
}

.catalog_inner--brands {
    padding-bottom: 7.5em
}

@media (max-width:750px) {
    .catalog_inner--brands {
        padding-bottom: 3.75em
    }
}

.catalog_inner__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875em;
    padding-bottom: 10px;
    overflow: scroll hidden;
    scrollbar-width: thin;
    scrollbar-color: #eee #fff;
}

/* Стили для вебkit-браузеров (Chrome, Safari) */
.catalog_inner__categories::-webkit-scrollbar {
    height: 10px; /* Высота скроллбара */
}

.catalog_inner__categories::-webkit-scrollbar-track {
    background: white; /* Фон скроллбара */
}

.catalog_inner__categories::-webkit-scrollbar-thumb {
    background-color: gray; /* Цвет ползунка */
    border-radius: 10px; /* Закругление ползунка */
}

/* Удаляем стрелки для вебkit-браузеров */
.catalog_inner__categories::-webkit-scrollbar-button {
    display: none; /* Прячем кнопки-стрелки */
}

@media (max-width:750px) {
    .catalog_inner__categories {
        margin-top: 1.125em;
    }
}

.dream-filter .rdf-header h3 {
    display: none;
}

#rdrf50 .rdf-mobile-toggle {
    border-radius: 4px;
    border: 1px solid #c8c8c8;
    padding: 6px;
    margin-bottom: 10px;
    width: auto;
}
.dream-filter .rdf-mobile-toggle svg {
    width: 34px;
    height: 34px;
}

.catalog_inner__cat_btn {
    padding: 0;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    text-align: left;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-wrap: nowrap;
}

.catalog_inner__cat_btn:hover {
    color: #8500ff
}

.catalog_inner__cat_btn+.catalog_inner__cat_btn {
    margin-left: 1.875rem;
}

.catalog_inner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-top: 1.5em;
    -webkit-transition: position .2s, background .2s, top .2s;
    -o-transition: position .2s, background .2s, top .2s;
    transition: position .2s, background .2s, top .2s
}

@media (max-width:750px) {
    .catalog_inner__buttons {
        margin-top: 1.125em;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .375em
    }

    [data-scroll-direction=up] .catalog_inner__buttons {
        position: fixed;
        top: 1.375em;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: all;
        width: calc(100% - 1.25em);
        padding: .625em 0;
        z-index: 3
    }
}

.is-filter .catalog_inner__filter_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #f4e8ff;
    color: #000
}

.is-filter .catalog_inner__filter_btn .btn__clicked {
    display: initial
}

.catalog_inner__filter_btn .btn__clicked,
.catalog_inner__filter_btn_mob,
.is-filter .catalog_inner__filter_btn .btn__initial {
    display: none
}

@media (max-width:750px) {
    .catalog_inner__filter_btn_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog_inner__content {
    display: grid;
    grid-template-columns: 100% 100%;
    margin-top: 1.875em
}

@media (max-width:750px) {
    .catalog_inner__content {
        margin-top: 1.25em;
        grid-template-columns: 100%
    }
}

.is-filter .catalog_inner__content {
    grid-template-columns: 1fr 3fr;
    gap: 1em
}

@media (max-width:750px) {
    .is-filter .catalog_inner__content {
        grid-template-columns: 100%
    }
}

.catalog_inner__content_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.875em 1em
}

@media (max-width:750px) {
    .catalog_inner__content_cards {
        grid-template-columns: 1fr 1fr;
        gap: .875em .375em;
        width: 100%
    }
}

@media (min-width:750px) {
    .is-filter .catalog_inner__content_cards {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:750px) {
    .catalog_inner__pagination .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.pagination li a{
        width: 2em;
        height: 2em;
    }
}

.catalog_inner__also {
    margin-top: 3.75em
}

@media (max-width:750px) {
    .catalog_inner__also {
        margin-top: 2.25em
    }
}

.catalog_inner__also_wrap {
    margin-top: 1.5em;
    padding-bottom: 1.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .catalog_inner__also_wrap {
        margin-top: 1.125em;
        padding-bottom: 1.375em;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .catalog_inner__also_wrap::-webkit-scrollbar {
        display: none
    }
}

.catalog_inner_additional {
    border-top: 1px solid #000;
    padding: 1.875em 1.875em 0
}

@media (max-width:750px) {
    .catalog_inner_additional {
        padding: .625em .625em 0
    }
}

.catalog_inner_additional__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    max-width: 85.8333333333em
}

@media (max-width:750px) {
    .catalog_inner_additional__text {
        max-width: 100%
    }
}

.catalog_inner_additional__text+.catalog_inner_additional__text {
    margin-top: 1.5em
}

.catalog_inner_additional__faq {
    margin-top: 2.75em
}

.catalog_filters {
    position: relative;
    width: 0;
    opacity: 0;
    display: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (max-width:750px) {
    .catalog_filters {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        max-height: 80vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .catalog_filters::before {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .4);
        position: absolute;
        top: calc(-100vh + 100%);
        left: 0
    }
}

.is-filter .catalog_filters {
    width: 100%;
    opacity: 1;
    display: block;
}

.catalog_filters__close {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: .625em;
    top: .5rem;
    padding: 0;
    display: none
}

@media (max-width:750px) {
    .catalog_filters__close {
        display: block
    }
}

.catalog_filters__close .icon {
    width: 100%;
    height: 100%
}

@media (max-width:750px) {
    .catalog_filters__wrap {
        height: 100%;
        max-height: calc(100vh - 12.25em - 3.375em);
        overflow: hidden scroll
    }
}

.catalog_filters__block {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s .2s, -webkit-transform .2s .2s;
    -o-transition: opacity .2s .2s, transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s, -webkit-transform .2s .2s;
   /* position: absolute;*/
}

.catalog_filters__block.is-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-2em, 0, 0);
    transform: translate3d(-2em, 0, 0);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.catalog_filters__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    letter-spacing: -1px;
    padding: 1em
}

@media (max-width:750px) {
    .catalog_filters__title {
        font-size: 1.125em;
        line-height: 1.5rem;
        padding: .3333333333em;
        text-align: center
    }
}

.catalog_filters__title--nopad {
    padding: 0
}

.catalog_filters__main_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5714285714em 1.4285714286em;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1rem;
    text-transform: uppercase;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .catalog_filters__main_btn {
        font-size: .75em;
        line-height: .875rem;
        padding: .8333333333em
    }
}

.catalog_filters__main_btn.is-active {
    background: #f0deff
}

.catalog_filters__main_btn:hover {
    background: #eee
}

.catalog_filters__main_btn .icon {
    width: 1.25em;
    height: 1.25em
}

.catalog_filters__bottom,
.catalog_filters__main_btn+.catalog_filters__main_btn {
    border-top: 1px solid #000
}

@media (max-width:750px) {
    .catalog_filters__main_btn+.catalog_filters__main_btn {
        border-top: none
    }
}

.catalog_filters__bottom {
    padding: 1.25em
}

@media (max-width:750px) {
    .catalog_filters__bottom {
        padding: .625em;
        border-top: none
    }
}

.catalog_filters__bottom_btn {
    width: 100%;
    height: 2.5714285714em
}

.catalog_filters__bottom_btn--aside {
    margin-top: 1.25rem
}

@media (max-width:750px) {
    .catalog_filters__bottom_btn--aside {
        margin-top: auto
    }
}

.catalog_filters_sort {
    border-top: 1px solid #000;
    padding: 1.375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:750px) {
    .catalog_filters_sort {
        border-top: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .625em
    }
}

.catalog_filters_sort__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.catalog_filters_sort__label--margin {
    margin-right: 2.25em
}

@media (max-width:750px) {
    .catalog_filters_sort__label--cart_card {
        display: none
    }
}

.catalog_filters_sort__label+.catalog_filters_sort__label {
    margin-top: .875em
}

@media (max-width:750px) {
    .catalog_filters_sort__label+.catalog_filters_sort__label {
        margin-top: 0;
       /* margin-left: 1.25em*/
    }
}

.catalog_filters_sort__radio {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    cursor: pointer;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

.catalog_filters_sort__checkbox .icon,
.catalog_filters_sort__radio .icon {
    width: .5em;
    height: .375em;
    fill: #fff
}

.checkbox:checked~.catalog_filters_sort__checkbox,
.radio:checked~.catalog_filters_sort__radio {
    background: #000
}

.catalog_filters_sort__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    cursor: pointer;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

.catalog_filters_sort__checkbox--grey {
    background: #eee
}

.catalog_filters_sort__checkbox .icon--grey {
    fill: #eee
}

.catalog_filters_sort__text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 500;
    font-size: .75em;
    line-height: 1.3333333333em;
    color: #000;
    white-space: nowrap
}

.product_page {
    padding: 9.25em 1.875em 0
}

@media (max-width:750px) {
    .product_page {
        padding: 3.75em .625em 0
    }
}

.product_page__content {
    display: grid;
    grid-template-columns: 57% 42%;
    gap: 1%;
    margin-top: 2.75em
}

@media (max-width:750px) {
    .product_page__content {
        grid-template-columns: 100%;
        gap: 1.25em;
        margin-top: 1.25em
    }
}

.product_page__gallery {
    position: relative
}

.product_page__tag {
    /* display: flex; */
    display: none;
    width: 6.625em;
    height: 3.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: .75em;
    left: 1.25em;
    z-index: 3
}

@media (max-width:750px) {
    .product_page__tag {
        width: 4.375em
    }
}

.product_page__tag .bg {
    width: 100%;
    height: 100%
}

.product_page__tag.is-new .bg {
    fill: #1ea01b
}

.product_page__tag.is-promo .bg {
    fill: #00e
}

.product_page__tag.is-hit .bg {
    fill: #ff001f
}

.product_page__tag .text {
    color: #fff;
    font-size: .875em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.product_page__tag + .product_page__tag {
    top: 4.75em;
}
.product_page__tag + .product_page__tag + .product_page__tag {
    top: 8.75em;
}

@media (max-width:750px) {
    .product_page__tag .text {
        font-size: .5625em
    }

    .product_page__gallery_wrap {
        display: none
    }
    .product_page__tag + .product_page__tag {
        top: 3.75em;
    }
    .product_page__tag + .product_page__tag + .product_page__tag {
        top: 6.75em;
    }
}

.product_page__slider {
    display: none
}

@media (max-width:750px) {
    .product_page__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       /* height: 26.5em;*/
        position: relative
    }
}

.product_page__slider_pagination {
    width: 100%;
    padding: .5em .875em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_page__slider_pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.product_page__slider_pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: .375em
}

.product_page__slider_pagination .swiper-pagination-bullet-active {
    background: #000
}

.product_page__gallery_pic {
    width: 100%;
    height: auto;
    background: #eee
}

.product_page__gallery_pic+.product_page__gallery_pic {
    margin-top: .875em
}

@media (max-width:750px) {
    .product_page__gallery_pic+.product_page__gallery_pic {
        margin-top: 0
    }
}

.product_page_info {
    height: 100%
}

.product_page_info__container {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden
}

.product_page_info__container+.product_page_info__container {
    margin-top: 1em
}

.product_page_info__block {
    border-top: 1px solid #000;
    background: #fff;
    padding: 1.5em;
    -webkit-transition: opacity .2s, height .2s;
    -o-transition: opacity .2s, height .2s;
    transition: opacity .2s, height .2s
}

@media (max-width:750px) {
    .product_page_info__block {
        padding: .875em
    }
}

.product_page_info__block:first-of-type {
    padding-top: 1.125em
}

@media (max-width:750px) {
    .product_page_info__block:first-of-type {
        padding-top: .875em
    }
}

.modal_card .product_page_info__block {
    border: 0;
    padding: 0
}

.product_page_info__block--lenses {
    padding: 0
}

.product_page_info__block--last {
    padding: 0;
    border-top: none;
    margin-top: 1em;
    position: sticky;
    top: 7em
}

.modal_card .product_page_info__block+.product_page_info__block {
    margin-top: 1.5em
}

.product_page_info__up_btn {
    padding: 1em;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.product_page_info__up_btn:hover {
    background: #f2f2f2
}

.product_page_info__up_btn .icon_up {
    width: 1.25em;
    height: 1.25em;
    margin-left: .45em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.product_page_info__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

.product_page_info__text--small {
    font-size: .75em;
    line-height: 1.3333333333em
}

.product_page_info__text--small.green {
    color: #0fb60b;
    margin-bottom: .25rem
}

.product_page_info__text--margin14 {
    margin-top: .875em
}

@media (max-width:750px) {
    .product_page_info__text--margin14 {
        margin-top: .375em
    }
}

.modal_card .product_page_info__text {
    font-size: .875em;
    line-height: 1.5714285714em;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.product_page_info__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em
}

@media (max-width:750px) {
    .product_page_info__title {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        letter-spacing: -1px
    }
}

.product_page_info__line {
    margin: .5rem 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .product_page_info__line {
        margin: .375em 0 .625em
    }
}

.product_page_info__price {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #000
}

.product_page_info__price.old {
    color: #5e5e5e;
    position: relative
}

.cart_total__price.old::before,
.product_page_info__price.old::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ff0101;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_page_info__price+.product_page_info__price {
    margin-left: .875rem
}

.product_page_info__buttons {
    width: 100%;
    margin-top: 1.5em;
    position: relative
}

@media (max-width:750px) {
    .product_page_info__buttons {
        margin-top: .875em
    }
}

.modal_card .product_page_info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_page_info__buttons_wrap {
    margin-bottom: 1em
}

.product_page_info__btn {
    width: 100%;
    height: 3.8571428571em
}

.modal_card .product_page_info__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5714285714em
}

.product_page_info__btn--fav {
    border: 1px solid #eee
}

.product_page_info__btn.is-added {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.product_page_info__btn.is-added .btn__icon--added,
.product_page_info__btn.is-added .btn__text--added {
    display: initial
}

.product_page_info__btn .btn__icon--added,
.product_page_info__btn .btn__text--added,
.product_page_info__btn.is-added .btn__icon--initial,
.product_page_info__btn.is-added .btn__text--initial {
    display: none
}

.product_page_info__btn+.product_page_info__btn {
    margin-top: 1em
}

.modal_card .product_page_info__btn+.product_page_info__btn {
    margin-top: 0;
}
.modal_card .product_page_info__btn {
    margin-right: .875rem
}

@media (max-width:750px) {
    .product_page_info__btn+.product_page_info__btn {
        margin-top: .7142857143em
    }
}

.product_page_info__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    color: #000
}

.product_page_info__caption--grey {
    color: #5e5e5e;
    width: 7.1111111111em
}

@media (max-width:750px) {
    .product_page_info__caption--grey {
        font-family: "Inter", sans-serif;
        font-size: .875em
    }
}

.product_page_info__colors {
    margin-top: .875em;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: .5rem;
    width: 84%
}

@media (max-width:750px) {
    .product_page_info__colors {
        display: none
    }
}

.product_page_info__select {
    display: none
}

@media (max-width:750px) {
    .product_page_info__select {
        display: block;
        margin-top: .875em
    }
}

.product_page_info__colors_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 6.75em;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer
}

.product_page_info__colors_btn--lenses {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.product_page_info__colors_btn .text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.1428571429em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: .625em;
    width: 100%;
    background: #eee;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.product_page_info__help_buttons {
    margin-top: .875em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:750px) {
    .product_page_info__help_buttons {
        margin-top: .625em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product_page_info__help_buttons--socials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.product_page_info__help_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product_page_info__help_btn+.product_page_info__help_btn {
    margin-left: 1rem
}

@media (max-width:750px) {
    .product_page_info__help_btn+.product_page_info__help_btn {
        margin-left: 0;
        margin-top: .7142857143em
    }
}

.product_page_info__socials_btn {
    width: 1.5em;
    height: 1.5em;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.product_page_info__socials_btn:hover {
    opacity: .7
}

.product_page_info__socials_btn+.product_page_info__socials_btn {
    margin-left: .875em
}

.radio:checked~.text {
    background: #f4e8ff
}

.product_page_info_dropdown.is-active .product_page_info_dropdown__content {
    max-height: 40em;
    margin-top: 1.5em;
    opacity: 1;
    pointer-events: all
}

.product_page_info_dropdown.is-active .product_page_info_dropdown__content--38 {
    margin-top: 2.375em
}

.modal_card .product_page_info_dropdown.is-active .product_page_info_dropdown__content {
    margin-top: .75em;
    pointer-events: none
}

.product_page_info_dropdown.is-active .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.product_page_info_dropdown__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

@media (max-width:750px) {
    .product_page_info_dropdown__top {
        cursor: default;
        pointer-events: none
    }
}

.product_page_info_lenses__dropdown .product_page_info_dropdown__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:750px) {
    .product_page_info_lenses__dropdown .product_page_info_dropdown__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.product_page_info_dropdown__top .icon {
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: fill .5s, -webkit-transform .5s;
    -o-transition: fill .5s, transform .5s;
    transition: fill .5s, transform .5s;
    transition: fill .5s, transform .5s, -webkit-transform .5s
}

@media (max-width:750px) {
    .product_page_info_dropdown__top .icon {
        display: none
    }
}

.product_page_info_lenses__dropdown .product_page_info_dropdown__top .icon,
.product_page_size_block__text+.product_page_size_block__text {
    margin-left: auto
}

.product_page_info_dropdown__content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: max-height .5s, opacity .5s, margin .5s;
    -o-transition: max-height .5s, opacity .5s, margin .5s;
    transition: max-height .5s, opacity .5s, margin .5s
}

@media (max-width:750px) {
    .product_page_info_dropdown__content {
        opacity: 1;
        pointer-events: all;
        margin-top: .75em;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content
    }
}

.product_page_size_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_page_size_block__pic {
    width: 4.625em;
    height: 4.625em;
    margin-right: 1.5em
}

@media (max-width:750px) {
    .product_page_size_block__pic {
        width: 3em;
        height: 3em;
        margin-right: .875em
    }
}

.product_page_size_block__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .product_page_size_block__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.product_page_size_block+.product_page_size_block {
    margin-top: .875em
}

@media (max-width:750px) {
    .product_page_size_block+.product_page_size_block {
        margin-top: 0
    }
}

.modal_card .product_page_size_block+.product_page_size_block {
    margin-top: 0
}

.product_page_characteristics_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_page_characteristics_block__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .product_page_characteristics_block__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.product_page_characteristics_block__text.link {
    text-decoration: underline
}

.product_page_characteristics_block+.product_page_characteristics_block {
    margin-top: .75em
}

@media (max-width:750px) {
    .product_page_characteristics_block+.product_page_characteristics_block {
        margin-top: .875em
    }
}

.product_page_delivery__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product_page_delivery__block+.product_page_delivery__block {
    margin-top: 1em
}

@media (max-width:750px) {
    .product_page_delivery__block+.product_page_delivery__block {
        margin-top: .875em
    }
}

.product_page_delivery__icon {
    width: 1.25em;
    height: 1.25em;
    margin-right: .875em;
    margin-top: 2px
}

.product_page_delivery__icon .svg_icon {
    width: 100%;
    height: 100%
}

.product_page_delivery__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em
}

.product_page_delivery__text--bold {
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5714285714em
}

.product_page_delivery__text+.product_page_delivery__text {
    margin-top: .25rem
}

.product_page_delivery__btn {
    margin-top: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:750px) {
    .product_page_delivery__btn {
        margin-top: 1.25rem;
        width: 100%;
        height: 2.5714285714em
    }
}

.product_page_info_form {
    margin-top: 1.5em
}

.product_page_info_form.on-request {
    opacity: .6;
    pointer-events: none
}

.product_page_info_form__inputs {
    display: grid;
    width: 100%;
    gap: .875em
}

@media (max-width:750px) {
    .product_page_info_form__inputs {
        gap: .625em
    }
}

.product_page_info_form__bottom {
    margin-top: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:750px) {
    .product_page_info_form__bottom {
        margin-top: .875em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product_page_info_form__text {
    font-size: .75em;
    line-height: 1rem;
    color: #5e5e5e;
    text-align: right;
    margin-right: 1.875rem
}

@media (max-width:750px) {
    .product_page_info_form__text {
        text-align: left;
        margin-right: 0;
        margin-bottom: 1em;
        font-size: .625em
    }

    .product_page_info_form__btn {
        width: 100%
    }
}

.favorites {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .favorites {
        padding: 3.75em .625em 2.25em
    }
}

.favorites__content {
    display: grid;
    /*grid-template-columns: 24% calc(76% - 1em);*/
    grid-template-columns: 100%;
    gap: 1em;
    margin-top: 2.125em
}

@media (max-width:750px) {
    .favorites__content {
        margin-top: .625em;
        grid-template-columns: 100%;
        gap: 1.25em
    }
}

.favorites__buttons {
    position: sticky;
    top: 6.75em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (max-width:750px) {
    .favorites__buttons {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .favorites__buttons::-webkit-scrollbar {
        display: none
    }
}

.favorites__filter_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 1.375em 1.5em 1.375em 1.25em;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .favorites__filter_btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap;
        padding: .7142857143em 1em;
        border-radius: 50px;
        background: #eee
    }

    .favorites__filter_btn .number {
        display: none
    }
}

.favorites__filter_btn.is-active,
.favorites__filter_btn:hover {
    background: #f4e8ff
}

@media (max-width:750px) {
    .favorites__filter_btn+.favorites__filter_btn {
        margin-left: .5rem
    }
}

.favorites__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: .875em;
    margin-bottom: 1.25em
}

@media (max-width:750px) {
    .favorites__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-bottom: .625em
    }

    .favorites__select {
        width: 100%;
        margin-top: .625em
    }
}

.favorites__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.875em 1em
}

@media (max-width:750px) {
    .favorites__cards {
        grid-template-columns: 1fr 1fr;
        gap: 1.25em .375em
    }
}

.favorites__pagination .pagination__btn_more {
    width: 32%;
    margin-left: 34%
}

@media (max-width:750px) {
    .favorites__pagination .pagination__btn_more {
        width: 100%;
        margin-left: 0
    }
}

.cart {
    padding: 9.25em 1.875em 0
}

@media (max-width:750px) {
    .cart {
        padding: 3.75em .625em 0
    }
}

.is-empty .cart__breadcrumbs,
.is-empty .cart__content {
    display: none
}

.cart__content {
    display: grid;
    grid-template-columns: calc(68% - 1em) 32%;
    gap: 1em;
    margin-top: 1.125em;
    position: relative
}

@media (max-width:750px) {
    .cart__content {
        margin-top: .875em;
        grid-template-columns: 100%;
        gap: .875em
    }
}

.cart__left_top {
    width: 100%;
    background: #eee;
    border-radius: 4px;
    padding: 1.5em 1.25em 1.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .cart__left_top {
        display: none
    }
}

.cart__left_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem
}

.cart__left_text--margin_auto {
    margin-left: auto
}

.cart__left_text+.cart__left_text {
    margin-top: .2rem
}

.cart__left_btn {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    text-align: left;
    padding: 0;
    white-space: nowrap
}

.cart__left_btn--red {
    color: #ff0101
}

.cart__left_btn--blue {
    color: #00e
}

.cart__left_btn+.cart__left_btn {
    margin-left: 3em
}

.cart__final_btn {
    position: fixed;
    bottom: 5em;
    z-index: 3;
    width: calc(100% - 1.25rem);
    left: .7142857143em
}

.cart_total {
    border: 1px solid #000;
    border-radius: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (max-width:750px) {
    .cart_total {
        grid-row-start: 1;
        grid-row-end: 2
    }
}

.cart_total__top {
    padding: 1rem 1.5rem;
    width: 100%;
    border-bottom: 1px solid #000
}

@media (max-width:750px) {
    .cart_total__top {
        display: none
    }
}

.cart_total__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px
}

.cart_total__list {
    padding: 1.5em 1.5em 1em
}

@media (max-width:750px) {
    .cart_total__list {
        padding: .875em
    }
}

.cart_total__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.cart_total__line+.cart_total__line {
    margin-top: .625em
}

@media (max-width:750px) {
    .cart_total__line+.cart_total__line {
        margin-top: .4rem
    }
}

.cart_total__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .cart_total__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.cart_total__text--small {
    font-size: .75em;
    line-height: 1rem;
    text-align: center;
    margin: .875rem auto 0
}

@media (max-width:750px) {
    .cart_total__text--small {
        display: none
    }
}

.cart_total__price {
    font-family: "GolosUI", sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cart_total__price--small {
    font-size: .75em;
    line-height: 1rem;
    text-align: center;
    margin: .875rem auto 0
}

.cart_total__price.old {
    color: #5e5e5e;
    position: relative
}

@media (max-width:750px) {
    .cart_total__price.old {
        font-size: .75em;
        line-height: 1rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.cart_total__price+.cart_total__price {
    margin-top: .25rem
}

.cart_total__btn {
    width: 100%;
    height: 4.4285714286em;
    margin-top: 2.1428571429em
}

@media (max-width:750px) {
    .cart_total__btn {
        height: 2.5rem;
        margin-top: 1rem
    }
}

.cart_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.25em 1.5em
}

@media (max-width:750px) {
    .cart_card {
        padding: 0
    }
}

.cart_card__pic {
    width: 7.25em;
    height: 7.25em;
    margin: 0 1.5em;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #eee
}

@media (max-width:750px) {
    .cart_card__pic {
        width: 9em;
        height: 11.375em;
        margin: 0 .875em 0 0
    }
}

.cart_card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

@media (max-width:750px) {
    .cart_card__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart_card__delete_mob {
    display: none;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    top: 0;
    right: 0
}

.cart_card__delete_mob .icon {
    width: 100%;
    height: 100%
}

@media (max-width:750px) {
    .cart_card__delete_mob {
        display: block
    }
}

.cart_card__column,
.cart_card__column_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_card__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart_card__column_line {
    margin-top: 1.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .cart_card__column_line {
        display: none
    }
}

.cart_card__prices {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:750px) {
    .cart_card__prices {
        margin: .875em 0 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.cart_card__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #eee;
    margin-left: 4em;
    overflow: hidden
}

@media (max-width:750px) {
    .cart_card__amount {
        margin: .875em 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.cart_card__amount_icon {
    padding: .5rem .875rem;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.cart_card__amount_icon.disabledBTN {
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}

@media (max-width:500px) {
    .cart_card__amount_icon {
        padding: .5rem .625em;
        width: 100%
    }
}

.cart_card__amount_icon:hover {
    background: #e1e1e1
}

.cart_card__amount_icon .icon {
    width: 1.25em;
    height: 1.25em
}

.cart_card__amount_number {
    margin: 0 1.1em;
    font-size: .875em;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400
}

.quantity.cart_card__amount_number {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width:750px) {
    .cart_card+.cart_card {
        margin-top: .875em
    }
}

.modal_try_on {
    width: 50vw;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    padding: 1.5em
}

@media (max-width:750px) {
    .modal_try_on {
        width: 100vw;
        padding: 1.5em 1.125em
    }
}

.modal_try_on__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px;
    margin-bottom: .2em
}

@media (max-width:750px) {
    .modal_try_on__title {
        font-size: 1.5em;
        line-height: 1.0833333333em;
        margin-bottom: 8px;
        text-align: center
    }
}

.modal_try_on__list {
    margin-top: 1.5em;
    max-width: 42.625em
}

@media (max-width:750px) {
    .modal_try_on__list {
        margin-top: .875em;
        max-width: 100%
    }
}

.modal_try_on__text {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400
}

@media (max-width:750px) {
    .modal_try_on__text {
        font-size: .875em;
        line-height: 1.5714285714em;
        text-align: center
    }
}

.modal_try_on__item {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    list-style: decimal;
    list-style-position: outside;
    margin-left: 1.2em
}

@media (max-width:750px) {
    .modal_try_on__item {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.modal_try_on__item .link {
    text-decoration: underline
}

.modal_try_on__item+.modal_try_on__item {
    margin-top: 1.5rem
}

.modal_card {
    width: 60vw;
    min-width: 56em;
    height: 80vh;
    border-radius: 4px;
    padding: .875em 2.625em 3.25em .875em
}

@media (max-width:750px) {
    .modal_card {
        display: none;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }
}

.modal_card__btn {
    width: 100%;
    height: 3.4285714286em;
    position: fixed;
    bottom: 0;
    left: 0
}

.modal_card__content {
    width: 100%;
    height: 100%
}

.modal_card__content .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%
}

.modal_card__content .simplebar-track.simplebar-vertical {
    height: 100%;
    width: 8px;
    background: #eee;
    border: 0;
    right: -2em
}

.modal_card__content .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    background: #000
}

.modal_card__slider {
    width: 100%;
    max-width: 21.625em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 25.375em;
    margin-right: 1.5em;
    position: relative
}

.modal_card__slider:hover .hvr__dots {
    opacity: 1
}

.modal_card__slider_wrap {
    position: relative;
    background: #fff;
    height: 100%
}

.modal_card__slider_wrap .image {
    display: none
}

.modal_card__slider_wrap .image:first-child {
    display: block
}

.modal_card .hvr,
.modal_card .hvr__images {
    height: 100%
}

.modal_card .hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5
}

.modal_card .hvr__sector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.modal_card .hvr__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: .5rem .875rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    opacity: 0;
    pointer-events: none
}

.modal_card .hvr__dot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background: #fff
}

.modal_card .hvr__dot+.hvr__dot {
    margin-left: .5rem
}

.modal_card .hvr__dot--active {
    background: #000
}

.checkout {
    padding: 9.25em 1.875em 7.5em
}

@media (max-width:750px) {
    .checkout {
        padding: 3.75em .625em
    }
}

.checkout__content {
    margin-top: 2.125em;
    display: grid;
    grid-template-columns: 66% 33%;
    gap: 1%
}

@media (max-width:750px) {
    .checkout__content {
        margin-top: .875em;
        grid-template-columns: 100%;
        gap: 1.875em
    }
}

.checkout__main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.checkout__main_wrap+.checkout__main_wrap {
    margin-top: 2em
}

@media (max-width:750px) {
    .checkout__main_wrap+.checkout__main_wrap {
        margin-top: 1.875em
    }
}

.checkout__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em
}

.checkout__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: .25rem
}

.checkout__inputs {
    margin-top: .875em;
    margin-bottom: .875em;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .875em
}



@media (max-width:750px) {
    .checkout__inputs {
        grid-template-columns: 100%;
        gap: .625em
    }
}

.checkout__options {
    margin-top: .875em
}

.checkout__save_btn {
    width: 100%;
    margin-top: 2.1428571429em;
    height: 3.8571428571em
}

.checkout_option {
    width: 100%;
    display: block;
    padding: 0
}

.checkout_option .icon {
    width: 1.25em;
    height: 1.25em
}

.checkout_option .icon--red {
    fill: #ff0101
}

.checkout_option .icon_arrow {
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.checkout_option .icon_arrow--notrans {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:750px) {
    .checkout_dropdown .checkout_option .icon_arrow {
        display: none
    }
}

.checkout_option__block {
    width: 100%;
    background: #eee;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 1.125em 1em .875em;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .checkout_option__block {
        padding: 1em .875em
    }
}

.checkout_option--border .checkout_option__block {
    border-top: 1px solid #000;
    border-radius: 0
}

.checkout_dropdown .checkout_option__block {
    background: #fff
}

@media (max-width:750px) {
    .checkout_dropdown .checkout_option__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.radio:checked~.checkout_option__block {
    background: #f4e8ff
}

.checkout_option__radio {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative
}

.radio:checked~.checkout_option__block .checkout_option__radio::before,
.radio:checked~.modal_checkout_moscow_radio__block .modal_checkout_moscow_radio__radio::before {
    opacity: 1
}

.checkout_option__radio::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.checkout_option__wrap {
    margin-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:750px) {
    .checkout_option__wrap {
        margin-left: .75em
    }

    .checkout_dropdown .checkout_option__wrap {
        margin-left: 0;
        margin-top: .625em
    }
}

.checkout_option__title {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1rem;
    text-transform: uppercase
}

@media (max-width:750px) {
    .checkout_option__title {
        font-size: .75em;
        line-height: 1em
    }
}

.checkout_option__title--inter {
    font-family: "Inter", sans-serif;
    text-transform: none
}

.checkout_option__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: .45em
}

@media (max-width:750px) {
    .checkout_option__text {
        font-size: .75em;
        line-height: 1.25rem;
        margin-top: .5rem
    }
}

.checkout_dropdown .checkout_option+.checkout_option,
.checkout_option__text--nomargin {
    margin-top: 0
}

.checkout_option__text--upper {
    text-transform: uppercase
}

.checkout_option__text+.checkout_option__text {
    margin-top: .25rem
}

.checkout_option+.checkout_option {
    margin-top: .875em
}

@media (max-width:750px) {
    .checkout_option+.checkout_option {
        margin-top: .625em
    }
}

@media (max-width:750px) {
    .checkout_total {
        grid-row-start: 1;
        grid-row-end: 2
    }
}

.checkout_total__block {
    border: 1px solid #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5em
}

@media (max-width:750px) {
    .checkout_total__block {
        padding: .875em
    }
}

.checkout_total__block+.checkout_total__block {
    margin-top: 1em
}

@media (max-width:750px) {
    .checkout_total__block+.checkout_total__block {
        margin-top: .875em
    }

    .checkout_total__block_title {
        display: none
    }
}

.checkout_total__list {
    width: 100%;
    margin-top: 1.5em
}

@media (max-width:750px) {
    .checkout_total__list {
        margin-top: 0
    }
}

.checkout_total__line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout_total__line+.checkout_total__line {
    margin-top: .625em
}

@media (max-width:750px) {
    .checkout_total__line+.checkout_total__line {
        margin-top: .375em
    }
}

.checkout_total__cards {
    margin: .625em 0
}

.checkout_total__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.checkout_total__card+.checkout_total__card {
    margin-top: .5rem
}

.checkout_total__card_pic {
    width: 2.5em;
    height: 2.5em;
    margin-right: .875em
}

.checkout_total__card_text {
    font-size: .75em;
    line-height: 1rem
}

.checkout_total__card_text+.checkout_total__card_text {
    margin-left: auto
}

.checkout_total__text {
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width:750px) {
    .checkout_total__text {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.checkout_total__text--small {
    font-size: .875em;
    line-height: 1.5714285714em
}

.checkout_total__price {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em
}

@media (max-width:750px) {
    .checkout_total__price {
        line-height: 1.5rem
    }
}

.checkout_total__btn {
    width: 100%;
    height: 3.8571428571em;
    margin-top: 2.1428571429em
}

@media (max-width:750px) {
    .checkout_total__btn {
        margin-top: 1.5rem;
        height: 2.5rem
    }
}

.checkout_total__privacy {
    font-size: .75em;
    line-height: 1rem;
    color: #5e5e5e;
    text-align: center;
    margin: .875rem auto 0;
    max-width: 28.3333333333em
}

@media (max-width:750px) {
    .checkout_total__privacy {
        max-width: 22em
    }
}

.checkout_total__privacy .link {
    color: #000;
    text-decoration: underline
}

.checkout_total__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: .875em
}

@media (max-width:750px) {
    .checkout_total__label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: .375em
    }
}

.checkout_total__label_radio {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .875em;
    cursor: pointer;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

@media (max-width:750px) {
    .checkout_total__label_radio {
        margin-right: 0;
        margin-bottom: .375em
    }
}

.checkout_total__label_radio .icon {
    width: .5em;
    height: .375em;
    fill: #fff;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s
}

.radio:checked~.checkout_total__label_radio .icon {
    fill: #000
}

.checkout_total__label_text {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.1111111111em;
    color: #000
}

@media (max-width:750px) {
    .checkout_total__label_text {
        line-height: 1.5rem
    }
}

.header_catalog {
    position: absolute;
    left: 0;
    top: 6.25em;
    width: 23vw;
    height: calc(100vh - 6.25em);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-10em, 0, 0);
    transform: translate3d(-10em, 0, 0);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.is-catalog-open .header_catalog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all
}

.header_catalog__menu,
.header_catalog__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_catalog__menu {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header_catalog__top {
    padding: .875em 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_catalog__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.1333333333em;
    letter-spacing: -1px
}

.header_catalog__close {
    padding: 0;
    width: 1.25em;
    height: 1.25em
}

.header_catalog__close .icon {
    width: 100%;
    height: 100%
}

.header_catalog__list {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.header_catalog__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.25em;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.4285714286em;
    text-transform: uppercase
}

.header_catalog__link:hover .header_catalog__categories{
    opacity: 1;
    pointer-events: all;
}

.header_catalog__link .icon {
    width: 1.25em;
    height: 1.25em
}

.header_catalog__link.is-active,
.header_catalog__link:hover {
    background: #f4e8ff
}

.header_catalog__link--bottom {
    margin-top: auto;
    border-top: 1px solid #000
}

.header_catalog__link+.header_catalog__link {
    border-top: 1px solid #000
}

.header_catalog__categories {
    background: #fff;
    width: max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 37.375em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    position: absolute;
    top: 0;
    left: calc(23vw + 1px);
    opacity: 0;
    pointer-events: none
}

.header_catalog__categories.is-active {
    opacity: 1;
    pointer-events: all
}

.header_catalog__categories_block {
    padding: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 16px;
    outline: 1px solid #000;
    max-height: 37.375em;
}

.header_catalog__categories_title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .33em
}

.header_catalog__categories_title:not(:first-child) {
    margin-top: 0.5rem;
}

.header_catalog__categories_link {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1.3333333333em
}

.header_catalog__categories_link:hover {
    text-decoration: underline
}

.header_catalog__categories_link+.header_catalog__categories_link {
    margin-top: .5rem
}

.login {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.login .loading_icon {
    width: 32px;
    height: 32px;
    margin-top: 1.875em
}

.login,
.login__wrap {
    position: relative
}

.login__wrap .loader {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

.login__form,
.login__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login__inputs {
    width: 100%;
    max-width: 18.25em;
    margin-top: 1.875em;
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 100%;
    gap: .875em
}

@media (max-width:750px) {
    .login__inputs {
        margin-top: 1.25em
    }
}

.login__text {
    font-size: .875em;
    line-height: 1.5714285714em
}

.login__text--bottom {
    position: absolute;
    bottom: 2.1428571429em
}

@media (max-width:750px) {
    .login__text--bottom {
        bottom: 6.6666666667em
    }

    .login__text {
        font-size: .75em;
        line-height: 1.6666666667em
    }
}

.login__text .link {
    text-decoration: underline
}

.login__bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    padding: 1em;
    position: absolute;
    bottom: 0;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:750px) {
    .login__bottom {
        padding: .875em
    }
}

.login__bottom--red {
    border-top: 1px solid #ff0101;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.account {
    margin-top: 6.75em;
    border-top: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 3fr
}

@media (max-width:750px) {
    .account {
        margin-top: 2.5em;
        grid-template-columns: 100%
    }
}

.account__column {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-height: 50em
}

.account__column_wrap {
    padding: 2.625em 1.875em 2.125em
}

@media (max-width:750px) {
    .account__column_wrap {
        padding: 1.25em .625em
    }
}

.account__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width:750px) {
    .account__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        border-top: 1px solid #000
    }
}

.account__tab {
    width: 100%;
    padding: 1.4285714286em 1.4285714286em 1.4285714286em 2.1428571429em;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    text-transform: uppercase;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .account__tab {
        padding: .8333333333em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: .75em;
        text-align: center
    }
}

.account__tab.is-active,
.account__tab:hover {
    background: #f4e8ff
}

.account__tab.is-active .icon_main {
    fill: #8500ff
}

.account__tab .text--mob,
.account__tab.is-active .icon_arrow {
    display: none
}

@media (max-width:750px) {
    .account__tab .text--desk {
        display: none
    }
}

@media (max-width:750px) {
    .account__tab .text--mob {
        display: initial
    }
}

.account__tab .icon_main {
    width: 1.25em;
    height: 1.25em;
    margin-right: .75em
}

@media (max-width:750px) {
    .account__tab .icon_main {
        margin-right: 0;
        margin-bottom: 6px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.account__tab .icon_arrow {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto
}

@media (max-width:750px) {
    .account__tab .icon_arrow {
        display: none
    }
}

.account__btn_leave {
    margin-top: auto;
    padding: 1.4285714286em 2.1428571429em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    text-transform: uppercase;
    color: #ff0101;
    -webkit-transition: background .2s, color .2s;
    -o-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

@media (max-width:750px) {
    .account__btn_leave {
        padding: .8333333333em;
        font-size: .75em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.account__btn_leave:hover {
    color: #fff;
    background: #ff0101
}

.account__btn_leave:hover .icon_main {
    fill: #fff
}

@media (max-width:750px) {
    .account__btn_leave .text--desk {
        display: none
    }
}

.account__btn_leave .text--mob {
    display: none
}

@media (max-width:750px) {
    .account__btn_leave .text--mob {
        display: initial
    }
}

.account__btn_leave .icon_main {
    width: 1.25em;
    height: 1.25em;
    fill: #ff0101;
    margin-right: .875em;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s
}

@media (max-width:750px) {
    .account__btn_leave .icon_main {
        margin-right: 0;
        margin-bottom: 6px
    }
}

.account__content {
    min-height: 50em;
    border-left: 1px solid #000;
    padding: 1.25em 1.875em 7.5em
}

.account__content--order_card {
    padding: 0
}

@media (max-width:750px) {
    .account__content--order_card {
        padding: 0 !important
    }

    .account__content {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: .625em
    }
}

.account__sort_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25em
}

@media (max-width:750px) {
    .account__sort_buttons {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .account__sort_buttons::-webkit-scrollbar {
        display: none
    }
}

.account__sort_btn {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    text-transform: uppercase;
    padding: .8333333333em 1.1666666667em;
    background: #eee;
    border-radius: 50px;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .account__sort_btn {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        white-space: nowrap
    }
}

.account__sort_btn.active {
    background: #f4e8ff
}

.account__sort_btn+.account__sort_btn {
    margin-left: .5rem
}

.account__cards {
    margin-top: 1.875em
}

@media (max-width:750px) {
    .account__cards {
        margin-top: 1.25em
    }
}

.account_card {
    width: 100%;
    display: block
}

.account_card__top {
    border-radius: 4px 4px 0 0;
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eee
}

@media (max-width:750px) {
    .account_card__top {
        border-radius: 0;
        padding: .875em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.account_card__status_btn {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    width: 10em;
    padding: .25em;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 2em
}

@media (max-width:750px) {
    .account_card__status_btn {
        margin-right: 0;
        margin-bottom: .75em
    }
}

.account_card__status_btn--payment {
    color: #fff;
    background: #ff0101
}

.account_card__status_btn--packing {
    color: #000;
    background: #fff
}

.account_card__status_btn--delivery,
.account_card__status_btn--waiting {
    color: #fff;
    background: #8500ff
}

.account_card__status_btn--finished {
    color: #fff;
    background: #0fb60b
}

.account_card__status_btn--cancel {
    color: #fff;
    background: #5e5e5e
}

.account_card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account_card__wrap--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:750px) {
    .account_card__wrap--end {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.account_card__wrap+.account_card__wrap {
    margin-left: auto
}

@media (max-width:750px) {
    .account_card__wrap+.account_card__wrap {
        margin-left: 0;
        margin-top: 2px
    }
}

.account_card__text {
    font-size: .875em;
    line-height: 1.5714285714em
}

@media (max-width:750px) {
    .account_card__text {
        font-size: .75em;
        line-height: 1.6666666667em
    }
}

.account_card__text--big {
    font-size: 1em;
    line-height: 1.5em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

@media (max-width:750px) {
    .account_card__text--big {
        font-size: .875em;
        line-height: 1.5714285714em
    }
}

.account_card__text+.account_card__text {
    margin-top: .25rem
}

.account_card__gallery {
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:750px) {
    .account_card__gallery {
        padding: 0;
        margin-top: .375em;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .account_card__gallery::-webkit-scrollbar {
        display: none
    }
}

.account_card__img {
    width: 7.25em;
    height: 7.25em;
    background: #eee
}

@media (max-width:750px) {
    .account_card__img {
        width: 7.125em;
        height: 11.375em;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.account_card__img+.account_card__img {
    margin-left: .875em
}

@media (max-width:750px) {
    .account_card__img+.account_card__img {
        margin-left: .375em
    }
}

.account_card+.account_card {
    margin-top: 1.875em
}

.account_order_card__top {
    padding: 1.25em 1.875em .875em;
    width: 100%;
    border-bottom: 1px solid #000
}

@media (max-width:750px) {
    .account_order_card__top {
        padding: .625em
    }
}

.account_order_card__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .account_order_card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.account_order_card__info {
    padding: 1.875em
}

@media (max-width:750px) {
    .account_order_card__info {
        padding: 1em .625em 0
    }
}

.account_order_card__info_title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .875rem
}

@media (max-width:750px) {
    .account_order_card__info_title {
        line-height: 1.5rem;
        margin-bottom: .75rem
    }
}

.account_order_card__info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account_order_card__info_wrap+.account_order_card__info_wrap {
    margin-top: .875em
}

.account_order_card__info_caption {
    font-size: .75em;
    line-height: 1rem;
    color: #5e5e5e;
    margin-bottom: 2px
}

.account_order_card__info_text {
    font-size: .875em;
    line-height: 1.5714285714em
}

.account_order_card__info_text+.account_order_card__info_text {
    margin-top: .25rem
}

.account_order_card__products {
    width: 100%;
    max-width: 28.125em;
    padding: 1.875em
}

@media (max-width:750px) {
    .account_order_card__products {
        max-width: 100%;
        padding: 0 .625em 1.875em;
        margin-top: 1.875em
    }
}

.account_order_card__products_cards {
    height: 100%;
    max-height: 37.8em;
    overflow: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 1em;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width:750px) {
    .account_order_card__products_cards {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        gap: 1em .375em
    }
}

.account_order_card__products_cards::-webkit-scrollbar {
    display: none
}

.account_order_card__products_img {
    width: 100%;
    height: 13.125em;
    background: #eee
}

@media (max-width:750px) {
    .account_order_card__products_img {
        height: 12em
    }
}

.account_order_card__products_text {
    font-size: .875em;
    line-height: 1.5714285714em
}

.account_order_card__products_text--small {
    font-size: .75em;
    line-height: 1rem;
    margin-top: 3px
}

.account_personal_info__content {
    margin-top: 1.875em;
    width: 100%;
    max-width: 56.5em
}

@media (max-width:750px) {
    .account_personal_info__content {
        margin-top: .875em;
        max-width: 100%
    }
}

.account_personal_info__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875em .875em;
    margin-bottom: 1.875em
}

@media (max-width:750px) {
    .account_personal_info__inputs {
        grid-template-columns: 100%;
        gap: .75em;
        margin-bottom: .875em
    }
}

.account_personal_info__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .3333333333em
}

@media (max-width:750px) {
    .account_personal_info__btn {
        width: 100%
    }
}

.account_additional_info__content {
    margin-top: 1.875em;
    width: 100%;
    max-width: 41.875em
}

@media (max-width:750px) {
    .account_additional_info__content {
        margin-top: .875em;
        max-width: 100%
    }
}

.account_additional_info__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .3333333333em
}

.account_additional_info__text {
    font-size: 1em;
    line-height: 1.5em
}

.account_additional_info__btn {
    margin-top: 1.25rem
}

@media (max-width:750px) {
    .account_additional_info__btn {
        width: 100%
    }
}

.product_page_info_lenses__top {
    padding: 1.5em
}

@media (max-width:750px) {
    .product_page_info_lenses__top {
        padding: .875em
    }
}

.product_page_info_lenses__tabs {
    margin-top: 1.5em;
    width: 100%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden
}

@media (max-width:750px) {
    .product_page_info_lenses__tabs {
        margin-top: .875em
    }
}

.product_page_info_lenses__tabs_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: .625em;
    font-family: "RobotoCondensed", sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400
}

@media (max-width:750px) {
    .product_page_info_lenses__tabs_btn {
        font-size: .75em;
        padding: 1em
    }
}

.product_page_info_lenses__tabs_btn.is-active {
    background: #f4e8ff
}

.product_page_info_lenses__tabs_btn+.product_page_info_lenses__tabs_btn {
    border-left: 1px solid #000
}

.product_page_info_lenses__container {
    position: relative
}

.product_page_info_lenses__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.product_page_info_lenses__inner.is-active {
    position: initial;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s
}

.product_page_info_lenses__dropdown {
    padding: 1.5em
}

@media (max-width:750px) {
    .product_page_info_lenses__dropdown {
        padding: .875em
    }
}

.product_page_info_lenses__dropdown+.product_page_info_lenses__dropdown {
    border-top: 1px solid #000
}

.product_page_info_lenses__dropdown_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: .5em
}

@media (max-width:750px) {
    .product_page_info_lenses__dropdown_content {
        display: none
    }

    .catalog_section_list {
        grid-row-start: 2;
        grid-row-end: 3
    }
}

.catalog_section_list__wrap {
    width: 100%;
    position: relative;
    z-index: 2
}

.catalog_section_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    width: 100%;
    padding: 0 0 0 2em;
    background: #eee;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.catalog_section_list__item:hover {
    background: #f4e8ff
}

.catalog_section_list__item .image {
    width: 6.8333333333em;
    height: 6.6666666667em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.catalog_section_list__item+.catalog_section_list__item {
    margin-top: 1em
}

.catalog_section_list_inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 74%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media (max-width:750px) {
    .catalog_section_list_inner {
        display: none
    }
}

.catalog_section_list_inner.is-open {
    opacity: 1;
    pointer-events: all;
    z-index: 5
}

.catalog_section_list_inner::before {
    content: "";
    display: block;
    height: 100%;
    width: 1.8em;
    background: 0 0;
    position: absolute;
    top: 0;
    left: -1.5em
}

.catalog_section_list_inner__top {
    padding: 1.25em 1.375em
}

.catalog_section_list_inner__table {
    padding: 0 1.25em;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
    height: calc(100% - 5em)
}

.catalog_section_list_inner__column {
    padding: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 365px;
    width: max-content;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog_section_list_inner__column:first-of-type {
    padding-left: 0
}

.catalog_section_list_inner__column+.catalog_section_list_inner__column {
    border-left: 1px solid #c8c8c8
}

.catalog_section_list_inner__title {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .3333333333em
}

.catalog_section_list_inner__link {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem
}

.catalog_section_list_inner__link:hover {
    text-decoration: underline
}

.catalog_section_list_inner__link--all {
    margin-top: 3.6666666667em !important
}

.catalog_section_list_inner__link+.catalog_section_list_inner__link {
    /*margin-top: .5rem*/
}

.catalog_section_slider {
    position: relative
}

.catalog_section_slider__slide_img {
    width: 100%;
    height: 21.2em;
    position: relative
}
.catalog_section_slider__slide_img.desktop {
    display: block;
}
.catalog_section_slider__slide_img.mobile {
    display: none;
}

@media (max-width:750px) {
    .catalog_section_slider__slide_img {
        height: auto;
    }
    .catalog_section_slider__slide_img.desktop {
        display: none;
    }
    .catalog_section_slider__slide_img.mobile {
        display: block;
    }
}

.catalog_section_slider__slide_img .image {
    -o-object-fit: contain;
    object-fit: contain
}

.catalog_section_slider__slide_img .text {
    position: absolute;
    top: 1em;
    left: 1.3em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: -1px
}

@media (max-width:750px) {
    .catalog_section_slider__slide_img .text {
        display: none;
    }
}

.catalog_section_slider__slide_info {
    padding: 1.5em;
}

@media (max-width:750px) {
    .catalog_section_slider__slide_info {
        display: none;
        padding: .875em .875em 3.375em;
    }
}

.catalog_section_slider__slide_text {
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: .25rem
}

.catalog_section_slider__nav {
    position: absolute;
    z-index: 10;
    right: 1.875em;
    bottom: 2.75em
}

@media (max-width:750px) {
    .catalog_section_slider__nav {
        right: auto;
        left: .875em;
        bottom: .875em
    }

    .catalog_section_slider__btn--next,
    .catalog_section_slider__btn--prev {
        display: none
    }
}

.checkout_dropdown {
    margin-top: .875em;
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px transparent, 0 4px 32px transparent;
    box-shadow: 0 0 4px transparent, 0 4px 32px transparent;
    -webkit-transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.checkout_dropdown.is-open {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16)
}

.checkout_dropdown__new {
    border-top: 1px solid #000;
    padding: 0;
    text-align: left
}

.checkout_dropdown__list {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height .2s, opacity .2s;
    -o-transition: height .2s, opacity .2s;
    transition: height .2s, opacity .2s
}

.is-open .checkout_dropdown__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    pointer-events: all
}

.modal_checkout_moscow {
    width: 80vw;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px rgba(0, 0, 0, .04), 0 4px 32px rgba(0, 0, 0, .16);
    border-radius: 4px;
    padding: 1.5em;
    display: grid;
    grid-template-columns: 56% 42%;
    gap: 2%
}

@media (max-width:750px) {
    .modal_checkout_moscow {
        overflow: hidden scroll;
        width: 100vw;
        height: 100%;
        max-height: 90vh;
        border-radius: 6px 6px 0 0;
        grid-template-columns: 100%;
        gap: 1.25em;
        padding: .375em .625em .625em;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.modal_checkout_moscow__mob_wrap {
    display: none
}

@media (max-width:750px) {
    .modal_checkout_moscow__mob_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal_checkout_moscow__title_mob {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.25rem;
    width: 100%;
    text-align: center
}

.modal_checkout_moscow__text_mob {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: .25rem;
    width: 100%;
    text-align: center
}

.modal_checkout_moscow__content {
    margin-top: 1.5em
}

@media (max-width:750px) {
    .modal_checkout_moscow__content {
        margin-top: 0
    }
}

.modal_checkout_moscow__map {
    width: 100%;
    height: 100%
}

@media (max-width:750px) {
    .modal_checkout_moscow__map {
        height: 15em
    }
}

.modal_checkout_moscow__line {
    width: 100%
}

.modal_checkout_moscow__line--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:750px) {
    .modal_checkout_moscow__line--mob100 {
        width: 100% !important
    }
}

.modal_checkout_moscow__line+.modal_checkout_moscow__line {
    margin-top: 1.375em
}

.modal_checkout_moscow__input--292 {
    width: 68%
}

.modal_checkout_moscow__input--small {
    width: 30%
}

.modal_checkout_moscow__input--margin {
    margin-top: 1.25em;
    width: 100%
}

.modal_checkout_moscow__input+.modal_checkout_moscow__input {
    margin-left: .875em
}

.modal_checkout_moscow__line_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5em
}

.modal_checkout_moscow__input_caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: .5555555556em
}

.modal_checkout_moscow__price {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 1em;
    margin-top: 1.625em
}

.modal_checkout_moscow__price_text {
    font-size: 1em;
    line-height: 1.5em
}

.modal_checkout_moscow__buttons {
    margin-top: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .625em
}

@media (max-width:750px) {
    .modal_checkout_moscow__buttons {
        grid-template-columns: 100%;
        margin-top: 1.625em
    }
}

.modal_checkout_moscow_radio {
    display: block
}

.modal_checkout_moscow_radio__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    border-radius: 4px;
    padding: .625em 1em;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.radio:checked~.modal_checkout_moscow_radio__block {
    background: #f4e8ff
}

.modal_checkout_moscow_radio__radio {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative
}

.modal_checkout_moscow_radio__radio::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.modal_checkout_moscow_radio__text {
    font-size: .875em;
    margin-left: 1em
}

.catalog_filters_aside_item {
    width: 100%;
    position: relative
}

.catalog_filters_aside_item__block,
.catalog_filters_aside_item__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.catalog_filters_aside_item__block {
    padding: .625em 0;
    width: 100%
}

.catalog_filters_aside_item__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #000;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    -webkit-transition: border .2s, background .2s;
    -o-transition: border .2s, background .2s;
    transition: border .2s, background .2s
}

.catalog_filters_aside_item__checkbox .icon {
    width: .5em;
    height: .375em;
    fill: #fff
}

.checkbox:checked~.catalog_filters_aside_item__block .catalog_filters_aside_item__checkbox {
    background: #000
}

.catalog_filters_aside_item__text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem
}

.catalog_filters_aside_item__text+.catalog_filters_aside_item__text {
    margin-left: auto
}

.catalog_filters_aside {
    width: 100%;
    padding: 1.25em;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-3em, 0, 0);
    transform: translate3d(-3em, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

@media (max-width:750px) {
    .catalog_filters_aside {
        top: auto;
        bottom: 0;
        padding: .625em;
        height: 100%
    }
}

.catalog_filters_aside.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .2s .2s, -webkit-transform .2s .2s;
    -o-transition: opacity .2s .2s, transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s;
    transition: opacity .2s .2s, transform .2s .2s, -webkit-transform .2s .2s
}

.catalog_filters_aside__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.catalog_filters_aside__top .icon {
    width: 1.25em;
    height: 1.25em;
    margin-right: .375em
}

@media (max-width:750px) {
    .catalog_filters_aside__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.catalog_filters_aside__reset_btn {
    padding: 0;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    display: none
}

@media (max-width:750px) {
    .catalog_filters_aside__reset_btn {
        display: initial
    }
}

.catalog_filters_aside__content {
    margin-top: 1.25em;
    width: 100%
}

@media (max-width:750px) {
    .catalog_filters_aside__content {
        margin-top: .625em;
        overflow: hidden scroll;
        height: 100%;
        max-height: 26em;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .catalog_filters_aside__content::-webkit-scrollbar {
        display: none
    }

    .catalog_filters_aside_range:first-child {
        margin-top: 1.25em
    }
}

.catalog_filters_aside_range__caption {
    font-size: .75em;
    line-height: 1rem
}

.catalog_filters_aside_range__inputs {
    margin-top: .625em;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .875em
}

.catalog_filters_aside_range__slider {
    margin-top: 1.375em;
    width: 100%;
    height: 4px;
    background: rgba(60, 60, 67, .18);
    border-radius: 2px;
    border: 0;
    padding-right: 16px
}

@media (max-width:750px) {
    .catalog_filters_aside_range__slider {
        width: calc(100% - 2px);
        margin-left: auto;
        margin-right: auto
    }
}

.catalog_filters_aside_range__slider .noUi-connect {
    background: #000 !important
}

.catalog_filters_aside_range__slider .noUi-handle {
    background: #fff;
    -webkit-box-shadow: 0 .5px 4px rgba(0, 0, 0, .12), 0 6px 13px rgba(0, 0, 0, .12);
    box-shadow: 0 .5px 4px rgba(0, 0, 0, .12), 0 6px 13px rgba(0, 0, 0, .12);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    overflow: hidden
}

.catalog_filters_aside_range__slider .noUi-handle::after,
.catalog_filters_aside_range__slider .noUi-handle::before {
    content: none
}

@media (max-width:750px) {
    .catalog_filters_aside_range__slider .noUi-handle {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.catalog_filters_aside_range+.catalog_filters_aside_range {
    margin-top: 2.375em
}

.modal_page {
    height: 100vh
}

.modal_page__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.25em 0 1.875em
}

@media (max-width:750px) {
    .modal_page__container {
        padding: 3.75em .625em 0
    }
}

.modal_page__container--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0
}

.modal_page__access_btn,
.modal_page__access_buttons,
.modal_page__access_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal_page__access_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal_page__access_wrap+.modal_page__access_wrap {
    margin-left: 14vw
}

.modal_page__access_btn {
    width: 17vw;
    height: 17vw;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background-color: #eee;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media (max-width:750px) {
    .modal_page__access_btn {
        width: 7.5em;
        height: 7.5em
    }
}

.modal_page__access_btn:hover .icon {
    fill: #fff
}

.modal_page__access_btn--no:hover {
    background: #ff0101
}

.modal_page__access_btn--yes:hover {
    background: #0fb60b
}

.modal_page__access_btn .icon {
    width: 50%;
    height: 50%;
    -webkit-transform: fill .2s;
    -ms-transform: fill .2s;
    transform: fill .2s
}

.modal_page__access_caption {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .875em;
    line-height: 1rem;
    margin-top: 1.25rem
}

.modal_page__form {
    width: 20vw;
    margin-top: 1.25em;
    display: grid;
    grid-template-columns: 1fr;
    gap: .875em
}

@media (max-width:750px) {
    .modal_page__form {
        width: 70vw
    }
}

.modal_page__form.on-request {
    pointer-events: none;
    opacity: .5
}

.modal_page__button {
    text-decoration: underline
}

@media (max-width:750px) {
    .modal_page__button {
        margin-bottom: 1.25em
    }
}

.modal_page__button--absolute {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal_page__success_btn {
    margin-top: 1.2857142857em;
    width: 10.7142857143em;
    height: 2.5714285714em
}

.modal_page_dropzone {
    background: #fff;
    border: 1px dashed #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em;
    position: relative
}

.modal_page_dropzone.is-loading .loader {
    opacity: 1
}

.modal_page_dropzone.is-loading .modal_page_dropzone__btn,
.modal_page_dropzone.is-loading .modal_page_dropzone__content {
    opacity: 0;
    pointer-events: none
}

.modal_page_dropzone.is-loaded .modal_page_dropzone__text {
    display: none
}

.modal_page_dropzone.is-loaded .icon {
    fill: #8500ff
}

.modal_page_dropzone .loader,
.modal_page_dropzone__content {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.modal_page_dropzone .loader {
    width: 2em;
    height: 2em;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.modal_page_dropzone__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal_page_dropzone__content .icon {
    width: 1.25em;
    height: 1.25em;
    margin-bottom: .5rem
}

.modal_page_dropzone__title {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em
}

.modal_page_dropzone__text {
    font-size: .75em;
    line-height: 1rem;
    color: #5e5e5e;
    margin-top: .25rem
}

.modal_page_dropzone__btn {
    font-size: .75em;
    padding: .4em;
    width: 9.6666666667em;
    height: 1.8333333333em;
    margin-top: .875rem;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.modal_video, .modal_wishlistErr {
    width: 100%;
    max-width: 43em
}

.modal_video__content {
    margin-top: 1.5em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%
}

.modal_video__content .video {
    width: 100%;
    height: auto
}

.header_search {
    width: 100%;
    overflow: hidden scroll;
    max-height: calc(100vh - 6.25em);
    pointer-events: none;
    opacity: 0;
    z-index: -5;
    height: 0
}

.header_search.is-open {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 1.875em .625em
}

.header_search__top {
    width: 100%
}

.header_search__input {
    width: 100%;
    padding: 1.25em 0;
    font-family: "GolosUI", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: -1px;
    color: #000;
    background: #fff;
    border: 0
}

.header_search__input::-webkit-input-placeholder {
    color: #e6e6e6
}

.header_search__input::-moz-placeholder {
    color: #e6e6e6
}

.header_search__input::-ms-input-placeholder {
    color: #e6e6e6
}

.header_search__input::placeholder {
    color: #e6e6e6
}

.header_search__categories {
    margin-top: 1.375em
}

.header_search__wrap+.header_search__wrap {
    margin-top: 1.875em
}

.header_search__caption {
    font-family: "GolosUI", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.4444444444em
}

.header_search__cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em
}

.header_search_card__img {
    width: 100%;
    height: 26.25em;
    background: #eee;
    position: relative
}

@media (max-width:750px) {
    .header_search_card__img {
        height: 12em
    }
}

.header_search_card__img .image {
    -o-object-fit: cover;
    object-fit: cover
}

.header_search_card__img .logo {
    width: 10.375em;
    height: 1em;
    position: absolute;
    top: 1.25em;
    left: 1.25em;
    z-index: 2
}

.header_search_card__btn {
    width: calc(100% - 2em);
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 2
}

.header_search_card__text {
    font-size: .875em;
    line-height: 1.5714285714em;
    margin-top: 1em
}

.modal_phone__content {
    margin-top: 1.125em;
    width: 100%
}

.modal_phone__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .75em;
    line-height: 1rem;
    padding: .5rem .8333333333em
}

.modal_phone__link .icon {
    width: 1.25em;
    height: 1.25em
}

.modal_phone__link,
.product_page_counter,
.product_page_counter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_page_counter {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    /*
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events:none;
    */
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity .2s, z-index .2s;
    -o-transition: opacity .2s, z-index .2s;
    transition: opacity .2s, z-index .2s;
    margin-bottom: 1em;
}

@media (min-width:750px) {
    .is-counter-active .product_page_counter {
        opacity: 1;
        z-index: 2;
        pointer-events: all
    }
}

.product_page_counter__btn {
    width: 3.875em;
    height: 3.375em;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.product_page_counter__btn:hover {
    background-color: #eee
}

.product_page_counter__btn .icon {
    width: 1.25em;
    height: 1.25em
}

.product_page_counter__text {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}


.hits_slide__btn.added .image__empty {
    opacity: 0;
}

.hits_slide__btn.added .image__active {
    opacity: 1;
}

.product_page_counter__text .number-amount{
    border: none;
    outline: none;
}


.list-group{
    display: flex;
    flex-direction: column;
}

.section_block__text{
    margin-bottom: 1.125rem;
}

/*Volkov*/
.product_page_splitCost  p  {
    border: 1px solid #000;
    width: fit-content;
}
.product_page_splitCost  p span:nth-child(1){
    background: #000;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.product_page_splitCost  p span:nth-child(2){
    padding: 5px;
}
.cart_total__custom-price_first .cart_total__price:nth-child(2) {
    display: none;
}

.cart_total__custom-price_second .cart_total__price:nth-child(1) {
    display: none;
}

.hits_slide__price {
    display: flex;
    align-items: center;
}

.hits_slide__price .hits_slide__text.normal {
    margin-right: 10px;
}

.hits_slide__price .hits_slide__text.old {
    margin-right: 10px;
    position: relative;
    color: #5e5e5e;
}

.hits_slide__price .hits_slide__text.old::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ff0101;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_page_info__text--small.red {
    color: #ff0101;
}
.product_page_info__text--small.blue {
    color: #0022c6;
}

.hits_slide__stock[data-color="green"] {
    color: #0fb60b;
    font-size: .75em;
}
.hits_slide__stock[data-color="red"] {
    color: #ff0101;
    font-size: .75em;
}
.hits_slide__stock[data-color="blue"] {
    color: #8700c9;
    font-size: .75em;
}

.hits__inner .hits__slider {
    display: none;
}
.hits__inner .hits__slider.is-active {
    display: flex;
}

.product_page_info__text[data-color="green"] {
    color: #0fb60b;
}
.product_page_info__text[data-color="red"] {
    color: #ff0101;
}
.product_page_info__text[data-color="blue"] {
    color: #8700c9;
}


.product_page_info__btn-cart.added svg{
    display: none;
}
.product_page_info__btn-wish.showNoLogin .btn__text {
    margin-right: 0.375em;
}
.product_page_info__btn.showNoLogin .btn__text {
    margin-right: 0.375em;
}
.product_page_info__btn-wish.added.showNoLogin img.image__active{
    display: block;
}
.product_page_info__btn-wish.added.showNoLogin img.image__empty{
    display: none;
}

.product_page_info__btn-wish.showNoLogin img.image__empty {
    display: block;
}
.product_page_info__btn-wish.showNoLogin img.image__active {
    display: none;
}





.product_page_info__btn-wish img,
.product_page_info__btn-cart img {
    display: none;
}
.product_page_info__btn-wish.added img,
.product_page_info__btn-cart.added img {
    display: block;
}
.product_page_info__btn-cart.added {
    background: #fff;
}
.product_page_info__btn-cart.added span {
    color: #000;
}

.product_page img{
    height: auto;
}

.news_section_card__img.mobile {
    display: none;
}
.news_section_card__img.desktop {
    display: block;
}


#collapse-checkout-option .panel-body p {
    font-size: .875em;
    line-height: 1.5714285714em;
    padding: 10px 0;
}
#collapse-shipping-method .checkout__text{
    margin-bottom: 12px;
}

#collapse-payment-method .checkout_option:nth-child(3) .checkout_option__block::after {
/*
    content: url('../image/yandex.svg');
    width: 0;
    height: 0;
    display: block;
    position: relative;
    transform: scale(0.6);
    top: -4px;
*/    
}
/**/
#collapse-payment-method .checkout_option__block .checkout_option__wrap,
#collapse-checkout-option .checkout_option__block .checkout_option__wrap,
#collapse-shipping-method .checkout_option__block .checkout_option__wrap {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
#collapse-payment-method .checkout_option__block .checkout_option__wrap::before,
#collapse-checkout-option .checkout_option__block .checkout_option__wrap::before,
#collapse-shipping-method .checkout_option__block .checkout_option__wrap::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #8500FF;
    display: block;
    margin-right: 1em;
}
#collapse-payment-method .checkout_option__block .checkout_option__wrap::after,
#collapse-checkout-option .checkout_option__block .checkout_option__wrap::after,
#collapse-shipping-method .checkout_option__block .checkout_option__wrap::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8500FF;
    display: block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}
#collapse-payment-method .checkout_option__block input,
#collapse-checkout-option .checkout_option__block input,
#collapse-shipping-method .checkout_option__block input{
    display: none;
}
#collapse-payment-method .checkout_option__block input:checked ~ .checkout_option__wrap::after,
#collapse-checkout-option .checkout_option__block input:checked ~ .checkout_option__wrap::after,
#collapse-shipping-method .checkout_option__block input:checked ~ .checkout_option__wrap::after {
    opacity: 1;
}
/**/
/*#collapse-payment-method .checkout_option:nth-child(3) .checkout_option__block::after {
    content: url('../image/1.svg');
    width: 0;
    top: -8px;
    height: 0;
    display: block;
    position: relative;
    transform: scale(0.3);
    margin-left: 10px;
}
#collapse-payment-method .checkout_option:nth-child(4) .checkout_option__block::after {
    content: url('../image/2.svg');
    width: 0;
    height: 0;
    display: block;
    top: -8px;
    position: relative;
    transform: scale(0.3);
    margin-left: 10px;
}*/


#collapse-checkout-confirm .pull-right input {
    background: #262626;
    color: #fff;
    border: 1px solid #000;
    justify-content: center;
    font-family: "RobotoCondensed", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .875em;
    white-space: nowrap;
    transition: all .25s;

    width: 100%;
    margin-top: 20px;
    padding: 15px 10px;
}


#collapse-payment-method .checkout_option__text {
    display: none;
}

#collapse-payment-method .checkout_option__wrap {
    justify-content: center;
}
#collapse-checkout-confirm .table-responsive {
    overflow: auto;
}
#collapse-checkout-confirm .table-responsive > .table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 15px;
}
#collapse-checkout-confirm .table-responsive > .table thead{
    border-bottom: 1px solid #000;
}
#collapse-checkout-confirm .table-responsive > .table thead td{
    background: #000;
    color: #fff;
}
#collapse-checkout-confirm .well.well-sm p {
    font-size: .875em;
    line-height: 1.5714285714em;
}
#collapse-checkout-confirm .table-responsive > .table td{
    padding: 10px;
}
#collapse-checkout-confirm .table-responsive > .table tbody {
    border-bottom: 1px solid #000;
}
#collapse-checkout-confirm .table-responsive > .table tr {
    border-bottom: 1px solid #000;
}
#collapse-checkout-confirm .table-responsive > .table tr td:not(:last-child){
    border-right: 1px solid #000;
}
#collapse-checkout-confirm .table-responsive > .table tfoot tr td:nth-child(1){
    text-align: right;
}



#collapse-checkout-confirm .table-responsive > .table thead td:nth-child(1) {
    width: 40%;
}
#collapse-checkout-confirm .table-responsive > .table tr td:nth-child(1) {
    width: 40%;
}
#collapse-checkout-confirm .table-responsive > .table thead td:nth-child(2) {
    width: 20%;
}
#collapse-checkout-confirm .table-responsive > .table tr td:nth-child(2) {
    width: 20%;
}
#collapse-checkout-confirm .table-responsive > .table thead td:nth-child(3) {
    width: 10%;
}
#collapse-checkout-confirm .table-responsive > .table tr td:nth-child(3) {
    width: 10%;
}
#collapse-checkout-confirm .table-responsive > .table thead td:nth-child(4) {
    width: 15%;
}
#collapse-checkout-confirm .table-responsive > .table tr td:nth-child(4) {
    width: 15%;
}
#collapse-checkout-confirm .table-responsive > .table thead td:nth-child(5) {
    width: 15%;
}
#collapse-checkout-confirm .table-responsive > .table tr td:nth-child(5) {
    width: 15%;
}

@media (max-width:750px) {
    .news_section_card__img.mobile {
        display: block;
    }
    .news_section_card__img.desktop {
        display: none;
    }
    .checkout_total__btn {
        margin-top: 0;
    }
    #collapse-payment-address .checkbox {
        margin-bottom: 12px;
    }
    #collapse-shipping-method .checkout__text {
        margin-bottom: 12px;
    }
    #collapse-shipping-method .buttons {
        margin-top: 12px;
    }
    #collapse-payment-address label {
        font-size: .875em;
        line-height: 1.5714285714em;
    }
    #collapse-payment-method .buttons {
        margin-top: 12px;
    }
}


/*Оформление заказа*/
.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

select.checkout_option__block{
    background: #fff;
}

.checkout h2 {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-1f);
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
    .checkout h2 {
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 19px;
    }
}

@media screen and (min-width: 1024px){
    .checkout h2 {
        margin-top: 32px;
        margin-bottom: 14px;
        font-weight: 700;
        font-size: 21px;
    }
}

.checkout_total .sticky{
    position: sticky;
    top: 6.5rem;
}

.radio{
    margin-top: 0.875em;
}
/*End Оформление заказа*/

/*Аккаунт*/
.anime {
    transform: scale(0);
    opacity: 0;
    display: none !important;
}

.hide {
    animation-name: hide;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes hide {
    0% {
        visibility: visible;
        height: 200px;
    }

    100% {
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
        font-size: 0;
        margin: 0;
    }
}

.account__breadcrumbs .breadcrumbs__link:nth-of-type(2),
.account__breadcrumbs .slash:nth-of-type(2){
    display: none;
}

.account_order_card__info .status:not(:nth-last-child(2)){
    display: none;
}

.alert.alert-danger.alert-dismissible{
    color: #ff0101;
}
/*End Аккаунт*/


/*Уведомления*/
.notify_window-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notify_text {
    max-width: 228px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--text-1f);
    margin: 0 10px;
}

.notify_close {
    background: none;
    padding: 0;
    outline: 0;
    border: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.notify_close img {
    width: 10px;
    height: 10px;
    position: relative;
    z-index: -1;
}

.notify_close:hover {
    cursor: pointer;
}

.notify_icon {
    flex-shrink: 0;
}

.notify_window {
    position: fixed;
    right: 0;
    z-index: 1010;
    max-width: 250px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px; 
    transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .1s linear;
}

.notify_window.notify_action {
    transform: translate(-5%, 0);
    opacity: 1;
    visibility: visible;
    transition: all .1s linear;
}
.notify_text {
    max-width: 228px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--text-1f);
    margin: 0 10px;
}
.notify_text a {
    white-space: nowrap;
}

/* 600 px */
@media screen and (min-width: 600px) {
    .notify_window {
        max-width: 322px;
        padding: 20px;
    }

    .notify_window.notify_action {
        transform: translate(-15%, 0);
    }

    .notify_text {
        font-size: 12px;
    }
}
/*End Уведомления*/


/*Пагинация*/
.pager-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 768px) {
    .pager-pagination{
        margin-left: 0;
    }
}

.pager-pagination__listpages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.pagination-arrow span {
    display: none;
}

.pagination-arrow {
    display: none;
    width: auto;
    height: 30px;
    align-items: center;
}

.pagination-arrow.pagination-next img {
    transform: scale(-1, 1);
}

.pagination-button {
    width: 3em;
    height: 3em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 4px;
    background: #eee;
    font-family: "RobotoCondensed",sans-serif;
    font-weight: 400;
    font-size: .75em;
    text-align: center;
    color: #000;
    -webkit-transition: background .2s,color .2s,border .2s;
    -o-transition: background .2s,color .2s,border .2s;
    transition: background .2s,color .2s,border .2s;
}

/* .pagination-button+.pagination-button{
    margin-left: 0.5rem;
} */

.pagination-button:not(:first-child){
    margin-left: 0.5rem;
}

.pagination-dots {
    margin: 0 13px;
}


.pagination-button.current-page {
    background: #fff;
}
/*End Пагинация*/


/*Корзина*/
.quantity {
    width: 100%;
    padding: 0 34px;
    text-align: center;
    border: none;
    outline: none;
}
/*End Корзина*/

/* Фильтр */
.ocfilter-option .ocf-option-name {
    margin-bottom: 0 !important;
}

.ocf-option-name {
    cursor: pointer;
    font-size: unset !important;
}

.ocf-option-values {
    display: none;
}

.accord svg {
    transition: all .3s ease-in;
}

.accord.open svg {
    transform: rotate(-90deg) !important;
}

.ocf-offcanvas .ocf-offcanvas-body {
    position: static !important;
}
.ocf-offcanvas {
    position: static !important;
}

.ocfilter .popover {
    display: none !important;
} 

.ocfilter-option label small {
    margin-left: auto !important;
    color: #000 !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: normal !important;
}

.ocfilter-option label p {
    color: #000 !important;
    font-size: 12px !important;
}
.noUi-pips-horizontal {
    display: none !important;
}
.noUi-horizontal .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border: unset !important;
    border-radius: 50% !important;
    background: #FFF !important;
    box-shadow: 0 0.5px 4px rgba(0,0,0,.12), 0 6px 13px rgba(0,0,0,.12) !important;
    cursor: pointer !important;
    left: -10px !important;
}
.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

.noUi-connect {
    background: #000 !important;
    height: 4px !important;
}
.noUi-background {
    background: rgb(213 213 213) !important;
    height: 4px !important;
    box-shadow: unset !important;
}
.noUi-origin {
    height: 4px !important;
}
.noUi-target {
    box-shadow: unset !important;
    border-radius: 0 !important;
    border: unset !important;
}
.noUi-base {
    top: 8px;
    height: 4px !important;
    background: rgb(213 213 213) !important;
}
.noUi-horizontal {
    height: 20px;
}

#scale-price {
    padding: 0 6px 0 12px;
    overflow: hidden !important;
    height: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #fff !important;
}

.scale {
    margin-bottom: 0 !important;
}
.catalog_filters__bottom {
    position: sticky !important;
    bottom: 0 !important;
    background: #fff !important;
}


.list-group {
    border-top: 1px solid #000;
    padding-top: 1.3em;
}

.list-group-item[data-toggle="popover-price"]{
    padding: 0 1.4285714286em;
}

.list-group-item[data-toggle="popover-price"] .ocf-option-name {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 1rem; 
}
.list-group-item[data-toggle="popover-price"] .ocf-option-values {
    padding: 12px 0 10px 0 !important;
}

.catalog_filters__block {
    transform: unset !important;
    z-index: 1 !important;
}

.ocf-offcanvas .ocf-offcanvas-body {
    overflow: unset !important;
}

.list-group-item.active .ocf-option-name .catalog_filters__main_btn {
    background: #f4e8ff;
}

.list-group-item.active .ocf-option-name .catalog_filters__main_btn .text text{
    display: none;
}

.catalog_filters__bottom .btn-danger {
    color: #000;
    background: rgba(238, 238, 238, 1);
    width: 100%;
    height: 2.5714285714em;
    margin-top: 8px;
}

.hits_slide_mobile {
    margin-top: 10px;
    display: none;
}

.home__bg .video_mob{
    display: none;
    o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

@media (max-width:750px) {
    .hits_slide_mobile {
        display: block;
        text-align: center;
    }

    .home__bg .video{
        display: none;
    }
    .home__bg .video_mob{
        display: inline-block;
        max-width: 100%;
    }
}

/* HOME VIDEO BANNER */
.home {
    height: auto;
}
.home__bg {
    height: auto;
    width: 100%;
}
@media (max-width: 750px) {
    .home {
        height: auto;
    }
    .home__bg {
        height: auto;
    }
}
/* /HOME VIDEO BANNER */

.catalog_section_list_inner {
    height: auto;
}
.catalog_section_list_inner__table {
    display: flex;
}
.catalog_section_list_inner__column {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(auto-fill, minmax(20px, 1fr));
    height: 365px;
}

.brand-week__banner img {
    display: block;
    margin: 2rem auto 1rem;
    width: auto;
    max-width: 100%;
    height: auto;
}

.checkout_total__line .panel:nth-child(2),
.checkout_total__line .panel:nth-child(3) {
    display: none;
}

.checkout_total__line .panel.coupon{
    width: 100%;
}

.checkout_total__line .panel.coupon #input-coupon{
    width: 100%;
}

.checkout-coupon{
    /* display: none; */
}

.checkout-coupon.active{
    display: flex;
}

#simplecheckout_payment label[for="dolyame"], 
#simplecheckout_payment label[for="sber"], 
#simplecheckout_payment label[for="artyapay"] {
    position: relative;
}

#simplecheckout_payment label[for="dolyame"]::after,
#simplecheckout_payment label[for="sber"]::after,
#simplecheckout_payment label[for="artyapay"]::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 100px;
    font-size: 0;
    line-height: 0;
    margin-left: 8px;
    margin-top: 0px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

#simplecheckout_payment label[for="dolyame"]::after {
    background-image: url(/catalog/view/theme/mt/image/payment/dol.png);
    width: 115px;
    height: 20px;
}

#simplecheckout_payment label[for="sber"]::after {
    background-image: url(/catalog/view/theme/mt/image/payment/sber.png);
    width: 66px;
    height: 20px;
}
#simplecheckout_payment label[for="artyapay"]::after {
    background-image: url(/catalog/view/theme/mt/image/payment/split.png);
    width: 115px;
    height: 20px;
}