.thematic-sort.-with-overflow {
    width: 320px
}

@media screen and (max-width:767px) {
    .h1-with_sort {
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-top: 20px
    }

    .h1-with_sort ._g-h1 {
        margin-bottom: 20px
    }

    .thematic-sort.-with-overflow {
        margin-bottom: 20px;
        width: 100%
    }

    .collection {
        padding-top: 0 !important
    }
}

.thematic-sort.-with-overflow .jcf-list-content {
    max-height: 275px !important
}

.thematic-sort.-with-overflow .input-select {
    position: relative
}

.thematic-sort.-with-overflow .input-select .jcf-select-opener:after {
    background-image: url(http://cozyhome.ru/local/templates/restyle_2019/new_media/catalog.element/set/img/ico/arrow-bottom-new.svg);
    height: 10px;
    right: 15px;
    width: 14px
}

.thematic-sort.-with-overflow .input-select .jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #e8e8e8
}

.thematic-sort.-with-overflow .input-select__name {
    color: #3e3e3e;
    font-size: 20px;
    left: 11px;
    line-height: 24px;
    position: absolute;
    top: 16px;
    z-index: 1
}

.thematic-sort.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li {
    border-top: 1px solid #e8e8e8
}

.thematic-sort.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li:first-child {
    border-top: 0
}

.thematic-sort.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span {
    font-size: 16px !important;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 15px !important;
    text-indent: 22px
}

.thematic-sort.-with-overflow .jcf-select {
    background: #f8f7f5;
    border: 0;
    border-radius: 10px;
    height: 56px
}

.thematic-sort.-with-overflow .jcf-select-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e3e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    line-height: 21px;
    padding-left: 125px;
    padding-right: 35px;
    white-space: inherit
}

.thematic-sort.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-hover,
.thematic-sort.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span:hover {
    background-color: transparent;
    color: #d6c4c4
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    opacity: 0;
    top: 0 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

:root {
    --color-white: #fff;
    --color-black: #0f0f0f;
    --color-grey: #d8dde0;
    --color-grey20: #edebee;
    --color-grey60: #d1cfd1;
    --color-grey70: #c3c3c3;
    --color-grey80: grey;
    --color-grey100: #f9f7f9;
    --color-grey200: #eeebeb;
    --color-main: #425463;
    --color-active: #00aa2b;
    --color-secondary: #fd8e52;
    --color-blue: #00aee6;
    --color-primary: #edd6c4;
    --color-brand-red: #d30b3b;
    --color-brand-orange20: #fff1ea;
    --color-brand-violent: #c28257;
    --color-brand-taupe: #a69482;
    --color-brand-pearl: #ded1c4;
    --color-brand-sand: #cfa373;
    --color-promo-purpure: #eb538a;
    --color-promo-green: #75cb60;
    --color-promo-yellow: #efb155;
    --color-promo-blue: #6c8add;
    --color-promo-violent: #8e44ec;
    --color-brand-brown: #423836;
    --color-stream: #fa861c;
    --color-ocher: #c28257;
    --font-roboto: "Roboto", sans-serif;
    --font-futura-pt: "Futura PT", sans-serif;
    --font-futura-demic: "FuturaDemiC", sans-serif;
    --font-lh-m: 1.1;
    --font-lh: 1.4;
    --font-sz-s: 12px;
    --font-sz-m: 14px;
    --font-sz: 15px;
    --font-sz-l: 18px;
    --font-sz-xl: 20px;
    --vue-text-size-h1: 40px;
    --vue-text-size-h2: 32px;
    --vue-text-size-h3: 26px;
    --vue-text-size-title: 20px;
    --vue-text-size-xl: 18px;
    --vue-text-size: 15px;
    --vue-text-size-m: 14px;
    --vue-text-size-s: 12px;
    --header-1: 28px;
    --header-2: 24px;
    --header-3: 20px;
    --grid-gap: 16px;
    --grid-col-count: 24;
    --grid-col-width: calc(100%/var(--grid-col-count));
    --container-max: 100%;
    --container-max-third: 100%;
    --container-max-second: 100%;
    --container-max-collection: 100%;
    --container-max-header: 100%;
    --container-max-footer: 100%;
    --container-padding: 16px;
    --radius: 5px;
    --border: 1px solid #d8dde0;
    --shadow: 0px 1px 3px hsla(0, 9%, 47%, .05), 0px 0px 32px -8px hsla(0, 9%, 47%, .1);
    --shadow-reverse: 0px -1px 3px hsla(0, 9%, 47%, .05), 0px 0px 32px -8px hsla(0, 9%, 47%, .1);
    --shadow-big: 0px 10px 15px -8px hsla(0, 9%, 47%, .3), 0px 1px 7px 2px hsla(0, 9%, 47%, .03);
    --shadow-redesign: 0px 6px 12px rgba(44, 39, 31, .12);
    --hr-margin: 16px;
    --input-height: 48px;
    --animation-rotate: rotate 1s linear infinite
}

@media screen and (min-width:768px) {
    :root {
        --container-max-third: 768px;
        --container-max: 768px;
        --container-padding: 32px;
        --header-1: 32px;
        --header-2: 26px;
        --header-3: 24px
    }
}

@media screen and (min-width:1200px) {
    :root {
        --grid-gap: 24px;
        --container-max-third: 1200px;
        --container-max: 1200px
    }
}

@media screen and (min-width:1440px) {
    :root {
        --container-max: 1440px;
        --container-max-third: 1440px;
        --container-max-second: 1440px;
        --container-max-collection: 1440px;
        --container-max-header: 1440px;
        --container-max-footer: 1440px;
        --container-padding: 60px;
        --header-1: 36px;
        --header-2: 32px;
        --header-3: 26px
    }
}

@media screen and (min-width:1920px) {
    :root {
        --container-max-third: 1920px;
        --container-max-second: 1920px;
        --container-max-header: 1920px
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: Futura PT;
    font-style: normal;
    font-weight: 500;
    src: url(../../../assets/site/fonts/FuturaPT-Medium.woff2) format("woff2")
}

@font-face {
    font-family: FuturaDemiC;
    font-style: normal;
    font-weight: 400;
    src: url(../../../assets/site/fonts/FuturaDemiC.woff2) format("woff2")
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    display: block
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body,
html {
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    box-sizing: border-box;
    outline: none
}

:focus {
    outline: none !important
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

button,
input,
textarea {
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: block
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

textarea {
    outline: none;
    resize: none
}

button {
    background: none;
    cursor: pointer;
    padding: 0
}

button:disabled {
    cursor: not-allowed
}

button i,
button span {
    position: relative
}

button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button:focus,
input:focus,
select {
    outline: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    overflow: hidden
}

select::-ms-value {
    background: none;
    color: inherit
}

select::-ms-expand {
    display: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
abbr[title],
acronym[title] {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    outline: none
}

svg {
    fill: currentColor
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body {
    font-feature-settings: "pnum" on, "lnum" on;
    background: #fff;
    color: #3e3e3e;
    font-family: Alegreya Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    text-rendering: geometricPrecision
}

em {
    display: none !important
}

::-moz-selection {
    background: rgba(26, 140, 255, .3);
    text-shadow: none
}

::selection {
    background: rgba(26, 140, 255, .3);
    text-shadow: none
}

._g-outer-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px
}

._g-inner-padding {
    padding-left: 75px;
    padding-right: 75px
}

@media screen and (min-width:1024px)and (max-width:1449px) {
    ._g-inner-padding {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    ._g-inner-padding {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    ._g-inner-padding {
        padding-left: 10px;
        padding-right: 10px
    }
}

._g-hidden-input {
    -webkit-appearance: none;
    height: 1px;
    left: -9999px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: -1
}

@media screen and (min-width:1450px) {
    ._g-visible-low-desktop {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    ._g-visible-tablet {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    ._g-visible-mobile {
        display: none !important
    }
}

@media screen and (max-width:1449px) {
    ._g-hidden-low-desktop {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    ._g-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:768px)and (max-width:1023px) {
    ._g-hidden-only-tablet {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    ._g-hidden-mobile {
        display: none !important
    }
}

._g-phone {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px
}

._g-link {
    font-weight: 500;
    text-decoration: underline
}

._g-link._low {
    font-size: 14px
}

._g-link-page {
    font-size: 16px;
    line-height: 19px;
    padding-right: 16px;
    position: relative;
    text-decoration-line: underline
}

._g-link-page:after {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

._g-link-file {
    color: #000;
    display: block;
    padding-left: 28px;
    position: relative
}

._g-link-file:before {
    background: url(../../../assets/site/images/file.svg) 50% no-repeat;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 18px
}

._g-h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative
}

@media screen and (max-width:767px) {
    ._g-h3 {
        display: flex;
        justify-content: space-between
    }
}

._g-h3 svg {
    margin-left: 15px;
    vertical-align: middle
}

._g-h4 {
    font-size: 18px;
    line-height: 22px
}

._g-h1,
._g-h4 {
    font-weight: 700;
    margin-bottom: 20px
}

._g-h1 {
    font-size: 32px;
    line-height: 38px
}

._g-h1._bordered {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 40px
}

@media screen and (max-width:1023px) {
    ._g-h1._bordered {
        padding-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    ._g-h1._bordered {
        padding-bottom: 15px
    }

    ._g-h1 {
        font-size: 28px;
        line-height: 34px
    }
}

._g-title-addition {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    ._g-title-addition {
        display: none
    }
}

.main._bg-product,
.main._no-padding {
    padding: 0
}

.main.new-lk {
    background: var(--color-grey100)
}

._g-level-list {
    font-size: 18px;
    line-height: 22px;
    padding-left: 18px
}

@media screen and (max-width:767px) {
    ._g-level-list {
        margin: 10px 0
    }
}

._g-level-list p:not(:last-child) {
    margin-bottom: 10px
}

._g-level-list p.title {
    font-weight: 700;
    position: relative
}

._g-level-list p.title:before {
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -18px;
    position: absolute;
    top: 5px;
    width: 10px
}

._g-level-list p.title._cuprum:before {
    background: linear-gradient(180deg, hsla(0, 51%, 72%, .79), #dc9393)
}

._g-level-list p.title._silver:before {
    background: linear-gradient(180deg, #eae5e5, #c6c6c6)
}

._g-level-list p.title._gold:before {
    background: linear-gradient(180deg, rgba(255, 215, 2, .66), #ffd702)
}

._g-bold {
    font-weight: 700
}

._g-link-text {
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    ._g-link-text {
        line-height: 17px
    }
}

._g-title-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

._g-title-container ._g-h1 {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    ._g-collapse-mobile-toggler span {
        cursor: pointer;
        padding-right: 15px;
        position: relative
    }

    ._g-collapse-mobile-toggler span:after {
        background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
        content: "";
        height: 11px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transform-origin: center;
        transition: .3s;
        width: 6px
    }

    ._g-collapse-mobile-toggler span._active:after {
        transform: translateY(-50%) rotate(-90deg)
    }
}

._g-list li {
    position: relative
}

._g-list li:not(:last-child) {
    margin-bottom: 10px
}

._g-white-text {
    color: #fff !important
}

._g-svg-active svg .path-main,
._g-svg-path-active svg path {
    fill: #666
}

._g-counter {
    background: linear-gradient(180deg, #f02626, #d71f1f 99.99%, rgba(215, 31, 31, 0));
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    color: #fff;
    display: block;
    font-size: 12px;
    height: 12px;
    left: 11px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 12px
}

._g-col-offset {
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    ._g-col-offset {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    ._g-col-offset {
        margin-bottom: 30px
    }
}

._g-color-grey {
    color: #c4c4c4
}

._g-app-cancel {
    align-items: center;
    cursor: pointer;
    display: flex
}

._g-app-cancel svg {
    display: block;
    margin-right: 10px
}

@media screen and (max-width:767px) {
    ._g-app-cancel {
        align-items: baseline
    }
}

._g-flat-params {
    display: flex
}

._g-flat-params .input-text {
    width: 65px
}

._g-flat-params .input-text__flat {
    width: 58px
}

._g-flat-params .input-text:not(:last-child) {
    margin-right: 10px
}

._g-flat-params .input-text:first-child {
    width: 72px
}

._g-bank-date {
    display: flex
}

._g-bank-date .input-text {
    margin-bottom: 0 !important;
    width: 51px
}

@media screen and (max-width:1023px) {
    ._g-bank-date .input-text {
        width: 50%
    }
}

._g-bank-date .input-text label {
    white-space: nowrap
}

._g-bank-date .input-text:not(:last-child) {
    margin-right: 10px
}

._g-small-title {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 19px
}

._g-disabled {
    opacity: .6;
    pointer-events: none
}

._g-slider-pagination .slick-dots {
    display: flex;
    height: 2px;
    margin: 10px auto 0;
    width: 115px
}

._g-slider-pagination .slick-dots li {
    width: 100%
}

._g-slider-pagination .slick-dots li button {
    background-color: #423836;
    display: block;
    font-size: 0;
    height: 100%;
    transition: .3s;
    width: 100%
}

._g-slider-pagination .slick-dots li.slick-active button {
    background-color: #e8c9b8
}

._g-slider-pagination .slick-dots li:not(:last-child) {
    margin-right: 2px
}

._g-hidden {
    display: none !important
}

@media screen and (max-width:767px) {
    ._g-hide-first-child-mobile>:first-child {
        display: none
    }
}

.jcf-radio {
    border-radius: 9px
}

.jcf-radio span {
    background: #777;
    border-radius: 100%;
    bottom: 3px;
    display: none;
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px
}

.jcf-radio input[type=radio] {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jcf-radio.jcf-checked span {
    display: block
}

.jcf-checkbox,
.jcf-radio {
    background: #fff;
    border: 1px solid #777;
    cursor: default;
    display: inline-block;
    height: 16px;
    margin: 0 3px 0 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 16px
}

.jcf-checkbox span {
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    height: 4px;
    left: 50%;
    margin: -7px 0 0 -6px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 8px
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px
}

.jcf-checkbox input[type=checkbox] {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jcf-checkbox.jcf-checked span {
    display: block
}

.jcf-button,
.jcf-file {
    background: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.jcf-button {
    border: 1px solid #777;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    vertical-align: top
}

.jcf-button .jcf-real-element {
    border: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.jcf-file {
    white-space: nowrap
}

.jcf-file .jcf-real-element {
    font-size: 200px;
    height: 200px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.jcf-file .jcf-fake-input,
.jcf-file .jcf-upload-button {
    border: 1px solid #777;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap
}

.jcf-file .jcf-fake-input {
    font-size: 13px;
    padding: 0 8px;
    text-overflow: ellipsis;
    width: 125px
}

.jcf-file .jcf-upload-button {
    margin: 0 0 0 -1px;
    padding: 0 10px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    background: #e3e3e3;
    bottom: 0;
    cursor: default;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    left: 0;
    top: 0;
    width: 14px
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    bottom: 0;
    top: auto
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px
}

.jcf-scrollbar-horizontal {
    background: #e3e3e3;
    bottom: 0;
    height: 14px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 1px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    background: #bbb;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    vertical-align: top;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    height: 14px;
    position: relative
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    background: #888;
    height: 14px;
    position: absolute
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    background: #fff;
    border: 1px solid #777;
    display: inline-block;
    height: 26px;
    margin: 0 0 12px;
    min-width: 150px;
    position: relative;
    vertical-align: top
}

.jcf-select select {
    left: 0;
    top: 0;
    z-index: 1
}

.jcf-select .jcf-select-text {
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jcf-select .jcf-select-opener {
    background: #aaa;
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px
}

body>.jcf-select-drop {
    margin: -1px 0 0;
    position: absolute;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    left: -1px;
    margin-top: 0;
    position: absolute;
    right: -1px;
    z-index: 9999
}

.jcf-select .jcf-drop-flipped {
    top: auto
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    content: "...";
    display: inline-block;
    padding-top: 2px
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid red
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    content: "";
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    height: 4px;
    margin: -7px 5px 0 -3px;
    transform: rotate(-45deg);
    width: 8px
}

.jcf-list-box {
    border: 1px solid #b8c3c9;
    display: inline-block;
    margin: 0 15px;
    min-width: 200px;
    overflow: hidden
}

.jcf-list,
.jcf-list .jcf-list-content {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.jcf-list {
    background: #fff;
    font-size: 12px;
    line-height: 14px;
    position: relative
}

.jcf-list .jcf-list-content {
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: var(--color-grey60) transparent;
    scrollbar-width: 4px
}

.jcf-list .jcf-list-content::-webkit-scrollbar {
    background-color: transparent;
    width: 6px
}

.jcf-list .jcf-list-content::-webkit-scrollbar-thumb {
    background-color: var(--color-grey60);
    border-radius: 4px
}

.jcf-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.jcf-list .jcf-option,
.jcf-list ul li {
    display: block;
    overflow: hidden
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    color: #656565;
    cursor: default;
    height: 1%;
    min-height: 14px;
    padding: 5px 9px;
    white-space: nowrap
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    color: #000;
    cursor: default;
    display: block;
    font-weight: 700;
    padding: 5px 9px;
    white-space: nowrap
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0
}

.jcf-textarea textarea {
    border: none;
    margin: 0;
    padding: 8px 10px
}

.jcf-textarea .jcf-resize {
    background: #e3e3e3;
    bottom: 0;
    cursor: se-resize;
    font-size: 12px;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 1px;
    width: 14px
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    content: "";
    display: block;
    height: 6px;
    margin: 4px 0 0 3px;
    width: 6px
}

.jcf-number {
    display: inline-block;
    height: 32px;
    position: relative
}

.jcf-number input {
    -moz-appearance: textfield;
    border: 1px solid #777;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 3px 27px 3px 7px
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    background: #aaa;
    height: 15px;
    position: absolute;
    right: 1px;
    width: 20px
}

.jcf-number .jcf-btn-inc {
    top: 1px
}

.jcf-number .jcf-btn-dec {
    bottom: 1px;
    top: auto
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    border: 4px solid #aaa;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0
}

.jcf-number .jcf-btn-inc:before {
    border-color: transparent transparent #000;
    margin: -6px 0 0 -4px
}

.jcf-number .jcf-btn-dec:before {
    border-color: #000 transparent transparent;
    margin: -1px 0 0 -4px
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
    opacity: .3
}

.jcf-number.jcf-disabled input {
    background: #ddd
}

.jcf-range {
    display: inline-block;
    margin: 0 10px;
    min-width: 200px;
    width: 130px
}

.jcf-range .jcf-range-track {
    display: block;
    height: 10px;
    margin: 0 20px 0 0;
    position: relative
}

.jcf-range .jcf-range-wrapper {
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
    position: relative
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto
}

.jcf-range .jcf-range-display-wrapper {
    left: 10px;
    min-height: 10px;
    min-width: 10px;
    position: absolute;
    right: 10px
}

.jcf-range .jcf-range-display {
    background: #888;
    border-radius: 5px;
    height: 10px;
    position: absolute;
    width: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    bottom: 10px;
    left: auto;
    right: auto;
    top: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
    background: #aaa;
    border-radius: 19px;
    height: 19px;
    left: 0;
    margin: -4px 0 0;
    position: absolute;
    top: 0;
    width: 19px;
    z-index: 1
}

.jcf-range .jcf-range-mark {
    background: #000;
    height: 3px;
    margin: 0 0 0 9px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    width: 1px
}

.jcf-range.jcf-vertical .jcf-range-mark {
    height: 1px;
    left: 14px;
    margin: 0 0 9px;
    top: auto;
    width: 3px
}

.jcf-range .jcf-active-handle {
    z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid red;
    margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
    background: 0 0 !important;
    opacity: .3
}

.jcf-disabled {
    background: #ddd !important
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow {
    cursor: pointer
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding: 10px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

._g-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative
}

._g-row._space-between {
    justify-content: space-between
}

._g-row._align-center {
    align-items: center
}

@media screen and (max-width:767px) {
    ._g-row._no-wrap {
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

@media screen and (max-width:1023px) {
    ._g-row {
        margin: 0 -10px
    }
}

._g-col {
    flex: 0 0 auto;
    padding: 0 15px;
    width: 100%
}

._g-col.-auto {
    max-width: 100%;
    width: auto
}

._g-col.-ml-auto {
    margin-left: auto
}

._g-col._text-right {
    display: flex;
    justify-content: flex-end
}

._g-col._align-center {
    align-items: center;
    display: flex
}

._g-col._align-end {
    align-items: flex-end;
    display: flex
}

._g-col._space-between {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1023px) {
    ._g-col {
        padding: 0 10px
    }
}

@media (min-width:320px) {
    ._g-col._xs-1 {
        width: 8.33333%
    }

    ._g-col._xs-2 {
        width: 16.66667%
    }

    ._g-col._xs-3 {
        width: 25%
    }

    ._g-col._xs-4 {
        width: 33.33333%
    }

    ._g-col._xs-5 {
        width: 41.66667%
    }

    ._g-col._xs-6 {
        width: 50%
    }

    ._g-col._xs-7 {
        width: 58.33333%
    }

    ._g-col._xs-8 {
        width: 66.66667%
    }

    ._g-col._xs-9 {
        width: 75%
    }

    ._g-col._xs-10 {
        width: 83.33333%
    }

    ._g-col._xs-11 {
        width: 91.66667%
    }

    ._g-col._xs-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    ._g-col._sm-1 {
        width: 8.33333%
    }

    ._g-col._sm-2 {
        width: 16.66667%
    }

    ._g-col._sm-3 {
        width: 25%
    }

    ._g-col._sm-4 {
        width: 33.33333%
    }

    ._g-col._sm-5 {
        width: 41.66667%
    }

    ._g-col._sm-6 {
        width: 50%
    }

    ._g-col._sm-7 {
        width: 58.33333%
    }

    ._g-col._sm-8 {
        width: 66.66667%
    }

    ._g-col._sm-9 {
        width: 75%
    }

    ._g-col._sm-10 {
        width: 83.33333%
    }

    ._g-col._sm-11 {
        width: 91.66667%
    }

    ._g-col._sm-12 {
        width: 100%
    }
}

@media (min-width:1024px) {
    ._g-col._md-1 {
        width: 8.33333%
    }

    ._g-col._md-2 {
        width: 16.66667%
    }

    ._g-col._md-3 {
        width: 25%
    }

    ._g-col._md-4 {
        width: 33.33333%
    }

    ._g-col._md-5 {
        width: 41.66667%
    }

    ._g-col._md-6 {
        width: 50%
    }

    ._g-col._md-7 {
        width: 58.33333%
    }

    ._g-col._md-8 {
        width: 66.66667%
    }

    ._g-col._md-9 {
        width: 75%
    }

    ._g-col._md-10 {
        width: 83.33333%
    }

    ._g-col._md-11 {
        width: 91.66667%
    }

    ._g-col._md-12 {
        width: 100%
    }
}

@media (min-width:1450px) {
    ._g-col._lg-1 {
        width: 8.33333%
    }

    ._g-col._lg-2 {
        width: 16.66667%
    }

    ._g-col._lg-3 {
        width: 25%
    }

    ._g-col._lg-4 {
        width: 33.33333%
    }

    ._g-col._lg-5 {
        width: 41.66667%
    }

    ._g-col._lg-6 {
        width: 50%
    }

    ._g-col._lg-7 {
        width: 58.33333%
    }

    ._g-col._lg-8 {
        width: 66.66667%
    }

    ._g-col._lg-9 {
        width: 75%
    }

    ._g-col._lg-10 {
        width: 83.33333%
    }

    ._g-col._lg-11 {
        width: 91.66667%
    }

    ._g-col._lg-12 {
        width: 100%
    }
}

@media (min-width:1600px) {
    ._g-col._xl-1 {
        width: 8.33333%
    }

    ._g-col._xl-2 {
        width: 16.66667%
    }

    ._g-col._xl-3 {
        width: 25%
    }

    ._g-col._xl-4 {
        width: 33.33333%
    }

    ._g-col._xl-5 {
        width: 41.66667%
    }

    ._g-col._xl-6 {
        width: 50%
    }

    ._g-col._xl-7 {
        width: 58.33333%
    }

    ._g-col._xl-8 {
        width: 66.66667%
    }

    ._g-col._xl-9 {
        width: 75%
    }

    ._g-col._xl-10 {
        width: 83.33333%
    }

    ._g-col._xl-11 {
        width: 91.66667%
    }

    ._g-col._xl-12 {
        width: 100%
    }
}

.about-info {
    background-color: #fef9f7;
    padding: 60px 15px 60px 96px
}

@media screen and (max-width:1449px) {
    .about-info {
        padding: 50px 15px 60px 40px
    }
}

@media screen and (max-width:1023px) {
    .about-info {
        padding: 50px 15px 60px 30px
    }
}

@media screen and (max-width:767px) {
    .about-info {
        margin: 0 -10px;
        padding: 20px 10px 40px
    }
}

.about-info__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .about-info__inner {
        align-items: center;
        flex-direction: column
    }
}

.about-info__pic {
    margin-right: 20px
}

@media screen and (max-width:1023px) {
    .about-info__pic {
        max-width: 213px
    }

    .about-info__pic img {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .about-info__pic {
        margin: 0 0 20px;
        max-width: 100%
    }
}

.about-info__container {
    max-width: 609px
}

.about-info__container ._g-h3 {
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .about-info__container ._g-h3 {
        margin-bottom: 5px
    }
}

.about-info__item {
    margin: 15px 0;
    padding-right: 90px
}

@media screen and (max-width:1449px) {
    .about-info__item {
        padding-right: 40px
    }
}

@media screen and (max-width:1023px) {
    .about-info__item {
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .about-info__item {
        margin: 10px 0
    }
}

.about-info__item svg {
    margin-bottom: 5px
}

.bank-card {
    margin-bottom: 53px
}

@media screen and (max-width:767px) {
    .bank-card {
        margin-bottom: 20px
    }
}

.bank-card__inner {
    position: relative;
    width: 344px
}

@media screen and (max-width:767px) {
    .bank-card__inner {
        width: 100%
    }
}

.bank-card__item {
    border-radius: 8px;
    height: 213px;
    padding: 20px;
    width: 344px
}

@media screen and (max-width:1023px) {
    .bank-card__item {
        height: 188px;
        width: 289px
    }
}

@media screen and (max-width:767px) {
    .bank-card__item {
        width: 100%
    }
}

.bank-card__item._front {
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2
}

.bank-card__item._back {
    background-color: #eee;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .1);
    position: absolute;
    right: -92px;
    top: 23px
}

@media screen and (max-width:1023px) {
    .bank-card__item._back {
        right: -45px
    }
}

@media screen and (max-width:767px) {
    .bank-card__item._back {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        position: static
    }
}

.bank-card__item_inner {
    position: relative
}

.bank-card__cvv {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

@media screen and (max-width:767px) {
    .bank-card__cvv {
        position: static
    }
}

.bank-card__name {
    margin-bottom: 30px
}

@media screen and (max-width:1023px) {
    .bank-card__name {
        margin-bottom: 15px
    }
}

.banner {
    background-color: #f9f9f9;
    color: #404040;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 54px 40px 47px;
    position: relative
}

@media screen and (max-width:767px) {
    .banner {
        margin: 0 -10px 60px;
        padding: 30px 20px 20px
    }
}

.banner._purple {
    background: linear-gradient(0deg, #e4e6f2, #e4e6f2), #e4e6f2
}

.banner-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 79px 20px 173px 107px
}

@media screen and (max-width:1449px) {
    .banner-bg {
        padding: 79px 20px 173px 81px
    }
}

@media screen and (max-width:1023px) {
    .banner-bg {
        padding: 79px 20px 173px 61px
    }
}

@media screen and (max-width:767px) {
    .banner-bg {
        margin: 0 -10px;
        padding: 20px 10px 78px
    }
}

.banner-promo {
    background-color: #dfd2d9;
    margin-bottom: 40px;
    padding: 40px 0;
    text-align: center
}

@media screen and (max-width:1023px) {
    .banner-promo {
        padding: 35px 0
    }
}

@media screen and (max-width:767px) {
    .banner-promo {
        margin-bottom: 20px;
        padding: 30px 0 36px
    }
}

.banner__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner__bg img {
    background-color: #f9f9f9
}

.banner__bg ._mobile,
.banner__bg ._tablet {
    display: none
}

@media screen and (max-width:1023px) {
    .banner__bg ._tablet {
        display: block
    }
}

@media screen and (max-width:767px) {
    .banner__bg ._mobile {
        display: block
    }
}

.banner__bg img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.banner__inner {
    position: relative
}

.banner-promo .banner__inner {
    position: static
}

.banner__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 2px
}

@media screen and (max-width:767px) {
    .banner__title {
        font-size: 26px;
        line-height: 31px
    }
}

.banner__subtitle {
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .banner__subtitle {
        padding: 0 20%
    }
}

.banner__promo-link {
    bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    right: 15px
}

@media screen and (max-width:767px) {
    .banner__promo-link {
        bottom: 10px;
        font-size: 18px;
        line-height: 22px;
        right: 10px
    }
}

.banner__text {
    font-size: 20px;
    line-height: 24px;
    max-width: 330px
}

.banner__text:not(:last-child) {
    margin-bottom: 63px
}

@media screen and (max-width:767px) {
    .banner__text {
        font-size: 18px;
        line-height: 22px
    }
}

.banner__btn {
    max-width: 213px;
    position: relative
}

@media screen and (max-width:767px) {
    .banner__btn {
        margin: 0 auto;
        max-width: 280px
    }
}

.banner__list {
    margin-bottom: 53px
}

@media screen and (max-width:767px) {
    .banner__list {
        margin-bottom: 156px
    }
}

@media screen and (max-width:1023px) {
    .banner__list_item {
        margin: 10px 0
    }
}

.banner__list_item span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 2px
}

.banner__pic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .banner__pic {
        max-width: 226px
    }

    .banner__pic img {
        width: 100%
    }
}

.banner__pic._card {
    right: 10%;
    top: 66%
}

@media screen and (max-width:1023px) {
    .banner__pic._card {
        bottom: -18%;
        right: 0
    }
}

@media screen and (max-width:767px) {
    .banner__pic._card {
        right: 50%;
        top: 77%;
        transform: translate(50%, -50%);
        width: 100%
    }
}

.banner__pic._pic-right {
    right: 0
}

@media screen and (max-width:767px) {
    .banner__pic._pic-right {
        bottom: 0;
        top: auto;
        transform: none
    }
}

.breadcrumbs {
    padding: 30px 0 20px
}

.breadcrumbs ul {
    display: flex
}

.breadcrumbs ul li {
    position: relative
}

.breadcrumbs ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 16px
}

.breadcrumbs ul li:not(:last-child):after {
    background: url(../../../assets/site/images/arrow-right-grey.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.breadcrumbs ul li a {
    color: #a0a0a0;
    font-size: 16px
}

.btn {
    background-color: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    text-align: center !important;
    transition: .3s;
    width: 100%
}

.btn.-disabled {
    background: rgba(69, 53, 54, .35) !important;
    border-color: transparent !important;
    cursor: default
}

.btn-copy {
    background-color: #d6c4c4;
    height: 30px;
    line-height: 30px
}

.btn-copy:hover {
    background-color: #cea1a1
}

.btn-copy._copied {
    background-color: #dfdede;
    color: #b4b4b4
}

.btn-copy._copied:hover {
    background-color: #fff
}

.btn-black {
    background-color: #404040;
    color: #fff
}

.btn-black:hover {
    background-color: #000
}

.btn-peach {
    background-color: #d6c4c4;
    color: #fff
}

.btn-coupon-color {
    background-color: #cea1a1;
    color: #fff
}

.error-coupon {
    color: red
}

.btn-low {
    height: 40px;
    line-height: 40px;
    width: 213px
}

@media screen and (max-width:767px) {
    .btn-low {
        width: 100%
    }
}

.btn-low.btn-border {
    line-height: 38px
}

.btn-border {
    background-color: transparent;
    border: 1px solid #262626;
    color: #262626
}

.btn-border:hover {
    background-color: #262626;
    color: #fff
}

.banner__btn .btn,
.map-store-card .btn,
.memorandum__btn .btn,
.order-card .btn,
.order__btn .btn {
    height: 40px;
    line-height: 40px
}

.contacts__btn .btn,
.form__btn .btn,
.franchise-form__btn .btn {
    height: 50px;
    line-height: 50px
}

.content-pic__btn .btn {
    height: 42px;
    line-height: 42px;
    width: 138px
}

.shopcart-card .btn {
    height: 32px;
    line-height: 32px
}

.burger {
    align-items: center;
    cursor: pointer;
    display: none;
    height: 15px !important;
    justify-content: center;
    position: relative;
    width: 22px;
    z-index: 110
}

.burger:active,
.burger:focus,
.burger:hover {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: hsla(0, 0%, 100%, 0) !important;
    outline: none !important
}

@media screen and (max-width:1023px) {
    .burger {
        display: flex
    }
}

.burger span {
    background-color: #666;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 6px;
    transition: background-color .1s .3s;
    width: 100%
}

.burger span:focus {
    outline: none !important
}

.burger span:after,
.burger span:before {
    background-color: #666;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.burger span:before {
    top: 6px;
    transition: top .3s linear .3s, transform .3s linear 0s
}

.buyers {
    padding: 80px 30px 50px 50px
}

@media screen and (max-width:1023px) {
    .buyers {
        padding: 60px 30px
    }
}

@media screen and (max-width:767px) {
    .buyers {
        padding: 30px 0 55px
    }
}

.buyers__inner {
    display: flex
}

@media screen and (max-width:767px) {
    .buyers__inner {
        display: block
    }
}

.buyers__avatar {
    margin-right: 30px;
    max-width: 133px;
    min-width: 133px;
    width: 133px
}

.buyers__avatar img {
    border-radius: 50%
}

@media screen and (max-width:767px) {
    .buyers__avatar {
        align-items: center;
        display: flex;
        margin: 0 0 30px;
        max-width: 100%;
        min-width: auto;
        width: auto
    }

    .buyers__avatar img {
        width: 75px
    }
}

.buyers__avatar ._g-h3 {
    font-size: 32px;
    line-height: 38px
}

@media screen and (max-width:767px) {
    .buyers__avatar ._g-h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 0 23px
    }
}

.buyers__container ._g-h3 {
    margin-bottom: 20px
}

.buyers__text-item {
    color: #404040;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .buyers__text-item {
        margin-bottom: 20px
    }

    .buyers__text-item:last-child {
        margin-bottom: 0
    }
}

.cards {
    display: flex;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .cards {
        margin-bottom: 30px
    }
}

.cards__item {
    align-items: center;
    display: flex;
    font-size: 0;
    line-height: 0
}

.cards__item:not(:last-child) {
    margin-right: 23px
}

.catalog {
    max-width: 930px;
    width: 100%
}

.catalog-container__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .catalog-container__inner {
        display: block
    }
}

.catalog-sort {
    align-items: flex-start;
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .catalog-sort {
        display: none
    }
}

.catalog-sort__label {
    font-size: 18px;
    line-height: 22px;
    margin-right: 20px
}

.catalog-sort__list ul {
    display: flex
}

.catalog-sort__list ul li:not(:last-child) {
    margin-right: 20px
}

.catalog-sort__list ul li a {
    display: block;
    padding-bottom: 21px;
    position: relative
}

.catalog-sort__list ul li a:after {
    background-color: #e8c9b8;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s;
    width: 100%
}

.catalog-sort__list ul li a._active:after {
    opacity: 1
}

@media screen and (max-width:767px) {
    .checkers {
        margin: 0 -10px
    }
}

.checkers__block {
    display: flex;
    flex-direction: row-reverse
}

.checkers__block .checkers__text {
    padding-left: 107px
}

@media screen and (max-width:1449px) {
    .checkers__block .checkers__text {
        padding-left: 34px
    }
}

@media screen and (max-width:1023px) {
    .checkers__block .checkers__text {
        padding-left: 20px
    }
}

@media screen and (max-width:767px) {
    .checkers__block .checkers__text {
        padding-left: 20px
    }

    .checkers__block {
        flex-direction: column
    }
}

.checkers__block:nth-child(odd) {
    background-color: #fef9f7;
    flex-direction: row
}

@media screen and (max-width:767px) {
    .checkers__block:nth-child(odd) {
        flex-direction: column
    }
}

.checkers__block._reverse {
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .checkers__block._reverse {
        flex-direction: column
    }
}

.checkers__block._reverse .checkers__text {
    background-color: #fdfdfd;
    padding-left: 107px
}

@media screen and (max-width:1449px) {
    .checkers__block._reverse .checkers__text {
        padding-left: 34px
    }
}

@media screen and (max-width:1023px) {
    .checkers__block._reverse .checkers__text {
        padding-left: 21px
    }
}

@media screen and (max-width:767px) {
    .checkers__block._reverse .checkers__text {
        padding-left: 20px
    }
}

.checkers__picture {
    font-size: 0
}

@media screen and (max-width:1449px) {
    .checkers__picture {
        width: 48%
    }
}

@media screen and (max-width:767px) {
    .checkers__picture {
        width: 100%
    }
}

.checkers__picture img {
    display: block
}

@media screen and (max-width:1449px) {
    .checkers__picture img {
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .checkers__picture img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.checkers__text {
    padding: 60px 30px 30px
}

@media screen and (max-width:1449px) {
    .checkers__text {
        width: 52%
    }
}

@media screen and (max-width:1023px) {
    .checkers__text {
        padding: 40px 30px 30px 20px
    }
}

@media screen and (max-width:767px) {
    .checkers__text {
        padding: 20px 20px 30px;
        width: 100%
    }
}

.checkers__text ._g-h3 {
    margin-bottom: 10px
}

.collapse {
    padding: 40px 0
}

.collapse:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

@media screen and (max-width:767px) {
    .collapse {
        padding: 30px 0
    }
}

.collapse__header {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.collapse__header span {
    cursor: pointer;
    padding-right: 15px;
    position: relative
}

.collapse__header span:after {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: .3s;
    width: 6px
}

.collapse__header._active span:after {
    transform: translateY(-50%) rotate(-90deg)
}

.collapse__content {
    padding: 30px 0 0
}

.contacts,
.contacts__form {
    margin-bottom: 40px
}

.contacts__form ._g-h3 {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .contacts__form ._g-h3 {
        margin-bottom: 40px
    }

    .contacts__form ._g-h3._active {
        margin-bottom: 20px
    }

    .contacts__form {
        margin-bottom: 40px
    }
}

.contacts__row._20 {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .contacts__row._20 {
        margin-bottom: 0
    }
}

.contacts__row._40 {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .contacts__row._40 {
        margin-bottom: 0
    }
}

.contacts__btn {
    width: 212px
}

@media screen and (max-width:767px) {
    .contacts__btn {
        margin: 30px auto 0;
        max-width: 320px;
        width: 100%
    }

    .contacts__information {
        margin-top: 60px
    }
}

.contacts__information p:not(:last-child) {
    margin-bottom: 20px
}

.contacts__block>* {
    display: block
}

.contacts__block>:not(:last-child) {
    margin-bottom: 20px
}

.contacts__block:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .contacts__item {
        margin: 10px 0
    }
}

.content-pic {
    display: block;
    height: 428px;
    margin-bottom: 60px;
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .content-pic {
        height: 305px;
        margin-bottom: 34px
    }
}

.content-pic._half {
    height: 186px
}

.content-pic._half:not(:last-child) {
    margin-bottom: 56px
}

.items-block .content-pic {
    height: 342px
}

@media screen and (max-width:1023px) {
    .items-block .content-pic {
        height: 260px
    }
}

.content-pic:hover .content-pic__content:after {
    opacity: 1;
    pointer-events: all;
    transition: .2s
}

.content-pic:hover .content-pic__btn {
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s .1s
}

.content-pic__btn {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 1
}

.content-pic__content {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative
}

.content-pic__content:before {
    content: "";
    display: block;
    padding-top: 100%
}

.content-pic__content:after {
    background: linear-gradient(0deg, rgba(77, 56, 56, .66), rgba(77, 56, 56, .66));
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: .2s .1s;
    z-index: 0
}

.content-pic__bg,
.content-pic__content:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content-pic__bg img {
    background-color: #f9f9f9
}

.content-pic__bg ._mobile,
.content-pic__bg ._tablet {
    display: none
}

@media screen and (max-width:1023px) {
    .content-pic__bg ._tablet {
        display: block
    }
}

@media screen and (max-width:767px) {
    .content-pic__bg ._mobile {
        display: block
    }
}

.content-pic__bg img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.content-pic__label {
    background-color: #fff;
    left: 50%;
    min-width: 260px;
    padding: 13px 30px 7px;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%, -50%)
}

.section-green .content-pic__label {
    background-color: #b4ceb4
}

@media screen and (max-width:767px) {
    .section-green .content-pic__label {
        max-width: 260px;
        padding: 13px 10px 7px;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:1023px) {
    .content-pic__label {
        min-width: 200px;
        padding: 13px 5px 7px
    }
}

@media screen and (max-width:767px) {
    .content-pic__label {
        max-width: 240px;
        min-width: auto;
        padding: 6px 20px 7px;
        width: 100%
    }
}

.content-pic__label p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap
}

.content-pic__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

@media screen and (max-width:1023px) {
    .content-pic__title {
        white-space: nowrap
    }
}

@media screen and (max-width:767px) {
    .content-pic__title {
        white-space: normal
    }
}

.delivery__item {
    margin-bottom: 40px;
    max-width: 300px
}

.delivery__item ._g-h3,
.delivery__item p:not(:last-child) {
    margin-bottom: 10px
}

.external-link__content {
    display: flex
}

.external-link__item {
    display: block
}

._apps .external-link__item {
    font-size: 0;
    line-height: 0
}

@media screen and (max-width:1023px) {
    .ua-mobile ._apps .external-link__item {
        display: none
    }
}

.ua-android .external-link__item._android {
    display: block !important
}

@media screen and (max-width:767px) {
    .ua-android .external-link__item._android {
        background: #404040;
        border-radius: 4px;
        margin: 0;
        width: 100%
    }

    .ua-android .external-link__item._android svg {
        width: 100%
    }
}

.ua-ios .external-link__item._ios,
.ua-safari .external-link__item._ios {
    display: block !important
}

@media screen and (max-width:767px) {

    .ua-ios .external-link__item._ios,
    .ua-safari .external-link__item._ios {
        background: #404040;
        border-radius: 4px;
        margin: 0 !important;
        width: 100%
    }

    .ua-ios .external-link__item._ios svg,
    .ua-safari .external-link__item._ios svg {
        width: 100%
    }
}

.footer-compact ._socials .external-link__item svg {
    height: 42px;
    width: 42px
}

@media screen and (max-width:767px) {
    .footer-compact ._socials .external-link__item svg {
        height: 32px;
        width: 32px
    }
}

._apps .external-link__item:not(:last-child) {
    margin-right: 8px
}

._socials .external-link__item:not(:last-child) {
    margin-right: 20px
}

._login .external-link__item:not(:last-child) {
    margin-right: 10px
}

.external-link._login label {
    margin-bottom: 10px
}

.feedback {
    background-color: #fef9f7;
    padding: 40px 80px 50px
}

@media screen and (max-width:767px) {
    .feedback {
        margin: 0 -10px;
        padding: 30px 10px 10px
    }
}

.feedback__container {
    display: flex
}

@media screen and (max-width:767px) {
    .feedback__container {
        display: block
    }
}

.feedback__main-text {
    margin-top: 20px
}

.feedback__avatar {
    margin-right: 43px;
    max-width: 202px;
    min-width: 202px;
    width: 202px
}

.feedback__avatar img {
    border-radius: 50%;
    width: 100%
}

.feedback__avatar_text {
    margin-left: 18px
}

@media screen and (max-width:1023px) {
    .feedback__avatar {
        max-width: 142px;
        min-width: 142px;
        width: 142px
    }
}

@media screen and (max-width:767px) {
    .feedback__avatar {
        display: flex;
        margin: 0 0 20px;
        max-width: 100%;
        min-width: auto;
        width: auto
    }

    .feedback__avatar img {
        max-width: 72px;
        min-width: 72px;
        width: 72px
    }
}

.feedback__content {
    max-width: 620px
}

.feedback__name {
    font-weight: 500;
    margin-bottom: 4px
}

@media screen and (max-width:767px) {
    .feedback__slider {
        padding-bottom: 80px
    }

    .feedback__slider:after {
        background-color: #c4c4c4;
        bottom: 60px;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 90%
    }
}

.feedback__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .feedback__slider .slick-arrow {
        bottom: 10px;
        top: auto;
        transform: none
    }
}

.feedback__slider .slick-arrow.slick-prev {
    left: -50px
}

@media screen and (max-width:767px) {
    .feedback__slider .slick-arrow.slick-prev {
        left: 75px
    }
}

.feedback__slider .slick-arrow.slick-next {
    right: -50px
}

@media screen and (max-width:767px) {
    .feedback__slider .slick-arrow.slick-next {
        right: 75px
    }
}

.filter {
    width: 190px
}

.filter-toggler {
    cursor: pointer;
    display: none
}

.filter-toggler._active {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .filter-toggler {
        display: block
    }

    .filter {
        max-width: 100%;
        min-width: auto;
        width: 100%
    }
}

.filter__group {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .filter__group {
        margin-bottom: 0;
        transition: all .3s
    }

    .filter__group._group-active {
        background-color: snow
    }
}

.filter__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 13px
}

.filter__items {
    margin-bottom: 19px
}

@media screen and (max-width:767px) {
    .filter__items {
        display: none
    }
}

.filter__items .input-checkbox:not(:last-child) {
    margin-bottom: 13px
}

@media screen and (max-width:767px) {
    .filter__items .input-checkbox {
        display: block !important
    }
}

.filter__show-more {
    cursor: pointer;
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .filter__show-more {
        display: none
    }
}

.footer {
    border-top: 1px solid #e8c9b8
}

.footer__description {
    padding: 40px 0
}

.footer__description_inner {
    display: flex
}

.footer-compact .footer__description_inner {
    justify-content: space-between
}

@media screen and (max-width:1449px) {
    .footer-compact .footer__description_inner {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .footer__description_inner {
        display: block
    }
}

.footer__description_content {
    margin-bottom: 30px;
    margin-right: 40px
}

.footer-compact .footer__description_content {
    max-width: 420px
}

@media screen and (max-width:1449px) {
    .footer-compact .footer__description_content {
        max-width: 100%
    }
}

.footer__description_content h3 {
    text-transform: uppercase
}

.footer__description_content h2,
.footer__description_content h2._g-hidden-mobile {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 0
}

@media screen and (max-width:1449px) {
    .footer-compact .footer__description_content h3 {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .footer__description_content h3 {
        margin-bottom: 10px
    }
}

.footer-compact .footer__description_content h4 {
    display: block !important
}

.footer__description_content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px
}

.footer__description_content ._g-hidden-mobile,
.footer__description_content p {
    color: #666;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px
}

.footer-compact .footer__description_content p {
    display: none
}

@media screen and (max-width:767px) {
    .footer__description_content p {
        display: none
    }
}

.footer__description_links {
    min-width: 295px;
    width: 100%
}

.footer-compact .footer__description_links {
    display: flex;
    width: auto
}

@media screen and (max-width:767px) {
    .footer-compact .footer__description_links {
        flex-direction: column
    }
}

.footer-compact .footer__description_links>:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .footer-compact .footer__description_links>:not(:last-child) {
        margin: 0 0 30px
    }
}

.footer__description_links label {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.footer__description_links .form-subscribe {
    margin-bottom: 30px
}

.footer__description_links .external-link._apps {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .footer__description_links .external-link._apps {
        margin-bottom: 30px
    }
}

.footer__main {
    background-color: #fff1ea
}

.footer__main_inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 60px
}

@media screen and (max-width:767px) {
    .footer__main_inner {
        display: block;
        padding: 40px 0
    }
}

.footer__info-links {
    max-width: 290px
}

@media screen and (max-width:767px) {
    .footer__info-links:not(:last-child) {
        margin-bottom: 30px
    }
}

.footer__info-links h4 {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 13px
}

@media screen and (max-width:767px) {
    .footer__info-links ul {
        display: none
    }
}

.footer__info-links ul li:not(:last-child) {
    margin-bottom: 13px
}

.footer__info-links p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 13px
}

.form-subscribe__content,
.form-subscribe__inner {
    position: relative
}

.form-subscribe__text {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 25px 0 14px;
    width: 100%
}

.form-subscribe__submit {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.form__item {
    margin: 15px 0
}

.form__btn {
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .form__btn {
        width: 100%
    }
}

.franchise-form {
    padding: 60px 0
}

.franchise-form__inner {
    display: flex
}

@media screen and (max-width:1023px) {
    .franchise-form__inner {
        justify-content: space-between
    }
}

@media screen and (max-width:767px) {
    .franchise-form__inner {
        display: block
    }
}

.franchise-form__main {
    margin-right: 137px;
    max-width: 610px
}

@media screen and (max-width:1023px) {
    .franchise-form__main {
        margin-right: 20px
    }
}

@media screen and (max-width:767px) {
    .franchise-form__main {
        margin: 0
    }
}

.franchise-form__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px
}

.franchise-form__title._bottom {
    margin: 32px 0 0
}

@media screen and (max-width:767px) {
    .franchise-form__title {
        font-size: 28px;
        line-height: 34px
    }
}

.franchise-form__subtitle {
    margin-bottom: 20px
}

.franchise-form__manager-info {
    font-size: 16px;
    line-height: 19px;
    max-width: 213px
}

@media screen and (max-width:767px) {
    .franchise-form__manager-info {
        display: flex;
        margin-top: 43px;
        max-width: 100%
    }
}

.franchise-form__manager-info_avatar {
    border: 1px solid #000;
    border-radius: 50%;
    height: 91px;
    margin-bottom: 10px;
    width: 91px
}

.franchise-form__manager-info_avatar img {
    width: 100%
}

@media screen and (max-width:767px) {
    .franchise-form__manager-info_avatar {
        border: none;
        height: 72px;
        margin: 0 22px 0 0;
        width: 72px
    }
}

.franchise-form__manager-info_name {
    color: #3e3e3e;
    font-weight: 700
}

.franchise-form__manager-info_group {
    margin-bottom: 20px
}

.franchise-form__manager-info_group>:not(:last-child) {
    margin-bottom: 10px
}

.franchise-form__item {
    margin: 10px 0
}

.franchise-form__btn {
    margin-top: 20px
}

.guarantees ._g-h3 {
    margin-bottom: 35px
}

.guarantees__ico {
    font-size: 0;
    height: 37px;
    margin-bottom: 16px
}

@media screen and (max-width:767px) {
    .guarantees__ico {
        height: auto;
        margin: 0 15px 0 0;
        width: 50px
    }
}

.guarantees__text {
    font-size: 21px;
    line-height: 25px
}

.guarantees__item {
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .guarantees__item {
        display: flex
    }
}

.input-checkbox label {
    font-size: 16px;
    padding-left: 28px;
    position: relative
}

.input-checkbox label a {
    box-shadow: inset 0 -1px 0 rgba(69, 53, 54, .65);
    color: rgba(69, 53, 54, .65)
}

.input-checkbox label a:hover {
    box-shadow: none
}

.input-checkbox label:before {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    transform: none;
    width: 18px
}

.input-checkbox label:after {
    background: #e8c9b8;
    content: "";
    height: 12px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: none;
    transition: .3s;
    width: 12px
}

.input-checkbox input:checked+label:after {
    opacity: 1
}

.input-numeric {
    align-items: center;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    display: flex;
    height: 42px;
    justify-content: space-between;
    padding: 0 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100px
}

.input-numeric__btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 10px;
    justify-content: center
}

@media screen and (max-width:767px) {
    .input-numeric__btn {
        height: 22px;
        width: 10px
    }

    .product-info__params .input-numeric {
        border: none;
        flex-direction: column-reverse;
        height: 76px;
        width: 20px
    }
}

.input-radio label {
    font-size: 16px;
    padding-left: 28px;
    position: relative
}

.input-radio label:before {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    height: 18px;
    left: 0;
    width: 18px
}

.input-radio label:after,
.input-radio label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.input-radio label:after {
    background: #cdcdcd;
    border-radius: 50%;
    height: 12px;
    left: 3px;
    transition: .3s;
    width: 12px
}

.input-radio input:checked+label:after {
    background: #e8c9b8
}

.input-select {
    position: relative
}

.product-info__params .input-select {
    width: 100%
}

.input-select._error .jcf-select {
    border-color: #f42f3e
}

.input-select__group {
    display: flex;
    margin-left: -11px
}

.input-select__group_item {
    margin-left: 11px;
    width: 100%
}

.input-select label {
    color: var(--color-grey80);
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px
}

.input-select .jcf-select {
    border: 1px solid #c4c4c4;
    height: 42px;
    margin: 0;
    min-width: 100%;
    width: 100%
}

@media screen and (max-width:767px) {
    .product-info__params_group .input-select .jcf-select {
        border: none;
        border-bottom: 1px dashed #c9c9c9
    }
}

.input-select .jcf-select-text {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 25px 0 16px
}

@media screen and (max-width:1023px) {
    .input-select .jcf-select-text {
        padding: 0 15px 0 10px
    }
}

@media screen and (max-width:767px) {
    .product-info__params_group .input-select .jcf-select-text {
        padding: 0 16px 0 0
    }
}

.input-select .jcf-select-opener {
    background-color: transparent
}

.input-select .jcf-select-opener:after {
    background: url(../../../assets/site/images/arrow-bottom.svg) 50% no-repeat;
    content: "";
    height: 6px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: .3s;
    width: 12px
}

@media screen and (max-width:1023px) {
    .input-select .jcf-select-opener:after {
        right: 8px
    }
}

.input-select .jcf-select-drop-content {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    overflow: hidden
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span {
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 33px;
    transition: .3s
}

.map-filter .input-select .jcf-select-drop-content .jcf-list-content ul li span {
    height: auto;
    line-height: 22px;
    min-height: 42px;
    padding: 10px 10px 10px 33px;
    white-space: normal
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-hover,
.input-select .jcf-select-drop-content .jcf-list-content ul li span:hover {
    background-color: #f9f7f9;
    color: #c28257
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-selected {
    position: relative
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-selected:before {
    background: url(../../../assets/site/images/check-toggle.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 7px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
}

.input-select .jcf-select.jcf-drop-active {
    border: 1px solid #c28257
}

.input-select .jcf-select.jcf-drop-active.jcf-drop-flipped .jcf-select-drop-content {
    border-radius: 4px 4px 0 0
}

.input-select .jcf-select.jcf-drop-active .jcf-select-opener:after {
    transform: translateY(-50%) scale(-1)
}

.input-select .select2-container {
    width: 85% !important
}

.input-select .select2-container .select2-selection--single {
    border: 1px solid #c4c4c4;
    height: 42px;
    line-height: 42px
}

.input-select .select2-container .select2-selection__rendered {
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 30px
}

@media screen and (max-width:767px) {
    .input-select .select2-container .select2-selection__rendered {
        padding: 0 15px 0 10px
    }
}

.input-select .select2-container .select2-selection__arrow {
    height: 100%;
    width: 26px
}

.input-select .select2-container .select2-selection__arrow:after {
    background: url(../../../assets/site/images/arrow-bottom.svg) 50% no-repeat;
    content: "";
    height: 6px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: .3s;
    width: 12px
}

@media screen and (max-width:1023px) {
    .input-select .select2-container .select2-selection__arrow:after {
        right: 8px
    }
}

.input-select .select2-container .select2-selection__arrow b {
    display: none
}

.select2-search--dropdown {
    padding: 10px
}

.select2-dropdown {
    border-color: #c4c4c4
}

.select2-results__options {
    max-height: 280px
}

@media screen and (max-width:767px) {
    .select2-results__options {
        max-height: 200px
    }
}

.select2-results__option {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    min-height: 42px;
    padding: 10px 10px 10px 33px;
    position: relative;
    transition: .3s
}

.select2-results__option:hover {
    background-color: #fff1ea
}

.select2-results__option.select2-results__message {
    padding: 10px 11px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #2c2c2c
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    background: url(../../../assets/site/images/check-toggle.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 7px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background-color: #fff1ea;
    color: #2c2c2c
}

.input-text {
    position: relative
}

.input-text:not(:last-child) {
    margin-bottom: 10px
}

.input-text._error input {
    border-color: #f42f3e
}

.input-text label {
    color: var(--color-grey80);
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px
}

.input-text input {
    border: 1px solid #c4c4c4;
    height: 42px;
    line-height: 42px;
    padding: 0 14px;
    width: 100%
}

.input-text input::-webkit-inner-spin-button,
.input-text input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-text__clear {
    background: url(../../../assets/site/images/clear.svg) 50% no-repeat;
    cursor: pointer;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.input-textarea._error textarea {
    border-color: #f42f3e
}

.input-file label,
.input-textarea label {
    color: var(--color-grey80);
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px
}

.input-textarea textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 100%
}

.item-card-post._solo {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .item-card-post._solo .item-card-post__pic {
        height: auto
    }
}

.item-card-post._news {
    margin-bottom: 50px
}

.item-card-post._news p {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px
}

@media screen and (max-width:767px) {

    .item-card-post,
    .item-card-post._news {
        margin: 15px 0
    }
}

.item-card-post__pic {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

._news .item-card-post__pic {
    overflow: hidden
}

._news._big .item-card-post__pic {
    height: 468px
}

._sm_4_pic ._news._big .item-card-post__pic,
._sm_6_pic ._news._big .item-card-post__pic {
    height: 300px
}

.item-card-post__pic .post__pic {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

@media screen and (max-width:767px) {

    ._news._big .item-card-post__pic,
    ._sm_4_pic ._news._big .item-card-post__pic,
    ._sm_6_pic ._news._big .item-card-post__pic,
    .item-card-post__pic {
        height: 300px
    }
}

.item-card-post__pic:before {
    content: "";
    display: block;
    padding-top: 100%
}

._news._big .item-card-post__pic:before {
    padding-top: 0
}

._news._medium .item-card-post__pic:before {
    padding-top: 49%
}

.item-card-post__pic._checked:after {
    background: url(../../../assets/site/images/hearth-white.svg) 50% no-repeat;
    content: "";
    height: 162px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px
}

.item-card-post__pic img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

._news .item-card-post__pic img {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

@media screen and (max-width:767px) {
    ._news .item-card-post__pic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

._news._big .item-card-post__pic img,
._news._medium .item-card-post__pic img {
    height: auto;
    width: 100%
}

@media screen and (max-width:1023px) {

    ._news._big .item-card-post__pic img,
    ._news._medium .item-card-post__pic img {
        height: 100%
    }
}

.item-card-post__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.catalog .item-card {
    margin: 20px 0
}

@media screen and (max-width:1023px) {
    .catalog .item-card {
        margin: 25px 0
    }
}

@media screen and (max-width:767px) {

    .catalog .item-card,
    .item-card {
        margin: 15px 0
    }
}

.item-card:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .15);
    position: relative;
    transition: .3s;
    z-index: 2
}

.item-card:hover .slick-arrow {
    opacity: 1;
    pointer-events: all;
    transition: .3s .2s
}

@media screen and (max-width:1023px) {
    .item-card:hover .slick-arrow {
        display: none !important
    }
}

.item-card:hover .slick-dots {
    opacity: 1;
    pointer-events: all;
    transition: .3s .2s
}

@media screen and (max-width:767px) {
    .item-card:hover {
        border-radius: 4px;
        box-shadow: none
    }
}

.item-card:hover .item-card__pic {
    background: linear-gradient(180deg, rgba(62, 62, 62, 0) 57.46%, #3e3e3e)
}

.item-card:hover .item-card__action {
    opacity: 1;
    transform: none;
    transition: .3s
}

@media screen and (max-width:767px) {
    .item-card:hover .item-card__action {
        display: none
    }
}

.item-card:hover .item-card__content._text-price:after {
    display: block
}

@media screen and (max-width:767px) {
    .item-card:hover .item-card__info {
        padding-bottom: 10px
    }
}

.item-card:hover .btn {
    display: none
}

.item-card__content {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.item-card__content:before {
    content: "";
    display: block;
    padding-top: 100%
}

.item-card__content .slick-dots {
    bottom: 20px;
    opacity: 0;
    pointer-events: none;
    position: relative
}

.item-card__content:after {
    background: linear-gradient(180deg, rgba(62, 62, 62, 0) 57.46%, #3e3e3e);
    bottom: 0;
    content: "";
    display: none;
    height: 67px;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .3;
    position: absolute;
    width: 100%;
    z-index: 2
}

.item-card__action {
    align-items: center;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #e5e5e5;
    bottom: -40px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .15);
    display: flex;
    height: 40px;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    padding: 0 13px 0 10px;
    pointer-events: all;
    position: absolute;
    transform: translateY(-100%);
    width: 100%
}

.item-card__action_detailed {
    color: #a0a0a0;
    display: block;
    font-size: 16px;
    line-height: 19px
}

.item-card__action:hover .item-card__action_detailed {
    color: #000;
    font-weight: 700;
    transition: all .5s ease
}

.item-card__action_add {
    cursor: pointer
}

.item-card__action:hover .item-card__action_add svg {
    stroke-width: 2px
}

.item-card__action:hover .item-card__action_add svg path {
    stroke: #000
}

@media screen and (max-width:1023px) {
    .item-card__action {
        padding: 0 10px
    }
}

.item-card__pic {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.item-card__pic img {
    max-width: 400px;
    width: 100%
}

.order-card__items-list .item-card__pic img {
    width: 275px !important
}

.item-card__pic .slick-arrow {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.item-card__pic .slick-arrow.slick-prev {
    left: 10px
}

.item-card__pic .slick-arrow.slick-next {
    right: 10px
}

.item-card__discount {
    background-color: #bb8bc7;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 25px;
    left: 0;
    line-height: 22px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 10px
}

.item-card__fav {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.item-card__info {
    padding: 10px 15px;
    position: relative
}

@media screen and (max-width:1023px) {
    .item-card__info {
        padding: 10px
    }
}

.item-card__title {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

@media screen and (max-width:1023px) {
    .item-card__title {
        font-size: 16px
    }
}

.item-card__text-price {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 48px;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .item-card__text-price {
        font-size: 32px
    }
}

.item-card__text-price._black {
    background: linear-gradient(180deg, rgba(62, 59, 59, .79), #3e3b3b)
}

.item-card__text-price._pink {
    background: linear-gradient(180deg, hsla(0, 51%, 72%, .79), #dc9393)
}

.item-card__text-price._grey {
    background: linear-gradient(180deg, #eae5e5, #c6c6c6)
}

.item-card__text-price._gold {
    background: linear-gradient(180deg, rgba(255, 215, 2, .66), #ffd702)
}

.item-card__price .new {
    display: flex
}

.item-card__price:not(:last-child) {
    margin-bottom: 10px
}

.item-card__price span {
    font-size: 18px;
    line-height: 22px
}

.item-card__price span:not(:last-child) {
    margin-right: 10px
}

.item-card__price span._new {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.item-card__price span._old {
    color: #a0a0a0;
    text-decoration: line-through
}

.item-card__added {
    bottom: 15px;
    display: none;
    position: absolute;
    right: 11px
}

@media screen and (max-width:767px) {
    .item-card__added {
        display: block
    }
}

.items-block {
    margin-bottom: 40px
}

.items-block._information {
    margin: 60px 0 0
}

.items-block._information:last-child {
    margin-bottom: 60px
}

.items-block._h3-title {
    margin: 0;
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .items-block._h3-title {
        padding: 40px 0
    }
}

.items-block._lined {
    padding-top: 40px;
    position: relative
}

.items-block._lined:before {
    background-color: #e8c9b8;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 75%
}

@media screen and (max-width:1449px) {
    .items-block._lined:before {
        width: 100%
    }
}

.items-block__slider {
    position: relative
}

.items-block__slider .slick-list {
    margin: 0 -15px
}

@media screen and (max-width:767px) {
    .items-block__slider .slick-list {
        margin: 0 -10px
    }
}

.items-block__slider .slick-arrow {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    transform-origin: center;
    width: 13px
}

@media screen and (max-width:767px) {
    .items-block__slider .slick-arrow {
        display: none !important
    }
}

.items-block__slider .slick-arrow.slick-prev {
    left: -85px;
    transform: translateY(-50%) rotate(180deg)
}

@media screen and (max-width:1449px) {
    .items-block__slider .slick-arrow.slick-prev {
        left: -22px
    }
}

.items-block__slider .slick-arrow.slick-next {
    right: -85px
}

@media screen and (max-width:1449px) {
    .items-block__slider .slick-arrow.slick-next {
        right: -22px
    }
}

.items-block__list-item h4 {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .items-block__list-item h4 {
        margin-bottom: 5px
    }
}

.items-block__list-item ._g-h3 {
    font-weight: 500;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .items-block__list-item {
        margin: 10px 0
    }
}

.logo {
    font-size: 0;
    line-height: 0
}

@media screen and (max-width:1023px) {
    .logo {
        width: 122px
    }

    .logo svg {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .main-info-content {
        margin: 0 -10px 40px
    }
}

@media screen and (max-width:767px)and (max-width:767px) {
    .main-info-content {
        overflow: hidden
    }
}

@media screen and (max-width:767px) {
    .map .input-select {
        margin: 10px 0
    }
}

.map__item {
    height: 671px
}

@media screen and (max-width:1023px) {
    .map__item {
        height: 420px
    }
}

.map__container {
    position: relative
}

.map-filter {
    background: rgba(255, 241, 234, .4);
    padding: 16px 20px 19px
}

.map-store-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
    left: 10px;
    padding: 15px 25px 15px 15px;
    position: absolute;
    top: 10px;
    width: 243px;
    z-index: 2
}

.map-store-card__close {
    background: url(../../../assets/site/images/clear.svg) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    display: none;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 21px;
    width: 10px
}

.map-store-card__group {
    margin-bottom: 20px
}

.map-store-card__group>:first-child {
    margin-bottom: 5px
}

.map-store-card__status {
    font-weight: 700
}

.map-store-card__address {
    font-weight: 500
}

.closeButton {
    background: url(../../../assets/site/images/clear.svg) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 10px;
    left: 231px;
    position: absolute;
    top: 31px;
    width: 10px;
    z-index: 2
}

.memorandum {
    background-color: #fef9f7;
    padding: 40px
}

@media screen and (max-width:767px) {
    .memorandum {
        margin: 0 -10px;
        padding: 40px 10px
    }
}

.memorandum__sub-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .memorandum__sub-title {
        margin-bottom: 20px
    }
}

.memorandum__list {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 40px;
    padding-bottom: 52px
}

@media screen and (max-width:767px) {
    .memorandum__list {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.memorandum__list ._g-list:not(:last-child),
.memorandum__list p:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .memorandum__content {
        margin-bottom: 20px
    }
}

.memorandum__description {
    font-size: 14px;
    line-height: 17px;
    margin: 40px 0
}

.memorandum__btn {
    max-width: 213px
}

@media screen and (max-width:767px) {
    .memorandum__btn {
        max-width: 100%
    }
}

.news-detail__banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 468px;
    margin-bottom: 30px
}

.news-detail__banner ._mobile,
.news-detail__banner ._tablet {
    display: none
}

@media screen and (max-width:1023px) {
    .news-detail__banner ._tablet {
        display: block
    }
}

@media screen and (max-width:767px) {
    .news-detail__banner ._mobile {
        display: block
    }
}

.news-detail__banner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .news-detail__banner {
        height: 300px
    }
}

.news-detail__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center
}

.news-detail__subtitle {
    border-bottom: 1px solid #e8c9b8;
    color: #404040;
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 1036px;
    padding: 0 110px 50px;
    text-align: center;
    width: 100%
}

.news-detail__subtitle span {
    display: block;
    margin: 0 auto;
    max-width: 782px
}

@media screen and (max-width:767px) {
    .news-detail__subtitle {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 20px
    }
}

.news-detail__content-block {
    padding: 60px 0
}

.news-detail-block {
    margin: 0 auto;
    max-width: 1036px;
    padding: 50px 5px
}

@media screen and (max-width:1023px) {
    .news-detail-block {
        padding: 50px 30px
    }
}

@media screen and (max-width:767px) {
    .news-detail-block {
        padding: 34px 10px
    }
}

.news-detail-block._green._reverse._bordered {
    background-color: #edf2ed;
    margin-bottom: 0
}

.news-detail-block._green._reverse._bordered .news-detail-block__inner {
    flex-direction: row-reverse
}

.news-detail-block._green._reverse._bordered .news-detail-block__media {
    margin: 0 32px 0 0
}

@media screen and (max-width:1023px) {
    .news-detail-block._green._reverse._bordered .news-detail-block__media {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width:767px) {
    .news-detail-block._green._reverse._bordered .news-detail-block__media {
        margin: 0 0 20px
    }
}

.news-detail-block__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .news-detail-block__inner {
        flex-direction: column-reverse !important
    }

    .news-detail-block__main-text {
        margin-bottom: 20px
    }
}

.news-detail-block__main-text ._g-h3 {
    margin-bottom: 10px
}

.news-detail-block__main-text p {
    color: #404040;
    margin-bottom: 10px
}

.news-detail-block__media {
    margin: 0 0 0 32px;
    max-width: 452px;
    min-width: 452px;
    width: 452px
}

@media screen and (max-width:1023px) {
    .news-detail-block__media {
        margin: 0 0 0 20px;
        max-width: 300px;
        min-width: 300px;
        width: 300px
    }
}

@media screen and (max-width:767px) {
    .news-detail-block__media {
        margin: 0 0 20px;
        max-width: 100%;
        min-width: 100%;
        width: auto
    }
}

.news-detail-block__gallery_pic {
    margin-bottom: 18px
}

@media screen and (max-width:767px) {
    .news-detail-block__gallery_pic {
        height: 300px;
        overflow: hidden
    }
}

@media screen and (max-width:1023px) {
    .news-detail-block__gallery_pic img {
        width: 100%
    }
}

.news-detail-block__gallery .slick-arrow {
    bottom: 0;
    display: flex;
    font-size: 0;
    position: absolute;
    z-index: 2
}

.news-detail-block__gallery .slick-arrow.slick-prev {
    right: 56px
}

.news-detail-block__gallery .slick-arrow.slick-next {
    right: 0
}

.news-detail-block__subscription {
    color: #a0a0a0
}

.news-detail-container {
    margin: 0 auto;
    max-width: 1036px
}

.order-card {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 50px
}

.order-card._info-active {
    padding-bottom: 20px
}

._info-active .order-card__inner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    margin: 0 -20px;
    padding: 20px;
    transition: .3s
}

@media screen and (max-width:767px) {
    ._info-active .order-card__inner {
        box-shadow: none;
        margin: 0;
        padding: 0
    }
}

.order-card__top {
    display: flex;
    margin-bottom: 20px
}

.order-card__top>:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .order-card__top>:not(:last-child) {
        margin-right: 15px
    }

    .order-card__top {
        display: block;
        font-size: 16px;
        line-height: 19px
    }
}

.order-card__status {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media screen and (max-width:767px) {
    .order-card__status {
        display: block;
        margin: 0 0 10px !important
    }
}

.order-card__preview-list {
    display: flex
}

@media screen and (max-width:1023px) {
    .order-card__preview-list {
        overflow-x: auto
    }
}

.order-card__preview-list_item {
    height: 80px;
    margin: 0 20px 20px 0;
    width: 80px
}

@media screen and (max-width:1023px) {
    .order-card__preview-list_item:nth-child(n+5) {
        display: none
    }
}

@media screen and (max-width:767px) {
    .order-card__preview-list_item:nth-child(n+5) {
        display: block
    }
}

._info-active .order-card__preview-list {
    display: none
}

.order-card__items-list {
    border-bottom: 1px solid #e5e5e5;
    left: -99999px;
    margin-bottom: 30px;
    opacity: 0;
    position: absolute
}

.order-card__items-list_item {
    margin: 20px 0
}

._info-active .order-card__items-list {
    left: auto;
    opacity: 1;
    position: static;
    transition: .3s .2s
}

.order-card__bottom {
    align-items: center;
    display: flex
}

@media screen and (max-width:767px) {
    .order-card__bottom {
        flex-wrap: wrap
    }
}

.order-card__bottom>:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .order-card__bottom>:not(:last-child) {
        margin-right: 20px
    }
}

.order-card__bottom .btn {
    max-width: 216px
}

@media screen and (max-width:767px) {
    .order-card__bottom .btn {
        max-width: 157px
    }
}

.order-card__bottom ._g-link-text {
    white-space: nowrap
}

.order-card__order-info {
    display: none;
    padding-bottom: 20px
}

._info-active .order-card__order-info {
    display: block
}

.order-card__order-info_inner {
    display: flex
}

@media screen and (max-width:767px) {
    .order-card__order-info_inner {
        display: block
    }
}

.order-card__order-info_item:not(:last-child) {
    margin-right: 40px
}

.order-card__order-info_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 18px
}

.order-card__order-info_text p:not(:last-child) {
    margin-bottom: 10px
}

.order-card__btn-info {
    cursor: pointer;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .order-card__btn-info {
        margin-right: 0 !important
    }
}

.order-card__btn-info span:first-child {
    display: block
}

._info-active .order-card__btn-info span:first-child,
.order-card__btn-info span:last-child {
    display: none
}

._info-active .order-card__btn-info span:last-child {
    display: block
}

._info-active .order-card__btn-pay {
    display: none
}

@media screen and (max-width:767px) {
    .order-card__btn-pay {
        display: block;
        flex: 0 0 100%;
        margin-top: 30px;
        width: 100%
    }
}

.order__inner {
    display: flex
}

@media screen and (max-width:767px) {
    .order__inner {
        display: block
    }
}

.order__inner p {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 20px
}

@media screen and (max-width:1023px) {
    .order__inner p {
        margin-bottom: 5px
    }
}

.order__summary {
    padding-top: 40px
}

@media screen and (max-width:767px) {
    .order__summary {
        padding-top: 0
    }
}

.order__summary .shopcart-card {
    position: sticky;
    top: 40px
}

.order__params {
    margin-right: 45px;
    max-width: 910px;
    width: 100%
}

@media screen and (max-width:1023px) {
    .order__params {
        margin-right: 20px
    }
}

@media screen and (max-width:767px) {
    .order__params {
        margin: 0
    }
}

.order__item {
    margin: 15px 0
}

.order__item .btn {
    width: 100%
}

.order__btn {
    margin-top: 30px;
    max-width: 213px
}

@media screen and (max-width:767px) {
    .order__btn {
        max-width: 100%
    }
}

.order__description {
    color: #666;
    font-size: 14px;
    line-height: 17px
}

.pagination {
    padding-bottom: 40px
}

.pagination__inner {
    display: flex
}

.pagination__item {
    cursor: pointer;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.pagination__item._active {
    background-color: #e8c9b8;
    border-radius: 3px
}

.popup {
    margin: 0 auto;
    max-width: 1250px;
    position: relative
}

@media screen and (max-width:767px) {
    .popup {
        height: 100%;
        width: 100%
    }
}

.popup__container {
    background-color: #fff;
    border-radius: 4px;
    height: 640px;
    overflow: hidden
}

.popup__container._height-auto {
    height: auto
}

.popup__inner {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.popup__content {
    padding: 30px 30px 40px
}

.popup__title {
    font-size: 30px;
    line-height: 1
}

.popup__text,
.popup__title {
    color: #fff;
    text-align: center
}

.popup__text {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px
}

@media screen and (max-width:1449px) {
    .popup__text {
        font-size: 22px;
        line-height: 26px
    }

    .popup__text:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1023px) {
    .popup__text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width:767px) {
    .popup__text {
        font-size: 14px;
        line-height: 18px;
        text-align: center
    }

    .popup__text:not(:last-child) {
        margin-bottom: 10px
    }

    #popup-thanks .popup__text:not(:last-child) {
        margin-bottom: 50px
    }

    #popup-thanks .popup__text:last-child {
        font-size: 12px;
        opacity: .8
    }
}

.popup__close {
    background: url(../../../assets/site/images/close.svg) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    z-index: 10
}

@media screen and (max-width:767px) {
    .popup__close {
        right: 10px;
        top: 12px
    }
}

.product-info-gallery {
    position: relative
}

@media screen and (min-width:768px) {
    .product-info-gallery {
        flex: 0 0 100%;
        max-width: calc(100% - 303px)
    }
}

@media screen and (min-width:1025px) {
    .product-info-gallery {
        max-width: calc(100% - 354px)
    }
}

@media screen and (min-width:1450px) {
    .product-info-gallery {
        max-width: calc(100% - 455px)
    }
}

@media screen and (max-width:767px) {
    .product-info-gallery {
        margin: 0 -10px
    }
}

.product-info-gallery__discount {
    background-color: #bb8bc7;
    color: #fff;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: 13px;
    z-index: 2
}

.product-info-gallery__back-page {
    color: #a0a0a0;
    font-size: 16px;
    padding-left: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 2
}

.product-info-gallery__back-page:before {
    background: url(../../../assets/site/images/arrow-right-grey.svg) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 6px
}

.product-info-gallery__fav {
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    z-index: 2
}

@media screen and (max-width:767px) {
    .product-info-gallery__fav {
        align-items: center;
        bottom: 15px;
        display: flex;
        left: 20px;
        top: auto;
        width: auto
    }
}

.product-info-gallery__fav svg {
    height: 100%;
    width: 100%
}

@media screen and (max-width:767px) {
    .product-info-gallery__fav svg {
        height: 18px;
        margin-right: 6px;
        width: 22px
    }
}

.product-info-gallery__fav_text {
    color: #666;
    display: none;
    font-size: 16px;
    line-height: 1
}

@media screen and (max-width:767px) {
    .product-info-gallery__fav_text {
        display: block
    }
}

.product-info-gallery__navigation {
    display: flex;
    margin-top: 20px
}

@media screen and (max-width:767px) {
    .product-info-gallery__navigation {
        display: none
    }
}

.product-info-gallery__navigation_item {
    cursor: pointer;
    opacity: .6;
    position: relative;
    transition: .3s
}

.product-info-gallery__navigation_item._active {
    opacity: 1
}

.product-info-gallery__navigation_item:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .product-info-gallery__container {
        cursor: pointer
    }

    .product-info-gallery__container:after {
        background: url(../../../assets/site/images/fav-mobile.png) 50% no-repeat;
        content: "";
        height: 162px;
        left: 50%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .3s;
        width: 201px
    }
}

.product-info-gallery__container._favorite {
    position: relative
}

.product-info-gallery__slider {
    width: 100%
}

.product-info-gallery__slider-dots {
    background-color: #423836;
    display: none;
    height: 3px;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .product-info-gallery__slider-dots {
        display: flex
    }
}

.product-info-gallery__slider-dots div {
    cursor: pointer;
    transition: .3s;
    width: 100%
}

.product-info-gallery__slider-dots div._active {
    background-color: #e8c9b8
}

.product-info-gallery__item img {
    width: 100%
}

@media screen and (max-width:767px) {
    .product-info-gallery__slider .slick-arrow {
        display: none !important
    }
}

.product-info-gallery__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.product-info-gallery__slider .slick-prev {
    left: 10px
}

.product-info-gallery__slider .slick-next {
    right: 10px
}

.product-info__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .product-info__inner {
        display: block
    }
}

.product-info__information {
    margin-left: 60px;
    max-width: 395px;
    min-width: 395px;
    width: 395px
}

@media screen and (max-width:1449px) {
    .product-info__information {
        max-width: 294px;
        min-width: 294px;
        width: 294px
    }
}

@media screen and (max-width:1023px) {
    .product-info__information {
        margin-left: 20px;
        max-width: 283px;
        min-width: 283px;
        position: relative;
        top: -65px;
        width: 283px
    }
}

@media screen and (max-width:767px) {
    .product-info__information {
        margin: 0 0 -90px;
        max-width: 100%;
        min-width: auto;
        width: auto
    }
}

.product-info__information h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px
}

.product-info__information p:not(:last-child) {
    margin-bottom: 10px
}

.product-info__information a {
    text-decoration: underline
}

.product-info__information .breadcrumbs {
    padding-top: 0
}

@media screen and (max-width:767px) {
    .product-info__information .breadcrumbs {
        display: none
    }
}

.product-info__form._product-added .btn.btn-black {
    background-color: #c3c3c3
}

.product-info__form p {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width:767px) {
    .product-info__form {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
        margin-bottom: 20px
    }

    .product-info__form_inner {
        padding: 15px 15px 23px
    }
}

.product-info__price {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.product-info__price span {
    display: block
}

.product-info__price span:not(:last-child) {
    margin-right: 20px
}

.product-info__price ._discount {
    background-color: #bb8bc7;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center
}

@media screen and (max-width:767px) {
    .product-info__price ._discount {
        display: none
    }
}

.product-info__price ._price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1
}

.product-info__price ._old-price {
    color: #a0a0a0;
    font-size: 22px;
    line-height: 1;
    text-decoration: line-through
}

.product-info__params {
    margin: 40px 0 30px
}

@media screen and (max-width:767px) {
    .product-info__params {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0
    }
}

.product-info__params_item {
    align-items: center;
    display: flex
}

@media screen and (max-width:767px) {
    .product-info__params_item {
        display: block;
        position: relative
    }
}

.product-info__params_item:not(:last-child) {
    margin-bottom: 20px
}

.product-info__params_label {
    font-size: 18px;
    line-height: 22px;
    max-width: 116px;
    min-width: 116px;
    padding-right: 10px;
    width: 116px
}

@media screen and (max-width:767px) {
    .product-info__params_label {
        display: none
    }
}

.product-info__params_group {
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .product-info__params_group .product-info__params_item {
        width: 100%
    }

    .product-info__params_group {
        margin: 0 50px 0 0;
        width: 100%
    }

    .product-info__params_group .product-info__params_label {
        display: block;
        position: absolute
    }
}

.product-info__params-info {
    display: flex;
    justify-content: space-between
}

.product-info__params-info span {
    width: 50%
}

.product-info__params-info span:not(:last-child) {
    margin-bottom: 10px
}

.product-info__submit {
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .product-info__submit .btn {
        border-radius: 0
    }

    .product-info__submit {
        border-radius: 0 0 4px 4px;
        margin-bottom: 0;
        overflow: hidden
    }
}

.product-info__share {
    display: flex;
    margin-bottom: 40px
}

.product-info__share_label {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.product-info__share_item:first-child {
    margin-right: 30px;
    max-width: 81px;
    min-width: 81px;
    width: 81px
}

.product-info__share_item:last-child {
    width: 100%
}

.product-info__share_item:not(:last-child) {
    margin-right: 30px
}

.section-green {
    background-color: #b4ceb4;
    color: #fff;
    padding: 35px 0 24px
}

.section-peach {
    background-color: #fcf8f8;
    padding: 40px 0
}

@media screen and (max-width:767px) {
    .section-peach {
        padding-top: 0
    }
}

.section-grey {
    background-color: #fafafa
}

.section-grey-2 {
    background-color: #f5f5f5
}

@media screen and (max-width:767px) {
    .section._information {
        padding: 20px 0
    }
}

.section__inner {
    padding: 40px 0 50px
}

.shopcart-card {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 295px;
    min-width: 295px;
    padding: 20px;
    width: 295px
}

@media screen and (max-width:1023px) {
    .shopcart-card {
        max-width: 283px;
        min-width: 283px;
        width: 283px
    }
}

@media screen and (max-width:767px) {
    .shopcart-card {
        box-shadow: none;
        margin-bottom: 0;
        max-width: 100%;
        min-width: auto;
        padding: 20px 0;
        width: 100%
    }
}

.shopcart-card__block {
    padding: 20px 0
}

.shopcart-card__block .input-text {
    margin-bottom: 10px
}

.shopcart-card__block .input-checkbox+.input-text {
    margin-top: 10px
}

.shopcart-card__block:first-child {
    padding-top: 0
}

.shopcart-card__block:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.shopcart-card__block:last-child .shopcart-card__product-info:not(:last-child) {
    margin-bottom: 15px
}

.shopcart-card__product-info {
    display: flex;
    justify-content: space-between
}

.shopcart-card__product-info span:first-child {
    padding-right: 20px
}

.shopcart-card__product-info:not(:last-child) {
    margin-bottom: 20px
}

.shopcart-card .btn {
    margin-top: 20px
}

.shopcart-item:not(:last-child) {
    margin-bottom: 40px
}

.shopcart-item__inner {
    display: flex
}

.shopcart-item__inner>.shopcart-item__remove {
    position: absolute;
    right: 8px;
    top: 0
}

@media screen and (max-width:767px) {
    .shopcart-item__inner {
        display: block;
        padding-left: 15px;
        position: relative
    }
}

.shopcart-item__pic-container {
    display: flex
}

.shopcart-item__pic {
    height: 184px;
    margin-right: 20px;
    position: relative;
    width: 184px
}

.shopcart-item__pic img {
    width: 100%
}

@media screen and (max-width:1023px) {
    .shopcart-item__pic {
        height: 101px;
        max-width: 101px;
        min-width: 101px;
        width: 101px
    }
}

@media screen and (max-width:767px) {
    .shopcart-item__pic {
        height: 80px;
        margin-right: 17px;
        max-width: 80px;
        min-width: 80px;
        width: 80px
    }
}

.shopcart-item__index {
    font-size: 13px;
    line-height: 16px;
    padding-right: 15px
}

@media screen and (max-width:767px) {
    .shopcart-item__index {
        left: 0;
        padding-right: 10px;
        position: absolute;
        top: 2px
    }
}

.shopcart-item__fav {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.shopcart-item__discount {
    background-color: #bb8bc7;
    color: #fff;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 10px
}

@media screen and (max-width:767px) {
    .shopcart-item__discount {
        top: 4px
    }
}

.shopcart-item__remove {
    align-items: center;
    cursor: pointer;
    display: flex
}

.shopcart-item__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media screen and (max-width:767px) {
    .shopcart-item__container {
        width: 100%
    }
}

.shopcart-item__container .product-info__params {
    display: flex;
    margin: 0
}

.shopcart-item__container .product-info__params_item {
    display: block
}

.shopcart-item__container .product-info__params_item:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:1023px) {
    .shopcart-item__container .product-info__params_item:not(:last-child) {
        margin-right: 0
    }
}

.shopcart-item__container .product-info__params_item .input-select {
    min-width: 147px
}

.shopcart-item__container .product-info__params_label {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

@media screen and (max-width:1023px) {
    .shopcart-item__container .product-info__params_label {
        display: none
    }
}

.shopcart-item__container .product-info__params_group {
    display: flex;
    margin: 0 20px 0 0
}

@media screen and (max-width:1023px) {
    .shopcart-item__container .product-info__params_group {
        display: block
    }
}

.shopcart-item__container .product-info__params label {
    font-size: 14px;
    line-height: 17px
}

@media screen and (max-width:1023px) {
    .shopcart-item__container .product-info__params label {
        display: none
    }
}

.shopcart-item__top {
    display: flex;
    margin-bottom: 15px
}

@media screen and (max-width:1023px) {
    .shopcart-item__top {
        display: block
    }
}

.shopcart-item__price {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-right: 15px
}

@media screen and (max-width:1023px) {
    .shopcart-item__price {
        margin-bottom: 10px
    }
}

.shopcart-item__name {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 10px
}

.shopcart__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .shopcart__inner {
        display: block
    }
}

.shopcart__products {
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .shopcart__products {
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 23px;
        padding-bottom: 40px
    }
}

.shops-map {
    width: 100%
}

.shops-map__inner {
    display: flex
}

@media screen and (max-width:767px) {
    .shops-map__inner {
        display: block
    }
}

.shops-map__settings {
    box-shadow: -3px 4px 6px rgba(0, 0, 0, .05);
    max-width: 279px;
    min-width: 279px;
    padding: 30px 20px 10px;
    width: 279px
}

@media screen and (max-width:767px) {
    .shops-map__settings {
        max-width: 100%;
        min-width: auto;
        width: 100%
    }
}

.shops-map__product-info,
.shops-map__settings .input-select {
    margin-bottom: 20px
}

.shops-map__product-info_name {
    font-size: 22px;
    line-height: 26px
}

.shops-map__product-info_price {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px
}

.shops-map__product-info_price ._old {
    color: #a0a0a0;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 20px;
    text-decoration-line: line-through
}

.shops-map__addresses {
    height: 389px;
    overflow-y: auto;
    padding: 20px
}

.shops-map__addresses_item {
    padding-left: 15px;
    position: relative
}

.shops-map__addresses_item:not(:last-child) {
    margin-bottom: 20px
}

.shops-map__addresses_item span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.shops-map__addresses_item p {
    font-size: 16px;
    line-height: 19px
}

.shops-map__addresses_index {
    font-size: 13px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 3px
}

.shops-map__main-map {
    font-size: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .shops-map__main-map {
        display: none
    }
}

.shops-map__main-map>div {
    height: 640px;
    width: 100%
}

.show-more-content {
    height: 180px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative
}

.show-more-content__btn {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.show-more-content__btn:before {
    background: linear-gradient(180deg, hsla(0, 40%, 98%, .14) -121.7%, #fcf8f8 64.2%);
    bottom: 0;
    content: "";
    height: 53px;
    left: 0;
    position: absolute;
    width: 100%
}

._active-content .show-more-content__btn:before {
    display: none
}

.show-more-content__btn span {
    border-bottom: 1px dashed #c9c9c9;
    display: inline-block;
    padding-bottom: 1px;
    position: relative
}

.show-more-content._active-content {
    height: auto !important
}

.tabs-radio:not(:last-child) {
    margin-bottom: 30px
}

.tabs-radio._short {
    display: inline-block
}

.tabs-radio._bordered {
    border-bottom: 1px solid #e5e5e5
}

.tabs-radio__inner {
    display: flex
}

.tabs-radio>label {
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .tabs-radio>label {
        font-size: 14px;
        line-height: 17px
    }
}

.tabs-radio__item:not(:last-child) {
    margin-right: 23px
}

.tabs-radio__item label {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px
}

.tabs-radio__item input:checked+label {
    border-bottom: 1px solid #e8c9b8;
    font-weight: 700
}

.tabs-radio__item-radio:not(:last-child) {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .tabs-radio__item-radio:not(:last-child) {
        margin-right: 20px
    }
}

.tabs._small-text {
    margin-bottom: 25px
}

.tabs-page {
    margin-bottom: 40px;
    padding: 30px 0 0
}

.tabs-mobile-hide {
    padding-bottom: 30px;
    position: relative
}

@media screen and (max-width:767px) {
    .tabs-mobile-hide {
        height: 125px;
        overflow: hidden
    }

    .tabs-mobile-hide._active-content {
        height: auto !important
    }
}

.tabs-opener {
    display: none
}

@media screen and (max-width:767px) {
    .tabs-opener {
        cursor: pointer;
        display: block;
        text-align: center
    }

    .tabs-opener,
    .tabs-opener:before {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%
    }

    .tabs-opener:before {
        background: linear-gradient(180deg, hsla(0, 40%, 98%, .14) -121.7%, #fcf8f8 64.2%);
        content: "";
        height: 53px
    }

    ._active-content .tabs-opener:before {
        display: none
    }

    .tabs-opener span {
        border-bottom: 1px dashed #c9c9c9;
        display: inline-block;
        padding-bottom: 1px;
        position: relative
    }
}

.tabs-container {
    position: relative
}

.tabs-container__content {
    display: none
}

.tabs-container__content._active {
    display: block
}

.tabs__header {
    border-bottom: 1px solid #e5e5e5;
    display: flex
}

.tabs-page .tabs__header {
    display: block
}

.tabs-entrance .tabs__header {
    padding: 20px 20px 0
}

._small-text .tabs__header {
    margin-bottom: 10px
}

.tabs__header_inner {
    display: flex
}

@media screen and (max-width:767px) {
    .tabs__header_inner {
        overflow-x: auto
    }
}

.tabs__header_item {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 11px;
    position: relative
}

.tabs__header_item span {
    color: #a0a0a0;
    font-weight: 400
}

.product-info .tabs__header_item {
    font-size: 18px;
    line-height: 22px
}

@media screen and (max-width:767px) {
    .product-info .tabs__header_item {
        font-size: 16px;
        line-height: 19px
    }
}

.tabs-page .tabs__header_item {
    padding-bottom: 29px;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .tabs-page .tabs__header_item {
        padding-bottom: 15px
    }
}

.tabs-entrance .tabs__header_item {
    font-weight: 400;
    padding-bottom: 20px
}

._small-text .tabs__header_item {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 12px
}

@media screen and (max-width:767px) {
    ._small-text .tabs__header_item {
        padding-bottom: 12px
    }
}

.tabs__header_item:after {
    background-color: #e8c9b8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
    width: 100%
}

.tabs-entrance .tabs__header_item._active,
.tabs-page .tabs__header_item._active {
    font-weight: 700
}

.tabs__header_item._active:after {
    opacity: 1
}

.tabs__header_item:not(:last-child) {
    margin-right: 20px
}

.tabs-page .tabs__header_item:not(:last-child) {
    margin-right: 30px
}

._small-text .tabs__header_item:not(:last-child) {
    margin-right: 20px
}

.tabs__content {
    font-size: 16px;
    left: -9999px;
    line-height: 18px;
    opacity: 0;
    padding: 15px 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s
}

.tabs__content._active {
    opacity: 1;
    pointer-events: all;
    position: static;
    transition: opacity .3s .2s
}

.tooltip {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    display: none;
    padding: 20px;
    position: absolute;
    top: 30px;
    z-index: 2
}

.tooltip-hover-container {
    position: relative
}

.tooltip-hover-container:hover .tooltip {
    display: block
}

@media screen and (max-width:1023px) {
    .tooltip {
        display: none !important
    }
}

.tooltip._contacts {
    left: 0;
    width: 195px
}

.tooltip._shopcart {
    right: 0;
    width: 260px
}

.tooltip__text:not(:last-child) {
    margin-bottom: 10px
}

.tooltip__main {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.tooltip__main:not(:last-child) {
    margin-bottom: 5px
}

.tooltip .btn {
    margin-top: 20px
}

.btn.btn-back,
.btn.js-confirm-order,
.btn.product_card_submit {
    transition: .3s
}

.btn.btn-back:hover,
.btn.js-confirm-order:hover,
.btn.product_card_submit:hover {
    background-color: #c3c3c3;
    transition: .3s
}

.__inactive {
    background-color: #c3c3c3
}

.catalog-sort__list ul li a {
    display: inline-flex
}

.li__item,
.li__item a {
    display: flex;
    justify-content: flex-start
}

.li__item {
    align-items: center
}

.li__item.mobile {
    padding: 5px 0
}

.li__item .up {
    display: block;
    height: 20px;
    position: relative;
    width: 20px
}

.li__item .up:after {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    transform-origin: center;
    transition: .3s;
    width: 6px
}

.li__item .down {
    display: block;
    height: 20px;
    position: relative;
    width: 20px
}

.li__item .down:after {
    background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: .3s;
    width: 6px
}

.ix-hidden-el {
    display: none
}

.item-card .slick-dots {
    width: 100% !important
}

._active .ix-head-basket-link,
._active a {
    font-weight: 700
}

.map_checkout {
    height: 360px
}

.footer__description_content h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px
}

.footer__description_content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin: 10px 0;
    max-width: 560px
}

.menu-page__dropdown {
    z-index: 10
}

img {
    max-width: 100%
}

.row [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    width: auto
}

.col-auto {
    flex: 0 0 auto
}

@media screen and (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto
    }
}

@media screen and (min-width:1024px) {
    .col-xl-auto {
        flex: 0 0 auto
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-auto {
        flex: 0 0 auto
    }
}

.offset-0 {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .offset-md-0 {
        margin-left: 0
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-0 {
        margin-left: 0
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-0 {
        margin-left: 0
    }
}

.offset-12 {
    margin-left: 100%
}

@media screen and (min-width:768px) {
    .offset-md-12 {
        margin-left: 100%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-12 {
        margin-left: 100%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-12 {
        margin-left: 100%
    }
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media screen and (min-width:768px) {
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

@media screen and (min-width:768px) {
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

.offset-10 {
    margin-left: 83.3333333333%
}

@media screen and (min-width:768px) {
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

@media screen and (min-width:768px) {
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

.offset-9 {
    margin-left: 75%
}

@media screen and (min-width:768px) {
    .offset-md-9 {
        margin-left: 75%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-9 {
        margin-left: 75%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-9 {
        margin-left: 75%
    }
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

@media screen and (min-width:768px) {
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

.offset-8 {
    margin-left: 66.6666666667%
}

@media screen and (min-width:768px) {
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

@media screen and (min-width:768px) {
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.offset-7 {
    margin-left: 58.3333333333%
}

@media screen and (min-width:768px) {
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

@media screen and (min-width:768px) {
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.offset-6 {
    margin-left: 50%
}

@media screen and (min-width:768px) {
    .offset-md-6 {
        margin-left: 50%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-6 {
        margin-left: 50%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-6 {
        margin-left: 50%
    }
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

@media screen and (min-width:768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.offset-5 {
    margin-left: 41.6666666667%
}

@media screen and (min-width:768px) {
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

@media screen and (min-width:768px) {
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.offset-4 {
    margin-left: 33.3333333333%
}

@media screen and (min-width:768px) {
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media screen and (min-width:768px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.offset-3 {
    margin-left: 25%
}

@media screen and (min-width:768px) {
    .offset-md-3 {
        margin-left: 25%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-3 {
        margin-left: 25%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-3 {
        margin-left: 25%
    }
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

@media screen and (min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

.offset-2 {
    margin-left: 16.6666666667%
}

@media screen and (min-width:768px) {
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media screen and (min-width:768px) {
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.offset-1 {
    margin-left: 8.3333333333%
}

@media screen and (min-width:768px) {
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

@media screen and (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
}

@media screen and (min-width:1024px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
}

@media screen and (min-width:1600px) {
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.row.-lg {
    margin: 0 -10px
}

@media screen and (min-width:1024px) {
    .row.-lg {
        margin: 0 -15px
    }
}

.row.-lg [class*=col-] {
    padding: 0 10px
}

@media screen and (min-width:1024px) {
    .row.-lg [class*=col-] {
        padding: 0 15px
    }
}

.mb-24 {
    margin-bottom: 24px
}

.mb-8 {
    margin-bottom: 8px
}

.ch-container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-max);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    width: 100%
}

.ch-container--collection {
    max-width: var(--container-max-collection)
}

.ch-container--third {
    max-width: var(--container-max-third)
}

.ch-container--second {
    max-width: var(--container-max-second)
}

.ch-container--header {
    max-width: var(--container-max-header)
}

.ch-container--footer {
    max-width: var(--container-max-footer)
}

@media screen and (max-width:767px) {
    .ch-container--streams-content {
        padding-left: 0;
        padding-right: 0
    }
}

.ch-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--grid-gap)/-2);
    margin-right: calc(var(--grid-gap)/-2)
}

.ch-row--jcenter {
    justify-content: center
}

.ch-row--sbetween {
    justify-content: space-between
}

.ch-row--jend {
    justify-content: flex-end
}

.ch-row--acenter {
    align-items: center
}

.ch-row--astart {
    align-items: flex-start
}

.ch-row--aend {
    align-items: flex-end
}

@media (min-width:768px) {
    .ch-row--a-md-center {
        align-items: center
    }
}

@media (min-width:1440px) {
    .ch-row--xl-center {
        align-items: center
    }
}

.ch-row--no-wrap {
    flex-wrap: nowrap
}

.ch-col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.ch-col-24,
.ch-col-auto {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-24 {
    flex: 0 0 calc(var(--grid-col-width)*24);
    max-width: calc(var(--grid-col-width)*24)
}

.ch-col-23 {
    flex: 0 0 calc(var(--grid-col-width)*23);
    max-width: calc(var(--grid-col-width)*23)
}

.ch-col-22,
.ch-col-23 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-22 {
    flex: 0 0 calc(var(--grid-col-width)*22);
    max-width: calc(var(--grid-col-width)*22)
}

.ch-col-21 {
    flex: 0 0 calc(var(--grid-col-width)*21);
    max-width: calc(var(--grid-col-width)*21)
}

.ch-col-20,
.ch-col-21 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-20 {
    flex: 0 0 calc(var(--grid-col-width)*20);
    max-width: calc(var(--grid-col-width)*20)
}

.ch-col-19 {
    flex: 0 0 calc(var(--grid-col-width)*19);
    max-width: calc(var(--grid-col-width)*19)
}

.ch-col-18,
.ch-col-19 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-18 {
    flex: 0 0 calc(var(--grid-col-width)*18);
    max-width: calc(var(--grid-col-width)*18)
}

.ch-col-17 {
    flex: 0 0 calc(var(--grid-col-width)*17);
    max-width: calc(var(--grid-col-width)*17)
}

.ch-col-16,
.ch-col-17 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-16 {
    flex: 0 0 calc(var(--grid-col-width)*16);
    max-width: calc(var(--grid-col-width)*16)
}

.ch-col-15 {
    flex: 0 0 calc(var(--grid-col-width)*15);
    max-width: calc(var(--grid-col-width)*15)
}

.ch-col-14,
.ch-col-15 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-14 {
    flex: 0 0 calc(var(--grid-col-width)*14);
    max-width: calc(var(--grid-col-width)*14)
}

.ch-col-13 {
    flex: 0 0 calc(var(--grid-col-width)*13);
    max-width: calc(var(--grid-col-width)*13)
}

.ch-col-12,
.ch-col-13 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-12 {
    flex: 0 0 calc(var(--grid-col-width)*12);
    max-width: calc(var(--grid-col-width)*12)
}

.ch-col-11 {
    flex: 0 0 calc(var(--grid-col-width)*11);
    max-width: calc(var(--grid-col-width)*11)
}

.ch-col-10,
.ch-col-11 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-10 {
    flex: 0 0 calc(var(--grid-col-width)*10);
    max-width: calc(var(--grid-col-width)*10)
}

.ch-col-9 {
    flex: 0 0 calc(var(--grid-col-width)*9);
    max-width: calc(var(--grid-col-width)*9)
}

.ch-col-8,
.ch-col-9 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-8 {
    flex: 0 0 calc(var(--grid-col-width)*8);
    max-width: calc(var(--grid-col-width)*8)
}

.ch-col-7 {
    flex: 0 0 calc(var(--grid-col-width)*7);
    max-width: calc(var(--grid-col-width)*7)
}

.ch-col-6,
.ch-col-7 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-6 {
    flex: 0 0 calc(var(--grid-col-width)*6);
    max-width: calc(var(--grid-col-width)*6)
}

.ch-col-5 {
    flex: 0 0 calc(var(--grid-col-width)*5);
    max-width: calc(var(--grid-col-width)*5)
}

.ch-col-4,
.ch-col-5 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-4 {
    flex: 0 0 calc(var(--grid-col-width)*4);
    max-width: calc(var(--grid-col-width)*4)
}

.ch-col-3 {
    flex: 0 0 calc(var(--grid-col-width)*3);
    max-width: calc(var(--grid-col-width)*3)
}

.ch-col-2,
.ch-col-3 {
    padding: 0 calc(var(--grid-gap)/2)
}

.ch-col-2 {
    flex: 0 0 calc(var(--grid-col-width)*2);
    max-width: calc(var(--grid-col-width)*2)
}

.ch-col-1 {
    flex: 0 0 calc(var(--grid-col-width)*1);
    max-width: calc(var(--grid-col-width)*1);
    padding: 0 calc(var(--grid-gap)/2)
}

@media screen and (min-width:768px) {
    .ch-order-md-1 {
        order: 1
    }

    .ch-order-md-2 {
        order: 2
    }

    .ch-col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .ch-col-md-24,
    .ch-col-md-auto {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-24 {
        flex: 0 0 calc(var(--grid-col-width)*24);
        max-width: calc(var(--grid-col-width)*24)
    }

    .ch-col-md-23 {
        flex: 0 0 calc(var(--grid-col-width)*23);
        max-width: calc(var(--grid-col-width)*23)
    }

    .ch-col-md-22,
    .ch-col-md-23 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-22 {
        flex: 0 0 calc(var(--grid-col-width)*22);
        max-width: calc(var(--grid-col-width)*22)
    }

    .ch-col-md-21 {
        flex: 0 0 calc(var(--grid-col-width)*21);
        max-width: calc(var(--grid-col-width)*21)
    }

    .ch-col-md-20,
    .ch-col-md-21 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-20 {
        flex: 0 0 calc(var(--grid-col-width)*20);
        max-width: calc(var(--grid-col-width)*20)
    }

    .ch-col-md-19 {
        flex: 0 0 calc(var(--grid-col-width)*19);
        max-width: calc(var(--grid-col-width)*19)
    }

    .ch-col-md-18,
    .ch-col-md-19 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-18 {
        flex: 0 0 calc(var(--grid-col-width)*18);
        max-width: calc(var(--grid-col-width)*18)
    }

    .ch-col-md-17 {
        flex: 0 0 calc(var(--grid-col-width)*17);
        max-width: calc(var(--grid-col-width)*17)
    }

    .ch-col-md-16,
    .ch-col-md-17 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-16 {
        flex: 0 0 calc(var(--grid-col-width)*16);
        max-width: calc(var(--grid-col-width)*16)
    }

    .ch-col-md-15 {
        flex: 0 0 calc(var(--grid-col-width)*15);
        max-width: calc(var(--grid-col-width)*15)
    }

    .ch-col-md-14,
    .ch-col-md-15 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-14 {
        flex: 0 0 calc(var(--grid-col-width)*14);
        max-width: calc(var(--grid-col-width)*14)
    }

    .ch-col-md-13 {
        flex: 0 0 calc(var(--grid-col-width)*13);
        max-width: calc(var(--grid-col-width)*13)
    }

    .ch-col-md-12,
    .ch-col-md-13 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-12 {
        flex: 0 0 calc(var(--grid-col-width)*12);
        max-width: calc(var(--grid-col-width)*12)
    }

    .ch-col-md-11 {
        flex: 0 0 calc(var(--grid-col-width)*11);
        max-width: calc(var(--grid-col-width)*11)
    }

    .ch-col-md-10,
    .ch-col-md-11 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-10 {
        flex: 0 0 calc(var(--grid-col-width)*10);
        max-width: calc(var(--grid-col-width)*10)
    }

    .ch-col-md-9 {
        flex: 0 0 calc(var(--grid-col-width)*9);
        max-width: calc(var(--grid-col-width)*9)
    }

    .ch-col-md-8,
    .ch-col-md-9 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-8 {
        flex: 0 0 calc(var(--grid-col-width)*8);
        max-width: calc(var(--grid-col-width)*8)
    }

    .ch-col-md-7 {
        flex: 0 0 calc(var(--grid-col-width)*7);
        max-width: calc(var(--grid-col-width)*7)
    }

    .ch-col-md-6,
    .ch-col-md-7 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-6 {
        flex: 0 0 calc(var(--grid-col-width)*6);
        max-width: calc(var(--grid-col-width)*6)
    }

    .ch-col-md-5 {
        flex: 0 0 calc(var(--grid-col-width)*5);
        max-width: calc(var(--grid-col-width)*5)
    }

    .ch-col-md-4,
    .ch-col-md-5 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-4 {
        flex: 0 0 calc(var(--grid-col-width)*4);
        max-width: calc(var(--grid-col-width)*4)
    }

    .ch-col-md-3 {
        flex: 0 0 calc(var(--grid-col-width)*3);
        max-width: calc(var(--grid-col-width)*3)
    }

    .ch-col-md-2,
    .ch-col-md-3 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-md-2 {
        flex: 0 0 calc(var(--grid-col-width)*2);
        max-width: calc(var(--grid-col-width)*2)
    }

    .ch-col-md-1 {
        flex: 0 0 calc(var(--grid-col-width)*1);
        max-width: calc(var(--grid-col-width)*1);
        padding: 0 calc(var(--grid-gap)/2)
    }
}

@media screen and (min-width:1200px) {
    .ch-order-lg-1 {
        order: 1
    }

    .ch-order-lg-2 {
        order: 2
    }

    .ch-col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .ch-col-lg-24,
    .ch-col-lg-auto {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-24 {
        flex: 0 0 calc(var(--grid-col-width)*24);
        max-width: calc(var(--grid-col-width)*24)
    }

    .ch-col-lg-23 {
        flex: 0 0 calc(var(--grid-col-width)*23);
        max-width: calc(var(--grid-col-width)*23)
    }

    .ch-col-lg-22,
    .ch-col-lg-23 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-22 {
        flex: 0 0 calc(var(--grid-col-width)*22);
        max-width: calc(var(--grid-col-width)*22)
    }

    .ch-col-lg-21 {
        flex: 0 0 calc(var(--grid-col-width)*21);
        max-width: calc(var(--grid-col-width)*21)
    }

    .ch-col-lg-20,
    .ch-col-lg-21 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-20 {
        flex: 0 0 calc(var(--grid-col-width)*20);
        max-width: calc(var(--grid-col-width)*20)
    }

    .ch-col-lg-19 {
        flex: 0 0 calc(var(--grid-col-width)*19);
        max-width: calc(var(--grid-col-width)*19)
    }

    .ch-col-lg-18,
    .ch-col-lg-19 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-18 {
        flex: 0 0 calc(var(--grid-col-width)*18);
        max-width: calc(var(--grid-col-width)*18)
    }

    .ch-col-lg-17 {
        flex: 0 0 calc(var(--grid-col-width)*17);
        max-width: calc(var(--grid-col-width)*17)
    }

    .ch-col-lg-16,
    .ch-col-lg-17 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-16 {
        flex: 0 0 calc(var(--grid-col-width)*16);
        max-width: calc(var(--grid-col-width)*16)
    }

    .ch-col-lg-15 {
        flex: 0 0 calc(var(--grid-col-width)*15);
        max-width: calc(var(--grid-col-width)*15)
    }

    .ch-col-lg-14,
    .ch-col-lg-15 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-14 {
        flex: 0 0 calc(var(--grid-col-width)*14);
        max-width: calc(var(--grid-col-width)*14)
    }

    .ch-col-lg-13 {
        flex: 0 0 calc(var(--grid-col-width)*13);
        max-width: calc(var(--grid-col-width)*13)
    }

    .ch-col-lg-12,
    .ch-col-lg-13 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-12 {
        flex: 0 0 calc(var(--grid-col-width)*12);
        max-width: calc(var(--grid-col-width)*12)
    }

    .ch-col-lg-11 {
        flex: 0 0 calc(var(--grid-col-width)*11);
        max-width: calc(var(--grid-col-width)*11)
    }

    .ch-col-lg-10,
    .ch-col-lg-11 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-10 {
        flex: 0 0 calc(var(--grid-col-width)*10);
        max-width: calc(var(--grid-col-width)*10)
    }

    .ch-col-lg-9 {
        flex: 0 0 calc(var(--grid-col-width)*9);
        max-width: calc(var(--grid-col-width)*9)
    }

    .ch-col-lg-8,
    .ch-col-lg-9 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-8 {
        flex: 0 0 calc(var(--grid-col-width)*8);
        max-width: calc(var(--grid-col-width)*8)
    }

    .ch-col-lg-7 {
        flex: 0 0 calc(var(--grid-col-width)*7);
        max-width: calc(var(--grid-col-width)*7)
    }

    .ch-col-lg-6,
    .ch-col-lg-7 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-6 {
        flex: 0 0 calc(var(--grid-col-width)*6);
        max-width: calc(var(--grid-col-width)*6)
    }

    .ch-col-lg-5 {
        flex: 0 0 calc(var(--grid-col-width)*5);
        max-width: calc(var(--grid-col-width)*5)
    }

    .ch-col-lg-4,
    .ch-col-lg-5 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-4 {
        flex: 0 0 calc(var(--grid-col-width)*4);
        max-width: calc(var(--grid-col-width)*4)
    }

    .ch-col-lg-3 {
        flex: 0 0 calc(var(--grid-col-width)*3);
        max-width: calc(var(--grid-col-width)*3)
    }

    .ch-col-lg-2,
    .ch-col-lg-3 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-lg-2 {
        flex: 0 0 calc(var(--grid-col-width)*2);
        max-width: calc(var(--grid-col-width)*2)
    }

    .ch-col-lg-1 {
        flex: 0 0 calc(var(--grid-col-width)*1);
        max-width: calc(var(--grid-col-width)*1);
        padding: 0 calc(var(--grid-gap)/2)
    }
}

@media screen and (min-width:1440px) {
    .ch-order-xl-1 {
        order: 1
    }

    .ch-order-xl-2 {
        order: 2
    }

    .ch-col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .ch-col-xl-24,
    .ch-col-xl-auto {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-24 {
        flex: 0 0 calc(var(--grid-col-width)*24);
        max-width: calc(var(--grid-col-width)*24)
    }

    .ch-col-xl-23 {
        flex: 0 0 calc(var(--grid-col-width)*23);
        max-width: calc(var(--grid-col-width)*23)
    }

    .ch-col-xl-22,
    .ch-col-xl-23 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-22 {
        flex: 0 0 calc(var(--grid-col-width)*22);
        max-width: calc(var(--grid-col-width)*22)
    }

    .ch-col-xl-21 {
        flex: 0 0 calc(var(--grid-col-width)*21);
        max-width: calc(var(--grid-col-width)*21)
    }

    .ch-col-xl-20,
    .ch-col-xl-21 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-20 {
        flex: 0 0 calc(var(--grid-col-width)*20);
        max-width: calc(var(--grid-col-width)*20)
    }

    .ch-col-xl-19 {
        flex: 0 0 calc(var(--grid-col-width)*19);
        max-width: calc(var(--grid-col-width)*19)
    }

    .ch-col-xl-18,
    .ch-col-xl-19 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-18 {
        flex: 0 0 calc(var(--grid-col-width)*18);
        max-width: calc(var(--grid-col-width)*18)
    }

    .ch-col-xl-17 {
        flex: 0 0 calc(var(--grid-col-width)*17);
        max-width: calc(var(--grid-col-width)*17)
    }

    .ch-col-xl-16,
    .ch-col-xl-17 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-16 {
        flex: 0 0 calc(var(--grid-col-width)*16);
        max-width: calc(var(--grid-col-width)*16)
    }

    .ch-col-xl-15 {
        flex: 0 0 calc(var(--grid-col-width)*15);
        max-width: calc(var(--grid-col-width)*15)
    }

    .ch-col-xl-14,
    .ch-col-xl-15 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-14 {
        flex: 0 0 calc(var(--grid-col-width)*14);
        max-width: calc(var(--grid-col-width)*14)
    }

    .ch-col-xl-13 {
        flex: 0 0 calc(var(--grid-col-width)*13);
        max-width: calc(var(--grid-col-width)*13)
    }

    .ch-col-xl-12,
    .ch-col-xl-13 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-12 {
        flex: 0 0 calc(var(--grid-col-width)*12);
        max-width: calc(var(--grid-col-width)*12)
    }

    .ch-col-xl-11 {
        flex: 0 0 calc(var(--grid-col-width)*11);
        max-width: calc(var(--grid-col-width)*11)
    }

    .ch-col-xl-10,
    .ch-col-xl-11 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-10 {
        flex: 0 0 calc(var(--grid-col-width)*10);
        max-width: calc(var(--grid-col-width)*10)
    }

    .ch-col-xl-9 {
        flex: 0 0 calc(var(--grid-col-width)*9);
        max-width: calc(var(--grid-col-width)*9)
    }

    .ch-col-xl-8,
    .ch-col-xl-9 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-8 {
        flex: 0 0 calc(var(--grid-col-width)*8);
        max-width: calc(var(--grid-col-width)*8)
    }

    .ch-col-xl-7 {
        flex: 0 0 calc(var(--grid-col-width)*7);
        max-width: calc(var(--grid-col-width)*7)
    }

    .ch-col-xl-6,
    .ch-col-xl-7 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-6 {
        flex: 0 0 calc(var(--grid-col-width)*6);
        max-width: calc(var(--grid-col-width)*6)
    }

    .ch-col-xl-5 {
        flex: 0 0 calc(var(--grid-col-width)*5);
        max-width: calc(var(--grid-col-width)*5)
    }

    .ch-col-xl-4,
    .ch-col-xl-5 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-4 {
        flex: 0 0 calc(var(--grid-col-width)*4);
        max-width: calc(var(--grid-col-width)*4)
    }

    .ch-col-xl-3 {
        flex: 0 0 calc(var(--grid-col-width)*3);
        max-width: calc(var(--grid-col-width)*3)
    }

    .ch-col-xl-2,
    .ch-col-xl-3 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xl-2 {
        flex: 0 0 calc(var(--grid-col-width)*2);
        max-width: calc(var(--grid-col-width)*2)
    }

    .ch-col-xl-1 {
        flex: 0 0 calc(var(--grid-col-width)*1);
        max-width: calc(var(--grid-col-width)*1);
        padding: 0 calc(var(--grid-gap)/2)
    }
}

@media screen and (min-width:1920px) {
    .ch-order-xxl-1 {
        order: 1
    }

    .ch-order-xxl-2 {
        order: 2
    }

    .ch-col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .ch-col-xxl-24,
    .ch-col-xxl-auto {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-24 {
        flex: 0 0 calc(var(--grid-col-width)*24);
        max-width: calc(var(--grid-col-width)*24)
    }

    .ch-col-xxl-23 {
        flex: 0 0 calc(var(--grid-col-width)*23);
        max-width: calc(var(--grid-col-width)*23)
    }

    .ch-col-xxl-22,
    .ch-col-xxl-23 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-22 {
        flex: 0 0 calc(var(--grid-col-width)*22);
        max-width: calc(var(--grid-col-width)*22)
    }

    .ch-col-xxl-21 {
        flex: 0 0 calc(var(--grid-col-width)*21);
        max-width: calc(var(--grid-col-width)*21)
    }

    .ch-col-xxl-20,
    .ch-col-xxl-21 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-20 {
        flex: 0 0 calc(var(--grid-col-width)*20);
        max-width: calc(var(--grid-col-width)*20)
    }

    .ch-col-xxl-19 {
        flex: 0 0 calc(var(--grid-col-width)*19);
        max-width: calc(var(--grid-col-width)*19)
    }

    .ch-col-xxl-18,
    .ch-col-xxl-19 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-18 {
        flex: 0 0 calc(var(--grid-col-width)*18);
        max-width: calc(var(--grid-col-width)*18)
    }

    .ch-col-xxl-17 {
        flex: 0 0 calc(var(--grid-col-width)*17);
        max-width: calc(var(--grid-col-width)*17)
    }

    .ch-col-xxl-16,
    .ch-col-xxl-17 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-16 {
        flex: 0 0 calc(var(--grid-col-width)*16);
        max-width: calc(var(--grid-col-width)*16)
    }

    .ch-col-xxl-15 {
        flex: 0 0 calc(var(--grid-col-width)*15);
        max-width: calc(var(--grid-col-width)*15)
    }

    .ch-col-xxl-14,
    .ch-col-xxl-15 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-14 {
        flex: 0 0 calc(var(--grid-col-width)*14);
        max-width: calc(var(--grid-col-width)*14)
    }

    .ch-col-xxl-13 {
        flex: 0 0 calc(var(--grid-col-width)*13);
        max-width: calc(var(--grid-col-width)*13)
    }

    .ch-col-xxl-12,
    .ch-col-xxl-13 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-12 {
        flex: 0 0 calc(var(--grid-col-width)*12);
        max-width: calc(var(--grid-col-width)*12)
    }

    .ch-col-xxl-11 {
        flex: 0 0 calc(var(--grid-col-width)*11);
        max-width: calc(var(--grid-col-width)*11)
    }

    .ch-col-xxl-10,
    .ch-col-xxl-11 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-10 {
        flex: 0 0 calc(var(--grid-col-width)*10);
        max-width: calc(var(--grid-col-width)*10)
    }

    .ch-col-xxl-9 {
        flex: 0 0 calc(var(--grid-col-width)*9);
        max-width: calc(var(--grid-col-width)*9)
    }

    .ch-col-xxl-8,
    .ch-col-xxl-9 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-8 {
        flex: 0 0 calc(var(--grid-col-width)*8);
        max-width: calc(var(--grid-col-width)*8)
    }

    .ch-col-xxl-7 {
        flex: 0 0 calc(var(--grid-col-width)*7);
        max-width: calc(var(--grid-col-width)*7)
    }

    .ch-col-xxl-6,
    .ch-col-xxl-7 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-6 {
        flex: 0 0 calc(var(--grid-col-width)*6);
        max-width: calc(var(--grid-col-width)*6)
    }

    .ch-col-xxl-5 {
        flex: 0 0 calc(var(--grid-col-width)*5);
        max-width: calc(var(--grid-col-width)*5)
    }

    .ch-col-xxl-4,
    .ch-col-xxl-5 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-4 {
        flex: 0 0 calc(var(--grid-col-width)*4);
        max-width: calc(var(--grid-col-width)*4)
    }

    .ch-col-xxl-3 {
        flex: 0 0 calc(var(--grid-col-width)*3);
        max-width: calc(var(--grid-col-width)*3)
    }

    .ch-col-xxl-2,
    .ch-col-xxl-3 {
        padding: 0 calc(var(--grid-gap)/2)
    }

    .ch-col-xxl-2 {
        flex: 0 0 calc(var(--grid-col-width)*2);
        max-width: calc(var(--grid-col-width)*2)
    }

    .ch-col-xxl-1 {
        flex: 0 0 calc(var(--grid-col-width)*1);
        max-width: calc(var(--grid-col-width)*1);
        padding: 0 calc(var(--grid-gap)/2)
    }
}

.ch-hr {
    border: none;
    border-bottom: 1px solid var(--color-grey20);
    display: flex;
    margin: var(--hr-margin) 0;
    width: 100%
}

.ch-scroll-horizontal,
.ch-scroll-vertical {
    overflow: auto
}

.ch-scroll-horizontal::-webkit-scrollbar,
.ch-scroll-vertical::-webkit-scrollbar {
    background-color: transparent
}

.ch-scroll-horizontal::-webkit-scrollbar-thumb,
.ch-scroll-vertical::-webkit-scrollbar-thumb {
    background-color: var(--color-grey60);
    border-radius: 4px
}

@-moz-document url-prefix() {

    .ch-scroll-horizontal,
    .ch-scroll-vertical {
        scrollbar-color: var(--color-grey60) transparent;
        scrollbar-width: thin
    }
}

.ch-scroll-horizontal--hide::-webkit-scrollbar,
.ch-scroll-horizontal--hide::-webkit-scrollbar-thumb,
.ch-scroll-vertical--hide::-webkit-scrollbar,
.ch-scroll-vertical--hide::-webkit-scrollbar-thumb {
    display: none
}

.ch-scroll-horizontal--hover::-webkit-scrollbar,
.ch-scroll-vertical--hover::-webkit-scrollbar {
    cursor: pointer
}

.ch-scroll-horizontal--hover::-webkit-scrollbar,
.ch-scroll-horizontal--hover::-webkit-scrollbar-thumb,
.ch-scroll-vertical--hover::-webkit-scrollbar,
.ch-scroll-vertical--hover::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden
}

@-moz-document url-prefix() {

    .ch-scroll-horizontal--hover,
    .ch-scroll-vertical--hover {
        scrollbar-color: transparent transparent
    }

    .ch-scroll-horizontal--hover:hover,
    .ch-scroll-vertical--hover:hover {
        scrollbar-color: var(--color-grey60) transparent
    }
}

.ch-scroll-horizontal--hover:hover::-webkit-scrollbar,
.ch-scroll-horizontal--hover:hover::-webkit-scrollbar-thumb,
.ch-scroll-vertical--hover:hover::-webkit-scrollbar,
.ch-scroll-vertical--hover:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:1200px) {

    .ch-scroll-horizontal--adaptive.ch-scroll-horizontal,
    .ch-scroll-horizontal--adaptive.ch-scroll-vertical,
    .ch-scroll-vertical--adaptive.ch-scroll-horizontal,
    .ch-scroll-vertical--adaptive.ch-scroll-vertical {
        overflow: visible
    }
}

.ch-scroll-horizontal {
    overflow-y: hidden
}

.ch-scroll-horizontal::-webkit-scrollbar {
    height: 6px
}

.ch-scroll-vertical {
    overflow-x: hidden
}

.ch-scroll-vertical::-webkit-scrollbar {
    width: 6px
}

.w-100 {
    width: 100% !important
}

.fancybox-ch {
    box-shadow: var(--shadow-big);
    height: 100%;
    padding: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .fancybox-ch {
        height: auto
    }
}

.fancybox-ch .fancybox-close-small {
    padding: 5px;
    right: 6px;
    top: 6px
}

@media screen and (min-width:1200px) {
    .fancybox-ch .fancybox-close-small {
        right: 16px;
        top: 16px
    }
}

@media screen and (min-width:768px) {
    .fancybox-ch--action {
        --grid-gap: 32px;
        width: 536px
    }
}

.fancybox-ch--action .fancybox-ch__inner.ch-scroll-vertical {
    padding-top: 0
}

@media screen and (min-width:1200px) {
    .fancybox-ch--sizes {
        --grid-gap: 32px;
        width: auto
    }
}

.fancybox-ch--promo {
    max-width: 100%;
    width: 430px
}

.fancybox-ch--promo .fancybox-ch__inner.ch-scroll-vertical {
    overflow: hidden;
    padding: 40px;
    position: relative
}

@media screen and (min-width:768px) {
    .fancybox-ch--small {
        --grid-gap: 32px;
        width: 490px
    }

    .fancybox-ch--small.fancybox-ch .fancybox-close-small {
        right: 20px;
        top: 20px
    }

    .fancybox-ch--medium {
        width: 540px
    }

    .fancybox-ch--large {
        --grid-gap: 32px;
        width: 650px
    }
}

.fancybox-ch--gallery {
    height: 100%
}

.fancybox-ch--gallery .fancybox-ch__inner {
    padding-right: calc(var(--grid-gap)*2)
}

.fancybox-ch--gallery .fancybox-close-small {
    right: 0;
    top: 0
}

@media screen and (min-width:500px) {

    .fancybox-ch--auth,
    .fancybox-ch--registration {
        --grid-gap: 32px;
        height: auto;
        width: 420px
    }

    .fancybox-ch--auth.fancybox-ch .fancybox-close-small,
    .fancybox-ch--registration.fancybox-ch .fancybox-close-small {
        right: 20px;
        top: 20px
    }
}

.fancybox-ch--auth .fancybox-ch__inner.ch-scroll-vertical,
.fancybox-ch--registration .fancybox-ch__inner.ch-scroll-vertical {
    padding-top: 0
}

.fancybox-ch--auth .loader,
.fancybox-ch--registration .loader {
    display: none
}

.fancybox-ch--auth.fancybox-ch--loading .loader,
.fancybox-ch--registration.fancybox-ch--loading .loader {
    display: flex
}

.fancybox-ch--email .fancybox-ch__header {
    padding: 32px 48px 32px 32px
}

.fancybox-ch--email .fancybox-ch__inner {
    padding: 32px
}

.fancybox-ch--email .fancybox-ch__inner.ch-scroll-vertical {
    padding-top: 0
}

.fancybox-ch--email .fancybox-ch__email-txt {
    font-size: 18px;
    margin-bottom: 24px
}

.fancybox-ch--loyalty-success .fancybox-ch__title {
    font-size: 28px
}

@media (min-width:768px) {
    .fancybox-ch--loyalty-success .fancybox-ch__title {
        font-size: 36px
    }
}

.fancybox-ch--loyalty-success .fancybox-ch__header {
    padding: 32px 16px
}

@media (min-width:768px) {
    .fancybox-ch--loyalty-success .fancybox-ch__header {
        padding: 32px
    }
}

.fancybox-ch--loyalty-success .fancybox-ch__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 16px 32px
}

@media (min-width:768px) {
    .fancybox-ch--loyalty-success .fancybox-ch__inner {
        padding: 0 32px 32px
    }

    .fancybox-ch--loyalty-success .ch-btn {
        font-size: 16px;
        height: 56px
    }
}

.fancybox-ch--location .fancybox-ch__header,
.fancybox-ch--location .fancybox-ch__inner {
    padding: 32px
}

.fancybox-ch--location .fancybox-ch__inner.ch-scroll-vertical {
    padding-top: 0
}

.fancybox-ch--location .fancybox-ch__inner .fancybox-ch__location-text:not(:last-child) {
    margin-bottom: 24px
}

.fancybox-ch--location .fancybox-ch__location-subtitle {
    color: var(--color-grey80);
    font-weight: 500;
    margin-bottom: 8px
}

.fancybox-ch__wrapper {
    display: grid;
    grid-template-areas: "header" "content" "footer";
    grid-template-rows: auto 1fr auto;
    height: inherit;
    width: inherit
}

.fancybox-ch__inner {
    grid-area: content;
    padding: var(--grid-gap)
}

.fancybox-ch__inner--pt0 {
    padding-top: 0
}

.fancybox-ch__header {
    grid-area: header;
    padding: var(--grid-gap);
    padding-right: 48px
}

.fancybox-ch__header--pb0 {
    padding-bottom: 0
}

.fancybox-ch__header--border {
    border-bottom: 1px solid var(--color-grey60)
}

.fancybox-ch__footer {
    grid-area: footer;
    padding: calc(var(--grid-gap)*.75) var(--grid-gap)
}

.fancybox-ch__footer--shadow {
    box-shadow: var(--shadow-reverse)
}

.fancybox-ch__footer--secondary {
    background: var(--color-grey100)
}

.fancybox-ch__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.fancybox-ch__subtitle {
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-top: 8px
}

.fancybox-ch-base--gallery .fancybox-slide--html {
    padding: 0
}

@media screen and (min-width:768px) {
    .fancybox-ch-base--textile .fancybox-slide {
        padding: 32px 0 0
    }
}

@media screen and (min-width:1200px) {
    .fancybox-ch-base--textile .fancybox-slide {
        padding: 41px 0 0
    }
}

.fancybox-ch-base .fancybox-slide--html,
.fancybox-ch-base--bnpl .fancybox-slide {
    padding: 0
}

@media screen and (min-width:768px) {
    .fancybox-ch-base--bnpl .fancybox-slide {
        padding: 44px
    }
}

.fancybox-ch-sizes__table {
    margin: 0 calc(var(--grid-gap)*-1) 0;
    overflow-x: auto
}

@media screen and (min-width:1200px) {
    .fancybox-ch-sizes__table {
        margin: 0
    }
}

.fancybox-ch-sizes__table.-bed table td {
    min-width: 140px
}

.fancybox-ch-sizes table {
    border-top: 1px solid var(--color-brand-violent);
    width: 100%
}

.fancybox-ch-sizes table tr:nth-child(odd) td,
.fancybox-ch-sizes table tr:nth-child(odd) th {
    background: rgba(194, 130, 87, .1)
}

.fancybox-ch-sizes table th {
    font-family: var(--font-futura-pt);
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    vertical-align: middle;
    width: 150px
}

.fancybox-ch-sizes table td {
    border-left: 1px solid rgba(194, 130, 87, .25);
    font-size: 14px;
    line-height: 15px;
    min-width: 60px;
    padding: 15px 5px;
    vertical-align: middle
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    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 {
    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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: 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 {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    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 {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    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
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

:root {
    --swiper-btn-size: 48px
}

.swiper-wrapper {
    align-items: stretch !important
}

.swiper-slide {
    height: auto
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    height: auto;
    margin: 2px 0;
    max-height: 24px;
    max-width: none;
    width: 4px
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    position: static
}

.swiper-pagination-vertical.swiper-pagination-bullets {
    bottom: 48px;
    flex-direction: column;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 48px;
    transform: none
}

.swiper-pagination-bullet {
    background: var(--color-grey20);
    border-radius: 0;
    flex: 1 1 auto;
    height: 4px;
    max-width: 24px;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: var(--color-brand-violent)
}

.swiper-parent {
    position: relative
}

.swiper-container {
    overflow: hidden;
    position: relative
}

.swiper-navigation {
    justify-content: space-between;
    left: calc(var(--swiper-btn-size)/-4);
    pointer-events: none;
    position: absolute;
    right: calc(var(--swiper-btn-size)/-4);
    top: 45%;
    transform: translateY(-50%);
    z-index: 1
}

.swiper-btn,
.swiper-navigation {
    align-items: center;
    display: flex
}

.swiper-btn {
    background: none;
    background: var(--color-white);
    border: none;
    border-radius: var(--swiper-btn-size);
    box-shadow: 1px 1px 4px hsla(0, 9%, 47%, .1), 0 1px 5px hsla(0, 9%, 47%, .1);
    color: inherit;
    color: var(--color-black);
    cursor: pointer;
    font-size: calc(var(--swiper-btn-size)/2);
    height: var(--swiper-btn-size);
    justify-content: center;
    outline: none;
    padding: 0;
    pointer-events: all;
    width: var(--swiper-btn-size)
}

.swiper-btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed;
    opacity: 0;
    pointer-events: none
}

.swiper-btn--prev .b-icon {
    transform: rotateY(180deg)
}

.swiper-scrollbar {
    background: none
}

.swiper-scrollbar-drag {
    background: var(--color-grey60)
}

#toast-container .ch-success-toast {
    align-items: center;
    background: #e2e7df;
    display: flex;
    height: 72px;
    padding: 24px 16px;
    width: 360px
}

#toast-container .ch-success-toast div :first-child {
    margin-right: 16px
}

#toast-container .ch-success-toast div:last-child {
    margin-left: auto
}

#toast-container .ch-success-toast__icon {
    display: flex;
    font-size: 24px
}

#toast-container .ch-success-toast__type-icon {
    color: #5cc24d
}

#toast-container .ch-success-toast__close-icon {
    cursor: pointer
}

#toast-container .ch-success-toast__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4
}

#toast-container>div {
    opacity: 1
}

#toast-container>div.toast-success {
    color: var(--color-black) !important;
    padding: 0 !important;
    width: 360px !important
}

#toast-container>.toast .close {
    color: var(--color-black);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    position: absolute;
    right: 24px;
    top: 24px
}

#toast-container>.toast.toast-info {
    background: var(--color-grey100) !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: var(--shadow) !important;
    color: var(--color-black);
    padding: 24px 48px 24px 24px !important
}

#toast-container>.toast.toast-info .toast-message {
    color: inherit;
    font-family: var(--font-roboto);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

#toast-container>.toast.toast-info .toast-message__link {
    color: var(--color-brand-violent);
    display: block;
    margin-top: 8px;
    text-decoration: none
}

#toast-container>.toast.toast-info .toast-message__link * {
    color: inherit;
    text-decoration: inherit
}

.js-tooltipster {
    cursor: pointer
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip .tooltipster-content {
    color: var(--color-black);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    padding: 16px;
    text-align: left
}

.tooltipster-sidetip .tooltipster-box {
    background: var(--color-white);
    border: none;
    border-radius: 0;
    box-shadow: var(--shadow-big);
    box-sizing: border-box
}

.ch-article-card {
    background: var(--color-white);
    padding: 12px
}

@media screen and (min-width:768px) {
    .ch-article-card {
        padding: 16px
    }
}

@media screen and (min-width:1200px) {
    .ch-article-card {
        padding: 24px
    }
}

.ch-article-card__title {
    font-family: var(--font-roboto);
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-bottom: 8px
}

.ch-article-card__text {
    margin-bottom: 24px
}

.ch-article-card__link,
.ch-article-card__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

.ch-article-card__link {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: var(--color-brand-violent);
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 0
}

.ch-article-card__link:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-article-card__link .b-icon {
    font-size: 24px
}

.ch-article-card__top {
    margin-bottom: 20px
}

.ch-blog-card {
    background: var(--color-grey100);
    padding: 8px
}

@media screen and (min-width:1200px) {
    .ch-blog-card {
        padding: 16px
    }
}

.ch-blog-card__title {
    align-items: center;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: var(--font-sz-s);
    font-weight: 500;
    line-height: var(--font-lh);
    padding: 16px 32px 16px 0;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-blog-card__title {
        font-size: var(--font-sz-xl);
        padding: 24px 32px 24px 0
    }
}

@media screen and (min-width:1200px) {
    .ch-blog-card__title {
        font-size: var(--header-3);
        padding: 32px 64px 32px 0
    }
}

.ch-blog-card__title .b-icon {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width:1200px) {
    .ch-blog-card__title .b-icon {
        right: 32px
    }
}

.ch-btn {
    --btn-border: var(--color-black);
    --btn-color: var(--color-black);
    --btn-text: var(--color-white);
    align-items: center;
    background: none;
    background: var(--btn-color);
    border: none;
    border: 1px solid var(--btn-border);
    color: inherit;
    color: var(--btn-text);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 20px;
    outline: none;
    padding: 13px 15px;
    text-transform: uppercase
}

.ch-btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-btn--xl {
    font-size: 16px;
    height: 56px;
    line-height: 22px;
    padding: 0 23px
}

.ch-btn--white {
    --btn-border: var(--color-white);
    --btn-color: var(--color-white);
    --btn-text: var(--color-brand-violent)
}

.ch-btn--violent {
    --btn-border: var(--color-brand-violent);
    --btn-color: var(--color-brand-violent);
    --btn-text: var(--color-white)
}

.ch-btn--vk {
    --btn-border: #07f !important;
    --btn-color: #07f !important;
    --btn-text: var(--color-white) !important
}

.ch-btn--outline {
    background: transparent;
    border: 1px solid var(--btn-color);
    color: var(--btn-color)
}

.ch-btn__ya-wrapper {
    height: 48px;
    position: relative
}

.ch-btn__ya-wrapper iframe {
    height: 48px !important
}

.ch-btn__ya {
    align-items: center;
    background: #000;
    cursor: not-allowed;
    display: flex;
    gap: 2px;
    height: 48px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.ch-btn__ya-logoya {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FC3F1D' d='M0 0h44v44H0z'/%3E%3Cpath d='M24.74 33.978h4.349V9.044h-6.33c-6.366 0-9.705 3.259-9.705 8.074 0 4.155 2.165 6.498 6 9.043l2.33 1.538-2.991-2.508-5.926 8.787h4.715l6.33-9.446-2.202-1.465c-2.66-1.794-3.963-3.185-3.963-6.206 0-2.654 1.871-4.448 5.43-4.448h1.945v21.565h.019Z' fill='%23fff'/%3E%3C/svg%3E");
    border-radius: 100%
}

.ch-btn__ya-logoid,
.ch-btn__ya-logoya {
    background-size: contain;
    height: 24px;
    width: 24px
}

.ch-btn__ya-logoid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M25 12c0 9.602-2.417 12-12.097 12S.806 21.602.806 12c0-9.603 2.417-12 12.097-12S25 2.397 25 12Z' fill='%23FAFAFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.774 19.2V4.8H6.25v14.4h2.524ZM17.11 5.18c-.818-.26-1.706-.38-2.663-.38h-3.394v14.417h3.185c.992 0 1.932-.173 2.767-.483a5.883 5.883 0 0 0 2.176-1.399c.61-.622 1.08-1.381 1.427-2.28.331-.914.505-1.95.505-3.124 0-1.33-.157-2.452-.505-3.35-.33-.898-.8-1.64-1.392-2.193a5.214 5.214 0 0 0-2.106-1.208Zm-1.219 11.723a4.963 4.963 0 0 1-1.862.346v-.017h-.452V6.734h.661c.644 0 1.236.086 1.758.259.54.172.992.466 1.375.863.383.397.679.932.888 1.588.208.656.313 1.468.313 2.435 0 .898-.122 1.675-.33 2.348-.227.673-.523 1.226-.923 1.675-.4.432-.87.777-1.428 1.001Z' fill='%231F1F24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.806)' d='M0 0h24.194v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    border-radius: 2px
}

.ch-btn__img {
    display: flex;
    height: 22px;
    margin-right: 8px;
    width: 22px
}

.ch-btn__icon {
    align-self: center;
    font-size: 24px
}

.ch-btn__icon--prefix {
    margin-right: 8px
}

.ch-btn__icon--suffix {
    margin-left: 8px
}

.ch-btn__likes {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 19.6px;
    margin-right: 16px
}

@media (max-width:767px) {
    .ch-btn__likes {
        margin-right: 0
    }
}

.ch-btn__likes svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

@media (max-width:767px) {
    .ch-btn__likes-label {
        display: none
    }
}

.ch-btn-link {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    display: inline-flex;
    font-size: inherit;
    justify-content: center;
    line-height: var(--font-lh);
    outline: none;
    padding: 0
}

.ch-btn-link:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-btn-link .text {
    text-decoration: underline;
    text-underline-offset: 6px
}

.ch-btn-link .b-icon {
    font-size: 24px
}

.ch-btn-link--nounderline .text {
    text-decoration: none
}

.ch-btn-link--dashed .text {
    text-decoration-style: dashed
}

.ch-btn-link--xl {
    font-size: var(--vue-text-size-xl)
}

.ch-btn-link--sm {
    font-size: var(--vue-text-size-s)
}

.ch-btn-link--violent {
    color: var(--color-brand-violent)
}

.ch-chips-item {
    align-items: center;
    background: none;
    border: none;
    border: 1px solid var(--color-grey60);
    border-radius: 32px;
    color: inherit;
    color: var(--color-black);
    cursor: pointer;
    display: flex;
    font-size: var(--font-sz);
    height: 32px;
    justify-content: center;
    line-height: var(--font-lh);
    outline: none;
    padding: 5px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ch-chips-item:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-chips-item:hover {
    border: 1px solid var(--color-brand-violent)
}

.ch-chips-item--stream:hover {
    border: 1px solid var(--color-stream)
}

.ch-chips-item--blog {
    height: 40px
}

.ch-chips-item--blog-active {
    background-color: #c28257;
    border-color: #c28257;
    color: var(--color-white)
}

.ch-chips-item--article {
    background-color: var(--color-grey100);
    border: 1px solid var(--color-grey100);
    height: 40px
}

.ch-chips-item--active {
    background: var(--color-brand-violent);
    border: 1px solid var(--color-brand-violent);
    color: var(--color-white)
}

.ch-chips-item--active .ch-chips-item__btn {
    display: flex
}

.ch-chips-item--stream-active {
    background: var(--color-stream);
    border: 1px solid var(--color-stream);
    color: var(--color-white)
}

.ch-chips-item--stream-active .ch-chips-item__btn {
    display: flex
}

.ch-chips-item--disabled {
    opacity: .3;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .ch-chips-item--xl {
        height: 40px;
        padding: 9px 23px
    }
}

.ch-chips-item--sm {
    font-size: var(--font-sz-s);
    height: 24px;
    padding: 3px 7px
}

.ch-chips-item__btn {
    display: none;
    flex: 0 0 auto;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    width: auto
}

.ch-collection-card {
    grid-gap: 24px;
    background: var(--color-white);
    display: grid;
    grid-template-areas: "figure" "section";
    padding: 12px
}

@media screen and (min-width:768px) {
    .ch-collection-card {
        grid-template-areas: "figure section";
        grid-template-columns: 190px 1fr;
        height: 100%;
        padding: 16px;
        transition: box-shadow .3s ease-in-out
    }
}

@media screen and (min-width:1200px) {
    .ch-collection-card {
        grid-template-columns: 240px 1fr
    }
}

@media screen and (min-width:1440px) {
    .ch-collection-card {
        grid-template-columns: 270px 1fr
    }
}

.ch-collection-card:hover {
    box-shadow: var(--shadow-big)
}

.ch-collection-card__figure {
    align-self: start;
    grid-area: figure;
    padding-bottom: 100%;
    position: relative
}

.ch-collection-card__picture {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.ch-collection-card__picture:hover .ch-collection-card__img {
    height: 110%;
    transition: all .3s ease-in-out;
    width: 110%
}

.ch-collection-card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s ease-in-out;
    width: 100%
}

.ch-collection-card__title {
    color: var(--color-black);
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .ch-collection-card__title {
        font-size: 26px
    }
}

@media screen and (min-width:1440px) {
    .ch-collection-card__title {
        font-size: 32px
    }
}

.ch-collection-card__text {
    font-size: 15px;
    line-height: var(--font-lh);
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .ch-collection-card__text {
        margin-top: 16px
    }
}

.ch-collection-card__section {
    display: grid;
    grid-area: section;
    grid-template-rows: min-content
}

.ch-collection-card__link {
    align-items: center;
    align-self: end;
    color: var(--color-brand-violent);
    display: inline-flex;
    font-size: 18px;
    justify-self: start;
    margin-top: 24px
}

.ch-collection-card__link:hover .b-icon {
    transform: translateX(8px);
    transition: transform .2s ease-in-out
}

.ch-collection-card__link .b-icon {
    font-size: 24px;
    margin-left: 4px;
    transition: transform .6s ease-in-out
}

.ch-dropdown {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 9px 0
}

.ch-dropdown:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1200px) {
    .ch-dropdown {
        border: 1px solid var(--color-grey60);
        padding: 9px 12px;
        position: relative
    }

    .ch-dropdown:hover {
        border: 1px solid var(--color-brand-violent);
        color: var(--color-brand-violent)
    }
}

.ch-dropdown:hover>.b-icon {
    transform: rotateX(180deg)
}

.ch-dropdown:hover .ch-dropdown__list-wrapper {
    opacity: 1;
    pointer-events: all;
    transition: opacity .6s ease-in-out;
    visibility: visible
}

.ch-dropdown>.b-icon {
    font-size: 24px;
    margin-left: 4px
}

.ch-dropdown--second {
    justify-content: space-between;
    width: 220px
}

.ch-dropdown--second,
.ch-dropdown--second:hover {
    background: var(--color-brand-taupe);
    border-color: var(--color-brand-taupe);
    color: var(--color-white)
}

.ch-dropdown--streams {
    white-space: nowrap
}

.ch-dropdown__hint {
    align-self: center;
    color: var(--color-brand-taupe);
    display: flex;
    font-size: 24px;
    margin-left: 8px
}

.ch-dropdown__list {
    background: var(--color-white);
    box-shadow: var(--shadow-big);
    max-height: 200px;
    min-width: 260px;
    padding: 16px
}

.ch-dropdown__list-wrapper {
    color: var(--color-black);
    left: 0;
    opacity: 0;
    padding-top: 8px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 5
}

.ch-dropdown__list-wrapper--position-right {
    left: auto;
    right: 0
}

.ch-faq-item,
.ch-review-item {
    margin-bottom: 32px
}

.ch-faq-item--answer,
.ch-review-item--answer {
    background: var(--color-grey100);
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 24px
}

.ch-faq-item--answer .ch-faq-item__row,
.ch-review-item--answer .ch-faq-item__row {
    justify-content: space-between
}

.ch-faq-item--answer .ch-faq-item__text,
.ch-review-item--answer .ch-faq-item__text {
    margin-top: 8px
}

.ch-faq-item__link,
.ch-review-item__link {
    margin: 16px 0;
    text-align: center
}

@media screen and (min-width:768px) {

    .ch-faq-item__link,
    .ch-review-item__link {
        text-align: left
    }
}

.ch-faq-item__row,
.ch-review-item__row {
    --grid-gap: 16px
}

.ch-faq-item__title,
.ch-review-item__title {
    font-weight: 500
}

.ch-faq-item__text,
.ch-review-item__text {
    margin-top: 16px
}

.ch-faq-item__params,
.ch-faq-item__rating,
.ch-review-item__params,
.ch-review-item__rating {
    align-self: center
}

.ch-gallery__row {
    --grid-gap: 8px
}

@media screen and (min-width:768px) {
    .ch-gallery__row {
        --grid-gap: 16px
    }
}

.ch-gallery__item:nth-child(n+4) {
    display: none
}

.ch-gallery__item:last-child {
    display: block !important
}

@media screen and (min-width:768px) {
    .ch-gallery__item:nth-child(n+4) {
        display: block
    }

    .ch-gallery__item:nth-child(n+8) {
        display: none
    }
}

.ch-gallery__img {
    display: flex;
    padding-bottom: 100%;
    position: relative
}

.ch-gallery__img__inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-gallery__img__inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-gallery__img__count {
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz);
    font-weight: 500;
    justify-content: center;
    left: 0;
    line-height: var(--font-lh);
    position: absolute;
    right: 0;
    top: 0
}

.ch-page-header {
    --grid-gap: 16px
}

@media screen and (min-width:1200px) {
    .ch-page-header {
        padding: 16px 0
    }
}

.ch-page-header--blog-detail {
    flex-wrap: nowrap;
    justify-content: space-between
}

.ch-page-header__likes {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap
}

.ch-page-header__row {
    align-items: baseline
}

@media screen and (min-width:768px) {
    .ch-page-header__banner {
        order: 1
    }
}

.ch-page-header__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-1);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.ch-page-header__title--icon {
    align-items: center;
    display: flex
}

.ch-page-header__title--icon .b-icon {
    color: var(--color-brand-violent);
    font-size: 48px;
    margin-right: 16px
}

@media screen and (min-width:1200px) {
    .ch-page-header__title--icon .b-icon {
        font-size: 48px
    }
}

.ch-page-header__title--streams {
    margin-bottom: 30px
}

.ch-page-header__subtitle {
    font-size: var(--font-sz-m)
}

@media screen and (min-width:768px) {
    .ch-page-header__subtitle {
        font-size: var(--font-sz-l)
    }
}

@media screen and (max-width:768px) {
    .ch-page-header__subtitle--streams {
        font-size: var(--font-sz)
    }
}

.ch-page-header__action {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-top: 8px
}

@media screen and (min-width:1200px) {
    .ch-page-header__action {
        font-size: var(--font-sz-l);
        margin-top: 0
    }
}

.ch-page-header__action--text {
    color: var(--color-grey80)
}

.ch-page-header__action--reset {
    align-self: end;
    margin-bottom: 8px;
    margin-left: auto;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .ch-page-header__action--reset {
        margin-bottom: 0;
        margin-top: 0
    }
}

.ch-page-header__action-divider {
    align-self: stretch;
    display: inline-flex;
    margin-left: 15px;
    margin-right: 15px
}

@media screen and (min-width:1200px) {
    .ch-page-header__action-divider {
        border-left: 1px solid #d1cfd1
    }
}

.ch-page-header__action-btn {
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width:1200px) {
    .ch-page-header__action-btn {
        font-size: 18px
    }
}

.ch-page-header__action-btn--grey.ch-btn-link--violent {
    color: var(--color-grey80)
}

.ch-page-header__action-btn .b-icon {
    font-size: 24px;
    margin-right: 8px
}

@media screen and (min-width:1200px) {
    .ch-page-header__action-btn .b-icon {
        font-size: 32px
    }
}

.ch-page-header__textile-link {
    align-items: center;
    color: var(--color-ocher);
    cursor: pointer;
    display: flex;
    margin: 10px 0 8px
}

@media screen and (min-width:768px) {
    .ch-page-header__textile-link {
        margin: 0 0 0 auto
    }
}

.ch-page-header__textile-icon {
    font-size: 20px;
    margin-left: 8px
}

.ch-page-catalog-collection {
    height: 100%
}

@media screen and (min-width:768px) {
    .ch-page-catalog-collection {
        height: 100%
    }
}

.ch-page-catalog-collection .swiper-slide {
    width: 66vw
}

@media screen and (min-width:768px) {
    .ch-page-catalog-collection .swiper-slide {
        width: 100%
    }
}

.ch-page-catalog-collection .set-dropdown__close .b-icon {
    height: 24px;
    width: 24px
}

.ch-page-catalog-collection .set-dropdown__title {
    font-family: var(--font-futura-pt);
    font-weight: 500
}

.ch-page-catalog-collection .set-dropdown__list {
    display: block
}

.ch-page-catalog-collection .set-dropdown__list>.ch-row {
    --grid-gap: 0
}

.ch-page-catalog-collection--show-collection .set-dropdown {
    opacity: 1;
    visibility: visible
}

.ch-page-catalog-collection--show-collection .set-dropdown__container {
    transform: none
}

.ch-page-catalog-collection--show-collection .set-dropdown__bg {
    background-color: rgba(0, 0, 0, .5)
}

.ch-page-catalog-grid {
    grid-gap: 1px;
    background: var(--color-grey20);
    border-left: 1px solid var(--color-grey20);
    border-right: 1px solid var(--color-grey20);
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-left: -16px;
    margin-right: -16px
}

@media screen and (min-width:768px) {
    .ch-page-catalog-grid {
        grid-gap: 0;
        background: none;
        border-left: none;
        border-right: none;
        grid-template-columns: repeat(3, 33.333333333%);
        margin-left: -8px;
        margin-right: -8px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-catalog-grid {
        grid-template-columns: repeat(4, 25%);
        margin-left: -12px;
        margin-right: -12px
    }
}

.ch-page-catalog-grid__rcmxendpoint {
    background: var(--color-white);
    grid-column: -1/1;
    grid-row-end: 4;
    grid-row-start: 3;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-max);
    padding: 24px var(--container-padding);
    width: 100%
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__rcmxendpoint {
        grid-row-end: 5;
        grid-row-start: 4
    }
}

.ch-page-catalog-grid__rcmxendpoint--look {
    grid-row-end: 5;
    grid-row-start: 4
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__rcmxendpoint--look {
        grid-row-end: 6;
        grid-row-start: 5
    }
}

.ch-page-catalog-grid.js-catalog-view-spacer {
    grid-template-columns: repeat(1, 100%)
}

@media screen and (min-width:768px) {
    .ch-page-catalog-grid.js-catalog-view-spacer {
        grid-template-columns: repeat(2, 50%)
    }
}

@media screen and (min-width:1440px) {
    .ch-page-catalog-grid.js-catalog-view-spacer {
        grid-template-columns: repeat(3, 33.333333333%)
    }
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-full-width {
    grid-column: -1/1;
    grid-row-end: 4;
    grid-row-start: 3
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-full-width {
        grid-row-end: 5;
        grid-row-start: 4
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-full-width .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 420px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-full-width {
        grid-row-end: 8;
        grid-row-start: 7
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-full-width .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 8;
    grid-row-start: 7
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second {
        grid-row-end: 10;
        grid-row-start: 9
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 424px
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card.ch-product-card--collection {
        min-height: 500px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second {
        grid-row-end: 11;
        grid-row-start: 9
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 320px
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card.ch-product-card--collection {
        min-height: 450px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second {
        grid-column-end: 2;
        grid-column-start: 1;
        grid-row-end: 15;
        grid-row-start: 14
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-second .ch-product-card.ch-product-card--collection {
        min-height: 178px
    }
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third {
    grid-column-end: 4;
    grid-column-start: 3;
    grid-row-end: 11;
    grid-row-start: 10
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 360px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third {
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 15;
        grid-row-start: 14
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third {
        grid-row-end: 15;
        grid-row-start: 14
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 320px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third {
        grid-column-end: 2;
        grid-column-start: 1;
        grid-row-end: 24;
        grid-row-start: 23
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 13;
    grid-row-start: 12
}

.ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 360px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth {
        grid-row-end: 18;
        grid-row-start: 17
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth {
        grid-row-end: 18;
        grid-row-start: 17
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 320px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth {
        grid-row-end: 31;
        grid-row-start: 30
    }

    .ch-page-catalog-grid.js-catalog-view-spacer .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid__item {
    position: relative
}

.ch-page-catalog-grid__item:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow .3s ease-in-out;
    z-index: 1
}

.ch-page-catalog-grid__item:hover:before {
    box-shadow: 0 0 20px rgba(99, 102, 82, .15)
}

.ch-page-catalog-grid__item--collection-full-width {
    grid-area: collect;
    grid-column: -1/1;
    grid-row-end: 4;
    grid-row-start: 3
}

.ch-page-catalog-grid__item--collection-full-width .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 424px
}

.ch-page-catalog-grid__item--collection-full-width .ch-product-card.ch-product-card--collection {
    min-height: 392px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid__item--collection-full-width {
        grid-row-end: 4;
        grid-row-start: 3
    }

    .ch-page-catalog-grid__item--collection-full-width .ch-product-card.ch-product-card--collection {
        min-height: 356px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid__item--collection-full-width {
        grid-row-end: 4;
        grid-row-start: 3
    }

    .ch-page-catalog-grid__item--collection-full-width .ch-product-card.ch-product-card--collection {
        min-height: 256px
    }

    .ch-page-catalog-grid__item--collection-full-width .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 420px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__item--collection-full-width {
        grid-row-end: 5;
        grid-row-start: 4
    }

    .ch-page-catalog-grid__item--collection-full-width .ch-product-card.ch-product-card--collection {
        min-height: 336px
    }

    .ch-page-catalog-grid__item--collection-full-width .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid__item--collection-second {
    grid-area: collect-second;
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-row-start: 6
}

.ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 424px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid__item--collection-second {
        grid-row-end: 8;
        grid-row-start: 7
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 320px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__item--collection-second {
        grid-row-end: 9;
        grid-row-start: 8
    }

    .ch-page-catalog-grid__item--collection-second .ch-product-card.ch-product-card--collection {
        min-height: 178px
    }

    .ch-page-catalog-grid__item--collection-second .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid__item--collection-third {
    grid-area: collect-third;
    grid-column-end: 5;
    grid-column-start: 4;
    grid-row-end: 10;
    grid-row-start: 9
}

.ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 248px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid__item--collection-third {
        grid-column-end: 2;
        grid-column-start: 1;
        grid-row-end: 13;
        grid-row-start: 12
    }

    .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 293px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid__item--collection-third {
        grid-column-end: 4;
        grid-column-start: 3;
        grid-row-end: 11;
        grid-row-start: 10
    }

    .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 181px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__item--collection-third {
        grid-column-end: 3;
        grid-column-start: 1;
        grid-row-end: 14;
        grid-row-start: 13
    }

    .ch-page-catalog-grid__item--collection-third .ch-product-card.ch-product-card--collection {
        min-height: 178px
    }

    .ch-page-catalog-grid__item--collection-third .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-grid__item--collection-fourth {
    grid-area: collect-fourth;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 11;
    grid-row-start: 10
}

.ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
    width: 248px
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-grid__item--collection-fourth {
        grid-column-end: 4;
        grid-column-start: 3;
        grid-row-end: 14;
        grid-row-start: 13
    }

    .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 293px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-grid__item--collection-fourth {
        grid-column-end: 2;
        grid-column-start: 1
    }

    .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 181px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-grid__item--collection-fourth {
        grid-column-end: 3;
        grid-row-end: 18;
        grid-row-start: 17
    }

    .ch-page-catalog-grid__item--collection-fourth .ch-product-card.ch-product-card--collection {
        min-height: 178px
    }

    .ch-page-catalog-grid__item--collection-fourth .ch-product-card__inner .ch-btn--white.ch-btn {
        width: 272px
    }
}

.ch-page-catalog-collection .ch-product-card--collection {
    min-height: 100%
}

@media screen and (max-width:1439px) {
    .ch-page-catalog-collection .ch-product-card--collection {
        min-height: 410px
    }

    .ch-page-catalog-collection .ch-product-card--collection .ch-product-card__inner {
        padding-bottom: 0
    }
}

@media screen and (max-width:1439px)and (max-width:1199px) {
    .ch-page-catalog-collection .ch-product-card--collection {
        min-height: 350px
    }
}

.ch-page-catalog-collection .ch-product-card--collection .ch-btn {
    background: transparent;
    bottom: 32px;
    color: var(--color-white)
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-collection .ch-product-card--collection .ch-btn {
        bottom: 16px
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-collection .ch-product-card--collection .ch-btn {
        bottom: 24px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-catalog-collection.ch-page-catalog-grid__title-position .ch-product-card__inner {
        align-items: flex-start
    }

    .ch-page-catalog-collection.ch-page-catalog-grid__title-position .ch-product-card--collection-title {
        margin: 163px 0 0
    }
}

@media screen and (max-width:767px) {
    .ch-page-catalog-collection.ch-page-catalog-grid__title-position .ch-product-card--collection-title {
        margin: 40px 0 0
    }
}

@media screen and (max-width:1439px) {
    .js-catalog-view-spacer .ch-page-catalog-grid__title-position .ch-product-card__inner {
        align-items: flex-start
    }

    .js-catalog-view-spacer .ch-page-catalog-grid__title-position .ch-product-card--collection-title {
        margin: 233px 0 0
    }
}

@media screen and (max-width:767px) {
    .js-catalog-view-spacer .ch-page-catalog-grid__title-position .ch-product-card--collection-title {
        margin: 40px 0 0
    }
}

.ch-expand.ch-expand--second .ch-expand__btn {
    background: var(--color-brand-violent)
}

.ch-popular-category-item {
    display: flex;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    text-align: center
}

@media screen and (min-width:1200px) {
    .ch-popular-category-item {
        height: 300px;
        padding-bottom: 0
    }
}

@media screen and (min-width:1440px) {
    .ch-popular-category-item {
        height: 310px
    }
}

.ch-popular-category-item:hover .ch-popular-category-item__link {
    opacity: 0
}

.ch-popular-category-item__link {
    background: var(--color-black);
    bottom: 0;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease-in-out;
    z-index: 1
}

.ch-popular-category-item__img {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media screen and (min-width:1200px) {
    .ch-popular-category-item__img {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto
    }
}

.ch-popular-category-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-popular-category-item__btn {
    align-items: center;
    bottom: 0;
    color: var(--color-white);
    display: flex;
    font-size: var(--header-3);
    font-weight: 500;
    justify-content: center;
    left: 0;
    line-height: var(--font-lh-m);
    padding: 0 24px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media screen and (min-width:768px) {
    .ch-popular-category-item__btn {
        font-family: var(--font-futura-pt)
    }
}

@media screen and (min-width:1440px) {
    .ch-popular-category-item__btn {
        font-size: 30px
    }
}

.ch-price {
    --price-size: var(--font-sz);
    --price-scale: 4px;
    color: var(--color-black);
    font-family: var(--font-futura-pt);
    font-size: var(--price-size);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:1440px) {
    .ch-price {
        --price-size: var(--font-sz-xl)
    }
}

.ch-price--sm {
    --price-size: var(--font-sz)
}

.ch-price--md {
    --price-size: var(--font-sz-xl)
}

.ch-price--xl {
    --price-size: var(--header-2)
}

@media screen and (min-width:1200px) {
    .ch-price--xl {
        --header-2: 32px
    }
}

.ch-price--red {
    color: var(--color-brand-red)
}

.ch-price--old,
.ch-price--strike {
    text-decoration: line-through
}

.ch-price--old {
    color: var(--color-grey80);
    font-size: calc(var(--price-size) - var(--price-scale))
}

.ch-price--label,
.ch-price--old.ch-price--xl {
    font-size: calc(var(--price-size) - var(--price-scale)*2)
}

.ch-price--label {
    background: var(--color-brand-red);
    color: var(--color-white);
    display: inline-flex;
    padding: .25em .5em
}

.ch-price__label-wrapper {
    align-self: flex-end
}

.ch-price-wrapper {
    --grid-gap: 8px;
    align-items: baseline
}

.ch-product-card-secondary__label--novelty:before,
.ch-product-card__label--novelty:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1025px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--collection:before,
.ch-product-card__label--collection:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -225px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--delivery:before,
.ch-product-card__label--delivery:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -580px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--chastyami:before,
.ch-product-card__label--chastyami:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -131px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--chastyami-big:before,
.ch-product-card__label--chastyami-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -155px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--complect:before,
.ch-product-card__label--complect:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -337px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--product-day:before,
.ch-product-card__label--product-day:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1188px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--in-store:before,
.ch-product-card__label--in-store:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -715px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--payment-shares:before,
.ch-product-card__label--payment-shares:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1132px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--hit:before,
.ch-product-card__label--hit:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -659px -2px no-repeat;
    height: 20px;
    width: 20px
}

.ch-product-card-secondary__label--novelty-big:before,
.ch-product-card__label--novelty-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1049px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--collection-big:before,
.ch-product-card__label--collection-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -249px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--delivery-big:before,
.ch-product-card__label--delivery-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -604px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--complect-big:before,
.ch-product-card__label--complect-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -361px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--product-day-big:before,
.ch-product-card__label--product-day-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1212px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--in-store-big:before,
.ch-product-card__label--in-store-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -739px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--payment-shares-big:before,
.ch-product-card__label--payment-shares-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1156px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-product-card-secondary__label--hit-big:before,
.ch-product-card__label--hit-big:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -683px -2px no-repeat;
    height: 28px;
    width: 28px
}

.ch-article-card__top,
.ch-blog-card__top,
.ch-product-card-secondary__top,
.ch-product-card__top,
.ch-review-card__top,
.ch-social-card__top {
    margin-bottom: 20px
}

.ch-article-card__bottom,
.ch-blog-card__bottom,
.ch-product-card-secondary__bottom,
.ch-product-card__bottom,
.ch-review-card__bottom,
.ch-social-card__bottom {
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    left: 0;
    position: absolute
}

.ch-article-card__bottom-inner,
.ch-blog-card__bottom-inner,
.ch-product-card-secondary__bottom-inner,
.ch-product-card__bottom-inner,
.ch-review-card__bottom-inner,
.ch-social-card__bottom-inner {
    position: relative;
    z-index: 1
}

.ch-article-card__bottom .ch-product-card-secondary__label,
.ch-article-card__bottom .ch-product-card__label,
.ch-blog-card__bottom .ch-product-card-secondary__label,
.ch-blog-card__bottom .ch-product-card__label,
.ch-product-card-secondary__bottom .ch-product-card-secondary__label,
.ch-product-card-secondary__bottom .ch-product-card__label,
.ch-product-card__bottom .ch-product-card-secondary__label,
.ch-product-card__bottom .ch-product-card__label,
.ch-review-card__bottom .ch-product-card-secondary__label,
.ch-review-card__bottom .ch-product-card__label,
.ch-social-card__bottom .ch-product-card-secondary__label,
.ch-social-card__bottom .ch-product-card__label {
    margin-bottom: 0;
    white-space: nowrap
}

.ch-article-card__price-block,
.ch-blog-card__price-block,
.ch-product-card-secondary__price-block,
.ch-product-card__price-block,
.ch-review-card__price-block,
.ch-social-card__price-block {
    align-items: flex-end;
    display: flex
}

.ch-article-card__ya-pay-wrapper,
.ch-blog-card__ya-pay-wrapper,
.ch-product-card-secondary__ya-pay-wrapper,
.ch-product-card__ya-pay-wrapper,
.ch-review-card__ya-pay-wrapper,
.ch-social-card__ya-pay-wrapper {
    display: flex;
    height: 14px;
    margin-top: 8px;
    width: 100%
}

@media screen and (min-width:1200px) {

    .ch-article-card__ya-pay-wrapper,
    .ch-blog-card__ya-pay-wrapper,
    .ch-product-card-secondary__ya-pay-wrapper,
    .ch-product-card__ya-pay-wrapper,
    .ch-review-card__ya-pay-wrapper,
    .ch-social-card__ya-pay-wrapper {
        margin-top: 0;
        width: auto
    }
}

.ch-article-card__loyalty,
.ch-blog-card__loyalty,
.ch-product-card-secondary__loyalty,
.ch-product-card__loyalty,
.ch-review-card__loyalty,
.ch-social-card__loyalty {
    align-items: center;
    background: var(--color-grey100);
    border-radius: 100px;
    color: var(--color-brand-violent);
    display: flex;
    font-size: 12px;
    height: 24px;
    line-height: 1;
    padding: 4px 8px
}

.ch-article-card__loyalty svg,
.ch-blog-card__loyalty svg,
.ch-product-card-secondary__loyalty svg,
.ch-product-card__loyalty svg,
.ch-review-card__loyalty svg,
.ch-social-card__loyalty svg {
    font-size: 16px;
    margin-left: 6px
}

.ch-article-card__loyalty--large,
.ch-blog-card__loyalty--large,
.ch-product-card-secondary__loyalty--large,
.ch-product-card__loyalty--large,
.ch-review-card__loyalty--large,
.ch-social-card__loyalty--large {
    background: var(--color-brand-violent);
    color: var(--color-white);
    font-size: 15px;
    height: 32px;
    padding: 6px 6px 6px 12px
}

.ch-article-card__loyalty--large svg,
.ch-blog-card__loyalty--large svg,
.ch-product-card-secondary__loyalty--large svg,
.ch-product-card__loyalty--large svg,
.ch-review-card__loyalty--large svg,
.ch-social-card__loyalty--large svg {
    font-size: 24px;
    margin-left: 8px
}

.ch-article-card__loyalty--large svg path,
.ch-blog-card__loyalty--large svg path,
.ch-product-card-secondary__loyalty--large svg path,
.ch-product-card__loyalty--large svg path,
.ch-review-card__loyalty--large svg path,
.ch-social-card__loyalty--large svg path {
    fill: var(--color-brand-violent)
}

.ch-article-card__loyalty--large svg rect,
.ch-blog-card__loyalty--large svg rect,
.ch-product-card-secondary__loyalty--large svg rect,
.ch-product-card__loyalty--large svg rect,
.ch-review-card__loyalty--large svg rect,
.ch-social-card__loyalty--large svg rect {
    fill: var(--color-white)
}

.ch-article-card__label,
.ch-blog-card__label,
.ch-product-card-secondary__label,
.ch-product-card__label,
.ch-review-card__label,
.ch-social-card__label {
    color: var(--color-white);
    display: inline-block;
    font-family: var(--font-futura-pt);
    font-size: 16px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 0;
    padding: 3px 4px;
    pointer-events: none
}

@media screen and (min-width:1440px) {

    .ch-article-card__label,
    .ch-blog-card__label,
    .ch-product-card-secondary__label,
    .ch-product-card__label,
    .ch-review-card__label,
    .ch-social-card__label {
        font-size: var(--font-sz-l);
        padding: 6px 12px
    }
}

.ch-article-card__label--sm,
.ch-blog-card__label--sm,
.ch-product-card-secondary__label--sm,
.ch-product-card__label--sm,
.ch-review-card__label--sm,
.ch-social-card__label--sm {
    font-size: var(--font-sz-s);
    line-height: var(--font-lh-m);
    padding: 3px 4px
}

.ch-article-card__label--equipment,
.ch-article-card__label--fireweek,
.ch-article-card__label--sale,
.ch-blog-card__label--equipment,
.ch-blog-card__label--fireweek,
.ch-blog-card__label--sale,
.ch-product-card-secondary__label--equipment,
.ch-product-card-secondary__label--fireweek,
.ch-product-card-secondary__label--sale,
.ch-product-card__label--equipment,
.ch-product-card__label--fireweek,
.ch-product-card__label--sale,
.ch-review-card__label--equipment,
.ch-review-card__label--fireweek,
.ch-review-card__label--sale,
.ch-social-card__label--equipment,
.ch-social-card__label--fireweek,
.ch-social-card__label--sale {
    display: block;
    flex-shrink: 0;
    z-index: 1
}

.ch-article-card__label--fireweek,
.ch-blog-card__label--fireweek,
.ch-product-card-secondary__label--fireweek,
.ch-product-card__label--fireweek,
.ch-review-card__label--fireweek,
.ch-social-card__label--fireweek {
    background: var(--color-stream)
}

.ch-article-card__label--equipment,
.ch-blog-card__label--equipment,
.ch-product-card-secondary__label--equipment,
.ch-product-card__label--equipment,
.ch-review-card__label--equipment,
.ch-social-card__label--equipment {
    background: var(--color-black)
}

.ch-article-card__label--purpure,
.ch-blog-card__label--purpure,
.ch-product-card-secondary__label--purpure,
.ch-product-card__label--purpure,
.ch-review-card__label--purpure,
.ch-social-card__label--purpure {
    background: var(--color-promo-purpure)
}

.ch-article-card__label--red,
.ch-blog-card__label--red,
.ch-product-card-secondary__label--red,
.ch-product-card__label--red,
.ch-review-card__label--red,
.ch-social-card__label--red {
    background: var(--color-brand-red)
}

.ch-article-card__label--green,
.ch-blog-card__label--green,
.ch-product-card-secondary__label--green,
.ch-product-card__label--green,
.ch-review-card__label--green,
.ch-social-card__label--green {
    background: var(--color-promo-green)
}

.ch-article-card__label--yellow,
.ch-blog-card__label--yellow,
.ch-product-card-secondary__label--yellow,
.ch-product-card__label--yellow,
.ch-review-card__label--yellow,
.ch-social-card__label--yellow {
    background: var(--color-promo-yellow)
}

.ch-article-card__label--brown,
.ch-blog-card__label--brown,
.ch-product-card-secondary__label--brown,
.ch-product-card__label--brown,
.ch-review-card__label--brown,
.ch-social-card__label--brown {
    background: var(--color-brand-brown)
}

.ch-article-card__label--blue,
.ch-blog-card__label--blue,
.ch-product-card-secondary__label--blue,
.ch-product-card__label--blue,
.ch-review-card__label--blue,
.ch-social-card__label--blue {
    background: var(--color-promo-blue)
}

.ch-article-card__label--violent,
.ch-blog-card__label--violent,
.ch-product-card-secondary__label--violent,
.ch-product-card__label--violent,
.ch-review-card__label--violent,
.ch-social-card__label--violent {
    background: var(--color-promo-violent)
}

.ch-article-card__label-list,
.ch-blog-card__label-list,
.ch-product-card-secondary__label-list,
.ch-product-card__label-list,
.ch-review-card__label-list,
.ch-social-card__label-list {
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    height: 32px;
    justify-content: flex-start;
    left: 2px;
    max-width: 92px;
    padding: 0 4px;
    position: absolute;
    top: 2px;
    z-index: 1
}

.ch-article-card__label-list:empty,
.ch-blog-card__label-list:empty,
.ch-product-card-secondary__label-list:empty,
.ch-product-card__label-list:empty,
.ch-review-card__label-list:empty,
.ch-social-card__label-list:empty {
    display: none
}

.ch-article-card__label-list .ch-product-card-secondary__label,
.ch-article-card__label-list .ch-product-card__label,
.ch-blog-card__label-list .ch-product-card-secondary__label,
.ch-blog-card__label-list .ch-product-card__label,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label,
.ch-product-card-secondary__label-list .ch-product-card__label,
.ch-product-card__label-list .ch-product-card-secondary__label,
.ch-product-card__label-list .ch-product-card__label,
.ch-review-card__label-list .ch-product-card-secondary__label,
.ch-review-card__label-list .ch-product-card__label,
.ch-social-card__label-list .ch-product-card-secondary__label,
.ch-social-card__label-list .ch-product-card__label {
    background: none;
    box-sizing: border-box;
    padding: 0 4px;
    pointer-events: all
}

@media screen and (max-width:767px) {

    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text {
        transform: translate(-5px)
    }

    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-article-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-blog-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card-secondary__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-product-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-review-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card-secondary__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--collection .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--delivery .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--in-store .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--novelty .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card-secondary__label--payment-shares .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--collection .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--delivery .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--in-store .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--novelty .ch-product-card__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card-secondary__label-text:before,
    .ch-social-card__label-list .ch-product-card__label:first-child.ch-product-card__label--payment-shares .ch-product-card__label-text:before {
        height: 18px;
        left: 15px;
        top: 4px;
        width: 18px
    }
}

.ch-article-card__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-article-card__label-list .ch-product-card__label:nth-child(n+4),
.ch-blog-card__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-blog-card__label-list .ch-product-card__label:nth-child(n+4),
.ch-product-card-secondary__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-product-card-secondary__label-list .ch-product-card__label:nth-child(n+4),
.ch-product-card__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-product-card__label-list .ch-product-card__label:nth-child(n+4),
.ch-review-card__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-review-card__label-list .ch-product-card__label:nth-child(n+4),
.ch-social-card__label-list .ch-product-card-secondary__label:nth-child(n+4),
.ch-social-card__label-list .ch-product-card__label:nth-child(n+4) {
    visibility: hidden
}

.ch-article-card__label-list .ch-product-card-secondary__label:before,
.ch-article-card__label-list .ch-product-card__label:before,
.ch-blog-card__label-list .ch-product-card-secondary__label:before,
.ch-blog-card__label-list .ch-product-card__label:before,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label:before,
.ch-product-card-secondary__label-list .ch-product-card__label:before,
.ch-product-card__label-list .ch-product-card-secondary__label:before,
.ch-product-card__label-list .ch-product-card__label:before,
.ch-review-card__label-list .ch-product-card-secondary__label:before,
.ch-review-card__label-list .ch-product-card__label:before,
.ch-social-card__label-list .ch-product-card-secondary__label:before,
.ch-social-card__label-list .ch-product-card__label:before {
    content: "";
    display: block;
    position: relative
}

.ch-article-card__label-list .ch-product-card-secondary__label-text,
.ch-article-card__label-list .ch-product-card__label-text,
.ch-blog-card__label-list .ch-product-card-secondary__label-text,
.ch-blog-card__label-list .ch-product-card__label-text,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label-text,
.ch-product-card-secondary__label-list .ch-product-card__label-text,
.ch-product-card__label-list .ch-product-card-secondary__label-text,
.ch-product-card__label-list .ch-product-card__label-text,
.ch-review-card__label-list .ch-product-card-secondary__label-text,
.ch-review-card__label-list .ch-product-card__label-text,
.ch-social-card__label-list .ch-product-card-secondary__label-text,
.ch-social-card__label-list .ch-product-card__label-text {
    background: var(--color-white);
    color: var(--color-black);
    display: none;
    font-family: var(--font-roboto);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 16px;
    position: absolute;
    top: 40px;
    transform: translate(calc(-50% + 10px));
    white-space: nowrap
}

.ch-article-card__label-list .ch-product-card-secondary__label-text:before,
.ch-article-card__label-list .ch-product-card__label-text:before,
.ch-blog-card__label-list .ch-product-card-secondary__label-text:before,
.ch-blog-card__label-list .ch-product-card__label-text:before,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label-text:before,
.ch-product-card-secondary__label-list .ch-product-card__label-text:before,
.ch-product-card__label-list .ch-product-card-secondary__label-text:before,
.ch-product-card__label-list .ch-product-card__label-text:before,
.ch-review-card__label-list .ch-product-card-secondary__label-text:before,
.ch-review-card__label-list .ch-product-card__label-text:before,
.ch-social-card__label-list .ch-product-card-secondary__label-text:before,
.ch-social-card__label-list .ch-product-card__label-text:before {
    background: var(--color-white);
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 4px;
    transform: rotate(45deg) translate(-16px);
    width: 20px;
    z-index: -1
}

.ch-article-card__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-article-card__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-article-card__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-article-card__label-list .ch-product-card__label:hover .ch-product-card__label-text,
.ch-blog-card__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-blog-card__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-blog-card__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-blog-card__label-list .ch-product-card__label:hover .ch-product-card__label-text,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-product-card-secondary__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-product-card-secondary__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-product-card-secondary__label-list .ch-product-card__label:hover .ch-product-card__label-text,
.ch-product-card__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-product-card__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-product-card__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-product-card__label-list .ch-product-card__label:hover .ch-product-card__label-text,
.ch-review-card__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-review-card__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-review-card__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-review-card__label-list .ch-product-card__label:hover .ch-product-card__label-text,
.ch-social-card__label-list .ch-product-card-secondary__label:hover .ch-product-card-secondary__label-text,
.ch-social-card__label-list .ch-product-card-secondary__label:hover .ch-product-card__label-text,
.ch-social-card__label-list .ch-product-card__label:hover .ch-product-card-secondary__label-text,
.ch-social-card__label-list .ch-product-card__label:hover .ch-product-card__label-text {
    display: block
}

.ch-article-card--shadow,
.ch-blog-card--shadow,
.ch-product-card--shadow,
.ch-product-card-secondary--shadow,
.ch-social-card--shadow {
    box-shadow: var(--shadow)
}

.ch-article-card__top,
.ch-blog-card__top,
.ch-product-card-secondary__top,
.ch-product-card__top,
.ch-social-card__top {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.ch-article-card__text,
.ch-blog-card__text,
.ch-product-card-secondary__text,
.ch-product-card__text,
.ch-social-card__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: calc(var(--font-lh)*3*1em);
    overflow: hidden;
    text-overflow: ellipsis
}

.ch-article-card__video,
.ch-blog-card__video,
.ch-product-card-secondary__video,
.ch-product-card__video,
.ch-social-card__video {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.ch-article-card__img,
.ch-blog-card__img,
.ch-product-card-secondary__img,
.ch-product-card__img,
.ch-social-card__img {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-article-card__img img,
.ch-blog-card__img img,
.ch-product-card-secondary__img img,
.ch-product-card__img img,
.ch-social-card__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-article-card__img-link,
.ch-blog-card__img-link,
.ch-product-card-secondary__img-link,
.ch-product-card__img-link,
.ch-social-card__img-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.ch-article-card__title a,
.ch-blog-card__title a,
.ch-product-card-secondary__title a,
.ch-product-card__title a,
.ch-social-card__title a {
    max-width: 100%
}

.ch-article-card__title a:hover,
.ch-blog-card__title a:hover,
.ch-product-card-secondary__title a:hover,
.ch-product-card__title a:hover,
.ch-social-card__title a:hover {
    color: var(--color-brand-violent)
}

.ch-article-card__footer,
.ch-blog-card__footer,
.ch-product-card-secondary__footer,
.ch-product-card__footer,
.ch-social-card__footer {
    --grid-gap: 0;
    align-items: center;
    justify-content: space-between
}

.ch-review-card__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: calc(var(--font-lh)*3*1em);
    overflow: hidden;
    text-overflow: ellipsis
}

.ch-review-card__price .ch-price {
    --price-size: var(--font-sz-xl)
}

.ch-article-card {
    height: 100%
}

.ch-article-card__title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ch-article-card__title * {
    display: initial !important
}

.ch-article-card__inner {
    height: inherit;
    position: relative
}

@media screen and (min-width:1200px) {
    .ch-article-card__inner {
        padding-bottom: 26px
    }
}

@media screen and (min-width:768px) {
    .ch-article-card .d-lg-inline-block {
        bottom: 0;
        display: inline-block !important;
        left: 0;
        position: absolute
    }
}

.ch-product-card,
.ch-product-card-secondary {
    background: var(--color-white);
    height: 100%;
    padding: 8px
}

.ch-product-card-secondary__link,
.ch-product-card__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media screen and (min-width:1200px) {

    .ch-product-card,
    .ch-product-card-secondary {
        padding: 16px 12px
    }
}

.ch-product-card-secondary:hover .ch-product-card-secondary__btn,
.ch-product-card-secondary:hover .ch-product-card-secondary__like,
.ch-product-card-secondary:hover .ch-product-card__btn,
.ch-product-card-secondary:hover .ch-product-card__like,
.ch-product-card:hover .ch-product-card-secondary__btn,
.ch-product-card:hover .ch-product-card-secondary__like,
.ch-product-card:hover .ch-product-card__btn,
.ch-product-card:hover .ch-product-card__like {
    opacity: 1;
    pointer-events: all
}

.ch-product-card .ch-product-card-secondary__swiper-props.swiper-container,
.ch-product-card .ch-product-card__swiper-props.swiper-container,
.ch-product-card-secondary .ch-product-card-secondary__swiper-props.swiper-container,
.ch-product-card-secondary .ch-product-card__swiper-props.swiper-container {
    bottom: 40px;
    padding: 0;
    position: absolute;
    width: 100%
}

@media screen and (min-width:1440px) {

    .ch-product-card .ch-product-card-secondary__swiper-props.swiper-container,
    .ch-product-card .ch-product-card__swiper-props.swiper-container,
    .ch-product-card-secondary .ch-product-card-secondary__swiper-props.swiper-container,
    .ch-product-card-secondary .ch-product-card__swiper-props.swiper-container {
        bottom: 48px
    }
}

.ch-product-card .ch-product-card-secondary__swiper-props.swiper-container:before,
.ch-product-card .ch-product-card__swiper-props.swiper-container:before,
.ch-product-card-secondary .ch-product-card-secondary__swiper-props.swiper-container:before,
.ch-product-card-secondary .ch-product-card__swiper-props.swiper-container:before {
    background: linear-gradient(270deg, #fff 14.16%, hsla(0, 0%, 100%, 0) 85.88%);
    bottom: 0;
    content: "";
    filter: blur(1px);
    height: 21px;
    position: absolute;
    right: -2px;
    width: 64px;
    z-index: 2
}

.ch-product-card .ch-product-card-secondary__swiper-props.swiper-container .swiper-slide.ch-product-card-secondary__props-item,
.ch-product-card .ch-product-card-secondary__swiper-props.swiper-container .swiper-slide.ch-product-card__props-item,
.ch-product-card .ch-product-card__swiper-props.swiper-container .swiper-slide.ch-product-card-secondary__props-item,
.ch-product-card .ch-product-card__swiper-props.swiper-container .swiper-slide.ch-product-card__props-item,
.ch-product-card-secondary .ch-product-card-secondary__swiper-props.swiper-container .swiper-slide.ch-product-card-secondary__props-item,
.ch-product-card-secondary .ch-product-card-secondary__swiper-props.swiper-container .swiper-slide.ch-product-card__props-item,
.ch-product-card-secondary .ch-product-card__swiper-props.swiper-container .swiper-slide.ch-product-card-secondary__props-item,
.ch-product-card-secondary .ch-product-card__swiper-props.swiper-container .swiper-slide.ch-product-card__props-item {
    width: auto
}

.ch-product-card--compact .ch-product-card-secondary__inner,
.ch-product-card--compact .ch-product-card__inner,
.ch-product-card-secondary--compact .ch-product-card-secondary__inner,
.ch-product-card-secondary--compact .ch-product-card__inner {
    padding-bottom: 74px
}

@media screen and (min-width:1440px) {

    .ch-product-card--compact .ch-product-card-secondary__label,
    .ch-product-card--compact .ch-product-card__label,
    .ch-product-card-secondary--compact .ch-product-card-secondary__label,
    .ch-product-card-secondary--compact .ch-product-card__label {
        font-size: var(--font-sz-s);
        padding: 3px 4px
    }

    .ch-product-card--compact .ch-product-card-secondary__title,
    .ch-product-card--compact .ch-product-card__title,
    .ch-product-card-secondary--compact .ch-product-card-secondary__title,
    .ch-product-card-secondary--compact .ch-product-card__title {
        font-size: var(--font-sz)
    }

    .ch-product-card--compact .ch-product-card-secondary__btn,
    .ch-product-card--compact .ch-product-card__btn,
    .ch-product-card-secondary--compact .ch-product-card-secondary__btn,
    .ch-product-card-secondary--compact .ch-product-card__btn {
        height: 32px;
        width: 40px
    }
}

.ch-product-card--compact .ch-product-card-secondary__price .ch-price,
.ch-product-card--compact .ch-product-card__price .ch-price,
.ch-product-card-secondary--compact .ch-product-card-secondary__price .ch-price,
.ch-product-card-secondary--compact .ch-product-card__price .ch-price {
    --price-size: var(--font-sz-l)
}

.ch-product-card--collection,
.ch-product-card-secondary--collection {
    height: 100%
}

@media screen and (min-width:768px) {

    .ch-product-card--collection,
    .ch-product-card-secondary--collection {
        min-height: 600px
    }
}

@media screen and (min-width:1200px) {

    .ch-product-card--collection,
    .ch-product-card-secondary--collection {
        min-height: 900px
    }
}

.ch-product-card--collection>.ch-product-card-secondary__inner,
.ch-product-card--collection>.ch-product-card__inner,
.ch-product-card-secondary--collection>.ch-product-card-secondary__inner,
.ch-product-card-secondary--collection>.ch-product-card__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width:1440px) {

    .ch-product-card--collection>.ch-product-card-secondary__inner,
    .ch-product-card--collection>.ch-product-card__inner,
    .ch-product-card-secondary--collection>.ch-product-card-secondary__inner,
    .ch-product-card-secondary--collection>.ch-product-card__inner {
        padding-bottom: 0
    }
}

.ch-product-card--collection .ch-btn,
.ch-product-card-secondary--collection .ch-btn {
    bottom: 48px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 230px
}

.ch-product-card--collection-title,
.ch-product-card-secondary--collection-title {
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 8px;
    text-align: center;
    z-index: 1
}

@media screen and (min-width:768px) {

    .ch-product-card--collection-title,
    .ch-product-card-secondary--collection-title {
        font-size: 26px
    }
}

@media screen and (min-width:1200px) {

    .ch-product-card--collection-title,
    .ch-product-card-secondary--collection-title {
        font-size: 32px
    }
}

.ch-product-card-secondary__shadow,
.ch-product-card__shadow {
    position: relative
}

.ch-product-card-secondary__shadow:before,
.ch-product-card__shadow:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow .3s ease-in-out;
    z-index: 1
}

.ch-product-card-secondary__shadow:hover:before,
.ch-product-card__shadow:hover:before {
    box-shadow: 0 0 20px rgba(99, 102, 82, .15)
}

.ch-product-card-secondary__like,
.ch-product-card__like {
    align-items: center;
    background: none;
    background: var(--color-white);
    border: none;
    border-radius: 32px;
    color: inherit;
    color: var(--color-brand-violent);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    opacity: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: opacity .3s ease-in-out;
    width: 32px;
    z-index: 1
}

.ch-product-card-secondary__like:disabled,
.ch-product-card__like:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-product-card-secondary__like .notactive,
.ch-product-card__like .notactive {
    display: flex
}

.ch-product-card-secondary__like .active,
.ch-product-card-secondary__like.js-btn-active .notactive,
.ch-product-card__like .active,
.ch-product-card__like.js-btn-active .notactive {
    display: none
}

.ch-product-card-secondary__like.js-btn-active .active,
.ch-product-card__like.js-btn-active .active {
    display: flex
}

.ch-product-card-secondary__footer,
.ch-product-card__footer {
    align-items: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.ch-product-card-secondary__inner,
.ch-product-card__inner {
    height: 100%;
    padding-bottom: 74px;
    position: relative
}

@media screen and (min-width:1440px) {

    .ch-product-card-secondary__inner,
    .ch-product-card__inner {
        padding-bottom: 82px
    }
}

.ch-product-card-secondary__label--sale,
.ch-product-card__label--sale {
    bottom: 20px
}

.ch-product-card-secondary__swiper,
.ch-product-card__swiper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-product-card-secondary__swiper.swiper-container,
.ch-product-card__swiper.swiper-container {
    padding: 0 0 20px !important
}

.ch-product-card-secondary__swiper .swiper-pagination,
.ch-product-card__swiper .swiper-pagination {
    bottom: 8px;
    margin-top: 0;
    position: absolute
}

.ch-product-card-secondary__swiper .swiper-pagination-bullet,
.ch-product-card__swiper .swiper-pagination-bullet {
    border-radius: 4px;
    height: 4px;
    max-width: 4px;
    width: 4px
}

.ch-product-card-secondary__swiper-item,
.ch-product-card__swiper-item {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.ch-product-card-secondary__rating,
.ch-product-card__rating {
    align-items: center;
    display: flex
}

.ch-product-card-secondary__rating .b-icon,
.ch-product-card__rating .b-icon {
    color: var(--color-brand-violent);
    font-size: 16px;
    margin-right: 4px
}

.ch-product-card-secondary__rating--upper,
.ch-product-card__rating--upper {
    font-size: 14px
}

.ch-product-card-secondary__title,
.ch-product-card__title {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: var(--font-roboto);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-bottom: 12px;
    max-height: calc(var(--font-lh)*5*1em);
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:1440px) {

    .ch-product-card-secondary__title,
    .ch-product-card__title {
        -webkit-line-clamp: 2;
        max-height: calc(var(--font-lh)*2*1em)
    }
}

.ch-product-card-secondary__top,
.ch-product-card__top {
    margin-bottom: 0;
    padding-bottom: calc(100% + 20px)
}

.ch-product-card-secondary__param,
.ch-product-card__param {
    display: flex
}

.ch-product-card-secondary__param input,
.ch-product-card__param input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden
}

.ch-product-card-secondary__param input:checked~.ch-product-card-secondary__param-label,
.ch-product-card-secondary__param input:checked~.ch-product-card__param-label,
.ch-product-card__param input:checked~.ch-product-card-secondary__param-label,
.ch-product-card__param input:checked~.ch-product-card__param-label {
    background: hsla(30, 28%, 82%, .4)
}

.ch-product-card-secondary__param-row.ch-row,
.ch-product-card__param-row.ch-row {
    --grid-gap: 0;
    flex-wrap: nowrap;
    margin-bottom: 8px
}

.ch-product-card-secondary__param-label,
.ch-product-card__param-label {
    color: var(--color-black);
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: var(--font-lh);
    padding: 4px
}

.ch-product-card-secondary__footer-data,
.ch-product-card-secondary__price,
.ch-product-card__footer-data,
.ch-product-card__price {
    margin-bottom: 12px
}

.ch-product-card-secondary__footer-data.ch-col-auto,
.ch-product-card-secondary__price.ch-col-auto,
.ch-product-card__footer-data.ch-col-auto,
.ch-product-card__price.ch-col-auto {
    max-width: 100%
}

@media screen and (min-width:1440px) {

    .ch-product-card-secondary__footer-data.ch-col-auto,
    .ch-product-card-secondary__price.ch-col-auto,
    .ch-product-card__footer-data.ch-col-auto,
    .ch-product-card__price.ch-col-auto {
        max-width: calc(100% - 64px)
    }
}

.ch-product-card-secondary__footer-data .ch-row,
.ch-product-card-secondary__price .ch-row,
.ch-product-card__footer-data .ch-row,
.ch-product-card__price .ch-row {
    --grid-gap: 8px;
    align-items: baseline
}

.ch-product-card-secondary__footer-data .ch-price,
.ch-product-card-secondary__price .ch-price,
.ch-product-card__footer-data .ch-price,
.ch-product-card__price .ch-price {
    --price-size: var(--font-sz-l)
}

@media screen and (min-width:1440px) {

    .ch-product-card-secondary__footer-data .ch-price,
    .ch-product-card-secondary__price .ch-price,
    .ch-product-card__footer-data .ch-price,
    .ch-product-card__price .ch-price {
        --price-size: var(--font-sz-xl)
    }

    .ch-product-card-secondary__footer-data,
    .ch-product-card__footer-data {
        margin-bottom: 0
    }
}

.ch-product-card-secondary__btn-wrapper,
.ch-product-card__btn-wrapper {
    margin-left: auto
}

.ch-product-card-secondary__btn,
.ch-product-card__btn {
    align-items: center;
    background: none;
    background: var(--color-brand-violent);
    border: none;
    color: inherit;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 40px;
    justify-content: center;
    outline: none;
    padding: 0;
    transition: opacity .3s ease-in-out;
    width: 40px
}

.ch-product-card-secondary__btn:disabled,
.ch-product-card__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1440px) {

    .ch-product-card-secondary__btn,
    .ch-product-card__btn {
        height: 48px;
        opacity: 0;
        pointer-events: none;
        width: 56px
    }
}

.ch-product-card-secondary__btn .icon,
.ch-product-card__btn .icon {
    pointer-events: none
}

.ch-product-card-secondary__btn .ch_pc_default,
.ch-product-card-secondary__btn .ch_pc_incart,
.ch-product-card-secondary__btn .ch_pc_loading,
.ch-product-card__btn .ch_pc_default,
.ch-product-card__btn .ch_pc_incart,
.ch-product-card__btn .ch_pc_loading {
    display: flex
}

.ch-product-card-secondary__btn .ch_pc_incart,
.ch-product-card-secondary__btn .ch_pc_loading,
.ch-product-card-secondary__btn--incart .ch_pc_default,
.ch-product-card__btn .ch_pc_incart,
.ch-product-card__btn .ch_pc_loading,
.ch-product-card__btn--incart .ch_pc_default {
    opacity: 0;
    position: absolute
}

.ch-product-card-secondary__btn--loading .ch_pc_loading,
.ch-product-card__btn--loading .ch_pc_loading {
    animation: rotate 1s linear infinite
}

.ch-product-card-secondary__btn--loading .ch_pc_default,
.ch-product-card-secondary__btn--loading .ch_pc_incart,
.ch-product-card__btn--loading .ch_pc_default,
.ch-product-card__btn--loading .ch_pc_incart {
    opacity: 0 !important;
    position: absolute !important
}

.ch-product-card-secondary__btn--incart .ch_pc_incart,
.ch-product-card__btn--incart .ch_pc_incart {
    opacity: 1;
    position: static
}

.ch-product-card-secondary__btn--loading,
.ch-product-card__btn--loading {
    pointer-events: none
}

.ch-product-card-secondary__btn--loading .ch_pc_loading,
.ch-product-card__btn--loading .ch_pc_loading {
    opacity: 1;
    position: static
}

.ch-product__aside .ch-product-card__bottom {
    margin-bottom: 16px;
    position: static
}

@media screen and (max-width:1199px) {
    .ch-product__aside .ch-product-card__bottom {
        margin: 24px 0 16px
    }

    .ch-product__aside .ch-product-card__bottom .ch-product-card__label {
        padding: 5px 12px
    }
}

@media screen and (max-width:767px) {
    .ch-product__aside .ch-product-card__bottom {
        margin: 16px 0
    }
}

.ch-product-card-compact {
    border-bottom: 1px solid var(--color-grey60);
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-product-card-compact {
        padding-right: 80px
    }
}

@media screen and (min-width:1200px) {
    .ch-product-card-compact {
        border-bottom: none;
        margin-bottom: 40px;
        padding-bottom: 0
    }
}

.ch-product-card-compact:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.ch-product-card-compact--compact {
    margin-bottom: 24px
}

.ch-product-card-compact--compact .ch-product-card-compact__img {
    height: 54px;
    width: 54px
}

.ch-product-card-compact--compact .ch-product-card-compact__aside {
    margin-right: 16px;
    max-width: 54px
}

.ch-product-card-compact--readonly .ch-product-card-compact__title {
    margin-bottom: 4px
}

.ch-product-card-compact__aside {
    flex: 0 0 64px;
    margin-right: 16px;
    max-width: 64px
}

@media screen and (min-width:768px) {
    .ch-product-card-compact__aside {
        flex: 0 0 100px;
        margin-right: 24px;
        max-width: 100px
    }
}

.ch-product-card-compact__aside-inner {
    display: block;
    position: relative
}

.ch-product-card-compact__img {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px
}

@media screen and (min-width:768px) {
    .ch-product-card-compact__img {
        height: 100px;
        width: 100px
    }
}

.ch-product-card-compact__img .img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-product-card-compact__label {
    background: var(--color-brand-red);
    bottom: 0;
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: var(--vue-text-size-s);
    font-weight: 500;
    left: 0;
    line-height: var(--font-lh-m);
    padding: 4px;
    position: absolute
}

.ch-product-card-compact__title {
    font-size: var(--vue-text-size);
    line-height: var(--font-lh);
    margin-bottom: 16px
}

.ch-product-card-compact__title-link {
    color: inherit;
    text-decoration: none
}

.ch-product-card-compact__content {
    flex: 1 1 auto;
    max-width: 100%;
    width: auto
}

.ch-product-card-compact__props {
    --grid-gap: 16px;
    font-size: var(--vue-text-size-s);
    line-height: var(--font-lh);
    margin-bottom: 4px
}

.ch-product-card-compact__props .key {
    color: var(--color-grey80);
    flex: 0 0 100px;
    max-width: 100px
}

.ch-product-card-compact__props .value {
    flex: 0 0 100%;
    max-width: calc(100% - 100px)
}

.ch-product-card-compact__price {
    flex: 0 0 100%;
    margin: 8px 0 16px;
    max-width: 100%
}

@media screen and (min-width:768px) {
    .ch-product-card-compact__price {
        align-self: center;
        flex: 0 0 150px;
        margin: 0;
        max-width: 150px;
        order: 1
    }
}

.ch-product-card-compact__body {
    flex: 1 1 auto;
    max-width: 100%;
    width: auto
}

.ch-product-card-compact__body>.ch-row {
    --grid-gap: 24px
}

@media screen and (min-width:768px) {
    .ch-product-card-compact__body>.ch-row {
        flex-wrap: nowrap
    }
}

.ch-review-card {
    background: var(--color-white);
    padding: 12px
}

@media screen and (min-width:768px) {
    .ch-review-card {
        padding: 16px
    }
}

@media screen and (min-width:1200px) {
    .ch-review-card {
        padding: 24px
    }
}

.ch-review-card__label {
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 24px;
    color: #c28257;
    display: inline-flex;
    font-size: 24px;
    height: 36px;
    justify-content: center;
    width: 36px
}

.ch-review-card__link-wrapper {
    position: relative
}

.ch-review-card__link-top {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.ch-review-card__label-list {
    background: transparent;
    top: 8px
}

.ch-review-card__link {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: var(--color-brand-violent);
    cursor: pointer;
    display: flex;
    font-size: var(--font-sz);
    font-weight: 400;
    justify-content: center;
    line-height: var(--font-lh);
    margin-top: 12px;
    outline: none;
    padding: 0
}

.ch-review-card__link:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1200px) {
    .ch-review-card__link {
        margin-top: 17px
    }
}

.ch-review-card__link .b-icon {
    font-size: 24px
}

.ch-review-card__top {
    align-items: flex-start;
    display: flex;
    margin-bottom: 16px
}

.ch-review-card__img {
    flex: 1 1 auto;
    margin-right: 16px;
    max-width: 100%;
    position: relative;
    width: auto
}

.ch-review-card__img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-review-card__img-inner-wrapper {
    padding-bottom: 100%;
    position: relative
}

.ch-review-card__img-inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-review-card__about {
    flex: 0 0 160px;
    max-width: 160px
}

.ch-review-card__title {
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-bottom: 12px
}

.ch-review-card__price {
    --grid-gap: 8px;
    margin-bottom: 12px
}

.ch-review-card__price .ch-row {
    align-items: baseline
}

.ch-review-card__name,
.ch-review-card__text {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-review-card__text {
    color: var(--color-grey80);
    margin-top: 8px
}

.ch-sale-card {
    --header-padding: 16px;
    display: grid;
    grid-template: "header" min-content "img" 1fr/100%;
    height: 390px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-sale-card {
        height: 310px
    }
}

@media screen and (min-width:1200px) {
    .ch-sale-card {
        height: 360px
    }
}

@media screen and (min-width:1440px) {
    .ch-sale-card {
        --header-padding: 24px;
        height: 420px
    }
}

.ch-sale-card--secondary {
    grid-template: "img" min-content "img" 1fr/100%
}

.ch-sale-card--secondary .ch-sale-card__header {
    grid-area: img
}

.ch-sale-card--secondary .ch-sale-card__period,
.ch-sale-card--secondary .ch-sale-card__promocode {
    bottom: var(--header-padding);
    left: var(--header-padding);
    position: absolute
}

.ch-sale-card--sand .ch-sale-card__header {
    background: var(--color-brand-sand)
}

.ch-sale-card--taupe .ch-sale-card__header {
    background: var(--color-brand-taupe)
}

.ch-sale-card__promocode {
    background: var(--color-white);
    color: var(--color-black);
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 4px 12px
}

.ch-sale-card__picture {
    align-items: center;
    bottom: 0;
    display: flex;
    grid-area: img;
    justify-content: center;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0
}

.ch-sale-card__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-sale-card__header {
    color: var(--color-white);
    grid-area: header;
    padding: var(--header-padding);
    position: relative;
    z-index: 1
}

.ch-sale-card__period {
    font-size: 15px;
    margin-top: 12px
}

@media screen and (min-width:1200px) {
    .ch-sale-card__period {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .ch-sale-card__period {
        margin-top: 16px
    }
}

.ch-sale-card__header-subtitle {
    font-size: 18px;
    margin-top: 4px
}

@media screen and (min-width:768px) {
    .ch-sale-card__header-subtitle {
        font-size: 15px
    }
}

@media screen and (min-width:1200px) {
    .ch-sale-card__header-subtitle {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .ch-sale-card__header-subtitle {
        margin-top: 8px
    }
}

.ch-sale-card__header-texttitle {
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    margin-right: 12px
}

@media screen and (min-width:768px) {
    .ch-sale-card__header-texttitle {
        font-size: 26px
    }
}

@media screen and (min-width:1440px) {
    .ch-sale-card__header-texttitle {
        font-size: 32px
    }
}

.ch-sale-card__header-badge {
    background: var(--color-white);
    color: var(--color-black);
    display: inline-block;
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding: 5px 15px
}

@media screen and (min-width:768px) {
    .ch-sale-card__header-badge {
        font-size: 26px
    }
}

.ch-social-card__top {
    padding: 0
}

.ch-social-card__img {
    position: static;
    width: 100%
}

.ch-table {
    display: grid
}

.ch-table__subtext {
    font-size: 15px
}

@media screen and (min-width:768px) {
    .ch-table__subtext {
        font-size: 18px
    }
}

@media screen and (min-width:1200px) {
    .ch-table__subtext {
        font-size: 20px
    }
}

.ch-table__badge {
    display: inline-block;
    font-family: var(--font-futura-pt);
    font-size: 12px;
    line-height: 1;
    padding: 4px
}

.ch-table__badge--success {
    background: var(--color-promo-green);
    color: var(--color-white)
}

.ch-table__cell--nowrap {
    white-space: nowrap
}

.ch-table__inner {
    margin-top: 16px
}

.ch-table__inner-item {
    font-size: 14px
}

.ch-table__inner-item td,
.ch-table__inner-item th {
    font-weight: 400;
    padding: 10px 16px;
    text-align: left
}

.ch-table__inner-item th {
    background: var(--color-grey20);
    white-space: nowrap
}

.ch-table__inner-item tbody tr:nth-child(2n) td {
    background: var(--color-grey100)
}

.ix-index-body.-header-sticky {
    height: auto
}

@media (max-width:767px) {

    .ix-index-body.-header-sticky .header,
    .ix-index-body.-header-sticky .header-new {
        position: sticky;
        top: 0;
        z-index: 10
    }

    .ix-index-body.-header-sticky .header-new__bottom,
    .ix-index-body.-header-sticky .header__bottom {
        height: calc(100vh - 60px);
        overflow-y: auto
    }
}

.ix-index-body.-catalog-page {
    height: auto
}

@media (max-width:767px) {

    .ix-index-body.-catalog-page .header-new__bottom,
    .ix-index-body.-catalog-page .header__bottom {
        height: calc(100vh - 60px);
        overflow-y: auto
    }

    .ix-index-body.-catalog-page .header,
    .ix-index-body.-catalog-page .header-new {
        margin-bottom: 10px;
        position: sticky;
        top: 0;
        z-index: 10
    }

    .ix-index-body.-catalog-page .header-new.-fixed,
    .ix-index-body.-catalog-page .header.-fixed {
        visibility: hidden
    }

    .ix-index-body.-catalog-page .header-new.-fixed .header-new__main,
    .ix-index-body.-catalog-page .header-new.-fixed .header__main,
    .ix-index-body.-catalog-page .header.-fixed .header-new__main,
    .ix-index-body.-catalog-page .header.-fixed .header__main {
        visibility: visible
    }

    .ix-index-body.-catalog-page .header-new.-fixed.header-active,
    .ix-index-body.-catalog-page .header.-fixed.header-active {
        z-index: 25
    }

    .ix-index-body.-catalog-page .header-new__bottom,
    .ix-index-body.-catalog-page .header__bottom {
        visibility: visible
    }
}

@media (min-width:768px) {
    .ix-index-body.-catalog-page .main {
        overflow: visible
    }
}

.card-set {
    overflow: hidden
}

.card-set__bottom {
    display: flex;
    margin-top: 20px
}

.card-set__link {
    border-bottom: 1px solid transparent;
    font-size: 18px
}

.card-set__link .b-icon {
    height: 8px;
    margin-left: 7px;
    transform: rotate(-90deg);
    width: 11px
}

.card-set__link:hover {
    border-color: currentColor
}

.card-set__gallery.-open .set-dropdown {
    opacity: 1;
    visibility: visible
}

.card-set__gallery.-open .set-dropdown__container {
    transform: none
}

.card-set__gallery.-open .set-dropdown__bg {
    background-color: rgba(0, 0, 0, .5)
}

.set-dropdown {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: 100
}

@media (min-width:768px) {
    .set-dropdown {
        justify-content: flex-end;
        top: 0
    }
}

.set-dropdown__bg {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
    z-index: -1
}

.set-dropdown__container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 70%;
    padding: 30px 15px;
    position: relative;
    transform: translateY(100%);
    transition: transform .3s;
    width: 100%
}

@media (min-width:768px) {
    .set-dropdown__container {
        height: 100%;
        padding-left: 30px;
        transform: translateX(100%);
        width: 460px
    }
}

@media (min-width:1024px) {
    .set-dropdown__container {
        padding: 50px 30px 50px 50px;
        width: 620px
    }
}

.set-dropdown__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px
}

.set-dropdown__list {
    grid-gap: 20px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: 1fr 1fr;
    overflow-y: auto;
    padding-right: 20px
}

.set-dropdown__list::-webkit-scrollbar {
    background-color: #e5e5e5;
    width: 4px
}

.set-dropdown__list::-webkit-scrollbar-thumb {
    background-color: #d6c4c4;
    border-radius: 4px;
    outline: 1px solid #e5e5e5
}

.set-dropdown__close {
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.set-dropdown__close .b-icon {
    height: 15px;
    width: 15px
}

.set-gallery__item {
    cursor: pointer;
    height: 100%;
    margin: 0 5px;
    position: relative;
    width: 300px
}

@media (min-width:768px) {
    .set-gallery__item {
        margin: 0;
        width: 100%
    }
}

.set-gallery__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:768px) {
    .set-gallery__item:hover .set-gallery__show {
        background-color: rgba(34, 34, 34, .8);
        color: #fff
    }

    .set-gallery__item:hover .set-gallery__show:before {
        background: url(../../../assets/site/images/icons-sprites.svg) -1323px -2px no-repeat;
        height: 18px;
        width: 24px
    }
}

.set-gallery__show {
    bottom: 0;
    display: flex;
    font-size: 0;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    transition: background .3s
}

@media (min-width:768px) {
    .set-gallery__show {
        align-items: center;
        background-color: hsla(0, 0%, 100%, .8);
        border-radius: 6px;
        bottom: 20px;
        cursor: pointer;
        font-size: 16px;
        left: 20px
    }

    .set-gallery__show:before {
        background: url(../../../assets/site/images/icons-sprites.svg) -1295px -2px no-repeat;
        height: 18px;
        margin-right: 5px;
        width: 24px
    }
}

.set-gallery__show:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -1323px -2px no-repeat;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 24px
}

.filter__wrap {
    position: relative
}

.filter__wrap .loader {
    z-index: 10
}

.filter__dropdown .input-checkbox {
    position: relative
}

.filter__dropdown .input-checkbox a {
    text-decoration: none
}

@media (min-width:768px) {
    .filter-product {
        background: #fafafa;
        border-radius: 3px;
        padding: 20px 16px 16px
    }
}

@media (min-width:1300px) {
    .filter-product {
        min-width: 214px
    }
}

@media (min-width:768px) {
    .filter-product .filter__group {
        position: relative
    }

    .filter-product .filter__group:after {
        background: #e5e5e5;
        bottom: -25px;
        content: "";
        height: 1px;
        left: -16px;
        position: absolute;
        right: -16px
    }

    .filter-product .filter__group.-close-desktop ._g-collapse-mobile-toggler span:after,
    .filter-product .filter__group._group-active ._g-collapse-mobile-toggler span:after {
        transform: translateY(-50%) rotate(90deg)
    }

    .filter-product .filter__group.-close-desktop._group-active ._g-collapse-mobile-toggler span:after {
        transform: translateY(-50%) rotate(-90deg)
    }

    .filter-product .filter__group.-close-desktop .js-collapse-container {
        display: none
    }

    .filter-product .product-info__submit {
        margin-bottom: 0
    }

    .filter-product ._g-collapse-mobile-toggler span {
        cursor: pointer;
        padding-right: 15px;
        position: relative
    }

    .filter-product ._g-collapse-mobile-toggler span:after {
        background: url(../../../assets/site/images/arrow-right.svg) 50% no-repeat;
        content: "";
        height: 11px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: center;
        transition: .3s;
        width: 6px
    }

    .filter-product ._g-collapse-mobile-toggler span._active:after {
        transform: translateY(-50%) rotate(90deg)
    }
}

.filter-product .filter__items {
    display: block
}

.filter-product .js-collapse-container {
    display: none
}

@media (min-width:768px) {
    .filter-product .js-collapse-container {
        display: block
    }
}

.filter__cloud {
    align-items: center;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: none;
    flex-wrap: nowrap;
    font-size: 14px;
    left: calc(100% + 14px);
    line-height: 14px;
    min-height: 32px;
    min-width: 135px;
    padding: 8px 12px 10px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15
}

@media (min-width:768px) {
    .filter__cloud {
        display: flex
    }
}

.filter__cloud i {
    margin-left: 3px;
    margin-right: 8px
}

.filter__cloud a {
    text-decoration: underline !important;
    text-underline-offset: 2px
}

.filter__cloud div {
    display: flex;
    flex-wrap: nowrap
}

.filter__cloud:before {
    background: #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
    content: "";
    display: flex;
    height: 10px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translate(-12%, -83%);
    width: 10px
}

.filter__cloud .loader {
    background: transparent
}

.filter__cloud .loader__spinner {
    display: block
}

.filter__cloud .loader__spinner .path {
    stroke: #fff;
    height: 20px;
    width: 20px
}

@media (min-width:768px) {
    .filter__group.-red .filter__title {
        color: #db3832;
        font-weight: 700
    }

    .filter__group.-category .filter__title {
        font-size: 20px
    }

    .filter__group.-category .filter__items {
        font-size: 16px
    }

    .filter__group.-category .filter__items .input-checkbox:not(:last-child) {
        margin-bottom: 7px
    }

    .filter__group.-category .filter__items .input-checkbox.-active {
        text-decoration: underline;
        text-underline-offset: 2px
    }
}

.filter__show-more span {
    display: none
}

.filter__show-more span.show,
.filter__show-more.shown span {
    display: inline
}

.filter__show-more.shown span.show {
    display: none
}

@media (min-width:768px) {
    .product-descr-filter {
        margin-top: -20px;
        position: sticky;
        top: 0;
        z-index: 9
    }
}

.code-sale {
    cursor: pointer
}

.code-sale__value {
    align-items: center;
    background: #db5a87;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
    justify-content: center;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase
}

.code-sale__txt {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    text-decoration: underline
}

.code-sale__txt .b-icon {
    font-size: inherit;
    height: 1em;
    margin-left: 5px;
    width: 1em
}

@media (min-width:768px) {
    .code-sale__value {
        height: 100px
    }
}

@media screen and (max-width:767px) {
    .filter {
        height: 52px
    }

    .filter__wrap {
        display: flex;
        justify-content: space-between
    }

    .filter.-fixed .filter__wrap {
        background: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
        left: 0;
        position: fixed;
        right: 0;
        top: 60px;
        z-index: 15
    }

    .filter__inner {
        align-items: center;
        display: flex;
        height: 50px;
        justify-content: center;
        position: relative;
        width: 50%
    }

    .filter__inner:first-child {
        border-right: 1px solid #eee
    }

    .filter__inner.-open {
        background-color: #eee
    }

    .filter__inner.-open .filter__dropdown {
        transform: none
    }

    .filter__inner.-open .filter__dropdown,
    .filter__inner.-open .filter__sort-list {
        opacity: 1;
        visibility: visible;
        z-index: 15
    }

    .filter__inner>.filter__title {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%
    }

    .filter__inner.-has-checked>.filter__title span {
        display: flex
    }

    .filter__inner.-has-checked>.filter__title span:before {
        background: #edcbbb;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 6px;
        margin-left: 5px;
        order: 1;
        width: 6px
    }

    .filter__sort-list {
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        left: 0;
        opacity: 0;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 100%;
        visibility: hidden
    }

    .filter__title {
        margin-bottom: 0
    }

    .filter__dropdown {
        background-color: #fff;
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 20px 15px 120px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateY(100%);
        transition: all .2s linear;
        visibility: hidden;
        z-index: -1
    }

    .filter__dropdown .filter__title {
        margin-bottom: 15px
    }

    .filter__dropdown .filter__title._g-visible-mobile {
        border-bottom: 1px solid #eee;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 15px;
        text-align: center
    }

    .filter__dropdown .product-info__submit {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 15px;
        position: fixed;
        right: 0
    }

    .filter__dropdown .product-info__submit .btn:first-child {
        height: 50px;
        line-height: 50px;
        margin-bottom: -10px
    }

    .filter__close {
        padding: 15px;
        position: absolute;
        right: 0;
        top: 0
    }

    .filter .filter__group._group-active ._g-collapse-mobile-toggler span:after {
        transform: translateY(-50%) rotate(-90deg)
    }

    .filter .filter__group._group-active {
        background-color: transparent
    }

    .filter .li__item.mobile a {
        display: flex;
        width: 100%
    }

    .filter .li__item.mobile ._active {
        font-weight: 700
    }

    .filter .li__item.mobile ._active .down:after {
        transform: translateY(-50%) rotate(270deg)
    }
}

@media (min-width:400px)and (max-width:767px) {
    .filter .filter__items .input-checkbox {
        display: inline-block !important;
        vertical-align: top;
        width: 49%
    }
}

@media (max-width:375px) {
    .filter__sort-list .li__item a {
        font-size: 14px
    }
}

@media (min-width:768px) {

    .filter__dropdown,
    .filter__inner,
    .filter__wrap {
        height: 100%
    }
}

.item-card .b-icon.-basket {
    fill: transparent;
    height: 18px;
    width: 19px
}

.item-card .item-card__action_add.-mobile {
    bottom: 9px;
    padding: 10px;
    position: absolute;
    right: 0
}

@media (min-width:1024px) {
    .item-card .item-card__action_add.-mobile {
        display: none
    }
}

.item-card .btn.-in-basket {
    background: #d6c4c4;
    color: #fff;
    font-weight: 400;
    position: relative
}

.item-card .btn.-in-basket:before {
    background: url(../../../assets/site/images/check.svg) no-repeat;
    content: "";
    height: 12px;
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

@media (min-width:1401px) {
    .item-card .btn.-in-basket:after {
        content: attr(data-name-fullhd)
    }
}

@media (max-width:1400px) {
    .item-card .btn.-in-basket:after {
        content: attr(data-name-mobile)
    }
}

.item-card__action_add.-active .b-icon.-basket {
    fill: #bb8bc7
}

.item-card .slick-arrow svg {
    fill: transparent
}

@media(min-width:761px) {
    .item-card ._g-slider-pagination .slick-dots {
        margin-top: 0
    }
}

.item-card__labels {
    left: 0;
    position: absolute;
    top: 4px
}

.collection.-liquidation h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: center
}

.collection.-liquidation .main-new-carousel {
    margin-bottom: 30px
}

.collection.-liquidation .main-new-carousel-item {
    height: 165px
}

@media (min-width:768px) {
    .collection.-liquidation .main-new-carousel-item {
        height: 285px
    }
}

.collection.-liquidation .main-new-carousel-item:hover .main-new-carousel-item-bg {
    transform: none
}

.collection.-liquidation .collection__wrap {
    align-items: flex-start
}

.collection.-liquidation .collection__content {
    flex-grow: 1;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:768px) {
    .collection.-liquidation .collection__content {
        text-align: left
    }
}

.collection.-liquidation .collection__content a {
    text-decoration: underline
}

.collection.-liquidation .collection__content .link {
    cursor: pointer;
    text-decoration: underline
}

.collection.-liquidation .collection__content .link:hover {
    text-decoration: none
}

.collection.-liquidation .collection__txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.collection.-liquidation .collection__txt p {
    margin: 0 0 10px
}

.collection.-liquidation .collection__txt.-hidden {
    display: none
}

.collection.-liquidation .collection__wrap {
    margin-bottom: 40px
}

.collection.-liquidation .collection__promo {
    margin-top: 20px;
    width: 100%
}

@media (min-width:768px) {
    .collection.-liquidation .collection__promo {
        align-self: center;
        flex-shrink: 0;
        margin-left: 30px;
        margin-top: 0;
        width: 320px
    }
}

.collection.-liquidation .thematic-sort {
    margin-bottom: 30px;
    margin-left: auto
}

.collection.-liquidation .catalog {
    padding-top: 0
}

.collection.-liquidation .product-descr-filter {
    margin-top: 0
}

.collection.-liquidation .filter {
    flex-shrink: 0;
    margin-right: 30px
}

@media (min-width:1024px) {
    .collection.-liquidation .filter {
        margin-right: 0;
        padding-right: 130px;
        width: 320px
    }

    .collection.-liquidation .filter+.catalog .catalog__grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .collection.-liquidation .catalog__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.collection.-liquidation .collection-tabs__item {
    border-radius: 5px
}

.collection.-liquidation .collection-tabs__item.-active {
    background: #edd6c4;
    border-color: #edd6c4;
    color: #453536
}

.collection.-liquidation .catalog__chips {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 15px
}

@media (min-width:1024px) {
    .collection.-liquidation .catalog__chips {
        border-bottom: 0
    }
}

.collection.-liquidation .catalog__chips-list {
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .collection.-liquidation .catalog__chips-item {
        margin-bottom: 0
    }
}

.collection.-liquidation .catalog__chips-item-label {
    background: rgba(69, 53, 54, .04);
    color: #453536;
    font-weight: 400
}

@media (min-width:1024px) {
    .collection.-liquidation .catalog__chips-item-label {
        background-color: transparent
    }

    .collection.-liquidation .catalog__chips-item-label:hover {
        background: rgba(69, 53, 54, .04)
    }
}

.collection.-liquidation .catalog__chips-close {
    color: currentColor
}

.collection.-liquidation .thematic-sort.-with-overflow .jcf-select-text {
    font-size: 16px;
    padding-left: 25px
}

.collection.-liquidation .thematic-sort.-with-overflow .jcf-select {
    border-radius: 5px;
    height: 46px
}

@media (max-width:767px) {
    .collection.-liquidation .collection-tabs.-with-overflow {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
        display: flex;
        margin-bottom: 10px;
        padding: 15px 10px 5px
    }

    .collection.-liquidation .collection-tabs.-with-overflow .collection-tabs__list {
        display: flex;
        flex-wrap: nowrap;
        margin-left: 0;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .collection.-liquidation .collection-tabs__item {
        flex-shrink: 0;
        margin-left: 10px;
        width: 150px
    }

    .collection.-liquidation .collection-tabs__item:first-child {
        margin-left: 0
    }

    .collection.-liquidation .catalog-container__inner {
        display: flex;
        flex-direction: column
    }

    .collection.-liquidation .filter {
        margin-bottom: 15px;
        order: -1
    }
}

.mfp-wrap .popup {
    display: block
}

@media screen and (max-width:767px) {
    .product-info__params_group .product-info__params_label {
        max-width: 100%;
        width: 100%
    }

    .product-info__params {
        align-items: flex-start
    }
}

.product-info-gallery__navigation .slick-list {
    width: 100%
}

.product-info-gallery__navigation_item.slick-slide img {
    -o-object-fit: cover;
    object-fit: cover
}

.product-info-gallery__navigation_video {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 80px;
    justify-content: center;
    line-height: 13px;
    width: 80px
}

.product-info-gallery__navigation_video img {
    margin-bottom: 7px
}

@media (min-width:768px) {
    .product-info-gallery__container {
        position: relative
    }
}

.product-info-gallery__item .product-video-wrapper {
    background-color: #fafafa;
    padding-top: 100%;
    position: relative
}

.product-info-gallery__item iframe,
.product-info-gallery__item video {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .product-info-gallery__item iframe {
        height: calc(100% - 60px)
    }
}

.product-info-gallery__tovideo {
    align-items: center;
    background: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    display: none;
    height: 48px;
    justify-content: center;
    width: 100%
}

.product-info-gallery__tovideo img {
    display: inline-block;
    margin-right: 17px
}

@media (min-width:768px) {
    .product-info-gallery__tovideo {
        bottom: 0;
        display: flex;
        height: 60px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1
    }
}

.product-info-gallery__tovideo.-mobile {
    display: flex
}

@media (min-width:768px) {
    .product-info-gallery__tovideo.-mobile {
        display: none
    }
}

.product-labels {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 5
}

.product-labels__list {
    position: absolute;
    top: 4px
}

@media (min-width:768px) {
    .product-labels__list {
        top: 10px
    }
}

.product-labels__item {
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 6px;
    text-align: center;
    text-transform: uppercase;
    visibility: visible
}

.product-labels__item.-discount {
    background: #bb8bc7;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    width: auto
}

.product-labels__item.-discount.-rose {
    background: #db5a87
}

.product-labels__item.-week {
    background: #ff6c6c
}

.product-labels__item.-day {
    background: #a5c78b
}

.product-labels__item.-icon {
    font-size: 0;
    height: auto;
    line-height: 1;
    margin-top: 0;
    position: absolute;
    right: 25px;
    top: 6px;
    width: auto
}

.product-labels__item.-icon img {
    width: 25px
}

@media (min-width:768px) {
    .product-labels__item {
        height: 25px;
        line-height: 25px;
        margin-top: 8px;
        padding: 1px 10px 0
    }

    .product-labels__item.-day,
    .product-labels__item.-week {
        font-size: 11px;
        padding: 0;
        width: 90px
    }

    .product-labels__item.-discount {
        font-size: 18px;
        width: 52px
    }

    .product-labels__item.-icon {
        right: 18px;
        top: 8px
    }

    .product-labels__item.-icon img {
        width: 61px
    }
}

.product-info-gallery .product-labels__list {
    top: 8px
}

.product-info-gallery .product-labels__item:not(.-icon) {
    height: 25px;
    line-height: 25px
}

.product-info-gallery .product-labels__item.-day,
.product-info-gallery .product-labels__item.-week {
    font-size: 12px
}

.product-info-gallery .product-labels__item.-discount {
    font-size: 18px
}

@media (min-width:1024px) {

    .product-info-gallery .product-labels__item.-day,
    .product-info-gallery .product-labels__item.-week {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding: 1px 15px;
        width: auto
    }
}

.product-info-gallery .product-labels__item.-icon {
    right: 0;
    top: 37px
}

.product-info-gallery .product-labels__item.-icon img {
    width: 55px
}

@media (min-width:768px) {
    .product-info-gallery .product-labels__item.-icon {
        right: 30px;
        top: 7px
    }

    .product-info-gallery .product-labels__item.-icon img {
        width: 86px
    }
}

@media (min-width:1024px) {
    .product-info-gallery .product-labels__item.-icon img {
        width: 168px
    }
}

.sale__section {
    padding: 32px 0
}

@media (min-width:768px) {
    .sale__section {
        padding: 48px 0
    }
}

@media (min-width:1024px) {
    .sale__section {
        padding: 64px 0
    }
}

.sale__section.-top {
    border-top: 1px solid #edd6c4;
    padding-bottom: 0
}

@media (min-width:1024px) {
    .sale__section.-top {
        border: 0
    }
}

.sale__section.-border {
    border: 0;
    border-bottom: 1px solid #edd6c4
}

.sale__section.-nobottom {
    padding-bottom: 0
}

.sale__img-top {
    display: block;
    height: auto;
    width: 100%
}

.sale__font {
    color: #453536;
    font-family: Manrope, sans-serif;
    font-weight: 500
}

.sale__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 24px
}

.sale__row {
    display: flex;
    flex-wrap: wrap
}

.sale__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: auto
}

@media (min-width:1280px) {
    .sale__col.-left {
        flex: 0 0 408px;
        max-width: 408px
    }

    .sale__col.-right {
        flex: 0 0 calc(100% - 408px);
        max-width: calc(100% - 408px);
        padding-left: 48px
    }
}

.sale__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
}

.sale__text ul {
    list-style-type: disc;
    padding-left: 20px
}

.sale__text p {
    margin-bottom: 16px
}

.sale__btn {
    background: none;
    border: none;
    border-bottom: 1px solid #867c7c;
    color: inherit;
    color: #867c7c;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    padding: 0;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.sale__btn:hover {
    border-color: #453536;
    color: #453536;
    text-decoration: none
}

.sale__promo {
    align-items: center;
    border: 1px solid rgba(69, 53, 54, .16);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 8px
}

@media (min-width:768px) {
    .sale__promo {
        margin-bottom: 48px;
        max-width: 324px
    }
}

@media (min-width:1280px) {
    .sale__promo {
        margin-bottom: 0;
        padding: 12px
    }
}

.sale__promo-code {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.sale__promo-btn {
    background: #f0efef;
    color: #453536;
    font-size: 12px;
    height: 32px;
    line-height: 16px;
    padding: 8px;
    position: relative
}

.sale__promo-btn:hover {
    background: #b1aab2;
    color: #fff
}

.sale__promo-tooltip {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #453536;
    padding: 8px;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2
}

.sale__title {
    font-size: 26px;
    font-weight: 700px;
    line-height: 36px
}

.sale__tabs {
    margin: 0 -4px;
    overflow: hidden;
    padding-right: 35px;
    position: relative
}

.sale__tabs-item {
    background: rgba(69, 53, 54, .04);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    padding: 8px
}

.sale__tabs-item.-active,
.sale__tabs-item:hover {
    background: #edd6c4
}

.sale__tabs .slick-slide {
    padding: 0 4px
}

.sale__tabs .collection-tabs__nav {
    position: static
}

.sale__tabs .collection-tabs__nav-item {
    background: #fff;
    height: 37px;
    top: 50%;
    transform: translateY(-50%)
}

.sale__tabs .collection-tabs__nav-item.-next {
    box-shadow: -2px 0 16px rgba(69, 53, 54, .16);
    right: 0
}

.sale__tabs .collection-tabs__nav-item.-prev {
    box-shadow: 2px 0 16px rgba(69, 53, 54, .16);
    left: 0
}

.sale__tabs .collection-tabs__nav-item.-prev .b-icon {
    left: auto;
    right: 12px
}

.sale__tabs .collection-tabs__nav-item.slick-disabled {
    display: none !important
}

.sale__tabs .collection-tabs__nav-item .b-icon {
    left: 12px;
    position: absolute;
    top: 14px
}

.sale-slick {
    margin: 0 -6px -84px;
    position: relative
}

.sale-slick-slide {
    margin: 0 6px
}

.sale-slick-carousel>.slick-list {
    padding-bottom: 82px
}

.sale-slick .item-card {
    margin: 0
}

.sale-slick .item-card .product-labels__item.-discount,
.sale-slick .item-card__price span._new,
.sale-slick .item-card__price span._old {
    font-size: 14px
}

.sale-slick__nav {
    bottom: calc(50% + 100px);
    left: 8px;
    position: absolute;
    right: 8px;
    transform: translateY(50%);
    z-index: 2
}

.sale-slick__nav-item {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 14px 2px rgba(69, 53, 54, .16);
    height: 40px;
    position: absolute;
    width: 40px
}

.sale-slick__nav-item.-next {
    right: 0
}

.sale-slick__nav-item.-next .b-icon {
    transform: rotate(-90deg)
}

.sale-slick__nav-item.-prev {
    left: 0
}

.sale-slick__nav-item.-prev .b-icon {
    left: auto;
    right: 14px;
    transform: rotate(90deg)
}

.sale-slick__nav-item .b-icon {
    left: 14px;
    position: absolute;
    top: 15px
}

.sale-slick__nav-item.slick-disabled {
    display: none !important
}

.sale__grid {
    grid-gap: 24px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .sale__grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:1040px) {
    .sale__grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

.sale__bottom {
    display: flex;
    justify-content: center;
    margin-top: 28px
}

@media (min-width:768px) {
    .sale__bottom {
        margin-top: 44px
    }
}

.sale__bottom .btn {
    background: #edd6c4;
    color: #453536;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 16px;
    width: auto
}

.sale__bottom .btn:hover {
    background: #d2b5a7;
    color: #fff
}

.-mb24 {
    margin-bottom: 24px
}

.shops-map__note {
    font-size: 14px;
    line-height: 1.3
}

.b-card-slider__top {
    align-items: baseline;
    display: flex;
    margin-bottom: 30px
}

.b-card-slider__top .section-title {
    margin-bottom: 0
}

.b-card-slider__top .section-subtitle {
    align-self: center;
    font-size: 16px;
    line-height: 19px;
    margin-left: 15px
}

@media (max-width:760px) {
    .b-card-slider__top {
        flex-direction: column
    }

    .b-card-slider__top .section-subtitle {
        align-self: flex-start;
        margin-left: 0;
        margin-top: 10px
    }
}

.b-card-slider__carousel {
    margin: 0 -10px
}

@media (min-width:1201px) {
    .b-card-slider .slick-list {
        margin: 0 -30px -50px;
        padding: 15px 30px 50px
    }

    .b-card-slider .slick-list:after,
    .b-card-slider .slick-list:before {
        background-color: #fff;
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: 30px;
        z-index: 1
    }

    .b-card-slider .slick-list:before {
        left: -10px
    }

    .b-card-slider .slick-list:after {
        right: -10px
    }
}

@media (max-width:1200px)and (min-width:1024px) {
    .b-card-slider .slick-list {
        margin-bottom: -50px;
        padding-bottom: 50px
    }
}

.b-card-slider .slick-dots {
    align-items: center;
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 40px 0 0 -30px;
    padding: 0
}

.b-card-slider .slick-dots li {
    margin-left: 30px
}

.b-card-slider .slick-dots li.slick-active button {
    background: #d6c4c4;
    box-shadow: 0 0 0 5px hsla(0, 18%, 80%, .5)
}

.b-card-slider .slick-dots button {
    background: #fff1ea;
    border-radius: 50%;
    font-size: 0;
    height: 14px;
    width: 14px
}

@media (max-width:1024px) {
    .b-card-slider .section-subtitle {
        display: none
    }
}

@media (min-width:768px) {
    .b-card-slider__nav {
        display: flex;
        margin-left: auto
    }

    .b-card-slider__nav .slick-next,
    .b-card-slider__nav .slick-prev {
        align-items: center;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        display: flex;
        font-size: 0;
        height: 44px;
        justify-content: center;
        width: 44px
    }

    .b-card-slider__nav .slick-next:before,
    .b-card-slider__nav .slick-prev:before {
        background: url(../../../assets/site/images/icons-sprite.svg) -118px -2px no-repeat;
        content: "";
        display: inline-block;
        height: 15px;
        width: 9px
    }

    .b-card-slider__nav .slick-next:hover,
    .b-card-slider__nav .slick-prev:hover {
        background: #f0f0f2;
        border-color: #f0f0f2
    }

    .b-card-slider__nav .slick-prev:before {
        transform: rotate(180deg)
    }

    .b-card-slider__nav .slick-next {
        margin-left: 10px
    }

    .b-card-slider__nav.-disabled {
        display: none
    }
}

@media (max-width:767px) {
    .b-card-slider ._g-inner-padding {
        padding-bottom: 70px;
        position: relative
    }

    .b-card-slider .slick-dots {
        display: none !important
    }

    .b-card-slider__nav {
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0
    }

    .b-card-slider__nav .slick-next,
    .b-card-slider__nav .slick-prev {
        align-items: center;
        display: flex;
        font-size: 0;
        justify-content: center;
        padding: 10px 15px
    }

    .b-card-slider__nav .slick-next:before,
    .b-card-slider__nav .slick-prev:before {
        background: url(../../../assets/site/images/icons-sprite.svg) -2px -2px no-repeat;
        content: "";
        display: inline-block;
        height: 20px;
        width: 37px
    }

    .b-card-slider__nav .slick-next:before {
        transform: rotate(180deg)
    }
}

.jcf-option.jcf-option-hideme {
    display: none
}

.landing.-close-sale .b-main-info {
    background: #5c5483;
    color: #fff
}

.landing.-close-sale .b-main-info .b-button {
    background: #fde362;
    color: #3e3e3e
}

.landing.-close-sale .b-main-info__bg {
    display: flex;
    justify-content: flex-end
}

.landing.-close-sale .b-main-info__img {
    left: auto;
    margin-bottom: 70px;
    position: relative;
    top: auto
}

.landing.-close-sale .b-main-info__img img {
    max-width: 100%
}

@media (max-width:767px) {
    .landing.-close-sale .b-main-info__content {
        background: transparent;
        max-width: 100%;
        position: relative;
        z-index: 1
    }

    .landing.-close-sale .b-main-info__img {
        margin-bottom: 20px;
        width: 100%
    }

    .landing.-close-sale .b-main-info__bg {
        align-items: flex-end
    }

    .landing.-close-sale .b-main-info__bg img {
        width: 100%
    }

    .landing.-close-sale .b-main-info__title {
        font-size: 50px;
        line-height: 1;
        text-align: center
    }

    .landing.-close-sale .b-main-info__btn {
        bottom: auto;
        left: auto;
        padding-left: 25px;
        position: relative;
        right: auto;
        text-align: left
    }

    .landing.-close-sale .b-main-info__bg {
        z-index: 0
    }
}

@media (min-width:1024px) {
    .landing.-close-sale .b-main-info {
        background: linear-gradient(90deg, #5c5483 0, #5c5483 50%, #42336f 51%, #42336f)
    }

    .landing.-close-sale .b-main-info ._g-inner-padding {
        height: 595px
    }

    .landing.-close-sale .b-main-info__content {
        padding: 50px 0
    }

    .landing.-close-sale .b-main-info__title {
        font-size: 73px;
        line-height: 60px;
        max-width: 400px
    }

    .landing.-close-sale .b-main-info__bg {
        display: flex;
        justify-content: center
    }

    .landing.-close-sale .b-main-info .b-button {
        min-width: 315px
    }

    .landing.-close-sale .b-main-info__img {
        margin-bottom: 50px
    }
}

.landing.-close-sale .b-button {
    background: #5e4fa1;
    border: 0
}

@media (min-width:1024px) {
    .landing.-close-sale .b-info__wrap {
        max-width: 1005px
    }
}

.landing.-close-sale .b-info__img-wrap {
    margin-bottom: 0;
    margin-right: 30px
}

.landing.-close-sale .b-info__title {
    color: #5e4fa1
}

.landing.-close-sale .b-info__txt {
    color: #a08d8c
}

.landing.-close-sale .b-info__txt span {
    -webkit-text-fill-color: #5e4fa1;
    font-weight: 900
}

.landing.-close-sale .b-info__txt b {
    color: #5e4fa1;
    font-weight: 700
}

.landing.-close-sale .b-info__timer {
    background: #fde362
}

.landing.-close-sale .b-timer__count {
    background: #fff;
    color: #40366e
}

.landing.-close-sale .b-card-slider__carousel {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px
}

.landing.-close-sale .b-card-slider__item {
    margin-top: 30px;
    width: 100%
}

@media (min-width:768px) {
    .landing.-close-sale .b-card-slider__carousel {
        margin-left: -2%;
        margin-top: -30px
    }

    .landing.-close-sale .b-card-slider__item {
        margin-left: 2%;
        margin-top: 30px;
        width: 48%
    }
}

@media (min-width:1024px) {
    .landing.-close-sale .b-card-slider__item {
        margin-left: 2%;
        margin-top: 30px;
        width: 31.3%
    }
}

.landing.-close-sale .b-label {
    background: #dcc657;
    box-shadow: 0 0 0 10px rgba(220, 198, 87, .5)
}

.landing.-close-sale .b-card__price {
    color: #5c5483
}

.landing.-close-sale .b-card__btn .b-button {
    color: #fff
}

.landing.-close-sale .b-card__btn .b-button:hover {
    background: #fde362;
    color: #000
}

.landing.-close-sale .b-set-slider__img-small {
    background: #fde362
}

.landing.-close-sale .b-set-slider__bg {
    bottom: 0;
    position: absolute;
    right: -50px;
    z-index: -1
}

.landing.-close-sale .b-set-slider__gallery {
    overflow: hidden;
    padding-bottom: 35px;
    padding-right: 50px
}

.landing.-close-sale .b-set-slider__img-small {
    bottom: 0
}

.landing.-close-sale .b-set-slider .slick-list {
    margin-right: -50px
}

.landing.-close-sale .b-product-plus__bg {
    left: 0;
    right: 0
}

.landing.-close-sale .b-product-plus__item {
    background: rgba(253, 227, 98, .5);
    color: #5e4fa1
}

.landing.-close-sale .b-product-plus__item.-darken {
    background: #5e4fa1;
    color: #fff
}

.landing.-close-sale .b-product-plus__item.-lighten {
    background: #fde362
}

.landing.-close-sale .b-product-plus__item.-gray {
    background: #b7b7b7
}

.landing.-close-sale .b-product-plus__name {
    font-size: 22px;
    font-weight: 700
}

@media (min-width:768px) {
    .landing.-close-sale .b-product-plus {
        background: #fde362;
        overflow: hidden
    }

    .landing.-close-sale .b-product-plus__content {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        text-align: right
    }

    .landing.-close-sale .b-product-plus__bg img {
        transform: translateX(-60%)
    }

    .landing.-close-sale .b-product-plus .section-title {
        color: #3e3e3e
    }

    .landing.-close-sale .b-product-plus__item {
        background: transparent;
        text-align: right
    }

    .landing.-close-sale .b-product-plus__item.-lighten {
        background: hsla(0, 0%, 100%, .4)
    }
}

@media (min-width:1024px) {
    .landing.-close-sale .b-product-plus .section-title {
        font-size: 53px;
        line-height: 1.1;
        max-width: 455px
    }

    .landing.-close-sale .b-product-plus__bg {
        align-items: flex-end;
        display: flex
    }

    .landing.-close-sale .b-product-plus__bg img {
        transform: translateX(-50%)
    }
}

.collection__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 90px
}

.collection__content {
    width: 50%
}

.collection__content .b-button {
    background: #f3e0dc;
    color: #3e3e3e;
    transition: all .2s
}

.collection__content .b-button:hover {
    background-color: #d8c0be;
    color: #fff
}

.collection__img-wrap {
    align-self: flex-start;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 50%
}

.collection__img-wrap img {
    max-width: 100%
}

.collection__title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 12px
}

.collection__title span {
    color: #a3a3a3
}

.collection__subtitle {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 22px
}

.collection__txt {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px
}

.collection__txt p {
    margin: 0 0 30px
}

.collection__txt b {
    font-weight: 700;
    letter-spacing: -.4px
}

.collection__info {
    margin: 0 -15px 30px;
    position: relative
}

.collection__info .collection__txt {
    position: absolute;
    right: 170px;
    top: 41px;
    width: 390px
}

.collection__bg-wrap {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 665px
}

.collection__bottom {
    margin: 0 -15px;
    position: relative
}

.collection__bottom .collection__bg-wrap {
    height: 580px
}

.collection__bottom .collection__txt {
    background: hsla(10, 49%, 91%, .75);
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    justify-content: center;
    left: 0;
    line-height: 35px;
    padding: 0 40px 0 150px;
    position: absolute;
    top: 0;
    width: 535px
}

.collection__bottom .b-button {
    background: #b1aab2;
    transition: all .2s
}

.collection__bottom .b-button:hover {
    background: #988f9a
}

.collection .collection-tabs {
    margin-bottom: 35px
}

.collection .catalog {
    margin-bottom: 15px;
    max-width: 100%;
    padding-top: 30px
}

.collection .catalog ._g-row {
    margin-top: -20px
}

.collection .catalog ._g-col {
    margin: 20px 0 0
}

.collection .catalog .collection__title {
    font-size: 40px;
    margin-bottom: 19px
}

.collection .btn_more {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.collection .btn_more .btn {
    padding: 0 80px;
    width: auto
}

.collection .btn_more .btn:hover {
    background: #988f9a
}

.collection .item-card {
    background-color: #fff;
    display: flex;
    flex-direction: column
}

.collection .item-card__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.collection .item-card__price {
    margin-top: auto
}

.collection .item-card__price:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .collection .item-card:hover .item-card__info {
        padding-bottom: 20px !important
    }
}

.collection .item-card .btn {
    background: #fff1ea;
    color: #000
}

.collection .item-card .btn:hover {
    background-color: #d8c0be;
    color: #fff
}

.collection .item-card:hover .btn {
    display: block
}

.collection .item-card:hover .item-card__pic {
    background: transparent
}

.collection .item-card__info {
    padding-bottom: 20px
}

.collection .item-card__fav {
    right: 20px;
    top: 25px
}

.collection .item-card__discount {
    top: 20px
}

@media (max-width:1280px) {
    .collection__bg-wrap {
        background-position: 50% 50%
    }

    .collection__info {
        margin: 0 -40px 30px
    }

    .collection__info .collection__txt {
        background-color: #fff;
        padding: 0 20px;
        position: absolute;
        right: 15%;
        width: 410px
    }

    .collection__bottom {
        margin: 0 -40px
    }

    .collection__bottom .collection__txt {
        padding-left: 80px
    }
}

@media (max-width:980px) {
    .collection__info {
        margin: 0 -40px 30px
    }

    .collection__info .collection__txt {
        right: 25%;
        top: 0;
        width: 380px
    }

    .collection__info .collection__bg-wrap {
        background-position: 100% 100%;
        height: 535px
    }

    .collection__wrap {
        margin-bottom: 50px
    }

    .collection__title {
        font-size: 34px
    }

    .collection__subtitle {
        font-size: 26px;
        line-height: 30px
    }

    .collection__txt {
        font-size: 18px;
        line-height: 24px
    }

    .collection__bottom {
        margin: 0 -30px
    }

    .collection__bottom .collection__txt {
        font-size: 24px;
        line-height: 28px;
        padding: 50px;
        width: 50%
    }

    .collection__bottom .collection__bg-wrap {
        height: 500px
    }
}

@media (max-width:760px) {
    .collection {
        padding-top: 40px
    }

    .collection__wrap {
        flex-direction: column
    }

    .collection__content {
        margin-bottom: 30px;
        width: 100%
    }

    .collection__img-wrap {
        width: 100%
    }

    .collection__info {
        margin: 0 -10px 30px
    }

    .collection__info .collection__txt {
        position: relative;
        right: auto;
        width: 100%
    }

    .collection__info .collection__bg-wrap {
        background-position: 0 55%;
        height: 350px
    }

    .collection__bottom .collection__txt {
        padding: 20px 30px;
        position: relative;
        width: 100%
    }

    .collection__bottom .collection__bg-wrap {
        background-position: 70% 90%;
        height: 350px
    }

    .collection .b-button {
        font-size: 18px;
        width: 100%
    }
}

@media (max-width:500px) {
    .collection__bottom .collection__bg-wrap {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px
    }
}

.collection2 .collection__wrap {
    margin-bottom: 0
}

@media (max-width:760px) {
    .collection2 .collection__wrap {
        flex-direction: column-reverse
    }

    .collection2 .collection__content {
        text-align: center
    }

    .collection2 .collection__title {
        font-size: 32px
    }
}

.collection2 .collection__bg-wrap2 {
    margin: 0 -15px
}

@media (max-width:1280px) {
    .collection2 .collection__bg-wrap2 {
        margin: 0 -40px
    }
}

@media (max-width:980px) {
    .collection2 .collection__bg-wrap2 {
        margin: 0 -30px
    }
}

@media (max-width:760px) {
    .collection2 .collection__bg-wrap2 {
        margin: 0 -10px
    }
}

@media (max-width:500px) {
    .collection2 .collection__bg-wrap2 {
        background-position: top;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.collection2 .collection__bg-wrap2 img {
    height: auto;
    max-width: 100%
}

@media (max-width:500px) {
    .collection2 .collection__bg-wrap2 img {
        display: none
    }
}

.collection2 .collection__info2 {
    margin-bottom: 76px;
    position: relative
}

@media (max-width:1280px) {
    .collection2 .collection__info2 {
        margin-bottom: 40px
    }
}

@media (max-width:760px) {
    .collection2 .collection__info2 {
        margin-bottom: 24px
    }
}

@media (max-width:500px) {
    .collection2 .collection__info2 {
        min-height: 600px
    }
}

.collection2 .collection__info2 .collection__txt2 {
    background-color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 51%;
    transform: translate(-50%);
    width: 42%
}

.collection2 .collection__info2 .collection__txt2 p:not(:first-child) {
    margin: 0
}

@media (max-width:1280px) {
    .collection2 .collection__info2 .collection__txt2 {
        font-size: 18px
    }
}

@media (max-width:980px) {
    .collection2 .collection__info2 .collection__txt2 {
        font-size: 14px;
        width: 45%
    }

    .collection2 .collection__info2 .collection__txt2 p {
        margin: 0 0 10px
    }
}

@media (max-width:760px) {
    .collection2 .collection__info2 .collection__txt2 {
        line-height: 17px;
        width: 55%
    }
}

@media (max-width:500px) {
    .collection2 .collection__info2 .collection__txt2 {
        top: 45%;
        width: 70%
    }
}

@media (max-width:400px) {
    .collection2 .collection__info2 .collection__txt2 {
        top: 38%
    }
}

@media (max-width:350px) {
    .collection2 .collection__info2 .collection__txt2 {
        top: 32%;
        width: 75%
    }
}

@media (max-width:760px) {
    .collection2 .collection__txt {
        text-align: center
    }
}

.collection3 .collection__info2 .collection__txt2 {
    top: 48%;
    width: 42%
}

.collection3 .collection__info2 .collection__txt2 p:first-child {
    margin: 0 0 20px
}

@media (max-width:980px) {
    .collection3 .collection__info2 .collection__txt2 p:first-child {
        margin: 0 0 10px
    }
}

@media (max-width:760px) {
    .collection3 .collection__info2 .collection__txt2 {
        width: 55%
    }
}

@media (max-width:500px) {
    .collection3 .collection__info2 .collection__txt2 {
        top: 40%;
        width: 70%
    }
}

@media (max-width:400px) {
    .collection3 .collection__info2 .collection__txt2 {
        top: 32%
    }
}

@media (max-width:350px) {
    .collection3 .collection__info2 .collection__txt2 {
        top: 28%;
        width: 75%
    }
}

@media (max-width:500px) {
    .collection3 .collection__bg-wrap2 {
        background-position: top;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.collection4 .collection__info2 .collection__txt2 {
    top: 52%;
    width: 42%
}

.collection4 .collection__info2 .collection__txt2 p:first-child {
    margin: 0 0 20px
}

@media (max-width:980px) {
    .collection4 .collection__info2 .collection__txt2 p:first-child {
        margin: 0 0 10px
    }
}

@media (max-width:760px) {
    .collection4 .collection__info2 .collection__txt2 {
        top: 50%;
        width: 50%
    }
}

@media (max-width:620px) {
    .collection4 .collection__info2 .collection__txt2 {
        top: 49%;
        width: 65%
    }
}

@media (max-width:500px) {
    .collection4 .collection__info2 .collection__txt2 {
        top: 39%;
        width: 70%
    }
}

@media (max-width:400px) {
    .collection4 .collection__info2 .collection__txt2 {
        top: 30%
    }
}

@media (max-width:350px) {
    .collection4 .collection__info2 .collection__txt2 {
        top: 26%;
        width: 76%
    }
}

@media (max-width:500px) {
    .collection4 .collection__bg-wrap2 {
        background-position: top;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.collection5 .collection__info2 .collection__txt2 {
    top: 49%;
    width: 42%
}

.collection5 .collection__info2 .collection__txt2 p:first-child {
    margin: 0 0 20px
}

@media (max-width:980px) {
    .collection5 .collection__info2 .collection__txt2 {
        width: 48%
    }

    .collection5 .collection__info2 .collection__txt2 p:first-child {
        margin: 0 0 10px
    }
}

@media (max-width:760px) {
    .collection5 .collection__info2 .collection__txt2 {
        top: 48%;
        width: 50%
    }
}

@media (max-width:620px) {
    .collection5 .collection__info2 .collection__txt2 {
        top: 49%;
        width: 65%
    }
}

@media (max-width:500px) {
    .collection5 .collection__info2 .collection__txt2 {
        top: 34%;
        width: 70%
    }
}

@media (max-width:400px) {
    .collection5 .collection__info2 .collection__txt2 {
        top: 26%
    }
}

@media (max-width:350px) {
    .collection5 .collection__info2 .collection__txt2 {
        top: 24%;
        width: 76%
    }
}

@media (max-width:500px) {
    .collection5 .collection__bg-wrap2 {
        background-position: top;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

.collection-card {
    text-align: center
}

.collection-card__pic {
    display: flex;
    font-size: 0;
    margin-bottom: 20px
}

.collection-card__pic img {
    width: 100%
}

.collection-card__name {
    display: block;
    font-size: 26px;
    margin-bottom: 10px
}

.collection-card__link {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.collection-card__link a {
    align-items: center;
    display: flex;
    justify-content: center
}

.collection-card__link a:hover {
    border-bottom: 1px solid
}

.collection-card__link .b-icon {
    height: 8px;
    margin-left: 7px;
    transform: rotate(-90deg);
    width: 11px
}

.collection.-italy .collection__wrap {
    margin-bottom: 10px
}

.collection.-italy .collection__img-wrap {
    align-items: flex-start;
    margin-top: -75px;
    position: relative;
    width: 52%
}

.collection.-italy .collection__img-wrap:before {
    background: #fff1ea;
    bottom: 55px;
    content: "";
    left: 80px;
    position: absolute;
    right: -1000px;
    top: 100px;
    z-index: -1
}

@media (min-width:1281px) {
    .collection.-italy .collection__img-wrap {
        padding-right: 100px
    }
}

@media (max-width:1280px)and (min-width:1020px) {
    .collection.-italy .collection__img-wrap {
        padding-right: 55px
    }
}

.collection.-italy .collection__content {
    width: 48%
}

.collection.-italy .collection__img.-logo {
    bottom: 0;
    position: absolute;
    right: 0
}

@media (max-width:1280px)and (min-width:1020px) {
    .collection.-italy .collection__img {
        width: 35px
    }
}

@media (max-width:767px) {
    .collection.-italy .collection__wrap {
        margin-right: -10px
    }

    .collection.-italy .collection__content {
        display: none
    }

    .collection.-italy .collection__img-wrap {
        margin-top: -40px;
        padding-left: 50px;
        padding-right: 0;
        width: 100%
    }

    .collection.-italy .collection__img-wrap:before {
        bottom: 0;
        left: -15px;
        top: 0
    }

    .collection.-italy .collection__img.-logo {
        left: 0;
        right: auto;
        width: 25px
    }
}

.collection__buy {
    align-items: center;
    display: flex;
    position: relative
}

@media (min-width:1281px) {
    .collection__buy {
        margin-top: 90px;
        padding: 50px 0
    }
}

@media (max-width:1280px)and (min-width:767px) {
    .collection__buy {
        margin-top: 30px;
        padding: 25px 0
    }
}

.collection__buy .b-icon {
    margin-left: 10px;
    transition: all .3s
}

.collection__buy:before {
    background: #f5f5f5;
    bottom: 0;
    content: "";
    left: -1000px;
    position: absolute;
    right: -100px;
    top: 0;
    z-index: -1
}

.collection__buy a {
    color: #3e3e3e;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    transition: all .3s
}

.collection__buy a:hover {
    color: #d6c4c4;
    text-decoration: underline
}

.collection__buy a:hover .b-icon {
    opacity: 0;
    transform: translateX(100%)
}

.collection.-new {
    padding-top: 0
}

.collection.-new .collection-tabs__item.-active {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
    color: var(--btn-txt-color)
}

.collection.-new .collection-tabs.-with-overflow {
    box-shadow: none;
    padding: 0
}

@media (max-width:767px) {
    .collection.-new .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span {
        padding: 0 0 0 25px !important
    }
}

.collection.-new .collection__wrap {
    align-items: flex-start;
    color: var(--txt-font-color);
    margin-bottom: 20px;
    padding: 30px 0;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .collection.-new .collection__wrap {
        padding: 80px 0
    }
}

.collection.-new .collection__wrap a {
    text-decoration: underline
}

.collection.-new .collection__wrap b {
    font-weight: 700
}

.collection.-new .collection__wrap:before {
    background-color: var(--txt-bg-color);
    bottom: 0;
    content: "";
    left: -1999px;
    position: absolute;
    right: -1999px;
    top: 0;
    z-index: -1
}

.collection.-new .collection__subtitle {
    font-size: 20px;
    line-height: 1
}

@media (min-width:768px) {
    .collection.-new .collection__main {
        width: 50%
    }
}

@media (min-width:1024px) {
    .collection.-new .collection__main {
        width: 460px
    }
}

@media (min-width:768px) {
    .collection.-new .collection__txt {
        width: 50%
    }
}

@media (min-width:1024px) {
    .collection.-new .collection__txt {
        width: 460px
    }
}

.collection.-new .item-card__pic {
    margin-bottom: 15px;
    position: relative
}

.collection.-new .item-card__content:before {
    display: none
}

.collection.-new .item-card__btns ._g-col {
    margin: 0 !important;
    padding: 0 10px
}

.collection.-new .item-card__btns ._g-row {
    margin: 0 -10px
}

.collection.-new .item-card__btns .btn.-detail {
    background-color: transparent;
    border: 1px solid #3e3e3e
}

.collection.-new .item-card__btns .btn.-detail:hover {
    background-color: #3e3e3e;
    color: #fff
}

.collection.-new .item-card__btns .btn.-buy {
    background-color: var(--btn-bg-color);
    color: var(--btn-txt-color)
}

.collection.-new .item-card__btns .btn.-buy:hover {
    background-color: #d8c0be;
    color: #fff
}

.collection.-new .collection-tabs__item {
    border-radius: 4px
}

.collection.-new .catalog__bottom {
    margin-top: 40px
}

.collection.-new .catalog__bottom .btn_more {
    margin-top: 0
}

.collection-page {
    margin-bottom: 50px
}

.collection-page__top {
    color: var(--txt-font-color);
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.collection-page__top a {
    text-decoration: underline
}

.collection-page__top h1 {
    font-size: 30px;
    margin-bottom: 10px
}

.collection-page__top:before {
    background-color: var(--txt-bg-color);
    bottom: 0;
    content: "";
    left: -1999px;
    position: absolute;
    right: -1999px;
    top: 0;
    z-index: -1
}

.collection-page__content ._g-row {
    margin-top: -40px
}

.collection-page__content ._g-col {
    margin: 40px 0 0
}

.collection-page .catalog__bottom {
    margin-top: 40px
}

.collection-page .catalog__bottom .btn_more .btn {
    border-radius: 4px;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0 80px;
    width: auto
}

.collection-slider {
    padding-bottom: 90px;
    position: relative
}

.collection-slider:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    left: -1999px;
    position: absolute;
    top: -370px;
    z-index: -1
}

@media (min-width:1281px) {
    .collection-slider:before {
        right: 460px
    }
}

@media (max-width:1280px)and (min-width:1020px) {
    .collection-slider:before {
        right: 310px
    }
}

@media (max-width:1023px)and (min-width:768px) {
    .collection-slider:before {
        right: 150px;
        top: -200px
    }
}

@media (max-width:767px) {
    .collection-slider:before {
        right: -10px;
        top: 0
    }

    .collection-slider {
        padding-bottom: 30px;
        padding-top: 20px
    }
}

.collection-slider__carousel {
    margin: 0 -10px
}

.collection-slider__inner {
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    margin: 0 10px;
    padding: 25px 0;
    position: relative
}

@media (min-width:1281px) {
    .collection-slider__inner {
        height: 350px;
        width: 540px
    }
}

@media (max-width:1280px)and (min-width:1024px) {
    .collection-slider__inner {
        height: 312px;
        width: 480px
    }
}

@media (max-width:1023px)and (min-width:767px) {
    .collection-slider__inner {
        height: 325px;
        width: 325px
    }
}

@media (max-width:767px) {
    .collection-slider__inner {
        height: 320px;
        width: 100%
    }
}

.collection-slider__inner:hover:before {
    background-color: hsla(0, 18%, 80%, .7);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.collection-slider__inner:hover .collection-slider__content {
    padding-right: 80px
}

.collection-slider__inner:hover .collection-slider__content:after {
    opacity: 1
}

.collection-slider__content {
    background-color: hsla(0, 0%, 100%, .9);
    display: block;
    padding: 18px 26px 18px 21px;
    position: relative;
    transition: all .2s;
    z-index: 1
}

.collection-slider__content:after {
    background: url(../../../assets/site/images/icons-sprite.svg) -84px -2px no-repeat;
    content: "";
    height: 12px;
    opacity: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 30px
}

.collection-slider__subtitle {
    color: #a0a0a0;
    display: block;
    font-size: 18px;
    line-height: 22px
}

.collection-slider__name {
    color: #3e3e3e;
    display: block;
    font-size: 30px;
    line-height: 30px
}

.collection-slider__logo {
    bottom: 125px;
    margin-right: 40px;
    position: absolute;
    right: 100%;
    z-index: 2
}

@media (max-width:1280px) {
    .collection-slider__logo {
        display: none
    }
}

.collection-slider .slick-list {
    overflow: visible;
    position: relative
}

.collection-slider .slick-list:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    left: -1999px;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1
}

.collection-slider .slick-dots {
    align-items: center;
    display: flex;
    margin-top: 30px
}

.collection-slider .slick-dots li {
    color: #d3d3d3;
    cursor: pointer;
    font-size: 0;
    height: 10px;
    margin: 0 10px;
    position: relative;
    width: 10px
}

.collection-slider .slick-dots li.slick-active {
    color: #d6c4c4;
    cursor: default
}

.collection-slider .slick-dots li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s;
    width: 10px
}

.collection-slider .slick-dots li:hover:before {
    height: 14px;
    width: 14px
}

@media (max-width:767px) {
    .collection-slider .slick-dots {
        justify-content: center
    }
}

.collection-slider .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .collection-slider .title {
        font-size: 28px;
        line-height: 30px
    }
}

.collection-tabs {
    position: relative
}

@media (min-width:1281px) {
    .collection-tabs.-with-overflow .collection-tabs__item {
        width: 15.6%
    }
}

@media (max-width:1023px)and (min-width:768px) {
    .collection-tabs.-with-overflow .collection-tabs__item {
        width: 24%
    }
}

.collection-tabs.-with-overflow.-open-list .collection-tabs__list {
    height: auto
}

.collection-tabs.-with-overflow.-open-list .b-icon.-arrow-bottom {
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .collection-tabs.-with-overflow {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
        display: flex;
        padding: 20px 15px
    }

    .collection-tabs.-with-overflow .collection-tabs__list {
        height: 55px;
        overflow: hidden
    }

    .collection-tabs.-with-overflow .input-select {
        display: none
    }
}

@media (max-width:767px) {
    .collection-tabs.-with-overflow .collection-tabs__list {
        display: none
    }

    .collection-tabs.-with-overflow .jcf-list-content {
        max-height: 275px !important
    }

    .collection-tabs.-with-overflow .input-select {
        position: relative
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-opener:after {
        background-image: url(../../../assets/site/images/arrow-bottom-new.svg);
        height: 10px;
        right: 15px;
        width: 14px
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-drop .jcf-select-drop-content {
        border: 1px solid #e8e8e8
    }

    .collection-tabs.-with-overflow .input-select__name {
        color: #a0a0a0;
        font-size: 20px;
        left: 11px;
        line-height: 24px;
        position: absolute;
        top: 16px;
        z-index: 1
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li {
        border-top: 1px solid #e8e8e8
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li:first-child {
        border-top: 0
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span {
        font-size: 20px !important;
        height: 55px;
        line-height: 55px;
        padding: 0 0 0 15px !important
    }

    .collection-tabs.-with-overflow .jcf-select {
        background: #fff1ea;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
        height: 56px
    }

    .collection-tabs.-with-overflow .jcf-select-text {
        align-items: center;
        color: #d6c4c4;
        display: flex;
        font-size: 20px;
        height: 100%;
        line-height: 21px;
        padding-left: 100px;
        padding-right: 35px;
        white-space: inherit
    }

    .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-hover,
    .collection-tabs.-with-overflow .input-select .jcf-select-drop-content .jcf-list-content ul li span:hover {
        background-color: transparent;
        color: #d6c4c4
    }
}

.collection-tabs__list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -1%
}

.collection-tabs__list.slick-slider {
    display: block;
    height: auto !important;
    margin: 0;
    width: 100%
}

.collection-tabs__list.slick-slider .slick-slide {
    padding: 0 5px
}

.collection-tabs__list.slick-slider .collection-tabs__item {
    margin: 0;
    width: 100%
}

@media (max-width:768px) {
    .collection-tabs__list.slick-slider .collection-tabs__item {
        font-size: 14px
    }
}

.collection-tabs__list .slick-track {
    margin: 0
}

.collection-tabs__item {
    align-items: center;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    color: #a0a0a0;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    line-height: 15px;
    margin: 15px 0 0 1%;
    padding: 0 8px;
    text-align: center;
    width: 19%
}

.collection-tabs__item:hover {
    border: 1px solid #d6c4c4;
    color: #d6c4c4
}

.collection-tabs__item.-active {
    background: #d6c4c4;
    border: 1px solid #c4c4c4;
    color: #fff;
    cursor: default
}

.collection-tabs__arrow {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    padding: 0 15px
}

.collection-tabs__arrow:hover {
    color: #d6c4c4
}

@media (min-width:1281px) {
    .collection-tabs__arrow {
        margin-left: 40px
    }
}

@media (max-width:767px) {
    .collection-tabs__arrow {
        display: none
    }
}

.collection-tabs__item-count {
    background-color: #fff1ea;
    border-radius: 50%;
    color: #6d0f0f;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    min-width: 30px;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:767px)and (min-width:431px) {
    .collection-tabs__item {
        width: 32%
    }
}

@media (max-width:430px) {
    .collection-tabs__item {
        width: 49%
    }
}

.collection-tabs__img {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    height: 56px;
    margin: 0 auto 10px;
    width: 56px
}

@media (min-width:1024px) {
    .collection-tabs__img {
        height: 130px;
        width: 130px
    }
}

.collection-tabs__nav {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

.collection-tabs__nav-item {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px
}

.collection-tabs__nav-item.-prev {
    left: -20px
}

.collection-tabs__nav-item.-prev .b-icon {
    transform: rotate(90deg)
}

.collection-tabs__nav-item.-next {
    right: -20px
}

.collection-tabs__nav-item.-next .b-icon {
    transform: rotate(-90deg)
}

.collection-tabs.-with-img .collection-tabs__item {
    border: 0;
    color: #425463;
    font-weight: 400;
    height: auto;
    padding: 0 5px;
    text-align: center
}

@media (max-width:768px) {
    .collection-tabs.-with-img .collection-tabs__item {
        font-size: 12px
    }
}

@media (min-width:1024px) {
    .collection-tabs.-with-img .collection-tabs__list {
        padding: 0 100px
    }
}

.landing-prices {
    background: #fde362;
    padding: 25px 0 15px
}

.landing-prices__item {
    color: #40366e;
    margin-top: 20px
}

.landing-prices__item:first-child {
    margin-top: 0
}

.landing-prices__value {
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

.landing-prices__txt {
    color: #68628a;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

@media (max-width:767px) {
    .landing-prices__item {
        align-items: center;
        background: #fff;
        border-radius: 8px;
        display: flex;
        height: 65px;
        justify-content: center;
        line-height: 65px
    }

    .landing-prices__value {
        width: 100px
    }

    .landing-prices__txt {
        margin-left: 20px;
        width: 120px
    }
}

@media (min-width:768px) {
    .landing-prices__list {
        display: flex;
        justify-content: center;
        margin-left: -90px
    }

    .landing-prices__item {
        margin-left: 90px;
        margin-top: 0;
        width: 220px
    }

    .landing-prices__value {
        background: #fff;
        border-radius: 8px;
        height: 65px;
        line-height: 65px
    }

    .landing-prices__txt {
        margin-top: 15px;
        text-align: center
    }
}

.b-main-info {
    background: #fff6f2;
    color: #3e3e3e
}

.b-main-info ._g-inner-padding {
    position: relative
}

.b-main-info__bg {
    background-position: 100% 0;
    background-size: contain;
    bottom: 0;
    font-size: 0;
    height: 100%;
    left: -75px;
    position: absolute;
    right: -75px;
    top: 0
}

@media screen and (max-width:1449px)and (min-width:1024px) {
    .b-main-info__bg {
        left: 0;
        right: 0
    }
}

.b-main-info__title {
    font-size: 43px;
    font-weight: 900;
    line-height: 51px;
    margin-bottom: 10px
}

.b-main-info__content {
    max-width: 515px;
    padding: 130px 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.b-main-info__txt {
    font-size: 27px;
    line-height: 32px
}

.b-main-info__btn {
    margin-top: 40px
}

.b-main-info__img {
    left: 50%;
    position: absolute;
    top: 0
}

.b-main-info__bg-txt {
    bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    position: absolute
}

.b-main-info__bg-mobile {
    display: none
}

@media (max-width:1280px) {

    .b-main-info__bg-txt,
    .b-main-info__img {
        left: 41%
    }
}

@media (max-width:1100px) {
    .b-main-info__bg {
        background-size: cover
    }

    .b-main-info__bg-txt,
    .b-main-info__img {
        left: 47%
    }
}

@media (max-width:1023px) {
    .b-main-info__content {
        max-width: 320px;
        padding: 75px 0
    }

    .b-main-info__bg {
        background-position: 40px 0
    }

    .b-main-info__title {
        font-size: 35px;
        line-height: 40px
    }

    .b-main-info__txt {
        font-size: 25px;
        line-height: 30px
    }

    .b-main-info__btn {
        margin-top: 33px
    }

    .b-main-info__img {
        left: 44%;
        top: 29px;
        width: 190px
    }

    .b-main-info__bg-txt {
        color: #fff;
        left: 44%
    }
}

@media (max-width:767px) {
    .b-main-info {
        background-color: transparent;
        position: relative
    }

    .b-main-info:before {
        background: #fff6f2;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -2
    }

    .b-main-info ._g-inner-padding {
        height: calc(100vh - 110px);
        padding: 0
    }

    .b-main-info__content {
        background: linear-gradient(180deg, #fff6f2 0, rgba(255, 246, 242, 0));
        max-width: 320px;
        padding: 25px 10px;
        position: static
    }

    .b-main-info__title {
        font-size: 25px;
        line-height: 28px
    }

    .b-main-info__txt {
        font-size: 20px;
        line-height: 24px
    }

    .b-main-info__bg {
        background: none !important;
        left: 0;
        right: 0;
        z-index: -1
    }

    .b-main-info__bg-txt {
        color: #000;
        left: 44%
    }

    .b-main-info__bg-mobile {
        background-position: bottom;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .b-main-info__bg-mobile:before {
        background: linear-gradient(1turn, hsla(0, 0%, 100%, .84) 12.5%, hsla(0, 0%, 100%, 0) 88.75%);
        bottom: 0;
        content: "";
        height: 60px;
        left: 0;
        position: absolute;
        right: 0
    }

    .b-main-info__img {
        bottom: 43%;
        left: 10px;
        top: auto;
        width: 126px
    }

    .b-main-info__btn {
        bottom: 40px;
        left: 45px;
        position: absolute;
        right: 45px;
        text-align: center
    }
}

.b-timer__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 13px
}

.b-timer__list {
    display: flex
}

.b-timer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 36px;
    text-align: center;
    width: 115px
}

.b-timer__item.-hidden {
    display: none
}

.b-timer__count {
    background: #3e3e3e;
    border-radius: 8px;
    color: #fff;
    font-size: 74px;
    height: 93px;
    line-height: 93px;
    width: 55px
}

.b-timer__name {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
    text-transform: uppercase;
    width: 100%
}

@media (max-width:1024px) {
    .b-timer__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 18px
    }

    .b-timer__item {
        margin-right: 29px
    }
}

@media (max-width:767px) {
    .b-timer__count {
        font-size: 50px;
        height: 68px;
        line-height: 68px;
        width: 40px
    }

    .b-timer__item {
        margin-left: 20px;
        margin-right: 0;
        width: 85px
    }

    .b-timer__item:first-child {
        margin-left: 0
    }

    .b-timer__name {
        font-size: 14px;
        line-height: 17px
    }
}

.ch-carousel-catalog {
    margin-left: -8px;
    margin-right: -8px
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog {
        margin-left: 0;
        margin-right: 0;
        padding: 16px 0
    }
}

.ch-carousel-catalog .swiper-horizontal>.swiper-scrollbar {
    background: var(--color-white);
    border-radius: 10px;
    position: static;
    width: 100%
}

.ch-carousel-catalog__row {
    --grid-gap: 8px
}

@media screen and (min-width:1200px) {
    .ch-carousel-catalog__row {
        --grid-gap: 8px
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-catalog__row {
        --grid-gap: 0
    }
}

.ch-carousel-catalog__swiper {
    margin-left: -8px;
    margin-right: -8px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__swiper {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-carousel-catalog__swiper .swiper-wrapper {
    padding-right: 8px
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__swiper .swiper-wrapper {
        padding-right: 0
    }
}

.ch-carousel-catalog__swiper .swiper-slide {
    width: 176px
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__swiper .swiper-slide {
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-catalog__swiper .swiper-slide:not(.ch-product-card__swiper-item) {
        width: 50%
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-catalog__swiper .swiper-slide:not(.ch-product-card__swiper-item) {
        width: 33.3333333%
    }
}

.ch-carousel-catalog__banner {
    --grid-gap: 8px
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__banner {
        align-items: flex-start;
        background: var(--color-grey100);
        display: flex;
        flex-direction: column;
        font-family: var(--font-futura-pt);
        font-size: var(--header-2);
        height: 100%;
        justify-content: space-between;
        line-height: var(--font-lh-m);
        padding: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-catalog__banner {
        --grid-gap: 8px;
        padding: 40px
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-catalog__banner {
        --grid-gap: 0
    }
}

.ch-carousel-catalog__banner-link {
    align-items: flex-end;
    color: var(--color-brand-violent);
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: var(--font-lh)
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__banner-link {
        align-items: center;
        font-family: var(--font-roboto);
        font-size: var(--font-sz-m);
        font-size: var(--font-sz-l);
        font-weight: 500;
        margin-top: 16px
    }
}

.ch-carousel-catalog__banner-link .b-icon {
    font-size: 24px;
    margin-left: 8px
}

.ch-carousel-catalog__banner-wrapper {
    height: 100%;
    padding: 8px
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog__banner-wrapper {
        padding-bottom: 0;
        padding-left: 0
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-catalog__banner-wrapper {
        padding: 16px 12px 16px 0
    }
}

@media screen and (min-width:768px) {
    .ch-carousel-catalog .swiper-wrapper__shadow {
        padding: 6px
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-catalog .swiper-wrapper__shadow {
        padding: 10px
    }
}

.ch-carousel-maintop {
    padding-bottom: 24px;
    padding-top: 24px
}

@media screen and (min-width:1200px) {
    .ch-carousel-maintop {
        padding-bottom: 32px;
        padding-top: 32px
    }
}

@media screen and (min-width:768px) {

    .ch-carousel-maintop--banner .ch-carousel-maintop__aside,
    .ch-carousel-maintop--carousel .ch-carousel-maintop__aside {
        flex: 0 0 194px;
        max-width: 194px
    }
}

@media screen and (min-width:1200px) {

    .ch-carousel-maintop--banner .ch-carousel-maintop__aside,
    .ch-carousel-maintop--carousel .ch-carousel-maintop__aside {
        flex: 0 0 302px;
        max-width: 302px
    }
}

@media screen and (min-width:1440px) {

    .ch-carousel-maintop--banner .ch-carousel-maintop__aside,
    .ch-carousel-maintop--carousel .ch-carousel-maintop__aside {
        flex: 0 0 360px;
        max-width: 360px
    }
}

@media screen and (min-width:1920px) {

    .ch-carousel-maintop--banner .ch-carousel-maintop__aside,
    .ch-carousel-maintop--carousel .ch-carousel-maintop__aside {
        flex: 0 0 484px;
        max-width: 484px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-maintop--carousel .ch-carousel-maintop__img {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.ch-carousel-maintop--carousel .ch-carousel-maintop__base {
    margin-right: auto
}

@media screen and (min-width:1200px) {
    .ch-carousel-maintop--carousel .ch-carousel-maintop__base {
        flex: 0 0 calc(100% - var(--grid-gap) - 318px);
        max-width: calc(100% - var(--grid-gap) - 318px)
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-maintop--carousel .ch-carousel-maintop__base {
        flex: 0 0 calc(100% - var(--grid-gap) - 376px);
        max-width: calc(100% - var(--grid-gap) - 376px)
    }
}

@media screen and (min-width:1920px) {
    .ch-carousel-maintop--carousel .ch-carousel-maintop__base {
        flex: 0 0 calc(100% - var(--grid-gap) - 508px);
        max-width: calc(100% - var(--grid-gap) - 508px)
    }
}

.ch-carousel-maintop--banner .ch-carousel-maintop__base {
    margin-right: auto
}

@media screen and (min-width:768px) {
    .ch-carousel-maintop--banner .ch-carousel-maintop__base {
        flex: 0 0 calc(var(--grid-gap) + 500px);
        max-width: calc(var(--grid-gap) + 500px)
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-maintop--banner .ch-carousel-maintop__base {
        flex: 0 0 calc(var(--grid-gap) + 780px);
        max-width: calc(var(--grid-gap) + 780px)
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-maintop--banner .ch-carousel-maintop__base {
        flex: 0 0 calc(var(--grid-gap) + 942px);
        max-width: calc(var(--grid-gap) + 942px)
    }
}

@media screen and (min-width:1920px) {
    .ch-carousel-maintop--banner .ch-carousel-maintop__base {
        flex: 0 0 calc(100% - var(--grid-gap) - 484px);
        max-width: calc(100% - var(--grid-gap) - 484px)
    }
}

.ch-carousel-maintop__banner .ch-carousel-maintop__img {
    height: auto
}

.ch-carousel-maintop__base .ch-carousel-maintop__swiper {
    margin-left: calc(var(--grid-gap)*-1);
    margin-right: calc(var(--grid-gap)*-1)
}

@media screen and (min-width:768px) {
    .ch-carousel-maintop__base .ch-carousel-maintop__swiper {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-carousel-maintop__base .swiper-slide video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-carousel-maintop__aside {
        margin-top: 0
    }
}

.ch-carousel-maintop__aside .ch-carousel-maintop__img {
    margin-left: calc(var(--grid-gap)*-1);
    margin-right: calc(var(--grid-gap)*-1)
}

@media screen and (min-width:768px) {
    .ch-carousel-maintop__aside .ch-carousel-maintop__img {
        margin-left: 0;
        margin-right: 0
    }

    .ch-carousel-maintop__aside .swiper-parent {
        width: 100%
    }
}

.ch-carousel-maintop__wrapper {
    overflow: hidden
}

@media screen and (min-width:768px) {
    .ch-carousel-maintop__wrapper {
        background: var(--color-grey100)
    }
}

.ch-carousel-maintop__wrapper .swiper-navigation {
    left: calc(var(--swiper-btn-size)/-2);
    right: calc(var(--swiper-btn-size)/-2)
}

.ch-carousel-maintop__swiper {
    height: 100%;
    position: relative
}

.ch-carousel-maintop__swiper .swiper-container {
    height: inherit
}

.ch-carousel-maintop__swiper .swiper-wrapper {
    height: calc(100% - 20px)
}

.ch-carousel-maintop__img {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.ch-carousel-maintop__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-carousel-offers-item {
    background: var(--color-white);
    padding: 24px;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-carousel-offers-item {
        padding: 32px
    }
}

.ch-carousel-offers-item__title {
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: var(--font-lh)
}

.ch-carousel-offers-item__block,
.ch-carousel-offers-item__text {
    font-size: var(--font-sz-m);
    line-height: var(--font-lh)
}

.ch-carousel-offers-item__block {
    background: var(--color-black);
    color: var(--color-white);
    display: inline-block;
    padding: 6px 12px
}

.ch-carousel-offers-item__step {
    align-items: center;
    background: #fff1ea;
    border-radius: 54px;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: var(--vue-text-size-h3);
    font-weight: 500;
    height: 54px;
    justify-content: center;
    width: 54px
}

.ch-carousel-pictures {
    align-items: flex-start;
    display: flex
}

.ch-carousel-pictures .zoomImg {
    height: 900px !important;
    width: 900px !important
}

@media screen and (min-width:1200px) {
    .ch-carousel-pictures .zoomImg {
        height: 1500px !important;
        width: 1500px !important
    }
}

.ch-carousel-pictures--scroll {
    height: 100%
}

.ch-carousel-pictures--scroll .ch-carousel-pictures__main,
.ch-carousel-pictures--scroll .ch-carousel-pictures__swiper-main {
    height: inherit
}

.ch-carousel-pictures--scroll .ch-carousel-pictures__main .swiper-slide,
.ch-carousel-pictures--scroll .ch-carousel-pictures__swiper-main .swiper-slide {
    padding-bottom: 0
}

.ch-carousel-pictures--scroll .ch-carousel-pictures__swiper-main {
    padding-left: 0;
    padding-right: 16px
}

.ch-carousel-pictures__aside {
    flex: 0 0 112px;
    max-width: 112px;
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative
}

.ch-carousel-pictures__aside .swiper-navigation {
    bottom: 0;
    flex-direction: column;
    left: 0;
    right: 24px;
    top: 0;
    transform: none
}

.ch-carousel-pictures__aside .swiper-btn {
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    height: 32px;
    top: 0;
    width: 100%
}

.ch-carousel-pictures__aside .swiper-btn--prev .b-icon {
    transform: rotateX(180deg)
}

.ch-carousel-pictures__main {
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:1200px) {
    .ch-carousel-pictures__main {
        max-width: calc(100% - 112px)
    }
}

.ch-carousel-pictures__main .ch-product-card__label {
    margin-right: 4px
}

.ch-carousel-pictures__swiper-main {
    width: 100%
}

.ch-carousel-pictures__swiper-main .ch-product-card__label-list {
    height: 38px;
    left: 58px;
    max-width: 100%;
    padding: 0 7px;
    top: 8px;
    z-index: 2
}

@media screen and (max-width:1199px) {
    .ch-carousel-pictures__swiper-main .ch-product-card__label-list {
        left: 4px;
        top: 4px
    }
}

.ch-carousel-pictures__swiper-main .ch-product-card__label-list:empty {
    display: none
}

.ch-carousel-pictures__swiper-main .ch-product-card__label-list .ch-product-card__label {
    background: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 7px;
    pointer-events: all
}

.ch-carousel-pictures__swiper-main .ch-product-card__label-list .ch-product-card__label:nth-child(n+4) {
    visibility: visible
}

.ch-carousel-pictures__swiper-main .ch-product-card__label-list .ch-product-card__label-text {
    top: 48px;
    transform: translate(calc(-50% + 16px))
}

@media screen and (min-width:1200px) {
    .ch-carousel-pictures__swiper-main {
        padding: 0 48px
    }
}

.ch-carousel-pictures__swiper-main .swiper-navigation {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: none
}

.ch-carousel-pictures__swiper-main .swiper-btn {
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    top: 0
}

.ch-carousel-pictures__swiper-main .swiper-slide {
    padding-bottom: 100%;
    position: relative
}

.ch-carousel-pictures__swiper-aside {
    height: 376px;
    margin-bottom: 8px
}

.ch-carousel-pictures__swiper-aside .swiper-slide {
    height: 88px;
    opacity: .6;
    position: relative;
    width: 88px
}

.ch-carousel-pictures__swiper-aside .swiper-slide-thumb-active {
    opacity: 1
}

.ch-carousel-pictures__swiper-img,
.ch-carousel-pictures__swiper-video {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0
}

.ch-carousel-pictures__swiper-img img,
.ch-carousel-pictures__swiper-video img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.ch-carousel-pictures__swiper-videobtn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: var(--color-brand-violent);
    cursor: pointer;
    display: flex;
    font-size: 48px;
    height: 88px;
    justify-content: center;
    margin-bottom: 8px;
    outline: none;
    padding: 0;
    width: 88px
}

.ch-carousel-pictures__swiper-videobtn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-carousel-articles,
.ch-carousel-offers,
.ch-carousel-products,
.ch-carousel-social {
    padding-bottom: 24px;
    padding-top: 24px
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles,
    .ch-carousel-offers,
    .ch-carousel-products,
    .ch-carousel-social {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.ch-carousel-articles--nop,
.ch-carousel-offers--nop,
.ch-carousel-products--nop,
.ch-carousel-social--nop {
    padding: 0
}

.ch-carousel-articles .swiper-horizontal>.swiper-scrollbar,
.ch-carousel-offers .swiper-horizontal>.swiper-scrollbar,
.ch-carousel-products .swiper-horizontal>.swiper-scrollbar,
.ch-carousel-social .swiper-horizontal>.swiper-scrollbar {
    background: var(--color-white);
    border-radius: 10px;
    position: static;
    width: 100%
}

.ch-carousel-articles .swiper-container,
.ch-carousel-offers .swiper-container,
.ch-carousel-products .swiper-container,
.ch-carousel-social .swiper-container {
    padding: 0 16px
}

@media screen and (min-width:768px) {

    .ch-carousel-articles .swiper-container,
    .ch-carousel-offers .swiper-container,
    .ch-carousel-products .swiper-container,
    .ch-carousel-social .swiper-container {
        padding: 0 10px
    }
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles .swiper-container,
    .ch-carousel-offers .swiper-container,
    .ch-carousel-products .swiper-container,
    .ch-carousel-social .swiper-container {
        padding: 0
    }
}

.ch-carousel-articles__wrapper .ch-carousel-social__title,
.ch-carousel-offers__wrapper .ch-carousel-social__title,
.ch-carousel-products__wrapper .ch-carousel-social__title,
.ch-carousel-social__wrapper .ch-carousel-social__title {
    margin-bottom: 16px
}

.ch-carousel-articles__wrapper .ch-carousel-articles__title,
.ch-carousel-articles__wrapper .ch-carousel-products__title,
.ch-carousel-offers__wrapper .ch-carousel-articles__title,
.ch-carousel-offers__wrapper .ch-carousel-products__title,
.ch-carousel-products__wrapper .ch-carousel-articles__title,
.ch-carousel-products__wrapper .ch-carousel-products__title,
.ch-carousel-social__wrapper .ch-carousel-articles__title,
.ch-carousel-social__wrapper .ch-carousel-products__title {
    margin-bottom: 24px
}

.ch-carousel-articles__wrapper .swiper-navigation,
.ch-carousel-offers__wrapper .swiper-navigation,
.ch-carousel-products__wrapper .swiper-navigation,
.ch-carousel-social__wrapper .swiper-navigation {
    left: calc(var(--swiper-btn-size)/-2);
    right: calc(var(--swiper-btn-size)/-2)
}

.ch-carousel-articles__row,
.ch-carousel-offers__row,
.ch-carousel-products__row,
.ch-carousel-social__row {
    align-items: center;
    justify-content: space-between
}

.ch-carousel-articles__swiper,
.ch-carousel-offers__swiper,
.ch-carousel-products__swiper,
.ch-carousel-social__swiper {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles__swiper,
    .ch-carousel-offers__swiper,
    .ch-carousel-products__swiper,
    .ch-carousel-social__swiper {
        margin-left: -16px;
        margin-right: -16px
    }
}

.ch-carousel-articles__title-row,
.ch-carousel-offers__title-row,
.ch-carousel-products__title-row,
.ch-carousel-social__title-row {
    align-items: baseline
}

.ch-carousel-articles__title,
.ch-carousel-offers__title,
.ch-carousel-products__title,
.ch-carousel-social__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 12px
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles__title,
    .ch-carousel-offers__title,
    .ch-carousel-products__title,
    .ch-carousel-social__title {
        margin-bottom: 24px
    }
}

.ch-carousel-articles__title--text,
.ch-carousel-offers__title--text,
.ch-carousel-products__title--text,
.ch-carousel-social__title--text {
    color: var(--color-grey80);
    font-size: var(--font-sz)
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles__title--text,
    .ch-carousel-offers__title--text,
    .ch-carousel-products__title--text,
    .ch-carousel-social__title--text {
        font-size: var(--font-sz-l)
    }
}

.ch-carousel-articles__link,
.ch-carousel-offers__link,
.ch-carousel-products__link,
.ch-carousel-social__link {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz-l);
    line-height: var(--font-lh);
    margin-bottom: 16px
}

.ch-carousel-articles__link .b-icon,
.ch-carousel-offers__link .b-icon,
.ch-carousel-products__link .b-icon,
.ch-carousel-social__link .b-icon {
    font-size: 24px;
    margin-left: 16px
}

.ch-carousel-articles .swiper-slide,
.ch-carousel-products .swiper-slide,
.ch-carousel-social .swiper-slide {
    width: 180px
}

@media screen and (min-width:768px) {

    .ch-carousel-articles .swiper-slide,
    .ch-carousel-products .swiper-slide,
    .ch-carousel-social .swiper-slide {
        width: 230px
    }
}

@media screen and (min-width:1200px) {

    .ch-carousel-articles .swiper-slide,
    .ch-carousel-products .swiper-slide,
    .ch-carousel-social .swiper-slide {
        width: 280px
    }
}

@media screen and (min-width:1440px) {

    .ch-carousel-articles .swiper-slide,
    .ch-carousel-products .swiper-slide,
    .ch-carousel-social .swiper-slide {
        width: 320px
    }
}

.ch-carousel-articles .swiper-container {
    padding: 0 16px
}

@media screen and (min-width:768px) {
    .ch-carousel-articles .swiper-container {
        padding: 0 2px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-articles .swiper-container {
        padding: 0
    }
}

.ch-carousel-social__swiper {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:1200px) {
    .ch-carousel-social__swiper {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-carousel-offers .swiper-slide {
    width: 220px
}

@media screen and (min-width:768px) {
    .ch-carousel-offers .swiper-slide {
        width: 270px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-offers .swiper-slide {
        width: 100%
    }
}

.ch-carousel-products .swiper-container {
    padding: 0 16px
}

@media screen and (min-width:768px) {
    .ch-carousel-products .swiper-container {
        padding: 0 10px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-products .swiper-container {
        padding: 0 6px
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-products .swiper-container {
        padding: 0
    }
}

.ch-carousel-products__swiper {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:1200px) {
    .ch-carousel-products__swiper {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media screen and (min-width:768px) {
    .ch-carousel-products .swiper-wrapper__shadow {
        padding: 6px
    }
}

@media screen and (min-width:1440px) {
    .ch-carousel-products .swiper-wrapper__shadow {
        padding: 10px
    }
}

.ch-carousel-scrollbar {
    background: transparent
}

.ch-carousel-scrollbar .swiper-scrollbar {
    height: 6px
}

.ch-carousel-promocode {
    padding-bottom: 24px;
    padding-top: 24px
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.ch-carousel-promocode--nop {
    padding: 0
}

.ch-carousel-promocode .swiper-horizontal>.swiper-scrollbar {
    background: var(--color-white);
    border-radius: 10px;
    position: static;
    width: 100%
}

.ch-carousel-promocode .swiper-container {
    padding: 0 16px
}

@media screen and (min-width:768px) {
    .ch-carousel-promocode .swiper-container {
        padding: 0 10px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode .swiper-container {
        padding: 0
    }
}

.ch-carousel-promocode .swiper-slide {
    width: 220px
}

@media screen and (min-width:768px) {
    .ch-carousel-promocode .swiper-slide {
        width: 270px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode .swiper-slide {
        width: 100%
    }
}

.ch-carousel-promocode__wrapper .swiper-navigation {
    left: calc(var(--swiper-btn-size)/-2);
    right: calc(var(--swiper-btn-size)/-2)
}

.ch-carousel-promocode__row {
    align-items: center;
    justify-content: space-between
}

.ch-carousel-promocode__swiper {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-carousel-promocode__swiper {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode__swiper {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-carousel-promocode__title-row {
    align-items: baseline
}

.ch-carousel-promocode__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 12px
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode__title {
        margin-bottom: 24px
    }
}

.ch-carousel-promocode__title--text {
    color: var(--color-grey80);
    font-size: var(--font-sz)
}

@media screen and (min-width:1200px) {
    .ch-carousel-promocode__title--text {
        font-size: var(--font-sz-l)
    }
}

.ch-carousel-promocode__link {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz-l);
    line-height: var(--font-lh);
    margin-bottom: 16px
}

.ch-carousel-promocode__link .b-icon {
    font-size: 24px;
    margin-left: 16px
}

.ch-carousel-promocode-item {
    background: var(--color-white);
    height: 100%;
    padding: 24px;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-carousel-promocode-item {
        padding: 32px
    }
}

.ch-carousel-promocode-item__title {
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: var(--font-lh)
}

.ch-carousel-promocode-item__block,
.ch-carousel-promocode-item__text {
    font-size: var(--font-sz-m);
    line-height: var(--font-lh)
}

.ch-carousel-promocode-item__block {
    background: var(--color-black);
    color: var(--color-white);
    display: inline-block;
    padding: 6px 12px;
    position: relative
}

.ch-carousel-promocode-item__block[role=button] {
    cursor: pointer
}

.ch-carousel-promocode-item__step {
    align-items: center;
    background: #fff1ea;
    border-radius: 54px;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: var(--vue-text-size-h3);
    font-weight: 500;
    height: 54px;
    justify-content: center;
    width: 54px
}

.ch-carousel-promocode-item__step--grey {
    background-color: var(--color-grey100)
}

.ch-carousel-social__social .swiper-slide {
    width: 160px
}

@media screen and (min-width:768px) {
    .ch-carousel-social__social .swiper-slide {
        width: 200px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-social__social .swiper-slide {
        width: 100%
    }
}

.ch-carousel-social__blog .swiper-slide {
    width: 180px
}

@media screen and (min-width:768px) {
    .ch-carousel-social__blog .swiper-slide {
        width: 100%
    }
}

.ch-carousel-social__link {
    justify-content: center;
    margin-bottom: 0;
    margin-top: 16px
}

@media screen and (min-width:768px) {
    .ch-carousel-social__link {
        margin-top: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-social__link {
        margin-top: 32px
    }
}

.ch-carousel-social__link-item {
    align-items: center;
    color: var(--color-brand-violent);
    display: inline-flex;
    font-size: var(--font-sz)
}

@media screen and (min-width:1200px) {
    .ch-carousel-social__link-item {
        font-size: var(--font-sz-l)
    }
}

.ch-carousel-social__link-item .b-icon {
    font-size: 24px;
    margin-left: 4px
}

.ch-carousel-social-tabs {
    border-bottom: 1px solid var(--color-grey60);
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .ch-carousel-social-tabs {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-carousel-social-tabs {
        margin-bottom: 32px
    }
}

.ch-carousel-social-tabs__item {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: inherit;
    cursor: pointer;
    display: flex;
    display: inline-flex;
    font-size: var(--font-sz);
    font-weight: 500;
    justify-content: center;
    line-height: var(--font-lh);
    margin-right: 24px;
    outline: none;
    padding: 0 0 8px
}

.ch-carousel-social-tabs__item:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1200px) {
    .ch-carousel-social-tabs__item {
        font-size: var(--font-sz-l)
    }
}

.ch-carousel-social-tabs__item.js-tab-active {
    border-bottom: 2px solid var(--color-brand-violent)
}

.ch-guarants {
    padding-top: 26px
}

@media screen and (max-width:767px) {
    .ch-guarants {
        padding-top: 0
    }
}

.ch-guarants .ch-row {
    flex-wrap: nowrap;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .ch-guarants .ch-row {
        flex-wrap: wrap
    }
}

.ch-guarants__item {
    margin-bottom: 16px;
    padding-top: 5px
}

@media screen and (max-width:767px) {
    .ch-guarants__item {
        margin-bottom: 0;
        padding-top: 7px
    }
}

.ch-guarants-item {
    align-items: center;
    cursor: pointer;
    display: flex
}

.ch-guarants-item:hover .ch-guarants-item__title {
    color: var(--color-brand-violent)
}

.ch-guarants-item:hover .ch-guarants-item__img {
    background-color: #f9f7f9;
    box-shadow: 0 0 5px 5px #f9f7f9
}

.ch-guarants-item:hover .ch-guarants-item__img--nohover {
    background-color: transparent;
    box-shadow: none
}

.ch-guarants-item__img {
    align-items: center;
    background: #f9f7f9;
    border-radius: 100px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 8px;
    width: 48px
}

.ch-guarants-item__img--transparent-bg {
    background-color: transparent
}

.ch-guarants-item__img--transparent-bg img {
    height: 42px;
    width: 42px
}

.ch-guarants-item__img-inner {
    width: 32px
}

.ch-guarants-item__text {
    color: var(--color-grey80)
}

.ch-guarants-item__title {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px
}

.ch-guarants-item__description {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    white-space: nowrap
}

.ch-guarants-item__description--wide {
    margin-right: -2px
}

.ch-popular-category {
    padding-bottom: 8px;
    padding-top: 24px
}

@media screen and (min-width:1200px) {
    .ch-popular-category {
        padding-bottom: 16px;
        padding-top: 40px
    }
}

.ch-popular-category__row {
    --grid-gap: 16px;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:1200px) {
    .ch-popular-category__row {
        --grid-gap: 24px
    }
}

.ch-popular-category__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

.ch-popular-category__item {
    margin-bottom: var(--grid-gap)
}

.support-service {
    background-color: var(--color-grey100);
    padding: 24px
}

.support-service__text {
    font-size: 15px;
    line-height: var(--font-lh)
}

@media (min-width:1200px) {
    .support-service__text {
        font-size: 18px
    }
}

.support-service__text--title {
    font-family: var(--font-futura-pt);
    font-size: var(--font-sz-xl);
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

.support-service__text--subtitle {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.support-service__text--link {
    font-size: var(--font-sz-l)
}

.support-service__text--bold {
    font-weight: 500
}

.ch-qrcode-mobileapp--hide {
    display: none
}

.ch-qrcode-mobileapp__desktop {
    background-color: #e7e1e1;
    bottom: 16px;
    box-shadow: 0 0 12px 0 #836d6d26;
    padding: 24px 14px 16px;
    position: fixed;
    right: 20px;
    width: 170px;
    z-index: 99
}

.ch-qrcode-mobileapp__desktop-picture {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: center
}

.ch-qrcode-mobileapp__desktop-img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 100%
}

.ch-qrcode-mobileapp__desktop-btn {
    font-size: 20px;
    position: absolute;
    right: 4px;
    top: 4px
}

.ch-qrcode-mobileapp__desktop-title {
    font-family: var(--font-futura-pt);
    font-size: 13px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    text-align: center
}

.ch-qrcode-mobileapp__mobile {
    background-color: var(--color-white);
    bottom: 0;
    box-shadow: 0 0 32px -8px #836d6d1a;
    box-shadow: 0 1px 3px 0 #836d6d0d;
    font-size: 15px;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 99999
}

.ch-qrcode-mobileapp__mobile-logo {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: center
}

.ch-qrcode-mobileapp__mobile-img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 100%
}

.ch-qrcode-mobileapp__mobile-title {
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    text-align: center
}

.ch-qrcode-mobileapp__mobile-subtitle {
    font-size: 18px;
    text-align: center
}

.ch-qrcode-mobileapp__mobile-btn {
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 8px
}

.ch-cookies {
    background-color: var(--color-white);
    border: 1px solid #d1cfd1;
    bottom: 16px;
    left: 16px;
    padding: 16px;
    position: fixed;
    right: 16px;
    z-index: 99990
}

@media screen and (min-width:768px) {
    .ch-cookies {
        bottom: 32px;
        left: 32px;
        padding: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-cookies {
        right: auto;
        width: 640px
    }
}

@media screen and (min-width:1440px) {
    .ch-cookies {
        bottom: 60px;
        left: 60px
    }
}

.ch-chips,
.ch-chips-link {
    --chips-gap-vertical: 8px;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1);
    padding: calc(var(--chips-gap-vertical)*2) var(--container-padding) calc(var(--chips-gap-vertical) + var(--chips-gap-vertical)*.75)
}

@media screen and (min-width:768px) {

    .ch-chips,
    .ch-chips-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.ch-chips-link__row,
.ch-chips__row {
    flex-wrap: nowrap
}

@media screen and (min-width:1200px) {

    .ch-chips-link__row,
    .ch-chips__row {
        flex-wrap: wrap
    }
}

.ch-chips {
    --grid-gap: 8px;
    position: relative
}

.ch-chips .swiper-button {
    height: 45px;
    top: 20px;
    width: 45px
}

@media screen and (max-width:767px) {
    .ch-chips .swiper-button {
        height: 35px;
        right: 0;
        width: 35px
    }
}

.ch-chips .swiper-button:after {
    display: none
}

.ch-chips .swiper-button:before {
    background: linear-gradient(270deg, #fff 68.2%, hsla(0, 0%, 100%, 0));
    content: "";
    filter: blur(1px);
    height: calc(100% + 10px);
    position: absolute;
    right: -20px;
    top: -5px;
    width: 100px;
    z-index: -1
}

.ch-chips .swiper-button-prev {
    transform: rotate(180deg)
}

@media screen and (max-width:767px) {
    .ch-chips .swiper-button-prev {
        left: 0
    }
}

.ch-chips__item,
.ch-chips__item.swiper-slide {
    margin-bottom: var(--grid-gap);
    width: auto
}

.Ñh-page-streams__filters .ch-chips__item,
.Ñh-page-streams__filters .ch-chips__item.swiper-slide {
    margin-bottom: 0
}

.ch-chips__banner {
    margin-left: -16px;
    margin-right: -16px
}

@media screen and (min-width:768px) {
    .ch-chips__banner {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-chips--streams {
    position: relative
}

.ch-chips--streams:after {
    background: linear-gradient(270deg, #fff 68.2%, hsla(0, 0%, 100%, 0));
    content: "";
    filter: blur(1px);
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    width: 80px;
    z-index: 2
}

.ch-chips--streams .swiper-button-next {
    background: var(--color-white);
    border-radius: 100px;
    box-shadow: 1px 1px 4px hsla(0, 9%, 47%, .1), 0 1px 5px hsla(0, 9%, 47%, .1);
    height: 40px;
    width: 40px
}

.ch-chips--streams .swiper-button-next svg {
    color: transparent;
    height: 24px;
    width: 24px
}

.ch-chips .swiper-button-disabled,
.ch-chips--streams .swiper-button-next:after,
.ch-chips--streams .swiper-button-next:before {
    display: none
}

.ch-chips-link__item {
    margin-bottom: var(--chips-gap-vertical)
}

.ch-crumbs {
    --grid-gap: 8px;
    padding: 16px 0 8px
}

.ch-crumbs__row {
    flex-wrap: nowrap
}

.ch-crumbs__divider {
    color: var(--color-grey80);
    display: flex;
    font-size: 24px;
    margin-bottom: 8px
}

@media screen and (max-width:1199px) {
    .ch-crumbs__divider {
        order: -1;
        transform: rotateY(180deg)
    }

    .ch-crumbs__divider:not(:nth-child(2)) {
        display: none
    }
}

.ch-crumbs__item {
    color: var(--color-grey80);
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-bottom: 8px
}

@media screen and (max-width:1199px) {
    .ch-crumbs__item:not(:nth-last-child(3)) {
        display: none
    }
}

.ch-expand--faq:not(:last-child) {
    border-bottom: 1px solid var(--color-grey20)
}

.ch-expand--faq .ch-expand__btn {
    border-top: none;
    padding: 16px 0
}

.ch-expand--faq .ch-expand__content {
    padding-bottom: 16px
}

.ch-expand--second .ch-expand__btn {
    background: var(--color-brand-taupe);
    color: var(--color-white);
    padding-left: 12px;
    padding-right: 12px
}

.ch-expand--second .ch-expand__content {
    margin-top: 16px
}

.ch-expand--second .ch-expand__item {
    margin-bottom: 16px
}

.ch-expand--noborder .ch-expand__btn {
    border-top: none !important
}

.ch-expand__hint {
    align-self: center;
    display: flex;
    font-size: 24px;
    margin-left: 12px;
    margin-right: auto
}

.ch-expand__item-hint {
    color: var(--color-brand-taupe);
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.ch-expand__item {
    margin-bottom: 8px
}

@media screen and (min-width:1200px) {
    .ch-expand__item {
        margin-bottom: 16px
    }
}

.ch-expand__item--hint {
    padding-left: 32px;
    position: relative
}

.ch-expand__content {
    display: none;
    padding-bottom: 8px
}

@media screen and (min-width:1200px) {
    .ch-expand__content {
        padding-bottom: 16px
    }
}

.ch-expand__btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: var(--font-sz);
    font-weight: 500;
    justify-content: center;
    justify-content: space-between;
    line-height: var(--font-lh);
    outline: none;
    padding: 12px 0;
    text-align: left;
    width: 100%
}

.ch-expand__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1200px) {
    .ch-expand__btn {
        border-top: 1px solid var(--color-grey20);
        font-size: var(--font-sz-l);
        padding: 24px 0
    }
}

.ch-expand__btn.js-expand-active .-chevron-down {
    transform: rotateX(180deg)
}

.ch-expand__btn.js-expand-active~.ch-expand__content {
    display: block
}

.ch-filter {
    border-bottom: 1px solid var(--color-grey20);
    border-top: 1px solid var(--color-grey20);
    padding: 4px 0
}

@media screen and (min-width:1200px) {
    .ch-filter {
        border: none;
        padding: 16px 0
    }
}

.ch-filter__mb16 {
    margin-bottom: 16px
}

.ch-filter__mb16:last-child {
    margin-bottom: 0
}

.ch-filter__btn--active .ch-filter__btn-icon {
    display: inline-flex;
    position: relative
}

.ch-filter__btn--active .ch-filter__btn-icon:after {
    background: var(--color-brand-violent);
    border-radius: 6px;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.ch-filter__btn-icon {
    font-size: 24px;
    margin-left: 4px
}

.ch-filter__main {
    margin-right: auto
}

.ch-filter__row {
    --grid-gap: 16px
}

.ch-filter__row--bottom {
    --grid-gap: 8px;
    margin-top: 24px
}

.ch-filter__row--popup {
    --grid-gap: 8px
}

@media screen and (min-width:1200px) {
    .ch-filter__row--popup {
        margin-bottom: 8px
    }
}

.ch-filter__row-item {
    display: none
}

@media screen and (min-width:1200px) {
    .ch-filter__row-item {
        display: block
    }

    .ch-filter__row-item:nth-child(n+4) {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .ch-filter__row-item:nth-child(n+4) {
        display: block
    }

    .ch-filter__row-item:nth-child(n+5) {
        display: none
    }
}

.ch-filter__item {
    margin-bottom: var(--grid-gap)
}

.ch-filter__link {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-filter__link .b-icon {
    font-size: 20px;
    margin-left: 4px
}

.ch-pagination {
    margin-top: 16px;
    padding: 24px 0
}

.ch-pagination,
.ch-pagination__btn {
    align-items: center;
    display: flex;
    justify-content: center
}

.ch-pagination__btn {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 0;
    width: 40px
}

.ch-pagination__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-pagination__btn--noclick {
    pointer-events: none
}

.ch-pagination__btn--icon {
    font-size: 32px
}

.ch-pagination__btn--active {
    background: var(--color-grey100)
}

.ch-product-info__tabs-wrapper {
    overflow: hidden
}

.ch-product-info__tabs {
    border-bottom: 1px solid var(--color-grey60);
    margin-bottom: 32px;
    margin-left: -8px;
    margin-right: -8px
}

@media screen and (min-width:1200px) {
    .ch-product-info__tabs {
        margin-left: -12px;
        margin-right: -12px
    }
}

.ch-product-info__tabs__row.ch-row {
    --grid-gap: 16px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:1200px) {
    .ch-product-info__tabs__row.ch-row {
        --grid-gap: 24px
    }
}

.ch-product-info__tabs__btn {
    border-bottom: 2px solid transparent;
    display: flex;
    font-size: var(--font);
    font-weight: 500;
    line-height: var(--font-lh);
    padding-bottom: 10px
}

.ch-product-info__tabs__btn--collection {
    color: var(--color-promo-purpure)
}

.ch-product-info__tabs__btn.js-tab-active {
    border-bottom: 2px solid var(--color-brand-violent)
}

.ch-product-info__tabs__btn .badge {
    background: var(--color-grey100);
    border-radius: 8px;
    color: var(--color-black);
    display: inline-flex;
    font-size: var(--font-sz-s);
    font-weight: 400;
    line-height: 16px;
    margin-left: 4px;
    padding: 0 6px;
    position: static
}

.ch-product-info__content {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-product-info__content__map {
    display: grid;
    grid-template-columns: 280px 1fr
}

.ch-product-info__content__text {
    margin-bottom: 32px
}

.ch-product-info__content__disclaimer {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .ch-product-info__content__disclaimer {
        font-size: 15px
    }
}

.ch-product-info__content__title {
    font-weight: 500;
    margin-bottom: 8px
}

.ch-product-info__content__list {
    --grid-gap: 16px;
    margin: 0;
    padding: 0
}

@media screen and (min-width:1200px) {
    .ch-product-info__content__list {
        --grid-gap: 24px
    }
}

.ch-product-info__content__list .ch-row {
    margin-bottom: 8px
}

.ch-product-info__review-btn .b-icon {
    display: none;
    font-size: 24px;
    margin-left: 4px
}

.ch-product-info__review-btn--toup .b-icon {
    transform: rotateX(180deg)
}

.ch-product-info__review-btn--todown .b-icon,
.ch-product-info__review-btn--toup .b-icon {
    display: flex
}

.ch-product-info__review-row {
    --grid-gap: 12px;
    align-items: center
}

.ch-product-info__review-rating {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: 1fr min-content;
    width: 100%
}

.ch-product-info__review-rating__summary {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 8px
}

.ch-product-info__review-rating__item {
    grid-gap: 16px;
    align-items: center;
    color: var(--color-grey80);
    display: grid;
    grid-template-columns: 12px 1fr 48px;
    margin-bottom: 4px;
    width: 100%
}

.ch-product-info__review-rating__item:last-child {
    margin-bottom: 0
}

.ch-product-info__review-rating__progress {
    background: var(--color-grey60);
    border-radius: 5px;
    height: 5px;
    overflow: hidden;
    position: relative
}

.ch-product-info__review-rating__progress .value {
    background: var(--color-brand-violent);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0
}

.ch-seoblock {
    font-family: var(--font-roboto);
    font-size: 15px;
    line-height: var(--font-lh)
}

@media screen and (min-width:1200px) {
    .ch-seoblock--secondary {
        font-size: 18px
    }
}

.ch-seoblock--secondary h4,
.ch-seoblock--secondary h5,
.ch-seoblock--secondary h6 {
    font-size: 15px;
    margin-top: 16px
}

@media screen and (min-width:768px) {

    .ch-seoblock--secondary h4,
    .ch-seoblock--secondary h5,
    .ch-seoblock--secondary h6 {
        font-size: 18px;
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {

    .ch-seoblock--secondary h4,
    .ch-seoblock--secondary h5,
    .ch-seoblock--secondary h6 {
        font-size: 20px
    }
}

.ch-seoblock h1,
.ch-seoblock h2,
.ch-seoblock h3,
.ch-seoblock h4,
.ch-seoblock h5,
.ch-seoblock h6 {
    font-family: var(--font-futura-pt);
    font-weight: 500;
    line-height: var(--font-lh)
}

.ch-seoblock h1 {
    font-size: 18px;
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-seoblock h1 {
        font-size: 20px
    }
}

.ch-seoblock h2 {
    font-size: 24px;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .ch-seoblock h2 {
        font-size: 26px
    }
}

@media screen and (min-width:1200px) {
    .ch-seoblock h2 {
        font-size: 32px
    }
}

.ch-seoblock h3,
.ch-seoblock h4,
.ch-seoblock h5,
.ch-seoblock h6 {
    font-size: 20px;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {

    .ch-seoblock h3,
    .ch-seoblock h4,
    .ch-seoblock h5,
    .ch-seoblock h6 {
        font-size: 24px
    }
}

@media screen and (min-width:1200px) {

    .ch-seoblock h3,
    .ch-seoblock h4,
    .ch-seoblock h5,
    .ch-seoblock h6 {
        font-size: 26px
    }
}

.ch-seoblock a {
    color: var(--color-brand-violent);
    display: inline
}

.ch-seoblock p {
    margin-bottom: 16px
}

.ch-seoblock blockquote {
    border-left: 4px solid var(--color-brand-violent);
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 8px 20px
}

.ch-seoblock blockquote>:last-child {
    margin-bottom: 0
}

.ch-seoblock figure {
    margin-bottom: 16px;
    margin-top: 16px
}

.ch-seoblock figcaption {
    color: var(--color-grey80)
}

.ch-seoblock picture {
    display: flex;
    margin-bottom: 8px;
    max-width: 100%
}

.ch-seoblock picture:last-child {
    margin-bottom: 0
}

.ch-seoblock img {
    height: auto;
    max-width: 100%
}

.ch-seoblock ol,
.ch-seoblock ul {
    list-style: initial;
    margin-bottom: 16px;
    padding-left: 24px
}

.ch-seoblock ol {
    list-style: decimal
}

.ch-seoblock__expand-show {
    display: none
}

.ch-seoblock__expand-hide {
    display: inline
}

.ch-seoblock__expand {
    font-size: 18px
}

.ch-seoblock__expand--active .ch-seoblock__expand-show {
    display: inline
}

.ch-seoblock__expand--active .ch-seoblock__expand-hide {
    display: none
}

.ch-seoblock__expand--active .b-icon {
    transform: rotateX(180deg)
}

.ch-seoblock__expand .b-icon {
    font-size: 24px;
    margin-left: 4px
}

.ch-hover-menu {
    background: var(--color-white);
    box-shadow: var(--shadow-big);
    display: none;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-20px);
    width: 330px;
    z-index: 100
}

.ch-hover-menu:hover {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: all .4s ease-in-out
}

.ch-hover-menu__info-email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ch-hover-menu__top-arrow {
    color: #fff;
    position: absolute;
    right: 24px;
    top: -12px
}

.ch-hover-menu__header-name {
    display: block;
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px
}

.ch-hover-menu__status {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

.ch-hover-menu__status-txt {
    color: #c28257;
    font-size: 26px;
    margin-right: 8px
}

.ch-hover-menu__status-icon {
    color: #fff
}

.ch-hover-menu__status-icon.ch-hover-menu__icon {
    margin-right: 16px
}

.ch-hover-menu__status-icon.ch-hover-menu__icon .-bonus-stroke-fill {
    fill: #c28257
}

.ch-hover-menu__status-icon.ch-hover-menu__icon .-friend {
    fill: transparent
}

.ch-hover-menu__status-name {
    align-items: center;
    border-radius: 8px;
    color: var(--color-white);
    display: inline-flex;
    font-family: var(--font-futura-pt);
    font-size: 14px;
    font-size: 15px;
    font-weight: 500;
    font-weight: 450;
    height: 38px;
    line-height: var(--font-lh-m);
    margin-left: auto;
    padding: 10px;
    text-transform: uppercase
}

.ch-hover-menu__status-name--white {
    background: #f8f8f8;
    color: var(--color-black)
}

.ch-hover-menu__status-name--black {
    background: var(--color-black)
}

.ch-hover-menu__status-name--silver {
    background: #b6b6b6
}

.ch-hover-menu__status-name--gold {
    background: #f4b780
}

.ch-hover-menu__status-name--platinum {
    background: #7d8188
}

.ch-hover-menu__info {
    margin: 20px 0 24px
}

.ch-hover-menu__exit-icon {
    color: var(--color-white);
    font-size: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2
}

.ch-hover-menu__item {
    align-items: center;
    cursor: pointer;
    display: flex
}

.ch-hover-menu__item:not(:last-child) {
    margin-bottom: 16px
}

.ch-hover-menu__icon {
    display: flex;
    margin-right: 8px;
    width: 24px
}

.ch-size-table-info {
    padding-bottom: 10px
}

@media screen and (min-width:768px) {
    .ch-size-table-info {
        padding-left: 0
    }
}

.ch-size-table-info__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    line-height: 120%;
    margin: 16px 0 26px
}

@media screen and (min-width:768px) {
    .ch-size-table-info__title {
        margin: 24px 0
    }
}

.ch-size-table-info__subtitle {
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh);
    margin: 16px 0
}

@media screen and (min-width:768px) {
    .ch-size-table-info__subtitle {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-size-table-info__subtitle {
        font-size: var(--vue-text-size-h3)
    }
}

.ch-size-table-info__subtitle--small {
    font-size: 15px
}

@media screen and (min-width:1440px) {
    .ch-size-table-info__subtitle--small {
        font-size: var(--vue-text-size-h3)
    }
}

.ch-size-table-info__descr {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    max-width: 465px
}

.ch-size-table-info__descr:last-of-type {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .ch-size-table-info__descr:last-of-type {
        margin-bottom: 95px
    }
}

@media screen and (min-width:1200px) {
    .ch-size-table-info__descr {
        max-width: 850px
    }

    .ch-size-table-info__descr:last-of-type {
        margin-bottom: 149px
    }
}

.ch-size-table-info__img {
    width: 210px
}

.ch-size-table-info table {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 8px;
    text-align: left;
    width: 100%
}

.ch-size-table-info table th {
    background: #eeebeb;
    font-weight: 500;
    padding: 10px 8px;
    vertical-align: middle
}

.ch-size-table-info table td {
    height: 40px;
    padding: 10px 8px;
    vertical-align: middle
}

.ch-size-table-info table tr:nth-child(2n) {
    background: #eeebeb
}

.ch-size-table-info table td:first-child {
    padding: 10px 8px 10px 16px;
    width: 90px
}

@media screen and (min-width:768px) {
    .ch-size-table-info table td:first-child {
        width: 160px
    }
}

.ch-size-table-info table th:first-child {
    padding: 10px 8px 10px 16px
}

.ch-size-table-info.--size {
    margin: 0 calc(var(--grid-gap)*-1) 0;
    overflow: auto;
    padding-left: 16px
}

.ch-size-table-info.--size th {
    min-width: 130px
}

@media screen and (min-width:768px) {
    .ch-size-table-info.--size {
        margin: 0;
        padding-left: 0;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-size-table-info.--size.--mini {
        width: 760px
    }
}

.ch-size-table-info.--size_elastic {
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-size-table-info.--size_elastic {
        width: 464px
    }
}

@media screen and (min-width:1200px) {
    .ch-size-table-info.--size_elastic {
        width: 536px
    }
}

.ch-size-table-info.--size_duvet {
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-size-table-info.--size_duvet {
        width: 344px
    }
}

@media screen and (min-width:1200px) {
    .ch-size-table-info.--size_duvet {
        width: 536px
    }
}

.fancybox-content .ch-size-table-info__title {
    margin-bottom: 24px
}

.fancybox-content .ch-size-table-info__subtitle {
    font-size: var(--font-sz)
}

@media screen and (min-width:768px) {
    .fancybox-content .ch-size-table-info__subtitle {
        font-size: var(--font-sz-l)
    }
}

.fancybox-content .ch-size-table-info__descr:last-of-type {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .fancybox-content .ch-size-table-info__descr:last-of-type {
        margin-bottom: 87px
    }
}

@media screen and (min-width:1200px) {
    .fancybox-content .ch-size-table-info__descr {
        max-width: 810px
    }
}

.fancybox-content.fancybox-content--pad-small {
    padding: 0 16px 16px
}

@media screen and (min-width:768px) {
    .fancybox-content.fancybox-content--pad-small {
        padding: 0 32px 32px
    }
}

.ch-detail-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 228px
}

.ch-detail-item:not(:last-child) {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .ch-detail-item {
        flex-direction: column;
        height: 165px
    }
}

@media (min-width:1200px) {
    .ch-detail-item {
        height: 112px
    }
}

.ch-detail-item__img-wrapper {
    width: 80px
}

@media (min-width:768px) {
    .ch-detail-item__img-wrapper {
        height: 100%;
        width: 112px
    }
}

@media (min-width:1200px) {
    .ch-detail-item__img-wrapper {
        width: 128px
    }
}

.ch-detail-item__img-wrapper img {
    cursor: pointer;
    height: 64px;
    width: 64px
}

@media (min-width:768px) {
    .ch-detail-item__img-wrapper img {
        height: 96px;
        width: 96px
    }
}

@media (min-width:1200px) {
    .ch-detail-item__img-wrapper img {
        height: 112px;
        width: 112px
    }
}

.ch-detail-item__desc {
    height: 99px;
    width: calc(100% - 80px)
}

@media (min-width:768px) {
    .ch-detail-item__desc {
        width: calc(100% - 336px)
    }
}

@media (min-width:1200px) {
    .ch-detail-item__desc {
        height: 87px;
        width: calc(100% - 499px)
    }
}

.ch-detail-item__title {
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:1200px) {
    .ch-detail-item__title {
        margin-bottom: 10px
    }
}

.ch-detail-item__property {
    display: flex
}

.ch-detail-item__property:last-child {
    margin-top: 4px
}

.ch-detail-item__property-name {
    color: var(--color-grey80);
    width: 69px
}

.ch-detail-item__amount {
    color: var(--color-grey80);
    font-size: 18px;
    font-weight: 500;
    height: 25px;
    margin-bottom: 16px;
    margin-left: 80px;
    width: 100%
}

@media (min-width:768px) {
    .ch-detail-item__amount {
        height: 41px;
        margin: 0;
        width: calc(100% - 336px)
    }
}

@media (min-width:1200px) {
    .ch-detail-item__amount {
        height: 100%;
        order: 1;
        padding-right: 16px;
        width: 147px
    }
}

.ch-detail-item__price {
    color: var(--color-black);
    display: inline;
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-right: 12px
}

.ch-detail-item__actions {
    align-items: center;
    display: flex;
    height: 48px;
    margin-bottom: 16px;
    width: 100%
}

@media (min-width:768px) {
    .ch-detail-item__actions {
        align-items: flex-start;
        height: 100%;
        margin: 0;
        order: 1;
        width: 224px
    }
}

@media (min-width:1200px) {
    .ch-detail-item__actions {
        order: 2
    }
}

.ch-detail-item__actions .ch-btn {
    padding: 14px 16px;
    width: 100%
}

.ch-detail-item__actions-icon {
    color: var(--color-ocher);
    cursor: pointer;
    font-size: 24px;
    margin-left: 24px
}

@media (min-width:768px) {
    .ch-detail-item__actions-icon {
        margin-top: 12px
    }
}

.ch-detail-item__actions-icon .notactive {
    display: flex
}

.ch-detail-item__actions-icon .active,
.ch-detail-item__actions-icon.js-btn-active .notactive {
    display: none
}

.ch-detail-item__actions-icon.js-btn-active .active {
    display: flex
}

.ch-detail-item__review {
    align-items: center;
    display: flex;
    height: 25px;
    width: 100%
}

@media (min-width:768px) {
    .ch-detail-item__review {
        display: flex;
        flex-grow: 1;
        width: calc(100% - 336px)
    }
}

@media (min-width:1200px) {
    .ch-detail-item__review {
        width: calc(100% - 499px)
    }
}

.ch-detail-item__review-link {
    color: var(--color-ocher)
}

.ch-detail-item__review-icon {
    fill: var(--color-ocher);
    font-size: 24px;
    margin-left: 8px
}

.ch-detail-item__review-points {
    color: var(--color-ocher);
    font-size: 18px;
    font-weight: 500;
    margin-left: 8px
}

.ch-cart-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    row-gap: 16px
}

.ch-cart-item__img {
    flex: 0 0 90px;
    height: 90px;
    margin-right: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.ch-cart-item__img--translucent {
    opacity: .5
}

@media (min-width:768px) {
    .ch-cart-item__img {
        flex: 0 0 96px;
        height: 96px
    }
}

.ch-cart-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ch-cart-item__label {
    background: var(--color-brand-red);
    bottom: 0;
    color: var(--color-white);
    font-size: 10px;
    font-weight: 450;
    left: 0;
    line-height: 12px;
    padding: 4px;
    position: absolute
}

@media (min-width:768px) {
    .ch-cart-item__label {
        left: 2px
    }
}

.ch-cart-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 106px)
}

@media (min-width:768px) {
    .ch-cart-item__info {
        width: calc(100% - 192px)
    }
}

.ch-cart-item__count {
    font-weight: 500
}

.ch-cart-item__price {
    align-items: center;
    color: var(--color-black);
    display: flex;
    font-size: 20px;
    font-weight: 450;
    height: 32px;
    width: calc(100% - 80px)
}

@media (min-width:768px) {
    .ch-cart-item__price {
        bottom: 0;
        position: absolute;
        right: 0;
        width: auto
    }
}

.ch-cart-item__new-price {
    color: var(--color-brand-red);
    line-height: var(--font-lh-m)
}

.ch-cart-item__old-price {
    color: var(--color-grey80);
    font-size: 16px;
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: 8px;
    text-decoration: line-through
}

.ch-cart-item__actions {
    color: var(--color-grey80);
    display: flex;
    font-size: 24px;
    height: 32px;
    width: 80px
}

.ch-cart-item__actions button:last-child {
    margin-left: auto
}

@media (min-width:768px) {
    .ch-cart-item__actions {
        position: absolute;
        right: 0;
        top: 0;
        width: 76px
    }
}

.ch-cart-item__actions-btn {
    padding: 4px
}

.ch-cart-item__actions-btn .-heart,
.ch-cart-item__actions-btn .-heart-fill {
    color: var(--color-brand-violent)
}

.ch-cart-item__actions-btn .notactive {
    display: flex
}

.ch-cart-item__actions-btn .active,
.ch-cart-item__actions-btn.js-btn-active .notactive {
    display: none
}

.ch-cart-item__actions-btn.js-btn-active .active {
    display: flex
}

.ch-cart-item__text--grey {
    color: var(--color-grey80)
}

.ch-order-item {
    background: var(--color-white);
    box-shadow: 0 1px 3px hsla(0, 9%, 47%, .05), 0 0 32px -8px hsla(0, 9%, 47%, .1);
    display: flex;
    flex-direction: column;
    margin: 24px 0
}

.ch-order-item:last-child {
    margin-bottom: 0
}

.ch-order-item__row {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
    padding: 32px 32px 24px
}

.ch-order-item__row:first-child {
    border: none;
    border-bottom: 1px solid var(--color-grey20);
    flex-direction: column;
    height: auto;
    padding: 16px
}

@media (min-width:768px) {
    .ch-order-item__row:first-child {
        padding: 24px
    }
}

@media (min-width:1200px) {
    .ch-order-item__row:first-child {
        flex-direction: row;
        padding: 32px 32px 24px
    }
}

.ch-order-item__row:last-child {
    flex-direction: column;
    height: 300px;
    padding: 16px
}

@media (min-width:768px) {
    .ch-order-item__row:last-child {
        height: 250px;
        padding: 24px
    }
}

@media (min-width:1200px) {
    .ch-order-item__row:last-child {
        flex-direction: row;
        height: 146px;
        padding: 24px
    }
}

@media (min-width:1440px) {
    .ch-order-item__row:last-child {
        height: 162px;
        padding: 32px
    }
}

.ch-order-item__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ch-order-item__title {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    line-height: var(--font-lh)
}

.ch-order-item__title:hover {
    color: var(--color-ocher)
}

@media (min-width:768px) {
    .ch-order-item__title {
        font-size: 24px
    }
}

@media (min-width:1440px) {
    .ch-order-item__title {
        font-size: 26px;
        line-height: 1.2
    }
}

.ch-order-item__label {
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 18px;
    line-height: var(--font-lh-m);
    margin-left: 20px;
    padding: 6px 12px
}

.ch-order-item__label--new {
    background: #3385f2
}

.ch-order-item__label__rejected {
    background: #c3c3c3
}

.ch-order-item__label--received {
    background: #5cc24d
}

.ch-order-item__controls {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

@media (min-width:768px) {
    .ch-order-item__controls {
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .ch-order-item__controls {
        margin-top: 16px
    }
}

.ch-order-item__order-btn {
    align-items: center;
    display: flex
}

.ch-order-item__order-btn:not(.ch-btn--violent) {
    color: var(--color-ocher)
}

.ch-order-item__order-btn:not(:last-child) {
    margin-right: 48px
}

.ch-order-item__order-btn:not(:first-child) {
    margin-top: 16px
}

@media (min-width:768px) {
    .ch-order-item__order-btn:not(:first-child) {
        margin-top: 0
    }
}

.ch-order-item__order-btn .notactive {
    display: flex
}

.ch-order-item__order-btn .active,
.ch-order-item__order-btn.js-btn-active .notactive {
    display: none
}

.ch-order-item__order-btn.js-btn-active .active {
    display: flex
}

.ch-order-item__order-btn .-heart,
.ch-order-item__order-btn .-heart-fill,
.ch-order-item__order-btn .-reload {
    font-size: 24px;
    margin-right: 8px
}

.ch-order-item__detail-link {
    align-items: center;
    color: var(--color-ocher);
    display: flex;
    margin-top: 20px
}

.ch-order-item__detail-link .-chevron-right {
    font-size: 24px;
    margin-left: 4px
}

@media (min-width:1200px) {
    .ch-order-item__detail-link {
        margin-top: 24px
    }
}

.ch-order-item__amount {
    align-items: flex-start;
    display: flex;
    height: 26px;
    margin-top: 24px
}

@media (min-width:1200px) {
    .ch-order-item__amount {
        margin-top: 0
    }
}

.ch-order-item__price {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    line-height: var(--font-lh-m)
}

@media (min-width:768px) {
    .ch-order-item__price {
        font-size: 24px
    }
}

.ch-order-item__count {
    align-self: center;
    color: var(--color-grey80);
    font-weight: 400;
    margin-left: 12px
}

@media (min-width:768px) {
    .ch-order-item__count {
        align-self: flex-end
    }
}

.ch-order-item__options {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .ch-order-item__options {
        flex-direction: row
    }
}

.ch-order-item__option-item {
    width: 220px
}

.ch-order-item__option-item:first-child {
    margin-bottom: 20px;
    margin-right: 88px
}

@media (min-width:768px) {
    .ch-order-item__option-item:first-child {
        margin-bottom: 0
    }
}

.ch-order-item__option-title {
    color: var(--color-grey80);
    margin-bottom: 8px
}

.ch-order-item__img-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 25px;
    max-width: 344px
}

@media (min-width:1200px) {
    .ch-order-item__img-wrapper {
        margin-top: 0
    }
}

.ch-order-item__img {
    cursor: pointer;
    height: 80px;
    position: relative;
    width: 80px
}

.ch-order-item__img .ch-order-item__img-label {
    align-items: center;
    background: var(--color-white);
    bottom: 0;
    display: flex;
    font-size: 8px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: 4px;
    width: 25px
}

@media (min-width:1200px) {
    .ch-order-item__img .ch-order-item__img-label {
        right: 0
    }
}

.ch-order-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ch-order-item__redundant-images {
    background: var(--color-grey100);
    cursor: pointer;
    height: 80px;
    position: relative;
    width: 80px
}

.ch-order-item__redundant-images span {
    color: var(--color-grey80);
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ch-empty-orders-block {
    background: var(--color-white);
    padding: 8px 16px 32px
}

@media (min-width:768px) {
    .ch-empty-orders-block {
        padding: 8px 32px 32px
    }
}

@media (min-width:1200px) {
    .ch-empty-orders-block {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .ch-empty-orders-block {
        padding: 32px
    }
}

.ch-empty-orders-block__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ch-empty-orders-block__title {
        font-size: 32px
    }
}

@media (min-width:1200px) {
    .ch-empty-orders-block__title {
        margin-bottom: 24px
    }
}

.ch-empty-orders-block__txt {
    margin-top: 16px
}

@media (min-width:1200px) {
    .ch-empty-orders-block__txt {
        margin-top: 24px
    }
}

.ch-empty-orders-block .ch-btn.ch-btn--violent {
    margin-top: 32px;
    width: 288px
}

@media (min-width:768px) {
    .ch-empty-orders-block .ch-btn.ch-btn--violent {
        width: 172px
    }
}

@media (min-width:1200px) {
    .ch-empty-orders-block .ch-btn.ch-btn--violent {
        margin-top: 40px
    }
}

.ch-cart-block {
    background: var(--color-white);
    padding: 32px 16px
}

@media (min-width:768px) {
    .ch-cart-block {
        padding: 32px
    }
}

@media (min-width:1200px) {
    .ch-cart-block {
        padding: 40px 32px
    }
}

@media (min-width:1440px) {
    .ch-cart-block {
        padding: 32px
    }
}

.ch-cart-block__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ch-cart-block__title {
        font-size: 32px
    }
}

@media (min-width:1200px) {
    .ch-cart-block__title {
        margin-bottom: 24px
    }
}

.ch-cart-block__wrapper.ch-row {
    row-gap: 32px
}

@media (min-width:768px) {
    .ch-cart-block__wrapper.ch-row {
        row-gap: 24px
    }
}

@media (min-width:1200px) {
    .ch-cart-block__wrapper.ch-row {
        --grid-gap: 88px;
        row-gap: 44px
    }
}

@media (min-width:1440px) {
    .ch-cart-block__wrapper.ch-row {
        --grid-gap: 64px;
        row-gap: 24px
    }
}

.ch-cart-block .ch-btn.ch-btn--violent {
    margin-top: 24px;
    width: 288px
}

@media (min-width:768px) {
    .ch-cart-block .ch-btn.ch-btn--violent {
        margin-top: 32px;
        width: 212px
    }
}

@media (min-width:1200px) {
    .ch-cart-block .ch-btn.ch-btn--violent {
        margin-top: 40px
    }
}

.ch-special-items-block {
    background: var(--color-white);
    padding: 32px 16px
}

@media (min-width:768px) {
    .ch-special-items-block {
        padding: 32px 32px 40px
    }
}

@media (min-width:1200px) {
    .ch-special-items-block {
        padding: 40px 32px
    }
}

@media (min-width:1440px) {
    .ch-special-items-block {
        padding: 32px
    }
}

.ch-progressbar-point {
    display: flex;
    position: relative;
    z-index: 2
}

.ch-progressbar-point__desc {
    font-size: 14px;
    position: absolute;
    width: -moz-max-content;
    width: max-content
}

.ch-progressbar-point__desc--up {
    bottom: 30px;
    font-size: 15px;
    font-weight: 500
}

.ch-progressbar-point__desc--down {
    color: var(--color-grey80);
    left: 50%;
    top: 30px;
    transform: translateX(-50%)
}

.ch-progressbar-point__circle {
    background: #c3c3c3;
    border-radius: 50%;
    height: 20px;
    position: relative;
    width: 20px
}

.ch-progressbar-point__circle:after {
    background: var(--color-white);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: calc(50% - 4px);
    position: absolute;
    top: calc(50% - 4px);
    width: 8px
}

.ch-progressbar-point__circle--filled {
    background: var(--color-ocher)
}

.ch-subscription-block {
    display: flex;
    flex-direction: column
}

.ch-subscription-block__text {
    color: var(--color-grey80);
    margin-bottom: 16px
}

.ch-subscription-block__hint {
    background-color: var(--color-grey100);
    color: var(--color-ocher);
    display: flex;
    margin-top: 16px;
    padding: 12px
}

.ch-subscription-block__hint-icon {
    font-size: 20px;
    margin-right: 12px
}

.ch-subscription-block__hint-text {
    color: var(--color-black)
}

.ch-subscription-block:not(:last-child) {
    margin-bottom: 28px
}

@media (min-width:768px) {
    .ch-subscription-block:not(:last-child) {
        margin-bottom: 32px
    }
}

@media (min-width:1440px) {
    .ch-subscription-block:not(:last-child) {
        margin-bottom: 40px
    }
}

.ch-banner {
    --translate-x: 100vw;
    position: relative;
    z-index: 0
}

.ch-banner--scrolled .ch-banner__background {
    opacity: .7
}

.ch-banner:hover .ch-banner__item--active {
    animation-play-state: paused
}

.ch-banner__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 0
}

.ch-banner__inner {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.ch-banner__list {
    display: grid;
    grid-template-areas: "item";
    list-style-type: none;
    padding-left: 0;
    width: 100%
}

.ch-banner__item {
    flex-shrink: 0;
    font-size: 14px;
    grid-area: item;
    line-height: 1.4;
    padding: 8px 16px;
    transform: translateX(var(--translate-x));
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content
}

.ch-banner__item--active {
    animation: ticker var(--period) linear infinite
}

.ch-banner__item--one {
    animation: none;
    text-align: center;
    transform: translateX(0);
    width: 100%
}

.ch-banner b {
    font-weight: 700
}

.ch-banner .ch-container {
    padding: 0
}

@media screen and (min-width:1440px) {
    .ch-banner {
        --translate-x: 1440px
    }

    .ch-banner .ch-container {
        padding: 0 var(--container-padding)
    }
}

@media screen and (min-width:1920px) {
    .ch-banner {
        --translate-x: 1920px
    }
}

@keyframes ticker {
    0% {
        transform: translateX(var(--translate-x))
    }

    99% {
        opacity: 1;
        transform: translateX(-100%)
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

.ch-checkbox {
    position: relative
}

.ch-checkbox--switch .ch-checkbox__input {
    background: var(--color-grey60);
    border: none;
    border-radius: 12px;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px
}

.ch-checkbox--switch .ch-checkbox__input:after {
    background: var(--color-white);
    border-radius: 100%;
    content: "";
    height: 20px;
    left: 2px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out;
    width: 20px
}

.ch-checkbox--switch .ch-checkbox__label {
    padding-left: 56px
}

.ch-checkbox--switch .ch-checkbox__control:checked~.ch-checkbox__input:after {
    transform: translate(24px, -50%)
}

.ch-checkbox__control:checked~.ch-checkbox__input {
    background: var(--color-brand-violent)
}

.ch-checkbox__control:checked~.ch-checkbox__input:after {
    opacity: 1
}

.ch-checkbox__input {
    border: 1px solid var(--color-grey60);
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.ch-checkbox__input:after {
    background: url(../../../assets/site/images/icons-sprites.svg) -205px -2px no-repeat;
    content: "";
    height: 16px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}

.ch-checkbox__label {
    display: flex;
    flex-wrap: wrap;
    min-height: 24px;
    padding-left: 32px;
    padding-top: 2px;
    position: relative
}

.ch-checkbox__control {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.ch-file {
    display: grid;
    grid-template-areas: "label label" "input description";
    grid-template-columns: 96px 1fr;
    position: relative
}

.ch-file.ch-file--hover .ch-file__input,
.ch-file:hover .ch-file__input {
    border-color: var(--color-brand-violent)
}

.ch-file__control {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.ch-file__input {
    align-items: center;
    border: 1px dashed var(--color-grey60);
    color: var(--color-brand-violent);
    display: flex;
    font-size: 48px;
    grid-area: input;
    height: 96px;
    justify-content: center
}

.ch-file__input * {
    pointer-events: none
}

.ch-file__description {
    align-self: center;
    grid-area: description;
    padding-left: 26px
}

.ch-file__description__subtext,
.ch-file__description__text {
    display: block;
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-file--desc-inside {
    grid-template-areas: "label" "input";
    grid-template-columns: none
}

.ch-file--desc-inside .ch-file__input {
    flex-direction: column;
    height: auto;
    padding: 16px;
    text-align: center
}

.ch-file--desc-inside .ch-file__description {
    padding: 0
}

.ch-file--desc-inside .ch-file__description__text {
    font-weight: 500;
    margin-top: 8px
}

.ch-input {
    display: grid;
    grid-template-areas: "label" "input" "count" "error" "text";
    margin-bottom: 24px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-input {
        grid-template-areas: "label count" "input input" "error error" "text text";
        margin-bottom: 32px
    }
}

.ch-input--autosize .ch-input__inner.ch-input__inner--textarea {
    height: var(--input-height);
    min-height: calc(var(--input-height)*2);
    overflow: hidden;
    resize: none
}

.ch-input__inner-code {
    align-items: center;
    display: flex;
    grid-area: input;
    justify-content: center
}

.ch-input__inner-code .ch-input__inner {
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: var(--font-futura-pt);
    font-size: 32px;
    font-weight: 500;
    grid-area: inputcode;
    margin: 0 12px;
    text-align: center;
    width: 48px
}

.ch-input__inner {
    background: var(--color-white);
    border: 1px solid var(--color-grey60);
    border-radius: 0;
    color: var(--color-black);
    font-size: var(--font-sz);
    grid-area: input;
    height: var(--input-height);
    line-height: var(--font-lh);
    outline: none;
    padding: 11px 15px;
    width: 100%
}

.ch-input__inner:not([type=checkbox]):not([type=radio]) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.ch-input__inner::-moz-placeholder {
    color: var(--color-grey80)
}

.ch-input__inner::placeholder {
    color: var(--color-grey80)
}

.ch-input__inner:disabled {
    background: var(--color-grey100)
}

.ch-input__inner:-webkit-autofill,
.ch-input__inner:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s
}

.ch-input__inner:-webkit-autofill,
.ch-input__inner:-webkit-autofill:focus,
.ch-input__inner:autofill,
.ch-input__inner:autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s
}

.ch-input__inner.ch-input__inner--textarea {
    height: auto
}

.ch-input__suffix {
    bottom: 12px;
    display: flex;
    font-size: 24px;
    position: absolute;
    right: 16px
}

.ch-input__suffix .-done {
    fill: #5cc24d
}

.ch-input__suffix .-circle-warning {
    fill: #e32112
}

.ch-input__count,
.ch-input__text {
    color: var(--color-grey80);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-input__count {
    grid-area: count;
    margin-top: 8px
}

@media screen and (min-width:768px) {
    .ch-input__count {
        justify-self: end;
        margin-bottom: 8px
    }
}

.ch-input__text {
    grid-area: text;
    margin-bottom: 8px
}

.ch-input-label {
    color: var(--color-grey80);
    display: block;
    font-size: var(--font-sz);
    grid-area: label;
    line-height: var(--font-lh);
    margin-bottom: 8px;
    order: -1;
    width: 100%
}

.ch-input-form {
    --grid-gap: 16px
}

.ch-input__error {
    align-items: center;
    color: #f42f3e;
    display: flex;
    font-size: 14px;
    grid-area: error;
    margin-top: 8px
}

.ch-input__error .b-icon {
    margin-right: 8px
}

.ch-radio {
    position: relative
}

.ch-radio--border {
    padding: 16px;
    position: relative;
    width: 100%
}

.ch-radio--border .ch-radio__control~.ch-radio__input {
    left: 16px;
    top: 16px
}

.ch-radio--border .ch-radio__control:checked~.ch-radio__label:before {
    border: 1px solid var(--color-brand-violent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-radio__control:checked~.ch-radio__label {
    cursor: default
}

.ch-radio__control:checked~.ch-radio__label .ch-radio__hidden {
    display: block
}

.ch-radio__control:checked~.ch-radio__input:after {
    opacity: 1
}

.ch-radio__input {
    border: 1px solid var(--color-grey60);
    border-radius: 100%;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.ch-radio__input:after {
    background: var(--color-brand-violent);
    border-radius: 50%;
    content: "";
    display: flex;
    height: 16px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}

.ch-radio__hidden {
    display: none
}

.ch-radio__label {
    display: block;
    flex-wrap: wrap;
    min-height: 24px;
    padding-left: 32px;
    padding-top: 2px
}

.ch-radio__control {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.ch-rating {
    display: inline-flex;
    font-size: 16px
}

.ch-rating--xl {
    font-size: 48px
}

.ch-rating__label {
    color: var(--color-brand-violent);
    display: inline-flex;
    font-size: inherit;
    line-height: 1;
    margin-bottom: 0
}

.ch-rating__label:hover {
    cursor: pointer
}

.ch-rating__label:hover .ch-rating__label-checked {
    display: inline-flex
}

.ch-rating__label:hover .ch-rating__label-unchecked {
    display: none
}

.ch-rating__label:hover~.ch-rating__label .ch-rating__label-checked {
    display: inline-flex
}

.ch-rating__label .ch-rating__label-checked,
.ch-rating__label:hover~.ch-rating__label .ch-rating__label-unchecked {
    display: none
}

.ch-rating__label .ch-rating__label-unchecked {
    display: inline-flex
}

.ch-rating__input {
    display: none
}

.ch-rating__input:disabled~.ch-rating__label {
    pointer-events: none
}

.ch-rating__input:checked~.ch-rating__label .ch-rating__label-checked {
    display: inline-flex
}

.ch-rating__input:checked~.ch-rating__label .ch-rating__label-unchecked {
    display: none
}

.ch-rating__inner {
    display: inline-flex;
    flex-direction: row-reverse
}

.ch-select {
    display: grid;
    grid-template-areas: "label" "input" "count" "error" "text";
    margin-bottom: 24px;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-select {
        grid-template-areas: "label count" "input input" "error error" "text text";
        margin-bottom: 32px
    }
}

.ch-select__inner {
    background: var(--color-white);
    border: 1px solid var(--color-grey60);
    border-radius: 0;
    color: var(--color-black);
    font-size: var(--font-sz);
    grid-area: input;
    height: var(--input-height);
    line-height: var(--font-lh);
    outline: none;
    padding: 11px 48px 11px 15px;
    width: 100%
}

.ch-select__inner:not([type=checkbox]):not([type=radio]) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.ch-select__inner::-moz-placeholder {
    color: var(--color-grey80)
}

.ch-select__inner::placeholder {
    color: var(--color-grey80)
}

.ch-select__inner:-webkit-autofill,
.ch-select__inner:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s
}

.ch-select__inner:-webkit-autofill,
.ch-select__inner:-webkit-autofill:focus,
.ch-select__inner:autofill,
.ch-select__inner:autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s
}

.ch-select__inner__icon {
    align-self: center;
    display: flex;
    font-size: 24px;
    grid-area: input;
    justify-self: end;
    margin-right: 16px;
    pointer-events: none;
    z-index: 1
}

.gift-card__title {
    font-family: Futura PT;
    font-size: var(--header-1);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .gift-card__title {
        margin: 8px 0 16px
    }
}

@media screen and (min-width:1200px) {
    .gift-card__title {
        margin: 16px 0 32px
    }
}

@media screen and (min-width:1440px) {
    .gift-card__title {
        font-size: 36px
    }
}

.gift-card__content {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1200px) {
    .gift-card__content {
        flex-direction: row
    }
}

.gift-card__item {
    box-sizing: border-box;
    overflow: hidden
}

.gift-card__subtitle {
    font-size: var(--font-sz-xl);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 12px
}

@media screen and (min-width:1440px) {
    .gift-card__subtitle {
        margin-bottom: 16px
    }
}

.gift-card__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

@media screen and (min-width:1200px) {
    .gift-card__text {
        font-size: 18px
    }
}

@media screen and (max-width:1439px) {
    .gift-card__text--electronic {
        flex: 0 0 100%;
        max-width: calc(100% - 53px - var(--grid-gap))
    }
}

@media screen and (max-width:767px) {
    .gift-card__text--plastic {
        flex: 0 0 100%;
        max-width: calc(100% - 53px - var(--grid-gap))
    }
}

.gift-card__text--bold {
    font-weight: 600
}

@media screen and (min-width:1200px) {
    .gift-card__text--bold {
        font-weight: 500
    }
}

.gift-card__text--choice {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450
}

@media screen and (min-width:768px) {
    .gift-card__text--choice {
        font-size: 24px
    }
}

@media screen and (min-width:1200px) {
    .gift-card__text--choice {
        font-size: 26px
    }
}

.gift-card__electronic-btns {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1200px) {
    .gift-card__electronic-btns {
        flex-direction: row
    }
}

.gift-card__electronic-btns .ch-btn:last-child {
    background: transparent;
    color: var(--color-brand-violent);
    margin-top: 16px
}

@media screen and (min-width:1200px) {
    .gift-card__electronic-btns .ch-btn:last-child {
        margin-left: 16px;
        margin-top: 0
    }
}

.gift-card__offers-title {
    font-size: var(--font-sz-xl);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.gift-card__info {
    align-items: center;
    background: var(--color-grey100);
    display: inline-flex;
    min-height: 41px;
    padding: 8px 8px 8px 12px
}

.gift-card__info .b-icon.-info {
    font-size: 20px;
    margin-right: 8px
}

.gift-card__number {
    align-items: center;
    background: #f9f7f9;
    border-radius: 50%;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    height: 53px;
    justify-content: center;
    line-height: var(--font-lh-m);
    width: 53px
}

.gift-card__full-terms {
    color: #94613d;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    padding-left: 32px;
    position: relative
}

.gift-card__full-terms .ch-catalog-category__file-size {
    padding-left: 32px
}

.gift-card .ch-catalog-category__file-icon {
    top: 20px
}

.gift-card .ch-btn.ch-btn--violent.ch-btn--cards-btn {
    padding: 14px 65px;
    width: 100%
}

@media screen and (min-width:1200px) {
    .gift-card .ch-btn.ch-btn--violent.ch-btn--cards-btn {
        width: auto
    }
}

.gift-card .ch-product-info__tabs__btn {
    font-size: var(--font-sz)
}

.gift-card .ch-product-info__tabs {
    border-bottom: 1px solid var(--color-grey60)
}

.gift-card__order {
    order: -1
}

@media screen and (min-width:1200px) {
    .gift-card__order {
        order: 1
    }
}

.gift-card__design {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px
}

.gift-card__about {
    display: block;
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (min-width:768px) {
    .gift-card__about:first-child {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1200px) {
    .gift-card__about {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr 1fr;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1440px) {
    .gift-card__about {
        grid-template-columns: 1fr 425px
    }
}

.ch-catalog-category .ch-dropdown.ch-dropdown--second {
    background: var(--color-brand-violent)
}

.ch-catalog-category .ch-dropdown__hint.js-tooltipster.tooltipstered {
    color: var(--color-brand-violent)
}

.ch-catalog-category__empty {
    padding-bottom: 124px;
    padding-top: 24px
}

@media screen and (min-width:1200px) {
    .ch-catalog-category__empty {
        padding-bottom: 148px;
        padding-top: 40px
    }
}

.ch-catalog-category__empty-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

@media screen and (min-width:1200px) {
    .ch-catalog-category__empty-title {
        font-size: 20px
    }
}

.ch-catalog-category__view {
    --grid-gap: 8px
}

.ch-catalog-category__view-btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: var(--color-grey60);
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    outline: none;
    padding: 0
}

.ch-catalog-category__view-btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1200px) {
    .ch-catalog-category__view-btn {
        padding: 8px
    }
}

.ch-catalog-category__view-btn.js-catalog-view-active {
    color: var(--color-brand-violent)
}

.ch-catalog-category__file {
    display: block;
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-bottom: 8px;
    padding-left: 32px;
    position: relative
}

.ch-catalog-category__file-icon {
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.ch-catalog-category__file-size {
    color: var(--color-grey80);
    font-size: var(--font-sz-s);
    line-height: var(--font-lh);
    margin-top: 4px
}

.ch-catalog-category__form {
    background: var(--color-grey100);
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1);
    padding: 24px 16px
}

@media screen and (min-width:768px) {
    .ch-catalog-category__form {
        margin-left: 0;
        margin-right: 0;
        padding: 24px
    }
}

.ch-catalog-category__form-text {
    font-size: 14px
}

.ch-collection__section .ch-pagination__btn--active {
    background: var(--color-white)
}

.ch-collection__header {
    color: var(--color-black);
    display: grid;
    grid-template-areas: "group" "figure";
    grid-template-rows: min-content;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1)
}

@media screen and (min-width:1440px) {
    .ch-collection__header {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-collection__header--detail {
    color: var(--color-white);
    grid-template-areas: "group" "figure"
}

@media screen and (min-width:768px) {
    .ch-collection__header--detail {
        grid-template-areas: "group figure";
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: min-content;
        margin-bottom: 24px
    }
}

.ch-collection__header--detail .ch-collection__header-group {
    background: var(--color-brand-sand);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding)
}

@media screen and (min-width:768px) {
    .ch-collection__header--detail .ch-collection__header-figure {
        height: auto;
        min-height: 250px
    }
}

@media screen and (min-width:1200px) {
    .ch-collection__header--detail .ch-collection__header-figure {
        min-height: 290px
    }
}

@media screen and (min-width:1440px) {
    .ch-collection__header--detail .ch-collection__header-figure {
        min-height: 350px
    }
}

.ch-collection__header-group {
    background: var(--color-brand-pearl);
    grid-area: group;
    padding-bottom: 16px;
    padding-left: calc((100% - var(--container-max))*.5 + var(--container-padding));
    padding-right: calc((100% - var(--container-max))*.5 + var(--container-padding));
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .ch-collection__header-group {
        padding-bottom: 24px;
        padding-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-collection__header-group {
        padding-bottom: 32px;
        padding-left: calc(var(--container-padding)*.75);
        padding-right: calc(var(--container-padding)*.75);
        padding-top: 32px
    }
}

.ch-collection__header-title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .ch-collection__header-title {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-collection__header-title {
        font-size: 40px
    }
}

.ch-collection__header-text {
    font-size: 15px;
    margin-top: 16px
}

@media screen and (min-width:1200px) {
    .ch-collection__header-text {
        font-size: 18px
    }
}

.ch-collection__header-figure {
    grid-area: figure;
    height: max(35vw, 140px);
    position: relative
}

@media screen and (min-width:768px) {
    .ch-collection__header-figure {
        height: 22vw
    }
}

@media screen and (min-width:1440px) {
    .ch-collection__header-figure {
        height: 320px
    }
}

.ch-collection__header-picture {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-collection__header-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-collection__section {
    background: var(--color-grey100);
    padding-bottom: 40px;
    padding-top: 40px
}

.ch-collection__grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 100%;
    margin-left: -8px;
    margin-right: -8px
}

@media screen and (min-width:768px) {
    .ch-collection__grid {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:1200px) {
    .ch-collection__grid {
        grid-gap: 24px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .ch-collection__grid {
        grid-gap: 32px
    }
}

.ch-order-page__expand-btn {
    cursor: pointer
}

.ch-order-page__expand-btn.js-expand-active .ch-order-page__title--btn .b-icon {
    transform: rotateX(180deg)
}

.ch-order-page__expand-btn.js-expand-active~.ch-order-page__expand-list {
    display: flex
}

.ch-order-page__expand-list {
    display: none;
    margin-top: 16px
}

.ch-order-page__text {
    font-size: var(--font-sz)
}

.ch-order-page__text--medium {
    font-size: var(--font-sz-l)
}

.ch-order-page__text--large {
    font-size: var(--font-sz-xl)
}

.ch-order-page__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-1);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.ch-order-page__title--h2 {
    font-size: var(--header-2)
}

.ch-order-page__title--h3 {
    font-size: var(--header-3)
}

.ch-order-page__title--btn {
    align-items: center;
    display: flex
}

.ch-order-page__title--btn .b-icon {
    margin-left: 8px
}

.ch-order-page__btn.ch-btn {
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-order-page__btn.ch-btn {
        padding-left: 48px;
        padding-right: 48px;
        width: auto
    }
}

.ch-order-status {
    background: var(--color-white);
    padding: 24px 16px
}

@media screen and (min-width:768px) {
    .ch-order-status {
        padding: 32px
    }
}

@media screen and (min-width:1200px) {
    .ch-order-status {
        padding: 64px
    }
}

.ch-order-status__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .ch-order-status__title {
        font-size: 40px
    }
}

.ch-order-status__actions {
    margin-top: 32px
}

@media screen and (min-width:768px) {
    .ch-order-status__actions {
        margin-top: 80px
    }
}

.ch-page-about__btn {
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-page-about__btn {
        width: 200px
    }
}

.ch-page-about__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:1440px) {
    .ch-page-about__title {
        line-height: 1.2
    }
}

.ch-page-about__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

@media screen and (min-width:1200px) {
    .ch-page-about__text {
        font-size: var(--font-sz-l)
    }
}

.ch-page-about__content-image {
    height: 172px
}

@media screen and (min-width:768px) {
    .ch-page-about__content-image {
        height: 203px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-about__content-image {
        height: 260px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-about__content-image {
        height: 300px
    }
}

.ch-page-about__content-title {
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .ch-page-about__content-title {
        margin-bottom: 16px
    }
}

.ch-page-about__content-text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

.ch-page-about__list {
    counter-reset: counter-name
}

.ch-page-about__list>li {
    margin-bottom: 24px;
    padding-left: 44px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-page-about__list>li {
        margin-bottom: 32px
    }
}

.ch-page-about__list>li:before {
    align-items: center;
    background: var(--color-grey200);
    border-radius: 32px;
    content: counter(counter-name);
    counter-increment: counter-name;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 11px;
    transform: translateY(-50%);
    width: 32px
}

@media screen and (min-width:1200px) {
    .ch-page-about__list>li:before {
        top: 12px
    }
}

.ch-page-about__list ul {
    list-style: initial;
    margin-top: 8px;
    padding-left: 24px
}

.ch-page-about__info {
    background: var(--color-grey200);
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    padding: 16px 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-page-about__info {
        font-size: 24px;
        padding: 24px 0
    }
}

@media screen and (min-width:1440px) {
    .ch-page-about__info {
        font-size: 26px;
        padding: 32px 0
    }
}

.ch-page-about__info-icon {
    font-size: 48px;
    vertical-align: middle
}

.ch-page-about__map {
    margin: 0 auto;
    position: relative
}

.ch-page-about__map-image {
    height: 167px
}

@media screen and (min-width:768px) {
    .ch-page-about__map-image {
        height: 351px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-about__map-image {
        height: 433px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-about__map-image {
        height: 479px
    }
}

.ch-page-about__map-info {
    width: 100%;
    z-index: 1
}

@media screen and (min-width:768px) {
    .ch-page-about__map-info {
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%)
    }
}

.ch-page-about__map-text {
    font-size: 14px;
    font-weight: 400;
    line-height: var(--font-lh)
}

@media screen and (min-width:768px) {
    .ch-page-about__map-text {
        font-size: 18px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-about__map-text {
        font-size: 20px;
        line-height: 1.2
    }
}

.ch-page-about__map-title {
    color: #94613d;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 2px
}

@media screen and (min-width:768px) {
    .ch-page-about__map-title {
        font-size: 42px;
        margin-bottom: 8px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-about__map-title {
        font-size: 64px;
        margin-bottom: 12px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-about__map-title {
        margin-bottom: 8px
    }
}

@media screen and (min-width:768px) {
    .ch-page-about__order-1 {
        order: 1
    }
}

@media screen and (min-width:1200px) {
    .ch-page-about__order-1--second {
        order: 1
    }
}

.ch-page-article__metadata {
    align-items: center;
    color: var(--color-grey80);
    display: flex;
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 24px
}

@media (max-width:1024px) {
    .ch-page-article__metadata {
        margin-top: 16px
    }
}

.ch-page-article__date {
    margin-right: 24px
}

.ch-page-article__views {
    align-items: center;
    display: flex
}

.ch-page-article__views svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.ch-page-article__categories {
    display: flex;
    margin-bottom: 32px;
    overflow-x: auto
}

@media (max-width:767px) {
    .ch-page-article__categories {
        margin-bottom: 24px
    }
}

.ch-page-article__category {
    background-color: var(--color-grey100);
    border-radius: 44px;
    cursor: pointer;
    margin-right: 6px;
    padding: 10px 24px 9px;
    white-space: nowrap
}

.ch-page-article__content {
    font-size: 18px;
    margin-bottom: 64px
}

@media (max-width:767px) {
    .ch-page-article__content {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 32px
    }
}

.ch-page-article__banner {
    display: flex;
    margin-bottom: 64px
}

@media (max-width:1300px) {
    .ch-page-article__banner {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .ch-page-article__banner {
        margin-bottom: 32px
    }
}

.ch-page-article__banner-img {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1300px) {
    .ch-page-article__banner-img {
        height: 396px
    }
}

@media (max-width:1024px) {
    .ch-page-article__banner-img {
        height: 246px
    }
}

@media (max-width:767px) {
    .ch-page-article__banner-img {
        height: 100px
    }
}

.ch-page-article__preview {
    background-color: var(--color-grey100);
    margin-bottom: 64px;
    padding: 32px 32px 32px 52px;
    position: relative
}

@media (max-width:1300px) {
    .ch-page-article__preview {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .ch-page-article__preview {
        margin-bottom: 32px;
        padding: 16px 16px 16px 28px
    }
}

.ch-page-article__preview:before {
    background-color: var(--color-brand-taupe);
    bottom: 32px;
    content: "";
    left: 32px;
    position: absolute;
    top: 32px;
    width: 4px
}

@media (max-width:767px) {
    .ch-page-article__preview:before {
        bottom: 16px;
        left: 16px;
        top: 16px
    }
}

.ch-page-article__subarticle {
    margin-bottom: 64px
}

.ch-page-article__subarticle:last-child {
    margin-bottom: 0
}

@media (max-width:1300px) {
    .ch-page-article__subarticle {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .ch-page-article__subarticle {
        margin-bottom: 32px
    }
}

@media screen and (max-width:1199px) {
    .ch-page-article__subarticle-products {
        margin-top: 24px
    }
}

.ch-page-article__subarticle-product {
    align-items: flex-start;
    background: var(--color-white);
    box-shadow: var(--shadow);
    display: flex;
    margin-bottom: 12px;
    padding: 16px
}

.ch-page-article__subarticle-product:last-child {
    margin-bottom: 0
}

.ch-page-article__subarticle-product-img-wrapper {
    flex-shrink: 0;
    height: 80px;
    margin-right: 16px;
    width: 80px
}

.ch-page-article__subarticle-product-price-info {
    align-items: center;
    display: flex
}

.ch-page-article__subarticle-product-price-info .ch-price {
    font-size: 18px;
    margin-right: 8px
}

.ch-page-article__subarticle-product-price-info .ch-price:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .ch-page-article__subarticle-product-price-info .ch-price {
        color: var(--color-black)
    }
}

.ch-page-article__subarticle-product-price-info .ch-price--old {
    text-decoration: line-through
}

@media (max-width:767px) {
    .ch-page-article__subarticle-product-price-info .ch-price--old {
        display: none
    }
}

.ch-page-article__subarticle-product .ch-product-card__title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px
}

.ch-page-article__subarticle-product-description {
    font-size: 12px;
    line-height: 1.4
}

@media (max-width:767px) {
    .ch-page-article__subarticle-product-description {
        display: none
    }
}

.ch-page-article__subarticle-product .ch-product-card__btn-wrapper {
    margin-left: auto
}

.ch-page-article__subarticle-product:hover .ch-product-card__btn {
    opacity: 1;
    pointer-events: all
}

.ch-page-article__subarticle-title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ch-page-article__subarticle-title {
        line-height: 1.2
    }
}

.ch-page-article__subarticle-text:last-child {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .ch-page-article__subarticle-text {
        margin-bottom: 24px
    }
}

.ch-page-article__subarticle-text p {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .ch-page-article__subarticle-text p {
        margin-bottom: 8px
    }
}

.ch-page-article__subarticle-text p:last-child {
    margin-bottom: 0
}

.ch-page-article__subarticle-wide-banner {
    display: flex;
    margin-top: 24px
}

.ch-page-article__subarticle-wide-banner img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1300px) {
    .ch-page-article__subarticle-wide-banner img {
        height: 344px
    }
}

@media (max-width:1024px) {
    .ch-page-article__subarticle-wide-banner img {
        height: 214px
    }
}

@media (max-width:767px) {
    .ch-page-article__subarticle-wide-banner img {
        height: 88px
    }
}

.ch-page-article__subarticle-recommended-products {
    margin-top: 24px
}

.ch-page-article__subarticle-preview {
    background-color: var(--color-grey100);
    margin-bottom: 24px;
    padding: 24px 24px 24px 44px;
    position: relative
}

@media (max-width:767px) {
    .ch-page-article__subarticle-preview {
        padding: 16px 16px 16px 28px
    }
}

.ch-page-article__subarticle-preview:before {
    background-color: var(--color-brand-taupe);
    bottom: 24px;
    content: "";
    left: 24px;
    position: absolute;
    top: 24px;
    width: 4px
}

@media (max-width:767px) {
    .ch-page-article__subarticle-preview:before {
        bottom: 16px;
        left: 16px;
        top: 16px
    }
}

.ch-page-article__subarticle-banners {
    margin-top: 24px
}

.ch-page-article__subarticle-banner {
    display: flex
}

.ch-page-article__subarticle-banner-img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1300px) {
    .ch-page-article__subarticle-banner-img {
        height: 294px
    }
}

@media (max-width:1024px) {
    .ch-page-article__subarticle-banner-img {
        height: 406px
    }

    .ch-page-article__subarticle-banner-img--wide {
        height: 340px
    }
}

@media (max-width:767px) {
    .ch-page-article__subarticle-banner-img {
        height: 168px
    }

    .ch-page-article__subarticle-banner-img--wide {
        height: 138px
    }
}

.ch-page-article__other-articles-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.ch-page-article__other-articles-header-title {
    font-family: var(--font-futura-pt);
    font-size: 32px;
    font-weight: 450;
    line-height: 35.2px
}

@media (max-width:1024px) {
    .ch-page-article__other-articles-header-title {
        font-size: 26px;
        line-height: 28.6px
    }
}

.ch-page-article__other-articles-more-link {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz-l);
    line-height: var(--font-lh)
}

.ch-page-article__other-articles-more-link span {
    margin-right: 10px
}

.ch-page-article__other-articles-list {
    margin-bottom: 24px
}

@media (max-width:1300px) {
    .ch-page-article__other-articles-list {
        margin-bottom: 0
    }
}

.Ñh-page-blog__categories {
    display: flex;
    margin-bottom: 32px;
    margin-top: 16px;
    overflow-x: auto
}

.Ñh-page-blog__category {
    border: 1px solid var(--color-grey60);
    border-radius: 44px;
    cursor: pointer;
    margin-right: 6px;
    padding: 10px 24px 9px;
    white-space: nowrap
}

.Ñh-page-blog__category:hover {
    border-color: #c28257
}

.Ñh-page-blog__category--active {
    background-color: #c28257;
    border-color: #c28257;
    color: #fff
}

.Ñh-page-blog__list {
    margin-bottom: -30px
}

.Ñh-page-blog__item {
    margin-bottom: 40px
}

.Ñh-page-blog__card-banner {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.Ñh-page-blog__card-banner-link {
    display: flex;
    margin-bottom: 16px
}

.Ñh-page-blog__card-categories {
    color: #c28257;
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px
}

.Ñh-page-blog__card-title {
    font-size: var(--font-sz);
    font-weight: 400;
    margin-bottom: 12px
}

.Ñh-page-blog__card-title-link {
    color: var(--color-black)
}

.Ñh-page-blog__card-title-link:focus,
.Ñh-page-blog__card-title-link:hover {
    color: var(--color-brand-violent)
}

.Ñh-page-blog__card-footer {
    align-items: center;
    color: var(--color-grey80);
    display: flex;
    font-size: 15px;
    line-height: 21px
}

.Ñh-page-blog__card-publish-date {
    margin-right: 18px
}

.Ñh-page-blog__card-views {
    align-items: center;
    display: flex;
    margin-right: 16px
}

.Ñh-page-blog__card-views svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.Ñh-page-blog__card-likes {
    align-items: center;
    display: flex
}

.Ñh-page-blog__card-likes svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.ch-seoblock .ch-table__subtext {
    font-family: var(--font-roboto);
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh)
}

.ch-page-delivery__row {
    --grid-gap: 0
}

.ch-page-delivery__date-icon {
    font-size: 24px;
    left: 16px;
    position: absolute;
    top: 8px
}

.ch-page-delivery__date {
    background: var(--color-grey100);
    display: inline-block;
    font-size: 15px;
    padding: 10px 16px 10px 48px;
    position: relative
}

.ch-page-delivery__block h4 {
    font-weight: 500
}

.ch-page-delivery__block h4,
.ch-page-delivery__block p {
    font-family: var(--font-roboto);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-page-delivery__block p {
    font-weight: 400
}

.ch-page-delivery__block .ch-table__inner-item thead th {
    font-weight: 500
}

.ch-page-delivery__block .ch-table__inner-item td,
.ch-page-delivery__block .ch-table__inner-item th {
    font-size: 14px;
    padding: 10px 8px;
    white-space: normal
}

@media screen and (min-width:768px) {

    .ch-page-delivery__block .ch-table__inner-item td,
    .ch-page-delivery__block .ch-table__inner-item th {
        white-space: nowrap;
        width: 234px
    }
}

@media screen and (min-width:1200px) {

    .ch-page-delivery__block .ch-table__inner-item td,
    .ch-page-delivery__block .ch-table__inner-item th {
        font-size: 15px;
        width: 250px
    }
}

@media screen and (min-width:1440px) {

    .ch-page-delivery__block .ch-table__inner-item td,
    .ch-page-delivery__block .ch-table__inner-item th {
        width: 275px
    }
}

@media screen and (min-width:768px) {
    .ch-page-delivery__block {
        margin-bottom: 8px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-delivery__block {
        margin-bottom: 32px
    }
}

.ch-page-delivery__title {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 500;
    padding-left: 44px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-page-delivery__title {
        font-size: 24px;
        padding-left: 60px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-delivery__title {
        font-size: 26px
    }
}

@media screen and (min-width:768px) {
    .ch-page-delivery__title--badge {
        display: inline-flex;
        margin-right: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-delivery__divide-border {
        border-left: 1px solid var(--color-grey20);
        padding-left: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-delivery__divide-border {
        padding-left: 48px
    }
}

@media screen and (min-width:1200px) {
    .ch-page-delivery__left-block {
        padding-right: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-page-delivery__left-block {
        padding-right: 48px
    }
}

.ch-page-delivery__title-icon {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

@media screen and (min-width:768px) {
    .ch-page-delivery__title-icon {
        width: 48px
    }
}

.ch-page-delivery__title-badge {
    background: var(--color-promo-green);
    color: var(--color-white);
    display: inline-block;
    font-family: var(--font-futura-pt);
    font-size: 12px;
    line-height: 1;
    padding: 4px
}

@media screen and (min-width:1200px) {
    .ch-page-delivery__title-badge {
        font-size: 18px;
        padding: 6px 12px
    }
}

.ch-page-streams__title {
    font-size: var(--header-1)
}

@media screen and (min-width:1440px) {
    .ch-page-streams__title {
        font-size: 36px
    }
}

.ch-page-streams__subtitle {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

.ch-page-streams__mobile-filter {
    border-top: 1px solid var(--color-grey20);
    padding: 15px 0
}

.ch-page-streams__content {
    background-color: var(--color-grey100);
    padding-top: 40px
}

@media screen and (max-width:1199px) {
    .ch-page-streams__content .ch-pagination {
        display: none
    }
}

@media screen and (max-width:767px) {
    .ch-page-streams__content {
        padding-top: 16px
    }
}

.ch-page-streams__item {
    margin-bottom: 24px
}

@media screen and (max-width:767px) {
    .ch-page-streams__item {
        margin-bottom: 16px
    }
}

.ch-page-streams__card {
    height: 100%;
    min-height: 588px
}

.ch-page-streams__card-wrapper {
    background-color: var(--color-white);
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 32px
}

@media screen and (max-width:767px) {
    .ch-page-streams__card-wrapper {
        flex-wrap: wrap;
        padding: 16px
    }
}

.ch-page-streams__card-wrapper:hover {
    box-shadow: 0 0 4px hsla(33, 13%, 51%, .05), 0 0 25px -8px hsla(0, 9%, 47%, .12)
}

.ch-page-streams__card-info {
    width: 260px
}

@media screen and (max-width:1439px) {
    .ch-page-streams__card-info {
        flex-grow: 1
    }
}

.ch-page-streams__card-metadata {
    align-items: stretch;
    display: flex;
    margin-bottom: 16px
}

.ch-page-streams__card-date-duration {
    align-items: center;
    background-color: var(--color-grey200);
    display: flex;
    margin-right: 8px;
    padding: 6px 10px
}

.ch-page-streams__card-type {
    align-items: center;
    background-color: var(--color-stream);
    border: 1px solid var(--color-stream);
    color: var(--color-white);
    display: flex;
    padding: 4px 12px;
    text-transform: uppercase
}

.ch-page-streams__card-type--record {
    background-color: transparent;
    color: var(--color-stream)
}

.ch-page-streams__card-title {
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    .ch-page-streams__card-title {
        margin-bottom: 0
    }
}

.ch-page-streams__card-description {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

@media screen and (max-width:767px) {
    .ch-page-streams__card-description {
        display: none
    }
}

.ch-page-streams__card-activity {
    align-items: center;
    background-color: var(--color-grey100);
    display: flex;
    margin-top: 24px;
    padding: 6px 12px;
    width: -moz-fit-content;
    width: fit-content
}

.ch-page-streams__card-views {
    align-items: center;
    display: flex;
    margin-right: 24px
}

.ch-page-streams__card-views svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.ch-page-streams__card-likes {
    align-items: center;
    display: flex
}

.ch-page-streams__card-likes svg {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.ch-page-streams__card-gallery {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 16px;
    width: 308px
}

@media screen and (max-width:767px) {
    .ch-page-streams__card-gallery {
        margin-right: 0;
        width: 100%
    }
}

.ch-page-streams__card-gallery-banner {
    display: block;
    height: 440px;
    margin-bottom: 16px;
    -o-object-fit: cover;
    object-fit: cover
}

.ch-page-streams__card-gallery-photos {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .ch-page-streams__card-gallery-photos {
        display: none
    }
}

.ch-page-streams__card-gallery-photo {
    height: 68px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 68px
}

.ch-page-streams__card-gallery-photo:last-child {
    margin-right: 0
}

.ch-page-streams__card-gallery-more {
    align-items: center;
    background-color: var(--color-grey200);
    color: var(--color-grey80);
    display: flex;
    font-size: 20px;
    height: 68px;
    justify-content: center;
    line-height: 22px;
    text-align: center;
    width: 68px
}

.ch-product__header {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between
}

.ch-product__header-crumbs {
    flex-shrink: 1
}

.ch-product__grid {
    --local-gap: 24px;
    grid-gap: var(--local-gap);
    display: grid;
    grid-template-areas: "pictures" "aside" "info" "relevant";
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, max-content);
    padding-bottom: 16px;
    padding-top: 8px;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-product__grid {
        --local-aside: 340px;
        grid-template-areas: "pictures aside" "info info" "relevant relevant";
        grid-template-columns: calc(100% - var(--local-aside) - var(--local-gap)) var(--local-aside);
        grid-template-rows: repeat(3, max-content);
        padding-top: 32px
    }
}

@media screen and (min-width:1200px) {
    .ch-product__grid {
        --local-aside: 360px;
        grid-template-areas: "pictures aside" "info aside" "relevant aside";
        grid-template-rows: repeat(3, max-content)
    }
}

@media screen and (min-width:1440px) {
    .ch-product__grid {
        --local-aside: 500px;
        --local-gap: 64px;
        grid-template-areas: "pictures aside" "info aside" "relevant aside";
        grid-template-rows: repeat(3, max-content)
    }
}

.ch-product__pictures {
    grid-area: pictures;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1)
}

@media screen and (min-width:768px) {
    .ch-product__pictures {
        margin-left: 0;
        margin-right: 0
    }
}

.ch-product__aside-section {
    background: var(--color-grey100);
    margin-bottom: 24px;
    padding: 32px 16px
}

@media screen and (min-width:768px) {
    .ch-product__aside-section {
        padding: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-product__aside-section {
        padding: 32px
    }
}

.ch-product__ya-pay-wrapper {
    display: flex;
    height: 18px;
    margin-bottom: 15px
}

.ch-product__aside {
    grid-area: aside;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1)
}

@media screen and (min-width:768px) {
    .ch-product__aside {
        margin-left: 0;
        margin-right: 0
    }

    .ch-product__aside__inner {
        position: sticky;
        top: 80px
    }
}

@media screen and (min-width:1440px) {
    .ch-product__aside__inner {
        top: 140px
    }
}

.ch-product__aside-header {
    --grid-gap: 0;
    font-size: var(--font-sz);
    justify-content: space-between;
    line-height: var(--font-lh);
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-header {
        margin-bottom: 32px
    }
}

.ch-product__aside-rating {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex
}

.ch-product__aside-rating__link {
    margin-left: 8px
}

.ch-product__aside-title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .ch-product__aside-title {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1200px) {
    .ch-product__aside-title {
        margin-bottom: 24px
    }
}

.ch-product__aside-price {
    --grid-gap: 8px;
    align-items: flex-end;
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-price {
        --grid-gap: 16px;
        margin-bottom: 32px
    }
}

.ch-product__aside-block {
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-block {
        margin-bottom: 32px
    }
}

.ch-product__aside-block__item {
    grid-gap: 8px;
    display: grid;
    grid-template-areas: "header" "content" "footer";
    grid-template-columns: 100%;
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-block__item {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-product__aside-block__item {
        grid-template-areas: "header" "content"
    }
}

.ch-product__aside-block__header {
    font-weight: 500;
    grid-area: header
}

.ch-product__aside-block__content {
    grid-area: content
}

.ch-product__aside-block__footer {
    color: var(--color-brand-violent);
    grid-area: footer
}

@media screen and (min-width:1440px) {
    .ch-product__aside-block__footer {
        grid-area: header;
        justify-self: end
    }
}

.ch-product__aside-variants {
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-grey60);
    display: flex;
    font-size: var(--font-sz);
    justify-content: space-between;
    line-height: var(--font-lh);
    padding: 13px 48px 13px 16px;
    position: relative;
    width: 100%
}

.ch-product__aside-variants .b-icon {
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.ch-product__aside-variants .value {
    display: flex;
    width: 100%
}

.ch-product__aside-variants--active {
    border: 1px solid var(--color-brand-violent)
}

.ch-product__aside-complect {
    background: var(--color-white);
    box-shadow: var(--shadow);
    margin-bottom: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-complect {
        margin-bottom: 32px
    }
}

.ch-product__aside-complect__btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: center;
    justify-content: space-between;
    outline: none;
    padding: 16px;
    text-align: left;
    width: 100%
}

.ch-product__aside-complect__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-product__aside-complect__btn.js-expand-active {
    align-items: flex-start
}

.ch-product__aside-complect__btn.js-expand-active .b-icon {
    transform: rotateX(180deg)
}

.ch-product__aside-complect__btn.js-expand-active~.ch-product__aside-complect__content {
    display: block
}

.ch-product__aside-complect__btn .b-icon {
    font-size: 24px
}

.ch-product__aside-complect__btn__label {
    background: var(--color-brand-red);
    color: var(--color-white);
    display: inline-flex;
    font-family: var(--font-futura-pt);
    font-size: var(--font-sz-s);
    line-height: var(--font-lh-m);
    margin-left: auto;
    margin-right: 16px;
    padding: 3px 4px
}

@media screen and (min-width:1440px) {
    .ch-product__aside-complect__btn__label {
        margin-left: 16px;
        margin-right: auto
    }
}

.ch-product__aside-complect__content {
    display: none;
    padding: 0 16px
}

.ch-product__aside-complect__item {
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-top: 8px;
    padding-bottom: 16px
}

.ch-product__aside-complect__item .ch-checkbox__label {
    padding-left: 24px
}

.ch-product__aside-complect__item__row {
    --grid-gap: 8px;
    align-items: center
}

@media screen and (min-width:1200px) {
    .ch-product__aside-complect__item__row {
        --grid-gap: 16px
    }
}

.ch-product__aside-complect__item__price {
    align-items: baseline
}

.ch-product__aside-complect__item__price .ch-price {
    font-size: var(--font-sz-l)
}

.ch-product__aside-complect__item__title {
    margin-bottom: 8px;
    margin-top: 4px
}

.ch-product__aside-complect__item__img {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-complect__item__img {
        height: 80px;
        width: 80px
    }
}

.ch-product__aside-complect__item__img img {
    max-height: 100%;
    max-width: 100%
}

.ch-product__aside-complect__item__body {
    flex: 0 0 100%;
    max-width: calc(100% - 72px - var(--grid-gap)*2)
}

@media screen and (min-width:1200px) {
    .ch-product__aside-complect__item__body {
        max-width: calc(100% - 104px - var(--grid-gap)*2)
    }
}

.ch-product__aside-buy {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 56px
}

@media screen and (max-width:767px) {
    .ch-product__aside-buy {
        grid-gap: 8px;
        background: var(--color-white);
        bottom: 0;
        box-shadow: 0 -1px 3px hsla(0, 9%, 47%, .05), 0 0 32px -8px hsla(0, 9%, 47%, .1);
        left: 0;
        padding: 12px 16px;
        position: fixed;
        right: 0;
        z-index: 50
    }
}

.ch-product__aside-buy .b-icon {
    font-size: 24px
}

@media screen and (max-width:767px) {
    .ch-product__aside-buy .ch-btn {
        font-size: 13px;
        height: 48px;
        padding: 11px
    }
}

.ch-product__aside-buy .ch-btn .notactive {
    display: flex
}

.ch-product__aside-buy .ch-btn .active,
.ch-product__aside-buy .ch-btn.js-btn-active .notactive {
    display: none
}

.ch-product__aside-buy .ch-btn.js-btn-active .active {
    display: flex
}

.ch-product__aside-buy-count {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: center
}

.ch-product__aside-buy-minus,
.ch-product__aside-buy-plus {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.ch-product__aside-buy-minus:disabled,
.ch-product__aside-buy-plus:disabled {
    color: var(--color-grey80)
}

.ch-product__aside-buy-minus:not(:disabled):hover,
.ch-product__aside-buy-plus:not(:disabled):hover {
    background: var(--color-brand-violent);
    color: var(--color-white);
    transition: .3s
}

.ch-product__aside-buy-minus {
    border-right: 1px solid var(--color-brand-violent)
}

.ch-product__aside-buy-plus {
    border-left: 1px solid var(--color-brand-violent)
}

.ch-product__aside-buy-plus--active {
    background: var(--color-brand-violent);
    color: var(--color-white)
}

.ch-product__aside-buy-counter {
    border: 1px solid var(--color-brand-violent);
    display: none;
    grid-template-columns: 48px 1fr 48px;
    height: 100%
}

@media screen and (min-width:768px) {
    .ch-product__aside-buy-counter {
        grid-template-columns: 56px 1fr 56px
    }
}

.ch-product__aside-buy-wrapper .ch-product__aside-buy-btn {
    display: block
}

.ch-product__aside-buy-wrapper .ch-product__aside-buy-counter,
.ch-product__aside-buy-wrapper--counter-active .ch-product__aside-buy-btn {
    display: none
}

.ch-product__aside-buy-wrapper--counter-active .ch-product__aside-buy-counter {
    display: grid
}

.ch-product__aside-icon {
    margin-right: 8px
}

.ch-product__aside-footer {
    margin-top: 16px
}

@media screen and (min-width:1200px) {
    .ch-product__aside-footer {
        margin-top: 32px
    }
}

.ch-product__aside-footer__item-badge {
    background: var(--color-promo-green);
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 12px;
    line-height: 1;
    margin-left: 12px;
    padding: 4px
}

.ch-product__aside-footer__item-img {
    color: var(--color-black);
    font-size: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px
}

.ch-product__aside-footer__item {
    display: block;
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-top: 12px;
    padding-left: 40px;
    padding-top: 6px;
    position: relative
}

.ch-product__aside-footer__item:first-child {
    margin-top: 0
}

.ch-product__aside-footer__item[href] {
    color: var(--color-brand-violent)
}

.ch-product__aside-footer__item .b-icon {
    color: var(--color-black);
    font-size: 32px;
    left: 0;
    position: absolute;
    top: 0
}

.ch-product__info {
    grid-area: info
}

.ch-product__relevant {
    grid-area: relevant
}

.ch-product__social {
    align-items: center;
    background: none;
    border: none;
    border: 1px solid var(--color-black);
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: 16px;
    outline: none;
    padding: 7px
}

.ch-product__social:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-product__social:last-child {
    margin-right: 0
}

.ch-product__social--xl {
    font-size: 20px;
    padding: 9px
}

.ch-product__social--white {
    background: var(--color-white);
    border: none
}

.js-copy-detail-url--copied .b-icon {
    font-size: 16px !important;
    margin-left: 4px !important
}

.ch-sale-catalog__chips {
    grid-gap: 8px;
    display: grid;
    grid-area: btn;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
    margin-bottom: 24px;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding)
}

@media screen and (min-width:768px) {
    .ch-sale-catalog__chips {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1200px) {
    .ch-sale-catalog__chips {
        margin-bottom: 32px
    }
}

.ch-sale-catalog__list {
    grid-gap: 16px;
    display: grid;
    grid-template: min-content/1fr
}

@media screen and (min-width:768px) {
    .ch-sale-catalog__list {
        grid-template: min-content/repeat(3, 1fr)
    }
}

@media screen and (min-width:1200px) {
    .ch-sale-catalog__list {
        grid-gap: 24px;
        grid-template: min-content/repeat(4, 1fr)
    }
}

.ch-sale-catalog__header-switch {
    grid-area: switch;
    margin-bottom: 24px
}

@media screen and (min-width:1200px) {
    .ch-sale-catalog__header-switch {
        margin-bottom: 32px
    }
}

.ch-sale-catalog__header {
    align-items: center;
    display: grid;
    grid-template: "btn" min-content "switch" min-content/100%;
    margin-top: 16px;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-sale-catalog__header {
        margin-top: 24px
    }
}

@media screen and (min-width:1200px) {
    .ch-sale-catalog__header {
        grid-template: "btn switch" min-content/1fr max-content;
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .ch-sale-catalog__list-item--large {
        grid-column-end: 3;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-row-start: 2
    }
}

.ch-sale-detail__date-icon {
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.ch-sale-detail__date {
    font-size: 15px;
    line-height: 24px;
    padding-left: 32px;
    position: relative
}

@media screen and (min-width:1200px) {
    .ch-sale-detail__date {
        font-size: 18px
    }
}

.ch-sale-detail__list {
    list-style: none;
    margin-bottom: 24px;
    padding: 0
}

.ch-sale-detail__list li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 16px
}

.ch-sale-detail__list-img {
    flex: 0 0 44px;
    margin-right: 16px;
    max-width: 44px
}

.ch-sale-detail__list-text {
    flex: 1 1 auto;
    margin-bottom: auto;
    margin-top: auto;
    max-width: 100%;
    width: auto
}

.ch-sale-detail__file-icon {
    font-size: 24px;
    left: 0;
    position: absolute;
    top: -3px
}

@media screen and (min-width:1200px) {
    .ch-sale-detail__file-icon {
        top: 0
    }
}

.ch-sale-detail__file {
    color: #94613d;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-left: 32px;
    position: relative
}

@media screen and (min-width:1200px) {
    .ch-sale-detail__file {
        font-size: 18px
    }
}

.ch-sale-detail__file-description {
    color: var(--color-grey80);
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px
}

@media screen and (min-width:1200px) {
    .ch-sale-detail__file-description {
        font-size: 14px
    }
}

.ch-sitemap__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 12px
}

.ch-sitemap__list {
    line-height: var(--font-lh)
}

.ch-sitemap__list li {
    margin-bottom: 12px
}

.ch-sitemap__list ul {
    list-style: initial;
    padding-left: 24px
}

@media screen and (min-width:1200px) {
    .ch-sitemap__list .ch-btn-link:hover {
        color: var(--color-brand-violent)
    }
}

.size-table__title {
    font-family: Futura PT;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-lh-m);
    margin: 0 0 24px
}

@media screen and (min-width:768px) {
    .size-table__title {
        font-size: 32px;
        margin: 16px 0 24px
    }
}

@media screen and (min-width:1440px) {
    .size-table__title {
        font-size: 36px;
        margin: 16px 0 32px
    }
}

.size-table .ch-product-info__tabs__btn {
    font-size: var(--font-sz)
}

.size-table .ch-row.nowrap {
    flex-wrap: nowrap;
    width: 100%
}

.ch-techpage {
    overflow: hidden
}

.ch-techpage__content {
    padding-bottom: 24px;
    padding-top: 60px
}

@media screen and (min-width:768px) {
    .ch-techpage__content {
        padding-top: 100px
    }
}

@media screen and (min-width:1200px) {
    .ch-techpage__content {
        padding-bottom: 100px
    }
}

.ch-techpage__subimg {
    position: absolute
}

.ch-techpage__img-composition {
    display: inline-flex;
    pointer-events: none;
    position: relative
}

.ch-techpage__img-composition--page404 .ch-techpage__subimg--part1 {
    right: 2%;
    top: -44%;
    width: 31%
}

.ch-techpage__img-composition--page404 .ch-techpage__subimg--part2 {
    left: -27%;
    top: -70%;
    width: 60%
}

.ch-techpage__img-composition--page404 .ch-techpage__subimg--part3 {
    bottom: -28%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%
}

.ch-techpage__img-main {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1
}

.ch-techpage__img-src {
    height: auto;
    max-width: 100%
}

.ch-techpage__picture {
    margin-bottom: 60px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-techpage__picture {
        margin-bottom: 80px
    }
}

@media screen and (min-width:1200px) {
    .ch-techpage__picture {
        margin-bottom: 0;
        order: 1
    }
}

.ch-techpage__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .ch-techpage__title {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-techpage__title {
        font-size: 40px
    }
}

.ch-techpage__text-icon {
    font-size: 24px
}

.ch-techpage__text {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-techpage__text--large {
    font-size: var(--font-sz-l)
}

.details {
    font-family: var(--font-roboto), sans-serif;
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

.details__title {
    font-size: 32px;
    opacity: 0
}

@media screen and (max-width:767px) {
    .details__title {
        font-size: 28px
    }
}

.details__map-item {
    height: 460px;
    margin-bottom: 60px;
    margin-top: 48px
}

.details__image {
    grid-area: image
}

.details__title-text {
    font-size: var(--font-sz-l);
    font-weight: 500;
    line-height: 110%
}

.details__phone {
    margin-bottom: 8px
}

.details__metro-items {
    display: grid;
    gap: 7px 15px;
    grid-area: metro-items;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px
}

.details__email,
.details__options {
    margin-bottom: 24px
}

.details__working-time {
    margin-bottom: 28px
}

.details__email,
.details__phone-link {
    color: var(--color-brand-violent)
}

.details__option,
.details__options {
    align-items: center;
    display: flex
}

.details__option {
    position: relative
}

.details__option:first-child {
    margin-right: 28px
}

.details__option-text {
    margin-left: 12px
}

.details__basik-info {
    grid-area: basic
}

.details__container {
    grid-column-gap: 24px;
    display: grid;
    grid-template-areas: "basic  image" "route route" "metro-items metro-items";
    grid-template-columns: 1fr 1fr;
    opacity: 0
}

.details__option-wrapper:hover .details__option-prompt {
    display: block
}

@media screen and (max-width:1439px) {
    .details__map-item {
        height: 420px
    }

    .details__container {
        grid-template-areas: "basic  image" "route  route" "metro-items metro-items"
    }

    .details__options {
        align-items: flex-start;
        flex-direction: column
    }

    .details__option {
        margin-top: 12px
    }

    .details__option:first-child {
        margin-top: 0
    }

    .details__route {
        max-width: 760px
    }

    .details__metro-items {
        margin-top: 24px
    }
}

@media screen and (max-width:1199px) {
    .details__map-item {
        height: 300px;
        margin: 40px 0
    }

    .details__text {
        font-size: 15px
    }

    .details__container {
        grid-template-areas: "basic image" "route route" "metro-items"
    }

    .details__email,
    .details__options {
        margin-bottom: 17px
    }

    .details__working-time {
        margin-bottom: 12px
    }
}

@media screen and (max-width:767px) {
    .details__map-item {
        height: 300px;
        margin: 24px 0 32px
    }

    .details__metro-items {
        grid-template-columns: 1fr
    }

    .details__name {
        font-size: 28px
    }

    .details__option {
        margin-top: 12px
    }

    .details__option:first-child {
        margin-top: 0
    }

    .details__container {
        grid-template-areas: "basic" "route" "metro-items" "image";
        grid-template-columns: 1fr
    }

    .details__image {
        width: 100%
    }
}

@media screen and (max-width:425px) {
    .details__map-item {
        height: 200px
    }
}

.metro-item__name {
    align-items: center;
    display: flex;
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh);
    margin-bottom: 8px
}

.metro-item__image {
    margin-right: 10px
}

.metro-item__description {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh)
}

@media screen and (max-width:1439px) {
    .metro-item__name {
        font-size: 24px
    }
}

@media screen and (max-width:1199px) {
    .metro-item__name {
        font-size: 20px
    }

    .metro-item__description {
        font-size: 15px
    }
}

.details__opacity {
    opacity: 1
}

.map-redesign .ymaps-2-1-79-balloon {
    display: none
}

.ymaps-2-1-79-places-pane {
    color: var(--color-white)
}

.map {
    font-family: var(--font-roboto), sans-serif;
    font-weight: 400
}

.map .b-icon.-pickup {
    height: 18px;
    width: 18px
}

.map__title {
    color: var(--color-black);
    font-family: var(--font-futura-pt), sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    margin: 16px 0 24px
}

.map__item {
    height: 690px;
    margin-bottom: 60px;
    position: relative;
    width: 100%
}

.map__menu-wrapper {
    background: var(--color-white);
    bottom: 0;
    padding: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 400px;
    z-index: 1
}

.map__menu {
    height: 100%;
    overflow: auto
}

.map__menu-bottom {
    bottom: 16px
}

@media screen and (max-width:1439px) {
    .map__menu-wrapper {
        width: 380px
    }

    .map__title {
        font-size: 32px
    }

    .map__item {
        height: 640px;
        margin-bottom: 40px
    }
}

@media screen and (max-width:1199px) {
    .map__title {
        margin: 8px 0 16px
    }

    .map__item {
        height: 580px
    }

    .map__menu-wrapper {
        display: none;
        height: 414px;
        padding: 16px;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 367px
    }

    .map__menu-bottom {
        display: block
    }
}

@media screen and (max-width:767px) {
    .map__title {
        font-size: 28px;
        margin: 0 0 16px
    }

    .map__item {
        height: 540px
    }

    .map__menu-wrapper {
        height: 456px;
        width: 270px
    }

    .map::-webkit-scrollbar {
        border-radius: 8px;
        height: 0;
        margin-right: 24px;
        width: 6px
    }

    .map::-webkit-scrollbar-thumb {
        background: var(--color-grey60);
        border-radius: 8px
    }
}

.shops {
    opacity: 0
}

.shops__title {
    color: #000;
    font-family: var(--font-futura-pt), sans-serif;
    font-size: var(--header-3);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 8px
}

.shops__container {
    height: 650px;
    overflow: scroll
}

.shops__container::-webkit-scrollbar {
    border-radius: 8px;
    margin-right: 24px;
    width: 6px
}

.shops__container::-webkit-scrollbar-thumb {
    background: var(--color-grey60);
    border-radius: 8px
}

.shops-item {
    border-bottom: 1px solid var(--color-grey60);
    margin-right: 40px;
    margin-top: 25px;
    padding-bottom: 24px
}

.shops-item .b-icon.-location {
    background: none;
    height: 29px;
    width: 25px
}

.shops-item__top-info {
    justify-content: space-between
}

.shops-item__title,
.shops-item__top-info {
    align-items: center;
    display: flex
}

.shops-item__title:hover {
    cursor: pointer
}

.shops-item__location-text {
    font-family: var(--font-roboto);
    font-weight: 500;
    margin-left: 6px
}

.shops-item__address,
.shops-item__location-text {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: 140%
}

.shops-item__address {
    margin: 17px 0 16px;
    max-width: 280px
}

.shops-item__work-time {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: 140%
}

.shops-item__work-time:last-child {
    margin-top: 4px
}

.b-icon.-metro {
    height: 15px;
    width: 21px
}

.b-icon.-chevron-right {
    height: 25px;
    width: 20px
}

.b-icon.-chevron-right:hover {
    cursor: pointer
}

.work-hours__title {
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 16px
}

.work-hours__text,
.work-hours__title {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.work-hours__text {
    margin-top: 4px
}

@media screen and (max-width:1199px) {
    .work-hours {
        border-top: 1px solid #d1cfd1;
        grid-area: work-time;
        padding: 16px 0
    }

    .work-hours__text {
        font-size: 15px;
        margin-top: 0
    }

    .work-hours__text:last-child {
        margin-top: 4px
    }

    .work-hours__title {
        display: none
    }
}

.current-shop {
    opacity: 0
}

.current-shop__metro-image {
    height: 15px;
    width: 21px
}

.current-shop__back {
    align-items: center;
    display: flex
}

.current-shop__back:hover {
    cursor: pointer
}

.current-shop__back .b-icon.-chevron-left {
    height: 25px;
    margin-left: 12px;
    margin-right: 27px;
    width: 25px
}

.current-shop__back-text {
    color: #000;
    font-family: var(--font-futura-pt), sans-serif;
    font-size: var(--header-3);
    font-weight: 450;
    line-height: 110%
}

.current-shop__name {
    align-items: center;
    display: flex;
    font-size: var(--font-sz-xl);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 16px;
    margin-top: 32px
}

.current-shop__name-wrapper {
    display: flex
}

.current-shop__go {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-top: 16px
}

.current-shop__go:hover {
    cursor: pointer
}

.current-shop__go-text {
    margin-right: 12px
}

.current-shop__address {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-bottom: 4px;
    margin-top: 16px
}

.current-shop__close {
    display: none
}

.current-shop__option {
    align-items: center;
    display: flex
}

.current-shop__option:not(:first-child) {
    margin-top: 11px
}

.current-shop__option-text {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-left: 12px
}

.current-shop__metro-item {
    align-items: center;
    display: flex;
    margin-top: 4px
}

.current-shop__metro-item:first-child {
    margin-top: 0
}

.current-shop__metro-text {
    color: var(--color-black);
    font-size: 18px;
    line-height: 140%;
    margin-left: 8px
}

.current-shop__phone {
    font-weight: 500;
    margin: 16px 0 8px
}

.current-shop__phone,
.current-shop__phone-number {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

@media screen and (max-width:1199px) {
    .current-shop {
        display: grid;
        grid-template-areas: "name" "address" "metro" "work-time" "phone" "options" "go";
        grid-template-columns: 1fr
    }

    .current-shop__back {
        display: none
    }

    .current-shop__phone-block {
        border-bottom: 1px solid #d1cfd1;
        border-top: 1px solid #d1cfd1;
        grid-area: phone;
        padding: 16px 0
    }

    .current-shop__name {
        grid-area: name;
        justify-content: space-between;
        margin: 16px 0
    }

    .current-shop__metro-item {
        margin-bottom: 7px
    }

    .current-shop__metro-item:last-child {
        margin-bottom: 17px
    }

    .current-shop__options {
        grid-area: options;
        padding-top: 16px
    }

    .current-shop__address {
        font-size: 15px;
        grid-area: address;
        margin: 0 0 8px
    }

    .current-shop__metro-items {
        grid-area: metro
    }

    .current-shop__go {
        font-size: 15px;
        grid-area: go
    }

    .current-shop__close {
        display: block;
        height: 20px;
        margin-right: 10px;
        width: 20px
    }

    .current-shop__phone {
        display: none
    }
}

.location-violent:before {
    background: url(../../../assets/site/images/icons-sprites.svg) -918px -2px no-repeat;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 30px;
    margin-right: 13px;
    width: 22px
}

.extended-range {
    height: 18px;
    width: 18px
}

.work-time__text {
    color: var(--color-black);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh-m)
}

.work-time__text:first-child {
    margin-bottom: 4px
}

@media screen and (max-width:1199px) {
    .work-time__text {
        font-size: 15px
    }
}

.list-shops {
    opacity: 0
}

.list-shops__servise {
    position: relative
}

.list-shops__servise:hover .list-shops__servise-prompt {
    display: block
}

.list-shops__servise-prompt {
    background: var(--color-white);
    bottom: 40px;
    box-shadow: 0 10px 15px -8px hsla(0, 9%, 47%, .3), 0 1px 7px 2px hsla(0, 9%, 47%, .03);
    display: none;
    height: auto;
    left: -105px;
    padding: 16px;
    position: absolute;
    width: 228px
}

.list-shops__servise-prompt:before {
    background: var(--color-white);
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px
}

.list-shops__item {
    align-items: flex-start;
    border-top: 1px solid var(--color-grey60);
    display: flex;
    justify-content: space-between;
    padding: 24px 0
}

.list-shops__metro {
    flex-shrink: 0;
    min-width: 180px
}

.list-shops__work-time {
    min-width: 200px
}

.list-shops__info {
    flex-shrink: 0;
    width: 300px
}

.list-shops__name {
    font-weight: 500;
    margin-bottom: 8px
}

.list-shops__address,
.list-shops__name {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh-m)
}

.list-shops__address {
    font-weight: 400
}

.list-shops__metro-item {
    align-items: center;
    display: flex
}

.list-shops__metro-text {
    color: var(--color-black);
    margin-left: 9px
}

.list-shops__metro-text,
.list-shops__phone-number {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh-m)
}

.list-shops__phone-number {
    color: var(--color-brand-violent)
}

.list-shops__phone-number:last-child {
    margin-top: 4px
}

.list-shops__phone--add {
    color: var(--color-black)
}

.list-shops__servises {
    display: flex;
    flex-shrink: 0;
    width: 60px
}

.list-shops__servises .pickup {
    margin-right: 20px
}

.list-shops__actions {
    color: var(--color-brand-violent);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh-m);
    margin-right: 104px
}

.list-shops__to-map {
    margin-bottom: 8px
}

.list-shops__route {
    align-items: center;
    display: flex
}

.list-shops__route .-chevron-right-new {
    margin-left: 13px
}

.list-shops__route:hover,
.list-shops__to-map:hover {
    cursor: pointer
}

@media screen and (max-width:1439px) {
    .list-shops__actions {
        margin-right: 28px
    }
}

@media screen and (max-width:1199px) {
    .list-shops__item {
        grid-gap: 24px 0;
        display: grid;
        grid-template-areas: "name-and-address name-and-address name-and-address actions" "metro work-time phone servises";
        grid-template-columns: repeat(4, 1fr)
    }

    .list-shops__info {
        grid-area: name-and-address;
        max-width: 90%;
        width: 100%
    }

    .list-shops__metro {
        grid-area: metro
    }

    .list-shops__work-time {
        grid-area: work-time
    }

    .list-shops__phone {
        grid-area: phone
    }

    .list-shops__servises {
        grid-area: servises;
        justify-self: flex-start
    }

    .list-shops__actions {
        grid-area: actions;
        justify-self: flex-start
    }

    .list-shops__name {
        font-size: 18px
    }

    .list-shops__address,
    .list-shops__metro-text,
    .list-shops__phone-number,
    .list-shops__route,
    .list-shops__to-map {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .list-shops__item {
        grid-gap: 0 0;
        grid-template-areas: "name-and-address" "metro" "servises" "work-time" "actions";
        grid-template-columns: 1fr
    }

    .list-shops__name {
        margin-bottom: 4px
    }

    .list-shops__metro-item:not(:first-child) {
        margin-top: 7px
    }

    .list-shops__actions,
    .list-shops__phone,
    .list-shops__servises {
        justify-self: flex-start
    }

    .list-shops__metro {
        margin-top: 13px
    }

    .list-shops__servises {
        margin-top: 22px
    }

    .list-shops__work-time {
        margin-top: 19px
    }

    .list-shops__actions {
        margin-top: 16px
    }

    .list-shops__phone {
        display: none
    }

    .list-shops__to-map {
        margin-bottom: 5px
    }
}

.change-map {
    display: flex
}

.change-map__item {
    align-items: center;
    border: 1px solid var(--color-brand-violent);
    box-sizing: border-box;
    color: var(--color-brand-violent);
    display: flex;
    font-size: var(--font-sz);
    height: 40px;
    justify-content: center;
    line-height: var(--font-lh);
    width: 120px
}

.change-map__item.change-map__item--active {
    background: var(--color-brand-violent);
    color: var(--color-white)
}

@media screen and (max-width:767px) {
    .change-map {
        width: 100%
    }

    .change-map .change-map__item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.actions {
    justify-content: space-between;
    margin-bottom: 24px
}

.actions,
.actions__filter,
.actions__filters {
    align-items: center;
    display: flex
}

.actions__filter {
    background: var(--color-white);
    border: 1px solid var(--color-grey60);
    border-radius: 44px;
    color: var(--color-black);
    font-size: 15px;
    line-height: 140%;
    margin: 0 4px;
    padding: 6px 16px
}

.actions__filter--active {
    background: var(--color-brand-violent);
    border: 1px solid var(--color-brand-violent);
    color: var(--color-white);
    cursor: pointer
}

.actions__filter--active .actions__close {
    display: block
}

.actions__close {
    display: none;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    margin-left: 9px
}

@media screen and (max-width:1199px) {
    .actions {
        margin-bottom: 16px
    }

    .actions__filters {
        flex: 1 1 auto;
        margin-right: 16px;
        max-width: 100%;
        overflow: scroll;
        width: auto
    }

    .actions__filters::-webkit-scrollbar {
        display: none
    }

    .actions__filter {
        flex-shrink: 0;
        padding: 6px 24px
    }
}

@media screen and (max-width:767px) {
    .actions {
        align-items: flex-start;
        flex-direction: column
    }

    .actions__filters {
        margin-bottom: 16px;
        margin-right: 0
    }

    .actions__filter {
        padding: 6px 16px
    }
}

.change-city {
    color: var(--color-black);
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 23px
}

.change-city__action {
    align-items: center;
    border-bottom: 1px dashed var(--color-brand-violent);
    color: var(--color-brand-violent);
    display: inline-flex;
    opacity: 0;
    padding-bottom: 2px
}

.change-city__action .location-brown {
    margin-left: 7px
}

@media screen and (max-width:1199px) {
    .change-city {
        font-size: 15px;
        margin-bottom: 21px
    }
}

.map__opacity {
    opacity: 1
}

.map-loader {
    align-items: center;
    background: #00000015;
    bottom: 0;
    color: var(--color-brand-violent);
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

.map-loader .b-icon {
    animation: loading 1s infinite;
    height: 50px;
    width: 50px
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.suppliers {
    color: var(--color-black);
    font-family: var(--font-roboto)
}

.suppliers .ch-page-header__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: 110%
}

@media screen and (min-width:768px) {
    .suppliers .ch-page-header__title {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .suppliers .ch-page-header__title {
        font-size: 36px
    }
}

.suppliers__title {
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: 110%
}

@media screen and (min-width:768px) {
    .suppliers__title {
        font-size: 26px
    }
}

@media screen and (min-width:1440px) {
    .suppliers__title {
        font-size: 32px
    }
}

.suppliers-banner {
    background: url(../../../assets/site/images/suppliers.jpg);
    background-size: cover;
    box-sizing: border-box;
    margin-top: 16px
}

@media screen and (min-width:768px) {
    .suppliers-banner {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-banner {
        margin-top: 32px
    }
}

.suppliers-banner__container {
    display: block;
    height: 100%;
    padding: 16px 0
}

@media screen and (min-width:768px) {
    .suppliers-banner__container {
        padding: 24px 0
    }
}

@media screen and (min-width:1200px) {
    .suppliers-banner__container {
        padding: 32px 0
    }
}

@media screen and (min-width:1440px) {
    .suppliers-banner__container {
        padding: 60px 0
    }
}

.suppliers-banner__title {
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .suppliers-banner__title {
        font-size: 26px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-banner__title {
        font-size: 32px
    }
}

.suppliers-banner__text {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%
}

@media screen and (min-width:1200px) {
    .suppliers-banner__text {
        max-width: 535px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-banner__text {
        padding-bottom: 20px
    }
}

.suppliers-banner__btn {
    background: var(--color-black);
    color: var(--color-white);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 140%;
    margin-top: 32px;
    padding: 17px 24px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .suppliers-banner__btn {
        margin-top: 41px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-banner__btn {
        font-size: 16px;
        margin-top: 135px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-banner__btn {
        margin-top: 123px
    }
}

.suppliers-whom {
    background: var(--color-grey100);
    padding-top: 32px
}

@media screen and (min-width:768px) {
    .suppliers-whom {
        padding-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-whom {
        padding-top: 48px
    }
}

.suppliers-whom__grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .suppliers-whom__grid {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 40px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-whom__grid {
        grid-gap: 24px;
        margin-top: 32px;
        padding-bottom: 48px
    }
}

.suppliers-whom__item {
    background: var(--color-white);
    padding: 24px
}

@media screen and (min-width:768px) {
    .suppliers-whom__item {
        padding: 32px
    }
}

.suppliers-whom__icon {
    align-items: center;
    background: var(--color-grey100);
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--color-brand-violent);
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px
}

.suppliers-whom__icon:hover {
    background-color: var(--color-grey100);
    box-shadow: 0 0 5px 5px var(--color-grey100);
    transition: .3s
}

.suppliers-whom__icon .b-icon {
    height: 35px;
    width: 35px
}

.suppliers-whom__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin: 16px 0 12px
}

@media screen and (min-width:1440px) {
    .suppliers-whom__title {
        font-size: 20px;
        margin: 24px 0 12px
    }
}

.suppliers-whom__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%
}

.suppliers-form {
    padding-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width:768px) {
    .suppliers-form {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-form {
        padding-bottom: 48px;
        padding-top: 48px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-form {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.suppliers-form .suppliers-form__textarea {
    grid-template-areas: "label label" "input input" "error error" "text text"
}

.suppliers-form__full-width {
    grid-column: -1/1
}

.suppliers-form__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .suppliers-form__text {
        margin-bottom: 40px
    }
}

.suppliers-form__text:first-child {
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .suppliers-form__text:first-child {
        margin-top: 16px
    }
}

.suppliers-form__text:last-child {
    margin-bottom: 21px
}

@media screen and (min-width:768px) {
    .suppliers-form__text:last-child {
        margin-bottom: 25px
    }
}

.suppliers-form__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .suppliers-form__subtitle {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-form__subtitle {
        font-size: 20px;
        margin-bottom: 32px
    }
}

.suppliers-form__subtitle--secondary {
    margin: 24px 0 8px
}

@media screen and (min-width:768px) {
    .suppliers-form__subtitle--secondary {
        margin: 40px 0 16px
    }
}

.suppliers-form__info {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .suppliers-form__info {
        grid-gap: 24px 16px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 24px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-form__info {
        grid-gap: 32px 16px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 32px
    }
}

@media screen and (min-width:768px)and (max-width:1199px) {
    .suppliers-form__info :last-child {
        grid-area: email;
        grid-column: -1/1;
        grid-row: 6/7
    }
}

.suppliers-form__textarea {
    margin-bottom: 24px
}

.suppliers-form__products {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .suppliers-form__products {
        grid-auto-flow: column;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr)
    }
}

@media screen and (min-width:1200px) {
    .suppliers-form__products {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr)
    }
}

.suppliers-form__submit {
    margin-top: 24px;
    width: 100%
}

@media screen and (min-width:1200px) {
    .suppliers-form__submit {
        width: 363px
    }
}

@media screen and (min-width:1440px) {
    .suppliers-form__submit {
        width: 312px
    }
}

.suppliers-form__input-file {
    margin: 24px 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .suppliers-form__input-file {
        margin: 24px 0 40px
    }
}

@media screen and (min-width:1200px) {
    .suppliers-form__input-file {
        width: 750px
    }
}

.suppliers-form__agree {
    color: var(--color-brand-violent);
    margin-left: 5px
}

.terms {
    border-bottom: 1px solid var(--color-grey60);
    margin-top: 32px
}

@media screen and (min-width:768px) {
    .terms {
        margin-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .terms {
        margin-top: 48px
    }
}

.terms__items {
    display: grid;
    gap: 32px;
    margin: 20px 0 32px
}

@media screen and (min-width:768px) {
    .terms__items {
        gap: 40px;
        margin: 24px 0 40px
    }
}

@media screen and (min-width:1200px) {
    .terms__items {
        gap: 64px;
        margin: 32px 0 48px
    }
}

@media screen and (min-width:1440px) {
    .terms__items {
        margin: 40px 0 64px
    }
}

.terms__item {
    display: grid;
    gap: 0 16px;
    grid-auto-flow: column;
    grid-template-rows: auto auto
}

@media screen and (min-width:768px) {
    .terms__item--reverse .terms__content {
        grid-area: reverce;
        grid-column-end: 2;
        grid-column-start: 2;
        grid-row-end: 1;
        grid-row-start: 1
    }

    .terms__item {
        gap: 0 32px;
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:1440px) {
    .terms__item {
        gap: 0 40px
    }
}

.terms__content {
    display: flex;
    flex-direction: column
}

.terms__image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.terms__img {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    min-height: 228px;
    position: relative;
    text-align: center
}

@media screen and (min-width:768px) {
    .terms__img {
        margin-top: 0;
        min-height: 260px
    }
}

@media screen and (min-width:1200px) {
    .terms__img {
        min-height: 275px
    }
}

@media screen and (min-width:1440px) {
    .terms__img {
        min-height: 320px
    }
}

.terms__img .terms__title {
    color: var(--color-white);
    font-family: var(--font-futura-pt);
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 8px
}

.terms__img .terms__text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%
}

.terms__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 110%
}

@media screen and (min-width:1440px) {
    .terms__title {
        font-size: 20px
    }
}

.terms__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .terms__text {
        margin-top: 16px
    }
}

.advantages {
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .advantages__item:last-child {
        margin-left: 88px
    }

    .advantages {
        justify-content: flex-start;
        margin-top: auto
    }
}

@media screen and (min-width:1200px) {
    .advantages {
        justify-content: space-between
    }
}

@media screen and (min-width:1440px) {
    .advantages {
        justify-content: flex-start
    }
}

.advantages__number {
    color: #94613d;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    line-height: 110%
}

@media screen and (min-width:768px) {
    .advantages__number {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .advantages__number {
        font-size: 36px
    }
}

.advantages__description {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px
}

@media screen and (min-width:1200px) {
    .advantages__description {
        margin-top: 12px
    }
}

.ch-ussello__banner {
    margin-bottom: -6px;
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-ussello__banner {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello__banner {
        margin-left: -64px;
        margin-right: 0
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello__banner-image {
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello__banner-image {
        width: auto
    }
}

.ch-ussello-content {
    position: relative;
    top: -1px
}

@media screen and (min-width:768px) {
    .ch-ussello-content {
        display: grid;
        gap: 0 16px;
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-content {
        gap: 0 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-content {
        gap: 0 136px;
        grid-template-columns: 536px 1fr
    }
}

.ch-ussello-content__description-wrapper {
    background: #d79faf;
    color: var(--color-white);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: -16px;
    margin-right: -16px;
    padding: 35px 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-content__description-wrapper {
        margin-left: 0;
        margin-right: 0;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-content__description-wrapper {
        padding: 85px 0
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-content__description-wrapper {
        margin-right: 0;
        padding: 70px 0 100px
    }
}

.ch-ussello-content__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px
}

@media screen and (min-width:768px) {
    .ch-ussello-content__description {
        max-width: 298px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-content__description {
        max-width: 343px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-content__description {
        max-width: 312px;
        padding-left: 5px
    }
}

.ch-ussello-content__image-wrapper {
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-content__image-wrapper {
        align-self: flex-end;
        grid-area: ussello;
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-row-start: 1;
        margin-bottom: -5px;
        margin-right: -32px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-content__image-wrapper {
        margin-right: 0
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-content__image-wrapper {
        margin-right: auto
    }
}

.ch-ussello-content__image {
    z-index: 1
}

@media screen and (min-width:1200px) {
    .ch-ussello-content__image {
        height: 816px;
        position: relative;
        top: 130px;
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-content__image {
        height: auto;
        top: 115px;
        width: auto
    }
}

.ch-ussello-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .ch-ussello-advantages__list {
        padding-top: 96px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-advantages__list {
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        padding-top: 77px;
        width: 440px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-advantages__list {
        padding-top: 98px
    }
}

.ch-ussello-advantages__item {
    height: 85px;
    justify-self: center
}

@media screen and (min-width:768px) {
    .ch-ussello-advantages__item {
        height: 105px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-advantages__item {
        height: 115px
    }
}

.ch-ussello-advantages__text {
    color: #000;
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 290px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-advantages__text {
        margin-top: 20px;
        padding-bottom: 96px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-advantages__text {
        margin-left: auto;
        margin-right: 12px;
        margin-top: 40px;
        max-width: 430px
    }
}

.ch-ussello-description {
    background: #efefef;
    margin-top: 140px;
    padding-bottom: 167px;
    padding-top: 306px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-ussello-description {
        margin: 0;
        padding: 30px 0 52px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-description {
        gap: 20px;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .ch-ussello-description__container {
        display: grid;
        grid-template-columns: 1fr 225px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-description__container {
        grid-template-columns: 1fr 1fr
    }
}

.ch-ussello-description__image-wrapper {
    position: absolute;
    right: 0;
    top: -140px;
    width: 463px
}

@media screen and (min-width:768px) {
    .ch-ussello-description__image-wrapper {
        position: static;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-description__image-wrapper {
        position: relative;
        top: 0
    }

    .ch-ussello-description__image {
        left: 50px;
        position: absolute;
        top: 90px;
        z-index: 1
    }
}

.ch-ussello-description__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width:768px) {
    .ch-ussello-description__text {
        max-width: 223px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-description__text {
        margin: 262px 0 92px 12px;
        max-width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-description__text {
        margin: 187px 0 120px 12px;
        max-width: 533px
    }
}

.ch-ussello-description__bg {
    bottom: -57px;
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 0
}

@media screen and (min-width:768px) {
    .ch-ussello-description__bg {
        bottom: -115px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-description__bg {
        bottom: -365px;
        width: 295px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-description__bg {
        bottom: -255px;
        width: 300px
    }
}

.ch-ussello-equipment {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 33px
}

@media screen and (min-width:768px) {
    .ch-ussello-equipment {
        display: grid;
        gap: 18px;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
        padding-top: 67px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-equipment {
        gap: 24px;
        grid-template-columns: 363px 336px;
        justify-content: center;
        padding-bottom: 50px;
        padding-top: 223px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-equipment {
        gap: 112px;
        grid-template-columns: 448px 523px;
        padding-bottom: 129px;
        padding-top: 89px
    }
}

.ch-ussello-equipment__image {
    margin: 0 -16px 22px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-equipment__image {
        margin: 0
    }
}

.ch-ussello-equipment__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-equipment__text {
        align-self: center;
        text-align: left
    }
}

.ch-ussello-swiper {
    position: relative
}

.ch-ussello-swiper .swiper-container {
    padding-bottom: 28px
}

@media screen and (min-width:768px) {
    .ch-ussello-swiper .swiper-container {
        padding-bottom: 37px
    }
}

.ch-ussello-swiper .swiper-scrollbar {
    margin-top: 22px
}

@media screen and (min-width:768px) {
    .ch-ussello-swiper .swiper-scrollbar {
        margin-top: 31px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-swiper .swiper-scrollbar {
        display: none
    }
}

.ch-ussello-swiper .swiper-navigation {
    left: 0;
    right: 0
}

@media screen and (min-width:1440px) {
    .ch-ussello-swiper .swiper-btn--prev {
        margin-left: 25px
    }

    .ch-ussello-swiper .swiper-btn--next {
        margin-right: 25px
    }
}

.ch-ussello-supplement {
    padding-bottom: 8px;
    padding-top: 20px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-ussello-supplement {
        padding-bottom: 12px;
        padding-top: 38px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-supplement {
        height: 590px;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 41px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-supplement {
        height: 630px;
        padding-top: 56px
    }
}

.ch-ussello-supplement__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 7px;
    text-align: left
}

@media screen and (min-width:768px) {
    .ch-ussello-supplement__title {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1200px) {
    .ch-ussello-supplement__title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:1440px) {
    .ch-ussello-supplement__title {
        margin-bottom: 22px
    }
}

.ch-moroccan__banner-title {
    bottom: 0;
    color: hsla(0, 0%, 100%, .8);
    font-family: var(--font-futura-demic);
    font-size: 40px;
    font-weight: 600;
    left: 0;
    line-height: 40px;
    padding: 15px 30px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-moroccan__banner-title {
        font-size: 64px;
        letter-spacing: 2px;
        line-height: 75px;
        padding: 30px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan__banner-title {
        font-size: 90px;
        line-height: 90px;
        padding: 60px;
        width: 1160px
    }
}

.ch-moroccan__banner {
    margin-bottom: -6px;
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-moroccan__banner {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan__banner {
        margin-left: -64px;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .ch-moroccan__banner picture {
        align-items: center;
        display: flex;
        height: max(70vw, 232px);
        justify-content: center
    }

    .ch-moroccan__banner picture img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan__banner-image {
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan__banner-image {
        width: auto
    }
}

.ch-moroccan-content {
    position: relative;
    top: -1px
}

@media screen and (min-width:768px) {
    .ch-moroccan-content {
        display: grid;
        gap: 0 16px;
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-content {
        gap: 0 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-content {
        gap: 0 136px;
        grid-template-columns: 536px 1fr
    }
}

.ch-moroccan-content__description-wrapper {
    background: #c7831a;
    color: var(--color-white);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: -16px;
    margin-right: -16px;
    padding: 35px 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-content__description-wrapper {
        margin-left: 0;
        margin-right: 0;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-content__description-wrapper {
        padding: 70px 0 80px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-content__description-wrapper {
        margin-right: 0;
        padding: 70px 0 100px
    }
}

.ch-moroccan-content__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px
}

@media screen and (min-width:768px) {
    .ch-moroccan-content__description {
        max-width: 298px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-content__description {
        max-width: 345px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-content__description {
        padding-left: 5px
    }
}

.ch-moroccan-content__image-wrapper {
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-content__image-wrapper {
        align-self: flex-end;
        grid-area: ussello;
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-row-start: 1;
        margin-bottom: -5px;
        margin-right: -32px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-content__image-wrapper {
        margin-bottom: -60px;
        margin-right: 0
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-content__image-wrapper {
        margin-bottom: -5px;
        margin-right: auto
    }
}

.ch-moroccan-content__image {
    z-index: 1
}

@media screen and (min-width:1200px) {
    .ch-moroccan-content__image {
        height: 816px;
        position: relative;
        top: 90px;
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-content__image {
        height: auto;
        top: 115px;
        width: auto
    }
}

.ch-moroccan-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .ch-moroccan-advantages__list {
        padding-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-advantages__list {
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        padding-top: 40px;
        width: 440px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-advantages__list {
        padding-top: 50px
    }
}

.ch-moroccan-advantages__item {
    height: 85px;
    justify-self: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-advantages__item {
        height: 105px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-advantages__item {
        height: 115px
    }
}

.ch-moroccan-advantages__text {
    color: #000;
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 290px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-advantages__text {
        margin-top: 20px;
        padding-bottom: 50px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-advantages__text {
        margin-left: auto;
        margin-right: 12px;
        margin-top: 40px;
        max-width: 440px;
        padding-bottom: 50px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-advantages__text {
        margin-right: 6px;
        max-width: 430px;
        padding-bottom: 90px
    }
}

.ch-moroccan-description {
    background: #ffd576;
    margin-top: 140px;
    padding-bottom: 80px;
    padding-top: 306px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-moroccan-description {
        margin: 0;
        padding: 30px 0 40px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description {
        gap: 20px;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .ch-moroccan-description__container {
        display: grid;
        grid-template-columns: 1fr 225px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__container {
        grid-template-columns: 1fr 1fr
    }
}

.ch-moroccan-description__image-wrapper {
    position: absolute;
    right: 0;
    top: -140px;
    width: 463px
}

@media screen and (min-width:768px) {
    .ch-moroccan-description__image-wrapper {
        margin-bottom: -150px;
        position: static;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__image-wrapper {
        margin-bottom: 0;
        position: relative;
        top: 60px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-description__image-wrapper {
        margin-bottom: 0;
        position: relative;
        top: 0
    }
}

.ch-moroccan-description__image-secondary {
    bottom: -80px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 120px
}

@media screen and (min-width:768px) {
    .ch-moroccan-description__image-secondary {
        margin-top: 60px;
        position: static;
        transform: none;
        width: auto
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__image-secondary {
        bottom: -230px;
        left: 0;
        margin-top: 0;
        position: absolute
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-description__image-secondary {
        margin-bottom: -160px;
        margin-top: 60px;
        position: static;
        text-align: center
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__image {
        left: 50px;
        position: absolute;
        top: 90px;
        z-index: 1
    }
}

.ch-moroccan-description__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width:768px) {
    .ch-moroccan-description__text {
        max-width: 223px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__text {
        margin: 262px 0 92px 12px;
        max-width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-description__text {
        margin: 187px 0 120px 12px;
        max-width: 533px
    }
}

.ch-moroccan-description__bg {
    bottom: -57px;
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 0
}

@media screen and (min-width:768px) {
    .ch-moroccan-description__bg {
        bottom: -115px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-description__bg {
        bottom: -365px;
        width: 295px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-description__bg {
        bottom: -255px;
        width: 300px
    }
}

.ch-moroccan-equipment {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 33px
}

@media screen and (min-width:768px) {
    .ch-moroccan-equipment {
        display: grid;
        gap: 18px;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
        padding-top: 67px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-equipment {
        gap: 24px;
        grid-template-columns: 363px 363px;
        justify-content: center;
        padding-bottom: 50px;
        padding-top: 223px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-equipment {
        gap: 112px;
        grid-template-columns: 448px 523px;
        padding-bottom: 129px;
        padding-top: 89px
    }
}

.ch-moroccan-equipment__image {
    margin: 0 -16px 22px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-equipment__image {
        margin: 0
    }
}

.ch-moroccan-equipment__text {
    display: grid;
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    position: relative;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-equipment__text {
        align-items: center;
        text-align: left
    }
}

.ch-moroccan-equipment__box {
    display: flex;
    justify-content: center;
    padding: 50px 0
}

@media screen and (min-width:768px) {
    .ch-moroccan-equipment__box {
        bottom: 0;
        justify-content: flex-end;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0
    }
}

.ch-moroccan-equipment__box-item {
    --size-box: 52px;
    display: flex;
    flex: 0 0 var(--size-box);
    height: var(--size-box);
    margin: 0 4px;
    max-width: var(--size-box)
}

@media screen and (min-width:768px) {
    .ch-moroccan-equipment__box-item {
        --size-box: 64px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-equipment__box-item {
        --size-box: 82px
    }
}

.ch-moroccan-swiper {
    position: relative
}

.ch-moroccan-swiper .swiper-container {
    padding-bottom: 28px
}

@media screen and (min-width:768px) {
    .ch-moroccan-swiper .swiper-container {
        padding-bottom: 37px
    }
}

.ch-moroccan-swiper .swiper-scrollbar {
    margin-top: 22px
}

@media screen and (min-width:768px) {
    .ch-moroccan-swiper .swiper-scrollbar {
        margin-top: 31px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-swiper .swiper-scrollbar {
        display: none
    }
}

.ch-moroccan-swiper .swiper-navigation {
    left: 0;
    right: 0
}

@media screen and (min-width:1440px) {
    .ch-moroccan-swiper .swiper-btn--prev {
        margin-left: 25px
    }

    .ch-moroccan-swiper .swiper-btn--next {
        margin-right: 25px
    }
}

.ch-moroccan-supplement {
    padding-bottom: 8px;
    padding-top: 20px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-moroccan-supplement {
        padding-bottom: 12px;
        padding-top: 38px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-supplement {
        height: 590px;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 41px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-supplement {
        height: 630px;
        padding-top: 56px
    }
}

.ch-moroccan-supplement__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-2);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 7px;
    text-align: left
}

@media screen and (min-width:768px) {
    .ch-moroccan-supplement__title {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1200px) {
    .ch-moroccan-supplement__title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:1440px) {
    .ch-moroccan-supplement__title {
        margin-bottom: 22px
    }
}

.successful-payment {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px 32px
}

@media screen and (min-width:768px) {
    .successful-payment {
        padding: 40px 32px 24px
    }
}

.successful-payment__picture {
    align-items: center;
    display: flex;
    justify-content: center
}

.successful-payment__picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.successful-payment__title {
    font-family: var(--font-futura-pt);
    font-size: 30px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin: 24px 0 16px
}

@media screen and (min-width:768px) {
    .successful-payment__title {
        font-size: 42px;
        margin-bottom: 24px
    }
}

@media screen and (min-width:1440px) {
    .successful-payment__title {
        font-size: 48px;
        margin-bottom: 24px
    }
}

.successful-payment__link {
    color: var(--color-ocher);
    display: inline;
    text-decoration: underline
}

.successful-payment__btn {
    margin: 32px 0 24px;
    width: 100%
}

@media screen and (min-width:768px) {
    .successful-payment__btn {
        margin: 40px 0
    }
}

@media screen and (min-width:1200px) {
    .successful-payment__btn {
        width: auto
    }
}

.ch-page-loyalty__section {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .ch-page-loyalty__section {
        margin-top: 48px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__section {
        margin-bottom: 56px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__section {
        margin-bottom: 64px
    }
}

.ch-page-loyalty__section--dark {
    background: var(--color-brand-brown);
    color: var(--color-white);
    overflow: hidden;
    padding: 24px 0
}

@media (min-width:768px) {
    .ch-page-loyalty__section--dark {
        padding: 48px 0
    }
}

.ch-page-loyalty__section--top {
    margin-top: -58px;
    padding-bottom: 0;
    padding-top: 72px
}

@media (min-width:768px) {
    .ch-page-loyalty__section--top {
        padding-bottom: 48px;
        padding-top: 80px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__section--top {
        padding-bottom: 64px;
        padding-top: 104px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__section--top {
        padding-bottom: 80px;
        padding-top: 104px
    }
}

.ch-page-loyalty__section--top .ch-page-loyalty__title {
    font-size: 28px
}

@media (min-width:768px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__title {
        font-size: 32px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__title {
        font-size: 36px
    }
}

.ch-page-loyalty__section--top .ch-page-loyalty__text {
    font-size: 15px
}

@media (min-width:1200px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__text {
        font-size: 18px
    }
}

.ch-page-loyalty__section--top .ch-page-loyalty__text svg {
    font-size: 20px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: text-top
}

@media (min-width:1200px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__text svg {
        font-size: 24px
    }
}

.ch-page-loyalty__section--top .ch-page-loyalty__text svg rect {
    fill: var(--color-white)
}

.ch-page-loyalty__section--top .ch-page-loyalty__text svg path {
    fill: var(--color-black)
}

.ch-page-loyalty__section--top .ch-page-loyalty__img-top {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

@media (min-width:768px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__img-top {
        margin: -80px -60px -48px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__img-top {
        margin: -104px 0 -64px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__section--top .ch-page-loyalty__img-top {
        margin-bottom: -80px;
        margin-top: -104px
    }
}

.ch-page-loyalty__title {
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media (min-width:768px) {
    .ch-page-loyalty__title {
        font-size: 26px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__title {
        font-size: 32px
    }
}

.ch-page-loyalty__rules {
    --grid-gap: 16px
}

.ch-page-loyalty__rules-title {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 16px
}

@media (min-width:1200px) {
    .ch-page-loyalty__rules-title {
        font-size: 18px
    }
}

.ch-page-loyalty__rules-title svg {
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px
}

.ch-page-loyalty__rules-item {
    background: var(--color-grey100);
    font-size: 14px;
    height: 100%;
    padding: 20px
}

@media (min-width:1200px) {
    .ch-page-loyalty__rules-item {
        font-size: 15px;
        padding: 24px
    }
}

.ch-page-loyalty__rules-count {
    align-items: center;
    background: var(--color-white);
    border-radius: 100%;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    height: 56px;
    justify-content: center;
    line-height: var(--font-lh-m);
    width: 56px
}

.ch-page-loyalty__specials {
    --grid-gap: 16px
}

.ch-page-loyalty__specials-item {
    background: var(--color-grey100);
    height: 100%;
    padding: 20px;
    text-align: center
}

@media (min-width:768px) {
    .ch-page-loyalty__specials-item {
        padding: 32px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__specials-item {
        padding: 32px 64px
    }
}

.ch-page-loyalty__specials-img {
    display: inline-block;
    width: 80px
}

@media (min-width:768px) {
    .ch-page-loyalty__specials-img {
        width: 90px
    }
}

.ch-page-loyalty__levels {
    --grid-gap: 24px
}

@media (min-width:768px) {
    .ch-page-loyalty__levels {
        --grid-gap: 20px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__levels {
        --grid-gap: 16px
    }
}

@media (min-width:1440px) {
    .ch-page-loyalty__levels {
        --grid-gap: 24px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__levels-item-wrapper.ch-col-md-8 {
        flex: 1 0 20%;
        max-width: 20%
    }
}

.ch-page-loyalty__levels-img {
    align-items: center;
    aspect-ratio: 17/9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ch-page-loyalty__levels-img-bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.ch-page-loyalty__levels-img-title {
    font-family: var(--font-futura-pt);
    font-size: 32px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.ch-page-loyalty__levels-item--black .ch-page-loyalty__levels-img,
.ch-page-loyalty__levels-item--platinum .ch-page-loyalty__levels-img,
.ch-page-loyalty__levels-item--silver .ch-page-loyalty__levels-img {
    color: var(--color-white)
}

.ch-page-loyalty__levels-item--gold .ch-page-loyalty__levels-img,
.ch-page-loyalty__levels-item--white .ch-page-loyalty__levels-img {
    color: var(--color-black)
}

.ch-page-loyalty__levels-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px
}

.ch-page-loyalty__levels-text {
    color: var(--color-grey80);
    font-size: 14px
}

@media (min-width:768px) {
    .ch-page-loyalty__card {
        display: grid;
        grid-template-areas: "left right" "left right" "left right" "left right";
        grid-template-columns: 55% 45%
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__card-text {
        padding-right: 60px
    }
}

.ch-page-loyalty__card-img {
    grid-area: right
}

@media (min-width:768px) {
    .ch-page-loyalty__card-img {
        margin-left: -20px;
        margin-right: -40px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__card-img {
        margin-left: 0
    }
}

.ch-page-loyalty__card-btns {
    --grid-gap: 24px
}

@media (min-width:1200px) {
    .ch-page-loyalty__card-btns {
        --grid-gap: 40px
    }
}

.ch-page-loyalty__card-btns .ch-btn {
    padding: 0
}

.ch-page-loyalty__card-btns .ch-btn span {
    margin-left: 8px
}

.ch-page-loyalty__qr {
    background: var(--color-white);
    border-radius: 12px;
    padding: 4px
}

.ch-page-loyalty__contacts {
    font-size: 18px;
    margin-top: 24px
}

@media (min-width:768px) {
    .ch-page-loyalty__contacts {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__contacts {
        margin-top: 120px
    }
}

.ch-page-loyalty__contacts-title {
    font-weight: 500;
    margin-bottom: 12px
}

.ch-page-loyalty__contacts-schedule {
    color: var(--color-grey80);
    font-size: 14px;
    margin-top: 4px
}

.ch-page-loyalty__faq {
    margin-top: 24px
}

@media (min-width:768px) {
    .ch-page-loyalty__faq {
        margin-top: 32px
    }
}

@media (min-width:1200px) {
    .ch-page-loyalty__faq {
        margin-top: 0
    }
}

.ch-page-loyalty__instruction-item-wrapper:last-child .ch-page-loyalty__instruction-item:before {
    display: none
}

.ch-page-loyalty__instruction-item {
    display: flex;
    position: relative
}

@media (min-width:768px) {
    .ch-page-loyalty__instruction-item {
        display: block;
        text-align: center
    }
}

.ch-page-loyalty__instruction-item:before {
    background: var(--color-brand-violent);
    bottom: -28px;
    content: "";
    left: 27px;
    position: absolute;
    top: 28px;
    width: 2px;
    z-index: -1
}

@media (min-width:768px) {
    .ch-page-loyalty__instruction-item:before {
        bottom: auto;
        height: 2px;
        left: 50%;
        right: -50%;
        width: auto
    }
}

.ch-page-loyalty__instruction-icon {
    align-items: center;
    background: var(--color-brand-violent);
    border: 8px solid var(--color-white);
    border-radius: 72px;
    color: var(--color-white);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 32px;
    height: 72px;
    justify-content: center;
    margin: -8px 8px -8px -8px;
    width: 72px
}

@media (min-width:768px) {
    .ch-page-loyalty__instruction-icon {
        margin-bottom: 8px;
        margin-right: 0
    }
}

.ch-page-loyalty__instruction-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px
}

.ch-neckerchief {
    overflow: hidden
}

.ch-neckerchief__banner-title {
    color: hsla(0, 0%, 100%, .8);
    font-family: var(--font-futura-demic);
    font-size: 23px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 24px 16px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-neckerchief__banner-title {
        font-size: 39px;
        letter-spacing: 2px;
        padding: 52px 32px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief__banner-title {
        font-size: 52px;
        padding: 72px 80px;
        width: 1160px
    }
}

.ch-neckerchief__banner {
    margin-left: -16px;
    margin-right: -16px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-neckerchief__banner {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief__banner {
        margin-left: -64px;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .ch-neckerchief__banner picture {
        align-items: center;
        display: flex;
        height: max(70vw, 232px);
        justify-content: center
    }

    .ch-neckerchief__banner picture img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief__banner-image {
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief__banner-image {
        width: auto
    }
}

.ch-neckerchief-content {
    position: relative
}

@media screen and (min-width:768px) {
    .ch-neckerchief-content {
        display: grid;
        gap: 0 16px;
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-content {
        gap: 0 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-content {
        gap: 0 136px;
        grid-template-columns: 536px 1fr
    }
}

.ch-neckerchief-content__description-wrapper {
    background: #ccb29c;
    color: var(--color-white);
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: -16px;
    margin-right: -16px;
    padding: 35px 0;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-content__description-wrapper {
        margin-left: 0;
        margin-right: 0;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-content__description-wrapper {
        padding: 70px 0 80px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-content__description-wrapper {
        margin-right: 0;
        padding: 60px 0 75px
    }
}

.ch-neckerchief-content__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-content__description {
        max-width: 298px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-content__description {
        max-width: 360px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-content__description {
        padding-left: 5px
    }
}

.ch-neckerchief-content__image-wrapper {
    pointer-events: none;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-content__image-wrapper {
        align-self: flex-end;
        grid-area: ussello;
        grid-column-end: 3;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-row-start: 1;
        margin-bottom: -60px;
        margin-right: -32px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-content__image-wrapper {
        margin-bottom: -160px;
        margin-right: 0;
        margin-top: 0
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-content__image-wrapper {
        margin-right: auto
    }
}

.ch-neckerchief-content__image {
    pointer-events: none;
    z-index: 1
}

@media screen and (min-width:768px) {
    .ch-neckerchief-content__image {
        position: relative;
        top: 70px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-content__image {
        top: 90px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-content__image {
        height: auto;
        top: 85px;
        width: auto
    }
}

.ch-neckerchief-content__image img {
    width: 100%
}

.ch-neckerchief-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-advantages__list {
        padding-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-advantages__list {
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        padding-top: 40px;
        width: 440px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-advantages__list {
        padding-top: 50px
    }
}

.ch-neckerchief-advantages__item {
    height: 85px;
    justify-self: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-advantages__item {
        height: 105px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-advantages__item {
        height: 115px
    }
}

.ch-neckerchief-advantages__text {
    color: #000;
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 290px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-advantages__text {
        margin-top: 120px;
        padding-bottom: 50px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-advantages__text {
        margin-left: auto;
        margin-right: 12px;
        margin-top: 100px;
        max-width: 440px;
        padding-bottom: 50px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-advantages__text {
        margin-right: 6px;
        max-width: 430px;
        padding-bottom: 90px
    }
}

.ch-neckerchief-advantages__text ul {
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-advantages__text ul {
        list-style-type: disc;
        padding-left: 20px
    }
}

.ch-neckerchief-advantages__text ul li {
    margin-bottom: 4px
}

.ch-neckerchief-advantages__text ul li:before {
    background: #000;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 12px;
    vertical-align: middle;
    width: 4px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-advantages__text ul li:before {
        display: none
    }
}

.ch-neckerchief-reasons {
    display: grid;
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons {
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content min-content min-content min-content min-content min-content;
        padding-bottom: 0;
        padding-top: 90px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-reasons {
        -moz-column-gap: 110px;
        column-gap: 110px;
        padding-bottom: 48px;
        padding-top: 130px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-reasons {
        padding-top: 160px
    }
}

.ch-neckerchief-reasons__image {
    margin-top: 28px;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__image {
        grid-column: 2/3;
        grid-row: 1/4;
        margin-top: 0
    }
}

.ch-neckerchief-reasons__image img {
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__image img {
        width: auto
    }
}

.ch-neckerchief-reasons__image-last {
    margin-top: 24px;
    place-self: center;
    width: 256px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__image-last {
        margin-top: 52px;
        padding-left: 20px;
        width: 280px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-reasons__image-last {
        margin-top: 60px;
        padding-left: 80px;
        width: auto
    }
}

.ch-neckerchief-reasons__title {
    font-family: var(--font-futura-pt);
    font-size: 25px;
    line-height: 1.1;
    text-align: left
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__title {
        font-size: 32px
    }
}

.ch-neckerchief-reasons__text {
    margin-top: 28px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__text {
        margin-top: 54px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-reasons__text {
        padding-left: 80px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-reasons__text {
        margin-top: 46px
    }
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__text ul {
        list-style-type: disc;
        padding-left: 20px
    }
}

.ch-neckerchief-reasons__text ul li {
    margin-bottom: 4px
}

.ch-neckerchief-reasons__text ul li:before {
    background: #000;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 12px;
    vertical-align: middle;
    width: 4px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-reasons__text ul li:before {
        display: none
    }
}

.ch-neckerchief-description {
    background: #c0d5e7;
    margin-top: 80px;
    padding-bottom: 45px;
    padding-top: 306px;
    position: relative
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description {
        margin: 0;
        padding: 30px 0 40px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-description {
        gap: 20px;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__container {
        display: grid;
        grid-template-columns: 1fr 225px;
        position: relative;
        z-index: 2
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-description__container {
        grid-template-columns: 1fr 1fr
    }
}

.ch-neckerchief-description__image-wrapper {
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: -90px;
    transform: translateX(50%);
    width: 463px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__image-wrapper {
        display: block;
        margin-bottom: -150px;
        position: static;
        right: 0;
        top: -140px;
        transform: none;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-description__image-wrapper {
        margin-bottom: 0;
        position: relative;
        top: 60px
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-description__image-wrapper {
        margin-bottom: 0;
        position: relative;
        top: 0
    }
}

.ch-neckerchief-description__image {
    pointer-events: none
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__image {
        position: absolute;
        transform: scale(1.1) translateY(-90px) translateX(-110px)
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-description__image {
        position: absolute;
        transform: scale(1.5) translateY(0) translateX(40px)
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-description__image {
        position: absolute;
        transform: scale(1.3) translateY(20px) translateX(40px)
    }
}

.ch-neckerchief-description__text {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__text {
        margin: 160px 0 40px 12px;
        max-width: 223px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-description__text {
        margin: 300px 0 40px 12px;
        max-width: 100%
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-description__text {
        margin: 300px 0 60px 12px;
        max-width: 533px
    }
}

.ch-neckerchief-description__text ul {
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__text ul {
        list-style-type: disc;
        padding-left: 20px
    }
}

.ch-neckerchief-description__text ul li {
    margin-bottom: 4px
}

.ch-neckerchief-description__text ul li:before {
    background: #000;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 12px;
    vertical-align: middle;
    width: 4px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-description__text ul li:before {
        display: none
    }
}

.ch-neckerchief-swiper {
    position: relative
}

.ch-neckerchief-swiper .swiper-scrollbar {
    margin-top: 22px
}

@media screen and (min-width:768px) {
    .ch-neckerchief-swiper .swiper-scrollbar {
        margin-top: 31px
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-swiper .swiper-scrollbar {
        display: none
    }
}

.ch-neckerchief-swiper .swiper-navigation {
    left: 0;
    right: 0
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-swiper .swiper-btn--prev {
        margin-left: 25px
    }

    .ch-neckerchief-swiper .swiper-btn--next {
        margin-right: 25px
    }
}

.ch-neckerchief-footer {
    padding-bottom: 40px
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-footer {
        padding-bottom: 20px
    }
}

.ch-neckerchief-footer__text {
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-neckerchief-footer__text {
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-footer__text {
        padding-left: 80px
    }
}

.ch-neckerchief-footer__images {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 60px 0;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .ch-neckerchief-footer__images {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 40px 0
    }
}

@media screen and (min-width:1200px) {
    .ch-neckerchief-footer__images {
        gap: 20px;
        padding: 60px 0
    }
}

@media screen and (min-width:1440px) {
    .ch-neckerchief-footer__images {
        gap: 24px
    }
}

.ch-neckerchief-footer__image-item {
    pointer-events: none;
    width: 100%
}

.ch-popup-auth__form-phone {
    font-weight: 700
}

.ch-popup-auth__form-msg {
    color: var(--color-grey80)
}

.ch-popup-auth__form-msg--error {
    color: var(--color-brand-red)
}

.ch-popup-city__dropdown {
    background: var(--color-white);
    box-shadow: var(--shadow);
    left: 0;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2
}

.ch-popup-city__dropdown-item {
    display: flex;
    padding: 6px 12px 6px 48px
}

.ch-popup-city__dropdown-item:hover {
    background: var(--color-grey100)
}

.ch-popup-city__primary {
    --grid-gap: 24px
}

.ch-popup-city__primary .ch-btn-link {
    font-size: var(--font-sz-xl);
    line-height: var(--font-lh-m)
}

.ch-popup-city__secondary {
    -moz-columns: 1;
    column-count: 1
}

@media screen and (min-width:768px) {
    .ch-popup-city__secondary {
        -moz-columns: 3;
        column-count: 3
    }
}

.ch-popup-city__list {
    display: inline-block;
    padding-left: 32px;
    position: relative;
    width: 100%
}

.ch-popup-city__list li {
    margin-bottom: 8px
}

.ch-popup-city__list:before {
    color: var(--color-grey80);
    content: attr(data-symbol);
    left: 0;
    position: absolute;
    top: 0
}

.ch-popup-city__input {
    border: 1px solid var(--color-grey60);
    border-radius: 0;
    color: var(--color-black);
    font-size: var(--font-sz);
    height: 48px;
    padding: 8px 16px 8px 48px;
    width: 100%
}

.ch-popup-city__input[type=search]::-webkit-search-cancel-button {
    display: none
}

.ch-popup-city__input:focus {
    border: 1px solid var(--color-brand-violent)
}

.ch-popup-city__input::-moz-placeholder {
    color: var(--color-grey80)
}

.ch-popup-city__input::placeholder {
    color: var(--color-grey80)
}

.ch-popup-city__input--loading~.ch-popup-city__icon .b-icon {
    animation: var(--animation-rotate);
    color: var(--color-brand-violent)
}

.ch-popup-city__input--loading~.ch-popup-city__icon .ch-popup-city__icon-search.b-icon {
    display: none
}

.ch-popup-city__input--loading~.ch-popup-city__icon .ch-popup-city__icon-preloader.b-icon {
    display: block
}

.ch-popup-city__input-wrapper {
    position: relative
}

.ch-popup-city__icon-preloader.b-icon {
    display: none
}

.ch-popup-city__icon {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    left: 16px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ch-popup-city__icon:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-popup-filter.fancybox-ch-base .fancybox-slide {
    text-align: right
}

.ch-popup-filter.fancybox-ch-base .fancybox-slide .fancybox-ch {
    transform: translateX(100%)
}

.ch-popup-filter.fancybox-ch-base .fancybox-slide.fancybox-slide--complete .fancybox-ch {
    transform: translateX(0);
    transition: transform .4s ease-in-out
}

.ch-popup-filter.fancybox-ch-base .fancybox-ch {
    height: 100%
}

.ch-popup-promo .fancybox-close-small {
    border-radius: 100%;
    height: 32px;
    right: 24px;
    top: 24px;
    width: 32px
}

.ch-popup-promo--light {
    background: #fff1ea
}

.ch-popup-promo--light .fancybox-close-small {
    background: #d6c4c4;
    color: var(--color-black)
}

.ch-popup-promo--light .ch-popup-promo__inner {
    border-color: #d6c4c4
}

.ch-popup-promo--light .ch-btn-link {
    font-size: 18px
}

.ch-popup-promo--light .ch-btn-link .text {
    text-decoration-color: #cbb569
}

.ch-popup-promo--dark {
    background: #ffebb2
}

.ch-popup-promo--dark .fancybox-close-small {
    background: #dc5888;
    color: var(--color-white)
}

.ch-popup-promo--dark .ch-popup-promo__inner {
    border-color: #dc5888
}

.ch-popup-promo--dark .ch-btn-link {
    font-size: 18px
}

.ch-popup-promo--dark .ch-btn-link .text {
    text-decoration-color: #dc5888
}

.ch-popup-promo__input {
    background: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black);
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    height: 40px;
    line-height: var(--font-lh-m);
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    width: 180px
}

.ch-popup-promo__input,
.ch-popup-promo__picture {
    align-items: center;
    display: flex;
    justify-content: center
}

.ch-popup-promo__picture {
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ch-popup-promo__picture img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.ch-popup-promo__inner {
    border: 1px solid;
    color: #3e3e3e;
    padding: 24px;
    text-align: center
}

.ch-popup-promo__text {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-popup-promo__text--medium {
    font-size: var(--font-sz-m)
}

.ch-popup-promo__text--grey {
    color: var(--color-grey80)
}

.ch-popup-promo__title {
    font-family: var(--font-futura-pt);
    font-size: var(--vue-text-size-h2);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.ch-popup-promo__img {
    max-width: 100%
}

.ch-popup-registration__subscribe {
    background: var(--color-grey200);
    margin-left: calc(var(--grid-gap)*-1);
    margin-right: calc(var(--grid-gap)*-1);
    padding: 24px var(--grid-gap)
}

.ch-popup-registration__subscribe-title {
    font-family: var(--font-roboto);
    font-size: 15px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .ch-popup-registration__subscribe-title {
        font-size: 18px
    }
}

@media screen and (min-width:1200px) {
    .ch-popup-registration__subscribe-title {
        font-family: var(--font-futura-pt);
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-popup-registration__subscribe-title {
        font-size: 26px
    }
}

.ch-popup-registration__subscribe-input.ch-input .ch-input__inner {
    border: none;
    height: 48px
}

@media screen and (max-width:767px) {
    .ch-popup-registration__subscribe-btn {
        font-size: 24px
    }
}

.ch-popup-registration__subscribe-form {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 56px
}

@media screen and (min-width:768px) {
    .ch-popup-registration__subscribe-form {
        grid-template-columns: 1fr 140px
    }
}

.ch-popup-registration__step {
    display: none
}

.ch-popup-registration__step--show {
    display: block
}

.ch-popup-registration__status {
    grid-gap: 4px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center
}

.ch-popup-registration__status-item {
    background: var(--color-grey20);
    display: flex;
    height: 4px;
    width: 24px
}

.ch-popup-registration__status-item--active {
    background: var(--color-brand-violent)
}

.ch-popup-review-card {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 1fr
}

@media screen and (min-width:768px) {
    .ch-popup-review-card {
        grid-template-columns: 172px 1fr
    }
}

.ch-popup-review-card__img {
    align-self: start;
    height: 172px;
    position: relative;
    width: 172px
}

.ch-popup-review-card__img__inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ch-popup-review-card__img__inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-popup-review-card__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

.ch-popup-review-card__params {
    list-style: none;
    margin: 0 0 8px;
    padding: 0
}

@media screen and (min-width:768px) {
    .ch-popup-review-card__params {
        margin-bottom: 16px
    }
}

.ch-popup-review-card__params .ch-row {
    --grid-gap: 8px
}

@media screen and (min-width:768px) {
    .ch-popup-review-card__dropdown {
        padding-right: 120px
    }
}

.ch-popup-rules__ul {
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    margin-bottom: 24px;
    padding-left: 0
}

.ch-popup-rules__ul li {
    padding-left: 24px;
    position: relative
}

.ch-popup-rules__ul li:before {
    background: #0f0f0f;
    border-radius: 100%;
    content: "";
    height: 2px;
    left: 12px;
    position: absolute;
    top: 12px;
    transform: translate(-50%, -50%);
    width: 2px
}

.ch-popup-variants__footer {
    grid-gap: 16px;
    display: grid;
    grid-template-areas: "info price" "btn btn";
    grid-template-columns: 1fr 90px
}

@media screen and (min-width:768px) {
    .ch-popup-variants__footer {
        grid-gap: 12px;
        grid-template-areas: "info btn" "price btn";
        grid-template-columns: 1fr 125px
    }
}

.ch-popup-variants__footer-info {
    grid-area: info
}

.ch-popup-variants__footer-price {
    grid-area: price
}

.ch-popup-variants__footer-price .ch-price-wrapper {
    --grid-gap: 16px
}

.ch-popup-variants__footer-btn {
    align-self: end;
    grid-area: btn
}

.ch-dolymi__icon,
.ch-dolymi__logo {
    display: block;
    margin: 0 auto
}

.ch-dolymi__title {
    font-size: 24px;
    font-weight: 450;
    line-height: 110%
}

@media (min-width:768px) {
    .ch-dolymi__title {
        font-size: 32px;
        text-align: center
    }
}

.ch-dolymi__subtitle {
    font-size: 18px;
    line-height: 140%;
    text-align: left
}

@media (min-width:768px) {
    .ch-dolymi__subtitle {
        text-align: center
    }
}

.ch-dolymi__subtitle--bold {
    font-weight: 500
}

.ch-dolymi__description {
    color: gray;
    text-align: center
}

.ch-dolymi__description,
.ch-dolymi__text {
    font-size: 14px;
    line-height: 140%
}

@media (min-width:768px) {
    .ch-dolymi__text {
        margin-left: -15px
    }
}

.ch-dolymi__link {
    color: #2070df;
    cursor: pointer;
    display: block;
    text-align: center
}

.ch-dolymi__payment {
    background: #f9f7f9;
    padding: 24px
}

.ch-dolymi__payment-step {
    position: relative
}

.ch-dolymi__payment-step:after {
    background: #c3c3c3;
    content: "";
    height: 26px;
    left: 16px;
    position: absolute;
    top: 22px;
    width: 1px
}

@media (min-width:768px) {
    .ch-dolymi__payment-step:after {
        content: "";
        height: 1px;
        left: 90px;
        top: 10px;
        width: 95px
    }
}

.ch-bnpl {
    height: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-bnpl {
        height: auto;
        width: 600px
    }
}

.ch-bnpl .fancybox-ch__header {
    padding-bottom: 24px
}

.ch-bnpl .fancybox-ch__inner {
    padding-top: 0
}

.ch-bnpl__hint {
    background-color: var(--color-grey100);
    display: flex;
    padding: 16px
}

.ch-bnpl__hint-icon {
    font-size: 22px;
    margin-right: 10px
}

.ch-bnpl__hint-text {
    color: var(--color-black)
}

.ch-bnpl__content {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

@media screen and (min-width:768px) {
    .ch-bnpl__content {
        margin-top: 32px
    }
}

.ch-bnpl__content-item {
    font-size: 16px
}

.ch-bnpl__text--info {
    font-weight: 500;
    margin-top: 12px
}

@media screen and (min-width:768px) {
    .ch-bnpl .ch-hr {
        margin: 24px 0
    }
}

.ch-bnpl__down-btn {
    bottom: 24px;
    font-size: 32px;
    position: absolute;
    right: 28px
}

@media screen and (min-width:768px) {
    .ch-bnpl__down-btn {
        display: none
    }
}

.ch-bnpl__circle-btn {
    align-items: center;
    border: 2px solid var(--color-brand-brown);
    border-radius: 50%;
    color: var(--color-brand-brown);
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.ch-bnpl:before {
    background: linear-gradient(0deg, #fff 9.15%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    height: 200px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .ch-bnpl:before {
        display: none
    }
}

.ch-bnpl.ch-bnpl--gradient-hide:before {
    display: none
}

.ch-bnpl .fancybox-ch__inner.ch-scroll-vertical {
    margin-right: 8px
}

.ch-bnpl .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar {
    width: 8px
}

.ch-bnpl .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-track {
    background: var(--color-grey200);
    border: 13px solid transparent;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 10px green
}

.ch-bnpl .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border: 13px solid transparent;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 10px red;
    height: 180px
}

@media screen and (min-width:768px) {
    .ch-popup-cookies {
        width: 512px
    }
}

.ch-popup-cookies__inner {
    text-align: left
}

.ch-popup-cookies__text {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.birthday_company__banner_container {
    padding-bottom: 600px
}

@media (min-width:768px) {
    .birthday_company__banner_container {
        padding-bottom: 820px
    }

    .birthday_company__banner {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--container-max);
        padding-left: var(--container-padding);
        padding-right: var(--container-padding)
    }
}

.birthday_company__prize {
    margin-top: 80px;
    padding: 24px;
    position: relative
}

@media (min-width:768px) {
    .birthday_company__prize {
        margin-top: 117px;
        padding: 32px
    }
}

@media (min-width:1200px) {
    .birthday_company__prize {
        padding: 40px 32px
    }
}

.birthday_company__title {
    font-size: 24px;
    font-weight: 450
}

@media (min-width:768px) {
    .birthday_company__title {
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .birthday_company__title {
        font-size: 32px
    }
}

.birthday_company__item {
    position: relative
}

.birthday_company__item:nth-child(3):after {
    display: none
}

@media (min-width:768px) {
    .birthday_company__item:nth-child(3):after {
        display: block
    }
}

.birthday_company__item:after {
    border-right: 2px solid #c28257;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(50% - 55px);
    top: 0;
    width: 0
}

@media (min-width:768px) {
    .birthday_company__item:after {
        right: 20px
    }
}

@media (min-width:1200px) {
    .birthday_company__item:after {
        right: 50px
    }
}

@media (min-width:1440px) {
    .birthday_company__item:after {
        right: 10px
    }
}

.birthday_company__list {
    font-size: 15px;
    line-height: 140%
}

@media (min-width:768px) {
    .birthday_company__list {
        font-size: 18px;
        line-height: 110%
    }
}

@media (min-width:1440px) {
    .birthday_company__list {
        font-size: 20px
    }
}

.birthday_company__icon {
    position: absolute;
    right: 0;
    top: -60px;
    width: 90px
}

@media (min-width:768px) {
    .birthday_company__icon {
        right: 10px;
        top: -75px;
        width: 140px
    }
}

@media (min-width:1440px) {
    .birthday_company__icon {
        width: auto
    }
}

.btn_reset {
    background: transparent;
    border: none;
    padding: 0
}

.b-button,
.btn_reset {
    box-sizing: border-box
}

.b-button {
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(180deg, #ff86bb, #dd397e);
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font: 500 25px/64px Alegreya Sans, sans-serif;
    height: 64px;
    margin: 0;
    outline: 0;
    padding: 0 64px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.b-button,
.b-button:visited {
    color: #fff
}

.b-button:hover {
    background: #dd397e
}

.b-button.-border-bottom {
    border-bottom: 4px solid #a52057
}

@media (max-width:1023px) {
    .b-button {
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .b-button {
        font-size: 22px;
        height: 52px;
        line-height: 52px
    }
}

.btn.-link {
    background-color: transparent;
    color: #3e3e3e;
    height: auto;
    line-height: 1;
    text-decoration: underline
}

.btn.-disabled {
    background: rgba(69, 53, 54, .16) !important
}

.c_social {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.c_social .b-icon {
    color: #404040
}

.c_social-wrapper {
    text-align: center
}

.c_social-wrapper.-subscribe- {
    text-align: left
}

.c_social-wrapper.-subscribe- .c_social {
    margin: 0 -10px
}

@media screen and (min-width:768px) {
    .c_social-wrapper.-subscribe- .c_social {
        margin: 0 -5px
    }
}

.c_social-wrapper.-subscribe- .c_social-item {
    padding: 0 10px
}

@media screen and (min-width:768px) {
    .c_social-wrapper.-subscribe- .c_social-item {
        padding: 0 5px
    }
}

.c_social-wrapper.-subscribe- .b-icon.-facebook,
.c_social-wrapper.-subscribe- .b-icon.-instagram,
.c_social-wrapper.-subscribe- .b-icon.-odnoklassniki,
.c_social-wrapper.-subscribe- .b-icon.-vkontakte {
    height: 32px;
    width: 32px
}

@media screen and (min-width:768px) {

    .c_social-wrapper.-subscribe- .b-icon.-facebook,
    .c_social-wrapper.-subscribe- .b-icon.-instagram,
    .c_social-wrapper.-subscribe- .b-icon.-odnoklassniki,
    .c_social-wrapper.-subscribe- .b-icon.-vkontakte {
        height: 42px;
        width: 42px
    }
}

.c_social-item {
    padding: 0 8px
}

.c_social-item a {
    display: flex
}

.c_social-label {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.c_subscribe-col {
    padding-bottom: 15px;
    padding-top: 15px
}

@media screen and (min-width:768px) {
    .c_subscribe-col {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.c_subscribe-title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.c_subscribe-title small {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px
}

.c_subscribe-wrapper {
    border-top: 1px solid #e8c9b8;
    padding: 25px 0
}

@media screen and (min-width:768px) {
    .c_subscribe-wrapper {
        padding: 20px 0
    }
}

.c_subscribe-wrapper .row {
    align-items: flex-start
}

@media screen and (min-width:1600px) {
    .c_subscribe-wrapper .row {
        align-items: center
    }
}

.c_subscribe-form {
    margin-right: auto
}

.c_subscribe-form-label {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.c_subscribe-form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: none;
    color: #2c2c2c;
    font-size: 16px;
    height: 42px;
    line-height: 19px;
    outline: none;
    padding: 10px 42px 10px 14px;
    width: 100%
}

.c_subscribe-form-submit {
    align-items: center;
    bottom: 15px;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 15px;
    width: 42px;
    z-index: 1
}

@media screen and (min-width:1600px) {
    .c_subscribe-form-submit {
        bottom: 20px
    }
}

.c_subscribe-form-submit .b-icon {
    color: #3e3e3e
}

.b-card {
    padding: 0 10px
}

.b-card__img-wrap {
    display: block;
    position: relative
}

.b-card__img {
    width: 100%
}

.b-card .b-label {
    left: 20px;
    position: absolute;
    top: 20px
}

.b-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px 10px 17px
}

.b-card__btn {
    display: flex;
    justify-content: center
}

@media (min-width:1024px) {
    .b-card__btn {
        padding: 0 28px
    }

    .b-card__btn .b-button {
        background: linear-gradient(180deg, #fff1ea, #d6c4c4);
        border-bottom: 2px solid #a08d8c;
        color: #000;
        font-size: 18px;
        height: 54px;
        line-height: 54px;
        padding: 0 10px;
        width: 100%
    }

    .b-card__btn .b-button:hover {
        background: linear-gradient(180deg, #ff86bb, #dd397e);
        border-color: #a52057;
        color: #fff
    }
}

@media (max-width:1023px) {
    .b-card__btn .b-button {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
        width: 100%
    }
}

.b-card__name {
    color: #3e3e3e;
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 3px
}

.b-card__name:hover {
    color: #dd397e
}

.b-card__price {
    color: #e85191;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-top: auto
}

.b-card__price-sale {
    color: #a0a0a0;
    font-weight: 400;
    margin-left: 16px;
    text-decoration-line: line-through
}

.b-card__bottom {
    position: relative;
    z-index: 1
}

.b-card__bottom.-active .b-card__select {
    opacity: 1;
    visibility: visible
}

.b-card__select {
    background: #fff;
    bottom: 100%;
    left: 0;
    opacity: 0;
    padding: 17px 28px;
    position: absolute;
    right: 0;
    transition: all .3s;
    visibility: hidden
}

.b-card__lbl {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.b-card__hover {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width:1024px) {
    .b-card__bottom {
        padding-bottom: 15px
    }

    .b-card:hover .b-card__hover {
        background: #fff;
        box-shadow: 0 6px 24px rgba(0, 0, 0, .15)
    }
}

@media (max-width:1023px) {
    .b-card .b-label {
        left: 10px;
        top: 10px
    }

    .b-card__content {
        padding: 20px 0
    }
}

.jcf-select-drop .jcf-select-drop-content {
    border: none;
    box-shadow: var(--shadow)
}

.jcf-select-drop-content .jcf-list-content ul li span.jcf-hover {
    background-color: #fff1ea
}

.jcf-select-drop-content .jcf-list-content ul li span {
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    transition: .3s
}

@media screen and (min-width:1600px) {
    .certificates {
        padding-top: 10px
    }
}

.certificates-banner {
    display: block;
    height: 300px
}

.certificates-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%
}

@media screen and (min-width:768px) {
    .certificates-banner {
        height: 400px;
        -o-object-position: center;
        object-position: center
    }
}

@media screen and (min-width:1024px) {
    .certificates-banner {
        height: 468px
    }
}

@media screen and (min-width:1600px) {
    .certificates-banner {
        height: 430px
    }
}

.certificates-text {
    color: #404040;
    font-size: 22px;
    line-height: 26px;
    text-align: center
}

.certificates-block {
    padding-bottom: 38px;
    padding-top: 15px
}

@media screen and (min-width:768px) {
    .certificates-block {
        padding-top: 15px
    }
}

@media screen and (min-width:1024px) {
    .certificates-block {
        padding-bottom: 64px;
        padding-top: 40px
    }
}

@media screen and (min-width:1600px) {
    .certificates-block {
        padding-top: 60px
    }
}

.certificates-block-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width:768px) {
    .certificates-block-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:1600px) {
    .certificates-block-title {
        margin-bottom: 16px
    }
}

@media screen and (min-width:768px) {
    .certificates-block-text {
        margin: 0 auto;
        width: 89%
    }
}

@media screen and (min-width:1600px) {
    .certificates-block-text {
        width: 63%
    }

    .certificates-block-text.-bottom- {
        width: 66%
    }
}

.certificates-block-text.-bottom- p {
    margin-bottom: 10px
}

.certificates-block-central {
    background: #fff1ea;
    padding: 68px 20px;
    position: relative;
    z-index: -2
}

@media screen and (min-width:768px) {
    .certificates-block-central {
        padding: 70px 56px
    }
}

@media screen and (min-width:1024px) {
    .certificates-block-central {
        padding: 60px 40px
    }
}

@media screen and (min-width:1600px) {
    .certificates-block-central {
        padding: 56px 50px
    }
}

.certificates-block-central-col {
    min-height: 250px;
    padding-top: 136px;
    position: relative;
    text-align: center
}

.certificates-block-central-number {
    height: auto;
    max-height: 95%;
    max-width: 100%;
    position: absolute;
    top: 60px;
    transform: translate(-50%);
    z-index: -1
}

.certificates-block-central-white {
    background: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 54px;
    padding: 24px 16px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .certificates-block-central-white {
        font-size: 24px;
        margin-top: 60px;
        padding: 30px 46px
    }
}

@media screen and (min-width:1024px) {
    .certificates-block-central-white {
        margin-left: auto;
        margin-right: auto;
        padding: 24px 120px;
        width: 90%
    }
}

.certificates-divider-80 {
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .certificates-divider-80 {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1024px) {
    .certificates-divider-80 {
        padding-bottom: 60px
    }
}

@media screen and (min-width:1600px) {
    .certificates-divider-80 {
        padding-bottom: 80px
    }
}

.certificates-cards-col {
    position: relative;
    text-align: center
}

.certificates-cards-text {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .certificates-cards-text {
        font-size: 20px;
        line-height: 24px;
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    .certificates-cards-text {
        font-size: 22px;
        line-height: 26px;
        text-align: center
    }
}

.certificates-cards img {
    height: auto;
    margin-bottom: 28px;
    max-width: 388px;
    width: 100%
}

@media screen and (min-width:768px) {
    .certificates-cards img {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1024px) {
    .certificates-cards img {
        margin-bottom: 33px
    }
}

@media screen and (min-width:1600px) {
    .certificates-cards img {
        margin-bottom: 33px
    }
}

.certificates .-underline-block- {
    padding-top: 10px
}

@media screen and (min-width:768px) {
    .certificates .-underline-block- {
        padding-top: 15px
    }
}

@media screen and (min-width:1024px) {
    .certificates .-underline-block- {
        margin-top: 30px
    }
}

.certificates .-underline- {
    border-bottom: 1px solid;
    display: inline
}

.certificates .-beige- {
    background: #fff1ea;
    margin-bottom: 0;
    padding: 24px 5px
}

@media screen and (min-width:768px) {
    .certificates .-beige- {
        padding: 33px 55px
    }
}

@media screen and (min-width:1024px) {
    .certificates .-beige- {
        padding: 44px 65px
    }
}

.d-inline-xxl {
    display: none
}

@media screen and (min-width:1600px) {
    .d-inline-xxl {
        display: inline
    }
}

.d-inline-xl {
    display: none
}

@media screen and (min-width:1024px) {
    .d-inline-xl {
        display: inline
    }
}

.d-inline-md {
    display: none
}

@media screen and (min-width:768px) {
    .d-inline-md {
        display: inline
    }
}

.d-none {
    display: none
}

@media screen and (min-width:1600px) {
    .d-none-xxl {
        display: none
    }
}

@media screen and (min-width:1024px) {
    .d-none-xl {
        display: none
    }
}

@media screen and (min-width:768px) {
    .d-none-md {
        display: none
    }
}

.choose-sizes {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    display: flex;
    padding: 10px;
    text-decoration: none !important;
    width: 100%
}

.choose-sizes__name {
    margin-right: 10px
}

.choose-sizes__wrap {
    display: flex
}

.choose-sizes__check {
    color: #ccc;
    margin-left: auto;
    padding-left: 15px
}

.choose-sizes__icon {
    display: flex;
    margin-right: 10px
}

@media (max-width:768px) {
    .choose-sizes {
        flex-direction: column;
        padding-right: 25px;
        position: relative
    }

    .choose-sizes__check {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.product-info__params_item .input-numeric+.size-table-link {
    display: none
}

@media (min-width:1024px) {
    .product-info__params_item .input-numeric {
        flex-shrink: 0;
        width: 90px
    }

    .product-info__params_item .input-numeric+.size-table-link {
        display: flex;
        margin-top: 0;
        padding-left: 20px
    }

    .size-table-link.-desktop-hidden {
        display: none !important
    }
}

@media (max-width:768px) {
    .cloudpay_button {
        margin: 0 auto !important
    }
}

.collection-table__top {
    display: flex;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    position: relative
}

.collection-table__row {
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 60px;
    position: relative
}

.collection-table__row .collection-table__cell.-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.collection-table__cell.-name {
    width: 100%
}

.collection-table__cell.-price {
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: 60px
}

@media (max-width:767px) {
    .collection-table {
        height: 100%;
        margin-bottom: 25px;
        max-height: 360px;
        overflow-y: auto
    }
}

@media (max-width:1200px) {
    .menu-page>li>a {
        font-size: 16px
    }

    .menu-page>li:not(:last-child) {
        margin-right: 15px
    }
}

.contacts__form .jcf-option:empty {
    display: none
}

.contacts__map {
    height: 400px;
    margin-bottom: 32px;
    width: 100%
}

@media (min-width:768px) {
    .contacts__map {
        margin-bottom: 40px
    }
}

@media (min-width:1440px) {
    .contacts__map {
        margin-bottom: 64px
    }
}

.selected-files {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap
}

.selected-files__item {
    align-items: center;
    background: var(--color-grey100);
    display: flex;
    font-size: var(--vue-text-size);
    margin: 4px;
    padding: 8px 12px
}

.selected-files__delete-btn {
    height: 15px;
    margin-left: 17px;
    width: 15px
}

.selected-files__delete-btn:hover {
    cursor: pointer
}

.contacts_page {
    padding-top: 20px
}

@media (min-width:1200px) {
    .contacts_page {
        padding-top: 35px
    }
}

.contacts_page__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-1);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

@media (min-width:1440px) {
    .contacts_page__title {
        font-size: 36px
    }
}

.contacts_page__subtitle {
    font-size: 20px;
    font-weight: 450;
    line-height: 110%
}

@media (min-width:768px) {
    .contacts_page__subtitle {
        font-size: 24px
    }
}

@media (min-width:1440px) {
    .contacts_page__subtitle {
        font-size: 26px;
        line-height: 31.2px
    }
}

.contacts_page__subtitle {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.contacts_page__text {
    font-size: 15px;
    line-height: 140%
}

@media (min-width:1200px) {
    .contacts_page__text {
        font-size: 18px
    }
}

.contacts_page__text--title {
    font-family: var(--font-futura-pt);
    font-size: var(--font-sz-xl);
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

.contacts_page__text--subtitle {
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.contacts_page__text--bold {
    font-weight: 500
}

.contacts_page__text--brown {
    color: var(--color-brand-violent);
    font-size: 15px
}

.contacts_page__text--grey {
    color: var(--color-grey80);
    font-size: 15px;
    text-align: center
}

.contacts_page .ch-btn.ch-btn--violent {
    width: 100%
}

@media (min-width:1200px) {
    .contacts_page .ch-btn.ch-btn--violent {
        padding: 14px 142px;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:1440px) {
    .contacts_page .ch-btn.ch-btn--violent {
        padding: 14px 116px;
        width: -moz-fit-content;
        width: fit-content
    }
}

.contacts_page__input-file {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.contacts_page__input-file-button {
    align-items: center;
    border: 2px dashed #d2d0d2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%
}

.contacts_page .ch-map-pickup--product {
    grid-gap: 0
}

.contacts_page .ch-map-pickup__map {
    padding-bottom: 400px !important
}

.contacts_page .ymaps-2-1-79-map {
    max-height: 400px !important;
    min-height: 400px !important
}

.contacts_page .ch-alert,
.contacts_page .ch-map-pickup__aside {
    display: none
}

.b-delivery {
    background-color: #fff
}

.b-delivery ._g-inner-padding {
    position: relative
}

.b-delivery__bg {
    background-position: 0 0;
    background-size: contain;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.b-delivery__content {
    background-color: hsla(0, 0%, 100%, .5);
    margin-left: auto;
    padding: 100px 0;
    position: relative;
    width: 50%;
    z-index: 1
}

.b-delivery__list {
    padding-left: 4px
}

.b-delivery__item {
    align-items: center;
    display: flex;
    margin-top: 18px
}

.b-delivery__item:first-child {
    margin-top: 0
}

.b-delivery__icon-wrap {
    flex-shrink: 0;
    margin-right: 15px;
    width: 47px
}

.b-delivery__name {
    font-size: 24px;
    line-height: 30px
}

.b-delivery .section-title {
    margin-bottom: 37px
}

@media (max-width:1200px) {
    .b-delivery__bg {
        background-position: 100% 0;
        background-size: cover;
        right: 50%
    }
}

@media (max-width:1023px) {
    .b-delivery__content {
        padding: 40px 0;
        width: 51%
    }

    .b-delivery__name {
        font-size: 20px;
        line-height: 20px
    }

    .b-delivery .section-title {
        margin-bottom: 20px
    }

    .b-delivery .b-icon {
        transform: scale(.8)
    }

    .b-delivery__item {
        margin-top: 0
    }

    .b-delivery__bg {
        right: 52%
    }
}

@media (max-width:767px) {
    .b-delivery__bg {
        height: 350px;
        left: -10px;
        position: relative;
        right: -10px
    }

    .b-delivery__content {
        padding: 35px 0;
        width: 100%
    }
}

.error404-mb {
    margin-bottom: 45px
}

.error404-mt {
    margin-top: 38px
}

.fancybox-ch--variants {
    width: 780px
}

@media screen and (max-width:780px) {
    .fancybox-ch--variants {
        width: 100%
    }
}

@media screen and (min-width:768px)and (max-width:1439px) {
    .fancybox-ch--variants .fancybox-ch__title {
        font-size: 32px
    }
}

@media screen and (max-width:1199px) {
    .fancybox-ch--variants .ch-price.ch-price--xl {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    .fancybox-ch--variants .ch-price.ch-price--xl {
        font-size: 26px
    }
}

.fancybox-ch--variants .ch-radio__input:hover {
    background: #eeebeb;
    transition: .3s
}

.fancybox-ch--variants .ch-btn.ch-btn--violent {
    font-size: 16px;
    height: 56px
}

.fancybox-ch--variants .ch-popup-variants__footer {
    grid-template-columns: 1fr 190px
}

@media screen and (max-width:767px) {
    .fancybox-ch--variants .ch-popup-variants__footer {
        grid-template-columns: 1fr 90px
    }
}

.fancybox-ch--variants .fancybox-ch__inner.ch-scroll-vertical {
    margin-right: 8px;
    max-height: 450px
}

@media screen and (max-width:767px) {
    .fancybox-ch--variants .fancybox-ch__inner.ch-scroll-vertical {
        max-height: 100%
    }
}

.fancybox-ch--variants .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-track {
    background: #eeebeb
}

.fancybox-ch--variants .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-thumb {
    background-color: #c3c3c3
}

.fancybox-ch__subtext {
    display: inline-block;
    margin-left: 12px
}

@media screen and (max-width:767px) {
    .fancybox-ch__subtext {
        display: block;
        margin-left: 0;
        margin-top: 4px
    }
}

.fancybox-ch--gallery {
    max-height: calc(100% - 24px);
    max-width: calc(100% - 24px)
}

.fancybox-ch--gallery .swiper-wrapper {
    width: 100%
}

.fancybox-ch--gallery .fancybox-ch__inner {
    padding: 24px
}

.fancybox-ch--gallery .fancybox-close-small:before {
    content: "Ð·Ð°ÐºÑ€Ñ‹Ñ‚ÑŒ";
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    right: 45px;
    text-transform: uppercase;
    top: 14px
}

.fancybox-ch--gallery .ch-carousel-pictures--scroll .ch-carousel-pictures__swiper-main {
    padding-left: 16px
}

.fancybox-ch--gallery .ch-carousel-pictures {
    align-items: center;
    box-sizing: border-box;
    flex-direction: column-reverse;
    height: 100%;
    margin-bottom: -16px
}

@media screen and (max-width:767px) {
    .fancybox-ch--gallery .ch-carousel-pictures {
        margin: -16px -48px -32px;
        padding-top: 40px
    }
}

.fancybox-ch--gallery .ch-carousel-pictures .ch-carousel-pictures__swiper-main {
    overflow: visible
}

.fancybox-ch--gallery .ch-carousel-pictures__main {
    flex: 1 0 85%
}

@media screen and (max-width:1199px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main {
        width: 65%
    }
}

@media screen and (max-width:767px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main {
        flex: 1 0 70%;
        width: 100%
    }
}

@media screen and (min-width:1200px)and (max-width:1439px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main {
        width: 100%
    }
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn {
    background: #fff;
    box-shadow: 1px 1px 4px hsla(0, 9%, 47%, .1), 0 1px 5px hsla(0, 9%, 47%, .1);
    color: #000
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn:hover {
    color: var(--color-brand-violent)
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-slide {
    opacity: 0
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-slide-active {
    opacity: 1
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--prev {
    border-radius: 50%;
    height: 56px;
    left: 15%;
    position: absolute;
    top: 50%;
    width: 56px
}

@media screen and (max-width:1439px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--prev {
        left: 5%
    }
}

@media screen and (max-width:1199px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--prev {
        height: 40px;
        left: -80px;
        width: 40px
    }
}

@media screen and (max-width:767px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--prev {
        left: 30px
    }
}

.fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--next {
    border-radius: 50%;
    height: 56px;
    position: absolute;
    right: 16%;
    top: 50%;
    width: 56px
}

@media screen and (max-width:1439px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--next {
        right: 5%
    }
}

@media screen and (max-width:1199px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--next {
        height: 40px;
        right: -64px;
        width: 40px
    }
}

@media screen and (max-width:767px) {
    .fancybox-ch--gallery .ch-carousel-pictures__main .swiper-btn.swiper-btn--next {
        right: 30px
    }
}

.fancybox-ch--gallery .ch-carousel-pictures__aside {
    flex: auto;
    height: 100px;
    margin-top: 24px;
    max-width: 100%;
    padding: 0
}

@media screen and (max-width:1199px) {
    .fancybox-ch--gallery .ch-carousel-pictures__aside {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .fancybox-ch--gallery .ch-carousel-pictures__aside {
        padding-left: 24px;
        padding-right: 24px
    }
}

.fancybox-ch--gallery .ch-carousel-pictures__aside .swiper-slide-thumb-active {
    border: 2px solid var(--color-brand-violent)
}

.fancybox-ch--gallery .ch-carousel-pictures__aside .ch-carousel-pictures__swiper-aside {
    height: 100px
}

.fancybox-ch--gallery .ch-carousel-pictures__aside .swiper-slide {
    width: 88px !important
}

@media screen and (max-width:1199px) {
    .fancybox-ch--gallery .ch-carousel-pictures__aside .swiper-slide {
        height: 66px !important;
        width: 66px !important
    }
}

.fancybox_feedback .fancybox-container_feedback {
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    padding: 71px 23px 86px;
    width: 500px
}

@media screen and (min-width:768px) {
    .fancybox_feedback .fancybox-container_feedback {
        padding: 71px 75px 86px
    }
}

.fancybox_feedback .fancybox-container_feedback .btn {
    font-weight: 500;
    height: 46px;
    line-height: 46px
}

.fancybox_feedback .fancybox-container_feedback .fancybox-button.fancybox-close-small svg {
    color: #000
}

.fancybox_feedback .fancybox-slide--html {
    padding: 15px
}

.fancybox_feedback_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 8px;
    text-align: center
}

.fancybox_feedback_text {
    line-height: 29px;
    margin-bottom: 30px;
    text-align: center
}

.fancybox_feedback_text-small {
    color: #aaa;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
    text-align: center
}

.fancybox_feedback .fancybox-bg {
    background: #fff
}

.fancybox_feedback.fancybox-is-open .fancybox-bg {
    opacity: .8
}

html .compensate-for-scrollbar .fancybox-container.fancybox-is-open .fancybox-slide {
    overflow-x: hidden
}

@media screen and (min-width:1200px) {
    html .compensate-for-scrollbar .fancybox-container.fancybox-is-open .fancybox-slide {
        overflow-y: scroll
    }
}

.feedback_form__wrap {
    padding-bottom: 53px;
    padding-top: 47px
}

@media (min-width:768px) {
    .feedback_form__wrap {
        padding-bottom: 80px;
        padding-top: 70px
    }
}

@media (min-width:1200px) {
    .feedback_form__wrap {
        padding-bottom: 190px;
        padding-top: 72px
    }
}

.feedback_form__content {
    margin: 0 auto
}

@media (min-width:768px) {
    .feedback_form__content {
        max-width: 466px
    }
}

@media (min-width:1200px) {
    .feedback_form__content {
        max-width: 1036px
    }
}

.feedback_form__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px
}

.feedback_form__subtitle {
    line-height: 22px;
    max-width: 560px
}

.feedback_form__container {
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    margin-top: 25px;
    padding: 20px 17px 30px
}

@media (min-width:1200px) {
    .feedback_form__container {
        padding: 20px 46px 30px
    }

    .feedback_form__container button {
        max-width: 284px
    }
}

.feedback_form__row {
    display: block
}

@media (min-width:1200px) {
    .feedback_form__row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -23px;
        margin-right: -23px
    }
}

.feedback_form__item {
    margin-bottom: 21px
}

.feedback_form__item__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 14px
}

.feedback_form .input-text textarea {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 30px;
    min-height: 188px;
    padding: 0 14px;
    width: 100%
}

@media (min-width:1200px) {
    .feedback_form .input-text textarea {
        min-height: 150px
    }
}

.feedback_form .input-text input {
    min-height: 75px
}

.feedback_form .input-checkbox {
    margin-bottom: 10px
}

.feedback_form .-w30- {
    width: 100%
}

@media (min-width:1200px) {
    .feedback_form .-w30- {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 23px;
        padding-right: 23px;
        position: relative;
        width: 100%
    }
}

.form-rating {
    position: relative;
    white-space: nowrap
}

.form-rating-stars {
    align-items: center;
    color: currentColor !important;
    display: inline-flex;
    height: 12px;
    max-height: 12px;
    position: relative;
    transform: translateY(2px)
}

.form-rating-stars img {
    color: #fff !important;
    height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.form-rating-stars img.desktop {
    display: none
}

@media (min-width:768px) {
    .form-rating-stars img.desktop {
        display: block
    }

    .form-rating-stars img.mobile {
        display: none
    }
}

.form-rating-score {
    background: #bb8bc7;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0
}

.form-rating-grade {
    font-weight: 500;
    height: 12px;
    line-height: 12px;
    margin-left: 8px
}

.form-search {
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .form-search {
        margin: 40px 0;
        padding-bottom: 30px
    }
}

.form-search__clear {
    align-items: center;
    bottom: 0;
    color: #9a9a9a;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

.form-search__clear .input-text__clear {
    position: relative;
    right: auto;
    top: auto;
    transform: none
}

.form-search__inner {
    margin-bottom: 20px;
    position: relative
}

@media (min-width:768px) {
    .form-search__inner {
        margin-bottom: 30px
    }
}

.form-search__inner .input-text input {
    background-color: #f7f7f7;
    border: none;
    padding: 0 30px 0 13px
}

.form-search ._g-h1 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .form-search ._g-h1 {
        font-size: 21px;
        line-height: 25px
    }
}

.guarantees__ico svg {
    color: transparent
}

.b-icon {
    color: inherit;
    display: inline-block;
    flex-shrink: 0;
    height: 1em;
    width: 1em
}

.b-icon.-lightning {
    fill: #fff;
    height: 29px;
    width: 18px
}

.b-icon.-mail,
.b-icon.-phone,
.b-icon.-tumb_down,
.b-icon.-tumb_up {
    fill: currentColor;
    color: currentColor;
    font-size: inherit;
    height: 1em;
    width: 1em
}

.b-icon.-facebook,
.b-icon.-instagram,
.b-icon.-odnoklassniki,
.b-icon.-vkontakte {
    fill: currentColor;
    height: 35px;
    width: 35px
}

.b-icon.-chevron_right {
    stroke: currentColor;
    height: 10px;
    width: 5px
}

.b-icon.-pillow-1 {
    height: 21px;
    width: 28px
}

.b-icon.-pillow-2 {
    height: 21px;
    width: 22px
}

.b-icon.-arrow-long {
    background: url(../../../assets/site/images/icons-sprite.svg) -2px -2px no-repeat;
    height: 20px;
    width: 37px
}

.b-icon.-arrow-long--active {
    background: url(../../../assets/site/images/icons-sprite.svg) -43px -2px no-repeat;
    height: 20px;
    width: 37px
}

.b-icon.-arrow-right {
    background: url(../../../assets/site/images/icons-sprite.svg) -84px -2px no-repeat;
    height: 12px;
    width: 30px
}

.b-icon.-arrow-slider-top {
    background: url(../../../assets/site/images/icons-sprite.svg) -118px -2px no-repeat;
    height: 15px;
    width: 9px
}

.b-icon.-check-size {
    background: url(../../../assets/site/images/icons-sprite.svg) -131px -2px no-repeat;
    height: 10px;
    width: 14px
}

.b-icon.-color {
    background: url(../../../assets/site/images/icons-sprite.svg) -149px -2px no-repeat;
    height: 66px;
    width: 52px
}

.b-icon.-cotton {
    background: url(../../../assets/site/images/icons-sprite.svg) -205px -2px no-repeat;
    height: 61px;
    width: 61px
}

.b-icon.-dark {
    background: url(../../../assets/site/images/icons-sprite.svg) -270px -2px no-repeat;
    height: 51px;
    width: 67px
}

.b-icon.-delivery {
    background: url(../../../assets/site/images/icons-sprite.svg) -341px -2px no-repeat;
    height: 41px;
    width: 47px
}

.b-icon.-error {
    background: url(../../../assets/site/images/icons-sprite.svg) -392px -2px no-repeat;
    height: 9px;
    width: 9px
}

.b-icon.-header-subscribe-arrow {
    background: url(../../../assets/site/images/icons-sprite.svg) -405px -2px no-repeat;
    height: 10px;
    width: 6px
}

.b-icon.-location {
    background: url(../../../assets/site/images/icons-sprite.svg) -415px -2px no-repeat;
    height: 47px;
    width: 47px
}

.b-icon.-natural {
    background: url(../../../assets/site/images/icons-sprite.svg) -466px -2px no-repeat;
    height: 68px;
    width: 77px
}

.b-icon.-payment {
    background: url(../../../assets/site/images/icons-sprite.svg) -547px -2px no-repeat;
    height: 46px;
    width: 47px
}

.b-icon.-return {
    background: url(../../../assets/site/images/icons-sprite.svg) -598px -2px no-repeat;
    height: 48px;
    width: 47px
}

.b-icon.-set {
    background: url(../../../assets/site/images/icons-sprite.svg) -649px -2px no-repeat;
    height: 18px;
    width: 24px
}

.b-icon.-set--hover {
    background: url(../../../assets/site/images/icons-sprite.svg) -677px -2px no-repeat;
    height: 18px;
    width: 24px
}

.b-icon.-wash {
    background: url(../../../assets/site/images/icons-sprite.svg) -705px -2px no-repeat;
    height: 62px;
    width: 53px
}

.b-icon.-arrow-pagination {
    fill: transparent;
    height: 12px;
    width: 8px
}

.b-icon.-arrow-bottom {
    height: 10px;
    width: 14px
}

.b-icon.-close-header {
    height: 16px;
    width: 16px
}

.b-icon.-sizes {
    height: 20px;
    width: 20px
}

.b-icon.-swipe-control {
    height: 30px;
    width: 25px
}

.b-icon.-youtube {
    color: #ed1c24;
    height: 42px;
    width: 60px
}

.b-icon.-header-shops {
    fill: transparent;
    color: inherit;
    height: 17px;
    width: 12px
}

.b-icon.-header-favourites {
    height: 18px;
    width: 19px
}

.b-icon.-header-search {
    fill: transparent;
    color: inherit;
    height: 16px;
    width: 15px
}

.b-icon.-header-user {
    height: 17px;
    width: 15px
}

.b-icon.-header-cart {
    height: 17px;
    width: 19px
}

.b-icon.-menu-toggle {
    height: 16px;
    width: 23px
}

.b-icon.-header-new-close {
    fill: currentColor;
    color: inherit;
    height: 16px;
    width: 18px
}

.b-icon.-app-google {
    height: 24px;
    width: 22px
}

.b-icon.-app-iphone {
    height: 24px;
    width: 20px
}

.b-icon.-cart-delivery {
    height: 23px;
    width: 25px
}

.b-info__wrap {
    display: flex;
    margin: 0 auto;
    max-width: 935px;
    padding: 0 30px;
    width: 100%
}

.b-info__timer {
    background: #fff1ea;
    padding: 30px 0 35px
}

.b-info__timer .b-info__right {
    padding-top: 65px
}

.b-info__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 13px
}

.b-info__right {
    margin-left: auto;
    padding-top: 45px;
    width: 315px
}

.b-info__txt {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px
}

.b-info__txt span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ff86bb, #dd397e);
    -webkit-background-clip: text;
    display: block;
    font-size: 42px;
    font-weight: 900;
    line-height: 41px;
    margin-bottom: 4px
}

.b-info__img-wrap {
    margin: -12px 0 -35px 43px
}

@media (max-width:1024px) {

    .b-info__title,
    .b-info__txt {
        font-size: 25px;
        line-height: 30px
    }

    .b-info__txt span {
        font-size: 35px;
        line-height: 35px
    }

    .b-info__right {
        padding-top: 15px;
        width: 225px
    }

    .b-info__img {
        width: 170px
    }

    .b-info__img.-coeff {
        width: 160px
    }

    .b-info__img-wrap {
        margin: -10px 0 -40px 34px
    }
}

@media (max-width:767px) {
    .b-info__title {
        text-align: center
    }

    .b-info__img-wrap {
        display: none
    }

    .b-info__wrap {
        padding: 0 10px
    }

    .b-info__timer .b-info__wrap {
        align-items: center;
        flex-direction: column
    }

    .b-info__timer .b-info__right {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        padding-top: 0;
        width: 100%
    }

    .b-info__main {
        padding-bottom: 20px
    }

    .b-info__main .b-info__wrap {
        justify-content: center;
        padding-top: 40px;
        position: relative
    }

    .b-info__main .b-info__right {
        margin-top: -5px;
        padding-top: 0
    }

    .b-info__main .b-info__title {
        position: absolute;
        top: 0
    }

    .b-info__main .b-info__img.-coeff {
        margin-bottom: -10px;
        width: 120px
    }

    .b-info__content {
        margin-right: 20px
    }

    .b-info__txt {
        font-size: 19px;
        line-height: 23px
    }

    .b-info__txt span {
        font-size: 26px;
        line-height: 26px
    }

    .b-info__right {
        margin-left: 0;
        width: 170px
    }
}

.b-label {
    align-items: center;
    background: #e24587;
    border-radius: 20px;
    box-shadow: 0 0 0 10px rgba(226, 69, 135, .5);
    color: #fff;
    height: 40px;
    text-align: center
}

.b-label,
.b-label__icon {
    display: flex;
    justify-content: center
}

.b-label__icon {
    width: 40px
}

.b-label__txt {
    display: none;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px 0 0;
    white-space: nowrap
}

.b-label:hover {
    box-shadow: none
}

.b-label:hover .b-label__txt {
    display: block
}

@media (max-width:1023px) {
    .b-label {
        box-shadow: 0 0 0 5px rgba(226, 69, 135, .5);
        height: 28px
    }

    .b-label__txt {
        font-size: 14px;
        line-height: 17px
    }

    .b-label__icon {
        width: 28px
    }

    .b-label .b-icon.-lightning {
        height: 19px;
        width: 12px
    }
}

.map [class*=ymaps-2][class*=-balloon__content] {
    font-family: Alegreya Sans, Arial, Helvetica, sans-serif
}

.map [class*=ymaps-2][class*=-balloon-content__header] {
    display: none
}

.map .map-store-card {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    left: auto;
    padding: 15px 10px 0;
    position: relative;
    top: auto;
    width: 243px
}

.new-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%
}

.new-pagination__list {
    display: flex
}

.new-pagination__item {
    align-items: center;
    border-radius: 4px;
    color: #3e3e3e;
    display: flex;
    font-size: 23px;
    height: 32px;
    justify-content: center;
    margin-left: 8px;
    width: 32px
}

.new-pagination__item:first-child {
    margin-left: 0
}

.new-pagination__item:not(.-active):hover {
    color: #e8c9b8
}

.new-pagination__item.-active {
    background: #fff1ea
}

.new-pagination__control {
    align-items: center;
    color: #a0a0a0;
    display: flex;
    font-size: 18px
}

.new-pagination__control:hover {
    color: #e8c9b8
}

.new-pagination__control.-next {
    margin-left: 25px
}

.new-pagination__control.-next .b-icon {
    transform: rotate(180deg)
}

.new-pagination__control.-prev {
    margin-right: 25px
}

.new-pagination__icon {
    padding: 9px
}

.new-pagination__control-txt {
    display: none
}

@media (min-width:1024px) {
    .new-pagination__control-txt {
        display: block
    }
}

.order-info {
    padding: 40px 0 80px;
    text-align: center
}

.order-info__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px
}

.order-info__txt {
    font-size: 20px;
    line-height: 24px
}

.order-info__txt a {
    color: #d6c4c4;
    text-decoration: underline
}

.order-info__txt a:hover {
    text-decoration: none
}

.order-info__img-wrap {
    margin-top: 55px
}

.order-info__img-wrap img {
    display: inline-block;
    max-width: 100%
}

.order-info__bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.order-info__bottom .btn {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0 100px;
    width: auto
}

.order-info.-error {
    color: #6d0f0f
}

@media (max-width:760px) {
    .order-info {
        padding-bottom: 50px
    }

    .order-info__title {
        font-size: 25px;
        line-height: 30px
    }

    .order-info__bottom {
        margin-top: 30px
    }

    .order-info__bottom .btn {
        padding: 0 10px;
        width: 100%
    }

    .order-info__img-wrap {
        margin-top: 25px
    }
}

.order-payment {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 110px
}

.order-payment__content {
    flex-shrink: 0
}

.order-payment__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px
}

.order-payment__txt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px
}

.order-payment__txt a {
    color: #d6c4c4;
    font-size: 24px;
    line-height: 29px;
    text-decoration: underline
}

.order-payment__txt a:hover {
    text-decoration: none
}

.order-payment__txt b {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.order-payment__bottom {
    margin-top: 35px
}

.order-payment__bottom .btn {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0 100px;
    width: auto
}

.order-payment__img-wrap img {
    max-width: 100%
}

@media (max-width:980px) {
    .order-payment {
        flex-direction: column;
        padding: 50px 0
    }

    .order-payment__img-wrap {
        margin-bottom: 50px;
        order: -1
    }

    .order-payment__content {
        text-align: center;
        width: 100%
    }
}

@media (max-width:760px) {
    .order-payment__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 13px
    }

    .order-payment__img-wrap {
        margin-bottom: 30px
    }

    .order-payment__txt {
        margin-bottom: 13px
    }

    .order-payment__bottom {
        margin-top: 15px
    }

    .order-payment__bottom .btn {
        padding: 0 10px;
        width: 100%
    }
}

.b-pagination__list {
    align-items: center;
    display: flex
}

.b-pagination__item {
    border-radius: 4px;
    height: 20px;
    margin: 0 5px;
    width: 20px
}

.b-pagination__item.-active {
    background: #fff1ea;
    height: 30px;
    width: 30px
}

.b-pagination__item:hover {
    background: #fff1ea
}

.b-pagination__link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.b-pagination__control {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 30px;
    width: 30px
}

.b-pagination__control:hover {
    background: #f0f0f2;
    border-color: #f0f0f2
}

.b-pagination__control.-prev-page {
    margin-right: 11px
}

.b-pagination__control.-prev-page .b-icon {
    margin-left: -2px
}

.b-pagination__control.-next-page {
    margin-left: 11px
}

.b-pagination__control.-next-page .b-icon {
    margin-left: 2px;
    transform: rotate(180deg)
}

@media (max-width:1023px) {
    .b-pagination__item {
        margin: 0 3px
    }

    .b-pagination__control.-prev-page {
        margin-right: 5px
    }

    .b-pagination__control.-next-page {
        margin-left: 5px
    }
}

@media (max-width:767px) {
    .b-pagination__item {
        width: 30px
    }

    .b-pagination__control {
        height: 42px;
        width: 42px
    }

    .b-pagination__control.-prev-page {
        margin-right: 15px
    }

    .b-pagination__control.-next-page {
        margin-left: 15px
    }
}

.ch-page-payment__header-title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-1);
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

@media (min-width:1440px) {
    .ch-page-payment__header-title {
        font-size: var(--header-2);
        margin-bottom: 32px
    }
}

.ch-page-payment__title {
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500
}

.ch-page-payment__subtitle {
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh)
}

@media (min-width:768px) {
    .ch-page-payment__subtitle {
        font-size: var(--font-sz-l)
    }
}

.ch-page-payment__link {
    color: var(--color-brand-violent);
    display: inline;
    font-size: 15px
}

@media (min-width:768px) {
    .ch-page-payment__link--big {
        font-size: 18px
    }
}

.ch-page-payment__img-wrapper {
    align-items: center;
    display: flex;
    height: 28px
}

.ch-page-payment__description {
    font-size: var(--font-sz);
    font-weight: 400;
    line-height: var(--font-lh);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .ch-page-payment__divide-border {
        border-left: 2px solid var(--color-grey20);
        padding-left: 24px
    }
}

.ch-page-payment__list {
    list-style: disc
}

.ch-page-payment__list-item {
    margin-left: 36px
}

@media (min-width:768px) {
    .ch-page-payment__list-item {
        margin-left: 56px
    }
}

.privacy_policy__subtitle {
    font-size: 20px;
    font-weight: 450
}

@media (min-width:768px) {
    .privacy_policy__subtitle {
        font-size: 24px
    }
}

@media (min-width:1200px) {
    .privacy_policy__subtitle {
        font-size: 26px
    }
}

.privacy_policy__list {
    padding-left: 20px
}

.privacy_policy__item {
    font-size: 15px;
    list-style-type: disc
}

@media (min-width:768px) {
    .privacy_policy__item {
        font-size: 18px
    }
}

.privacy_policy__item b {
    font-weight: 500
}

.privacy_policy__description {
    font-size: 15px
}

@media (min-width:768px) {
    .privacy_policy__description {
        font-size: 18px
    }
}

.privacy_policy__alert {
    background: #f9f7f9;
    font-size: 18px;
    padding: 16px 16px 16px 48px;
    position: relative
}

@media (min-width:768px) {
    .privacy_policy__alert {
        padding-right: 30px
    }
}

.privacy_policy__alert .b-icon {
    left: 15px;
    position: absolute;
    top: 20px
}

.privacy_policy__user {
    border-bottom: 2px solid #c28257;
    font-size: 18px;
    font-weight: 500
}

@media (min-width:768px) {
    .privacy_policy__user {
        font-size: 20px
    }

    .privacy_policy__user--left {
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .privacy_policy__user--left {
        padding-right: 25px
    }
}

@media (min-width:768px) {
    .privacy_policy__user--right {
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .privacy_policy__user--right {
        padding-left: 25px
    }
}

.b-product-plus {
    background: #fff1ea
}

.b-product-plus ._g-inner-padding {
    position: relative
}

.b-product-plus__bg {
    background-position: 100% 0;
    background-size: contain;
    bottom: 0;
    height: 100%;
    left: -75px;
    position: absolute;
    right: -75px;
    top: 0
}

@media screen and (max-width:1449px)and (min-width:1024px) {
    .b-product-plus__bg {
        left: 0;
        right: 0
    }
}

.b-product-plus__content {
    padding-top: 50px;
    position: relative;
    z-index: 1
}

.b-product-plus .section-title {
    margin-bottom: 50px;
    max-width: 355px
}

.b-product-plus__list {
    display: flex;
    flex-wrap: wrap
}

.b-product-plus__item {
    height: 190px;
    padding: 28px 23px;
    width: 216px
}

.b-product-plus__item.-darken {
    background: hsla(0, 18%, 80%, .4)
}

.b-product-plus__item.-white {
    background: #fff
}

.b-product-plus__item.-black {
    background: #0f112b;
    color: #fff
}

.b-product-plus__item.-black .b-product-plus__icon-wrap {
    position: relative
}

.b-product-plus__item.-black .b-product-plus__icon-wrap:before {
    background: radial-gradient(50% 50% at 50% 50%, #fd7afd 0, rgba(253, 122, 253, 0) 100%);
    content: "";
    display: inline-block;
    height: 115px;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 115px
}

.b-product-plus__icon-wrap {
    align-items: center;
    display: inline-flex;
    height: 66px;
    margin-bottom: 17px
}

.b-product-plus__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

@media (max-width:1023px) {
    .b-product-plus__item {
        height: 160px;
        padding: 25px 20px;
        width: 180px
    }

    .b-product-plus__content {
        padding-top: 20px
    }

    .b-product-plus .section-title {
        line-height: 41px;
        margin-bottom: 30px;
        max-width: 325px
    }

    .b-product-plus__icon-wrap {
        margin-bottom: 0
    }

    .b-product-plus .b-icon {
        transform: scale(.9)
    }
}

@media (max-width:767px) {
    .b-product-plus {
        background: transparent
    }

    .b-product-plus__bg {
        display: none
    }

    .b-product-plus__item {
        background: #fff1ea;
        height: 150px;
        width: 50%
    }

    .b-product-plus__item.-lighten {
        background: rgba(255, 241, 234, .4)
    }
}

.b-radio {
    position: relative
}

.b-radio__control:checked+.b-radio__label {
    cursor: default
}

.b-radio__control:checked+.b-radio__label:after {
    opacity: 1
}

.b-radio__control:checked+.b-radio__label .b-radio__code {
    display: block
}

.b-radio__label {
    display: flex;
    flex-wrap: wrap;
    padding-left: 27px;
    position: relative
}

.b-radio__label:after,
.b-radio__label:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute
}

.b-radio__label:before {
    border: 1px solid var(--color-grey60);
    height: 18px;
    left: 0;
    top: 1px;
    width: 18px
}

.b-radio__label:after {
    background: var(--color-brand-violent);
    height: 12px;
    left: 3px;
    opacity: 0;
    top: 4px;
    width: 12px
}

.b-radio__icon {
    margin: 0 8px
}

@media (max-width:450px) {
    .b-radio__icon {
        margin-left: 0
    }
}

.b-radio__count {
    color: #a0a0a0;
    margin-left: 8px
}

.b-radio__wrap {
    display: flex
}

@media (max-width:450px) {
    .b-radio__wrap {
        width: 100%
    }
}

.b-radio__control {
    opacity: 0;
    position: absolute
}

.b-radio__code {
    color: #aaa;
    display: none;
    font-size: 14px;
    line-height: 17px;
    width: 100%
}

.recovery-page {
    padding: 20px
}

@media (max-width:1023px) {
    .recovery-page {
        background: #fcf8f8 !important
    }

    .recovery-page .btn {
        height: 40px;
        line-height: 40px
    }
}

@media (min-width:1024px) {
    .recovery-page {
        background-position: 50% 50%;
        background-size: cover;
        padding: 70px 0
    }

    .recovery-page .form-auth {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
        margin: 0 auto;
        max-width: 430px;
        padding: 35px 35px 30px
    }
}

@media (min-width:1600px) {
    .recovery-page {
        padding: 120px 0 150px
    }
}

.recovery-page .form-auth {
    text-align: left;
    width: 100%
}

.recovery-page .form-auth__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.recovery-page .form-auth__txt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px
}

.recovery-page .form-auth .input-text {
    text-align: left
}

.recovery-page .form-auth__bottom {
    margin-top: 20px
}

.recovery-page .form-auth__link {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 0
}

.return__expand-btn {
    font-size: var(--header-3)
}

.return__expand-btn,
.return__page-title {
    font-family: var(--font-futura-pt);
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.return__page-title {
    font-size: var(--header-1)
}

@media screen and (min-width:1440px) {
    .return__page-title {
        font-size: 36px
    }
}

.return__alert {
    background: #f9f7f9;
    display: inline-block;
    font-size: var(--font-sz);
    font-weight: 400;
    padding: 12px 12px 12px 44px;
    position: relative
}

.return__alert .b-icon {
    left: 16px;
    position: absolute;
    top: 16px
}

.return__subtitle {
    font-size: var(--font-sz);
    font-weight: 500;
    line-height: var(--font-lh)
}

@media (min-width:768px) {
    .return__subtitle {
        font-size: var(--font-sz-l)
    }
}

.return__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%
}

.return__list {
    padding-left: 30px
}

.return__hr {
    background-color: #c28257;
    height: 1px;
    width: calc(100% - 30px)
}

.return__number {
    align-items: center;
    background: #f9f7f9;
    border-radius: 100%;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: var(--header-3);
    font-weight: 500;
    height: 53px;
    justify-content: center;
    line-height: var(--font-lh-m);
    width: 53px
}

.return .ch-expand__btn {
    justify-content: flex-start
}

.return .ch-expand__btn .-chevron-down {
    margin-left: 30px
}

.return ul {
    list-style: disc
}

.return ol {
    list-style: auto
}

.main .item-card-post .item-card-post__pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-landing {
    margin-bottom: 70px
}

.section-landing.-no-bottom {
    margin-bottom: 0
}

@media (max-width:1023px) {
    .section-landing {
        margin-bottom: 50px
    }
}

.section-title {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .section-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .section-title {
        font-size: 30px;
        line-height: 36px
    }
}

.set-title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px
}

.set-title-wrapper {
    margin-bottom: 20px
}

.set-name {
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline
}

.set-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media (min-width:1024px) {
    .set-row {
        margin: 0 -15px
    }
}

@media (min-width:1300px) {
    .set-row {
        margin: 0 -30px
    }
}

@media (max-width:1023px) {
    .set-row.-tablet- {
        flex-direction: column
    }
}

.set-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:1024px) {
    .set-col {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1300px) {
    .set-col {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .set-col:not(:first-child):after {
        color: #3e3e3e;
        content: "+";
        display: block;
        font-size: 24px;
        font-weight: 700;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -76px);
        z-index: 150
    }
}

@media (min-width:768px) {
    .set-col-total {
        flex: 0 0 31%;
        max-width: 31%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1024px) {
    .set-col-total {
        flex: 0 0 19%;
        max-width: 19%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1300px) {
    .set-col-total {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .set-col-total:after {
        color: #3e3e3e;
        content: "=";
        display: block;
        font-size: 24px;
        font-weight: 700;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -76px);
        z-index: 150
    }
}

.set-col-total .text {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: left
}

@media (max-width:768px) {
    .set-col-total .text {
        margin-top: 10px
    }
}

.set-col-total .item-card__price {
    white-space: normal
}

.set-col-total .item-card__price span:first-child {
    font-size: 32px
}

.set-col-total .item-card__price span:nth-child(2) {
    font-size: 22px
}

@media (min-width:768px) {
    .set-col-sets {
        flex: 0 0 69%;
        max-width: 69%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1024px) {
    .set-col-sets {
        flex: 0 0 81%;
        max-width: 81%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1300px) {
    .set-col-sets {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1023px) {
    .set-card {
        display: flex;
        margin-bottom: 10px;
        padding-left: 42px
    }
}

.set-card-content {
    opacity: .2;
    transition: all .3s
}

@media (max-width:1023px) {
    .set-card-content {
        overflow: visible;
        width: 60px
    }
}

.set-card-content.added {
    opacity: 1
}

@media (max-width:767px) {
    .set-card-info-top {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }
}

@media (max-width:1023px) {
    .set-card-info-top {
        align-items: center;
        display: flex;
        flex-direction: row
    }
}

@media (max-width:767px) {
    .set-card .item-card__price {
        margin-top: 0
    }
}

@media (max-width:1023px) {
    .set-card .item-card__price {
        margin-top: 5px;
        padding-left: 62px
    }
}

.set .item-card__info {
    padding: 10px 0 10px 30px
}

@media (max-width:1023px) {
    .set .item-card__info {
        max-width: calc(100% - 70px);
        padding: 0 0 0 22px;
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .set .item-card__title {
        line-height: 1;
        margin-left: 0;
        max-width: 100%
    }
}

@media (max-width:1023px) {
    .set .item-card__title {
        display: inline-block;
        margin-bottom: 0;
        max-width: calc(100% - 50px);
        overflow: hidden;
        white-space: nowrap
    }
}

.set .item-card__price {
    white-space: nowrap
}

@media (max-width:1023px) {
    .set .item-card__fav {
        right: 5px;
        top: 5px
    }
}

.set .input-checkbox {
    left: 0;
    position: absolute;
    top: 12px
}

@media (max-width:1023px) {
    .set .input-checkbox {
        left: -100px;
        top: 20px
    }
}

.set .form-rating {
    background-color: #fff
}

@media (max-width:767px) {
    .set .form-rating {
        display: block;
        margin-left: 0;
        transform: translateY(-3px)
    }
}

@media (max-width:1023px) {
    .set .form-rating {
        display: block;
        margin-left: 10px
    }

    .set .item-card__discount {
        bottom: 10px;
        left: auto;
        right: -71px;
        top: auto
    }
}

.set .btn-low {
    width: 100%
}

@media (max-width:768px) {
    .set .btn-low {
        max-width: 184px
    }
}

.set .c1 {
    display: inline
}

@media (min-width:1024px) {
    .set .c1 {
        display: none
    }
}

@media (min-width:1300px) {
    .set .c1 {
        display: inline
    }
}

.set .c2 {
    display: none
}

@media (min-width:1024px) {
    .set .c2 {
        display: inline
    }
}

@media (min-width:1300px) {
    .set .c2 {
        display: none
    }
}

.set .desktop {
    display: none
}

@media (min-width:1024px) {
    .set .desktop {
        display: inline
    }
}

.set .mobile {
    display: inline
}

@media (min-width:1024px) {
    .set .mobile {
        display: none
    }
}

.b-set-slider__item {
    display: flex !important
}

.b-set-slider__content {
    padding-bottom: 80px;
    padding-top: 30px;
    width: 100%
}

.b-set-slider__gallery {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: 70px;
    padding-right: 5px;
    position: relative;
    width: 565px
}

.b-set-slider__img-wrap {
    padding-left: 60px
}

.b-set-slider__img-wrap img {
    width: 100%
}

.b-set-slider__img-small {
    align-items: center;
    background: #fff1ea;
    bottom: -35px;
    display: flex;
    height: 300px;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 300px
}

.b-set-slider__img-small img {
    max-height: 100%;
    max-width: 100%
}

.b-set-slider__nav {
    bottom: 0;
    display: flex;
    left: 60px;
    position: absolute
}

.b-set-slider__nav .slick-next,
.b-set-slider__nav .slick-prev {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: center;
    padding: 10px 15px
}

.b-set-slider__nav .slick-next:before,
.b-set-slider__nav .slick-prev:before {
    background: url(../../../assets/site/images/icons-sprite.svg) -2px -2px no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    width: 37px
}

.b-set-slider__nav .slick-next:hover:before,
.b-set-slider__nav .slick-prev:hover:before {
    background: url(../../../assets/site/images/icons-sprite.svg) -43px -2px no-repeat;
    height: 20px;
    width: 37px
}

.b-set-slider__nav .slick-next:before {
    transform: rotate(180deg)
}

.b-set-slider ._g-inner-padding {
    position: relative
}

.b-set-slider__name {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 34px
}

.b-set-slider__txt {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px
}

.b-set-slider__txt p {
    margin-bottom: 30px
}

.b-set-slider .slick-list {
    padding: 0 0 35px
}

.b-set-slider__mobile-name {
    display: none
}

@media screen and (max-width:1449px)and (min-width:1024px) {
    .b-set-slider__nav {
        left: 30px
    }
}

@media (max-width:1100px) {
    .b-set-slider__gallery {
        margin-left: 20px
    }
}

@media (max-width:1023px) {
    .b-set-slider__txt {
        font-size: 20px;
        line-height: 24px
    }

    .b-set-slider__txt p {
        margin-bottom: 24px
    }

    .b-set-slider__gallery {
        align-self: flex-start;
        width: 360px
    }

    .b-set-slider__img-small {
        bottom: -30px;
        height: 190px;
        left: -4px;
        width: 190px
    }

    .b-set-slider__img-wrap {
        padding-left: 20px
    }

    .b-set-slider__name {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px
    }

    .b-set-slider__content {
        padding-bottom: 0;
        padding-top: 0
    }

    .b-set-slider__nav {
        bottom: 0;
        left: 15px
    }
}

@media (max-width:767px) {
    .b-set-slider__item {
        flex-direction: column
    }

    .b-set-slider__gallery {
        margin-bottom: 40px;
        margin-left: 0;
        order: -1;
        width: 100%
    }

    .b-set-slider__name {
        display: none
    }

    .b-set-slider__mobile-name {
        display: block;
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
        order: -2
    }

    .b-set-slider__img-small {
        bottom: -20px;
        height: 155px;
        left: 0;
        width: 155px
    }

    .b-set-slider__nav {
        justify-content: center;
        left: 0;
        position: relative
    }

    .b-set-slider .slick-list {
        padding: 0
    }
}

.sets-page {
    margin-bottom: 50px
}

.sets-page__grid {
    grid-gap: 30px 20px;
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:768px) {
    .sets-page__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1024px) {
    .sets-page__grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.sets-page__top {
    color: var(--txt-font-color);
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.sets-page__top a {
    text-decoration: underline
}

.sets-page__top h1 {
    font-size: 30px;
    margin-bottom: 10px
}

.sets-page__top:before {
    background-color: var(--txt-bg-color);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1
}

.sets-page .set-gallery__item {
    margin: 0;
    width: 100%
}

.size-table-link {
    align-items: center;
    color: #3e3e3e;
    display: flex;
    margin-top: 12px
}

@media (min-width:768px) {
    .size-table-link {
        padding-left: 115px
    }
}

.size-table-link__icon {
    display: flex;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px
}

.size-table-link__txt {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline
}

.size-table-link:hover {
    color: #bb8bc7
}

@media (min-width:768px) {
    .main-info-content ._g-col._sm-4 {
        order: 2
    }
}

@media (max-width:760px) {
    .main-info-content .slick-dots {
        align-items: center;
        display: flex !important;
        height: auto !important;
        justify-content: center;
        list-style: none;
        margin: 10px 0 40px -10px;
        padding: 0;
        position: relative;
        width: 100% !important;
        z-index: 1
    }

    .main-info-content .slick-dots li {
        margin-left: 15px;
        margin-right: 0 !important;
        width: auto
    }

    .main-info-content .slick-dots li.slick-active button {
        background: #d6c4c4;
        box-shadow: 0 0 0 5px hsla(0, 18%, 80%, .5)
    }

    .main-info-content .slick-dots button {
        background: #fff1ea !important;
        border-radius: 50%;
        font-size: 0;
        height: 10px !important;
        width: 10px !important
    }
}

@media (min-width:761px) {
    .main-info-content ._g-col.-mobile {
        padding: 0
    }

    ._g-slider-pagination .slick-dots {
        align-items: center;
        height: auto;
        margin: -30px auto 20px;
        position: relative;
        z-index: 1
    }

    ._g-slider-pagination .slick-dots li {
        cursor: pointer;
        padding: 3px 0
    }

    ._g-slider-pagination .slick-dots li button {
        height: 2px
    }
}

.product-info-gallery__navigation_item {
    margin-right: 0;
    transition: all 0s ease 0s
}

.product-info-gallery__navigation_item.slick-current {
    opacity: 1
}

.product-info-gallery__navigation {
    margin-left: 30px;
    margin-right: 20px
}

.product-info-gallery__navigation .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.product-info-gallery__navigation .slick-arrow svg {
    fill: transparent
}

.product-info-gallery__navigation .slick-next {
    right: -15px
}

.product-info-gallery__navigation .slick-prev {
    left: -20px
}

.product-info-gallery__slider-dots .slick-dots {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.product-info-gallery__slider-dots li {
    background-color: #423836;
    cursor: pointer;
    height: 3px;
    transition: all 0s ease 0s;
    width: 100%
}

.product-info-gallery__slider-dots li button {
    background: transparent;
    border: none;
    font-size: 0;
    height: inherit;
    padding: 0;
    width: inherit
}

.product-info-gallery__slider-dots li.slick-active {
    background-color: #e8c9b8
}

.product-info__form .product-info-gallery__slider-dots {
    background-color: transparent;
    display: block
}

@media (min-width:767px) {
    .product-info__form .product-info-gallery__slider-dots {
        display: none
    }
}

.status_block {
    padding: 60px 0
}

@media screen and (min-width:768px) {
    .status_block {
        align-items: center;
        display: flex;
        min-height: 440px
    }
}

@media screen and (min-width:1024px) {
    .status_block {
        min-height: 360px
    }
}

@media screen and (min-width:1600px) {
    .status_block {
        min-height: 440px
    }
}

.status_block-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    text-align: center
}

@media screen and (min-width:768px) {
    .status_block-text {
        margin-bottom: 35px
    }
}

.status_block-title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: center
}

@media screen and (min-width:768px) {
    .status_block-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

.swipe-control {
    color: #bb8bc7;
    text-align: center
}

.swipe-control__icon .b-icon {
    animation-name: movingIcon;
    animation: movingIcon 2s linear infinite
}

.swipe-control__txt {
    font-size: 14px;
    margin-top: 0;
    padding: 0 10px
}

@keyframes movingIcon {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-50%)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(50%)
    }

    to {
        transform: translateX(0)
    }
}

.techworks__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 16px
}

@media (min-width:720px) {
    .techworks__title {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width:1040px) {
    .techworks__title {
        font-size: 48px;
        line-height: 66px;
        margin-bottom: 8px
    }
}

@media (min-width:720px) {
    .techworks__title .d-md-none {
        display: none
    }
}

.techworks__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.techworks__txt.fw700 {
    font-weight: 700
}

.techworks__txt .row.-jcenter {
    justify-content: center
}

.techworks__txt .b-icon {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle
}

.techworks__txt a:hover {
    color: #b3928c
}

.techworks__bottom {
    display: flex;
    justify-content: center
}

.techworks__bottom .social-menu {
    font-size: 24px
}

.techworks__bottom .social-menu .b-icon {
    font-size: inherit;
    height: 1em;
    width: 1em
}

.techworks-mt {
    margin-top: 32px
}

.techworks-mb32 {
    margin-bottom: 32px
}

.techworks-mb16 {
    margin-bottom: 16px
}

.techworks-mb8 {
    margin-bottom: 8px
}

.terms_sale__title {
    font-size: 24px;
    font-weight: 450
}

@media (min-width:768px) {
    .terms_sale__title {
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .terms_sale__title {
        font-size: 32px
    }
}

.terms_sale__subtitle {
    display: inline-block;
    font-size: 20px;
    font-weight: 450;
    margin-right: 32px
}

@media (min-width:768px) {
    .terms_sale__subtitle {
        font-size: 24px
    }
}

@media (min-width:1200px) {
    .terms_sale__subtitle {
        font-size: 26px
    }
}

.terms_sale__btn {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 450;
    justify-content: space-between;
    width: 100%
}

.terms_sale__btn.js-expand-active .-chevron-down {
    transform: rotateX(180deg)
}

.terms_sale__btn.js-expand-active~.terms_sale__list {
    display: block
}

@media (min-width:768px) {
    .terms_sale__btn {
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .terms_sale__btn {
        display: none
    }
}

.terms_sale__list {
    display: none
}

@media (min-width:1200px) {
    .terms_sale__list {
        display: block
    }
}

.terms_sale__wrapper {
    box-shadow: 0 1px 3px hsla(0, 9%, 47%, .05), 0 0 32px -8px hsla(0, 9%, 47%, .1);
    padding: 16px
}

@media (min-width:768px) {
    .terms_sale__wrapper {
        padding: 24px
    }
}

@media (min-width:1200px) {
    .terms_sale__wrapper {
        margin-right: 25px;
        padding: 32px;
        position: sticky;
        top: 80px
    }
}

@media (min-width:1440px) {
    .terms_sale__wrapper {
        top: 150px
    }
}

.terms_sale__link {
    display: block;
    font-size: 18px;
    line-height: 140%
}

@media (min-width:768px) {
    .terms_sale__link {
        font-size: 20px
    }
}

.terms_sale__link.--active {
    color: var(--color-brand-violent)
}

.terms_sale__text {
    font-size: 15px;
    line-height: 140%
}

@media (min-width:1200px) {
    .terms_sale__text {
        font-size: 18px
    }
}

.terms_sale__text b {
    font-weight: 500
}

.terms_sale__text--item {
    list-style-type: disc;
    margin-left: 10px
}

@media (min-width:1200px) {
    .terms_sale__text--item {
        margin-left: 25px
    }
}

.terms_sale__number {
    align-items: center;
    background: #f9f7f9;
    border-radius: 100%;
    display: flex;
    font-size: 26px;
    font-weight: 450;
    height: 53px;
    justify-content: center;
    width: 53px
}

.terms_sale__alert {
    background: #f9f7f9;
    padding: 16px 16px 16px 48px;
    position: relative
}

.terms_sale__alert .b-icon {
    left: 20px;
    position: absolute;
    top: 20px
}

.terms_sale__hr {
    background-color: #c28257;
    height: 1px;
    width: 100%
}

.terms_sale__delivery-img {
    margin-right: 16px
}

.ch-new-year__fake-block {
    height: 600px
}

@media screen and (min-width:1200px) {
    .ch-new-year__fake-block {
        height: 650px
    }
}

.ch-new-year__opacity {
    opacity: 1
}

.textile-block:not(:last-child) {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .textile-block:not(:last-child) {
        margin-bottom: 32px
    }
}

.textile-block__content {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .textile-block__content {
        flex-direction: row
    }
}

.textile-block__text {
    order: 2
}

@media screen and (min-width:768px) {
    .textile-block__text {
        order: 0
    }
}

.textile-block__title {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .textile-block__title {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .textile-block__title {
        font-size: 26px;
        margin-bottom: 12px
    }
}

.textile-block__desc {
    font-size: 12px
}

.textile-block__picture {
    align-items: center;
    display: flex;
    height: 112px;
    justify-content: center;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .textile-block__picture {
        height: 150px;
        margin-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .textile-block__picture {
        height: 160px
    }
}

@media screen and (min-width:1440px) {
    .textile-block__picture {
        height: 190px
    }
}

.textile-block__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.refund {
    padding-bottom: 32px
}

@media (min-width:768px) {
    .refund {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    .refund {
        padding-bottom: 64px
    }
}

.refund__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 450;
    line-height: var(--font-lh-m)
}

@media screen and (min-width:768px) {
    .refund__title {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .refund__title {
        font-size: 36px
    }
}

.refund__subtitle {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .refund__subtitle {
        font-size: 24px
    }
}

@media screen and (min-width:1440px) {
    .refund__subtitle {
        font-size: 26px
    }
}

.refund__text {
    margin: 16px 0 24px
}

@media screen and (min-width:768px) {
    .refund__text {
        margin: 32px 0
    }
}

.refund__input-wrapper {
    border: 1px solid var(--color-grey200);
    margin-bottom: 24px;
    padding: 16px 8px 8px
}

@media screen and (min-width:768px) {
    .refund__input-wrapper {
        padding: 24px 16px 16px
    }
}

.refund__input-hint .ch-input__text {
    background: var(--color-grey100);
    color: var(--color-black);
    display: flex;
    margin-top: 24px;
    padding: 12px 16px
}

@media screen and (min-width:768px) {
    .refund__input-hint .ch-input__text {
        justify-self: flex-start;
        margin-top: 16px
    }

    .refund__input-hint .ch-input__inner {
        width: calc(50% - 8px)
    }
}

.refund__input-hint .ch-input__text-icon {
    display: flex;
    font-size: 20px;
    margin-right: 8px
}

.refund .ch-input {
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .refund .ch-input__inner--textarea {
        min-height: 125px !important
    }
}

.refund__textarea.ch-input {
    margin-bottom: 24px
}

.refund__card-input {
    background: var(--color-grey100);
    margin-bottom: 24px;
    padding: 16px 16px 8px
}

@media screen and (min-width:768px) {
    .refund__card-input {
        height: calc(100% - 24px);
        padding: 24px 24px 16px
    }
}

.refund .ch-file {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .refund .ch-file__input {
        padding: 24px
    }
}

.refund__conditions-text {
    color: var(--color-grey80);
    margin: 24px 0
}

@media screen and (min-width:768px) {
    .refund__conditions-text {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1200px) {
    .refund__conditions-text {
        margin-bottom: 0
    }
}

.refund__conditions-link {
    color: var(--color-ocher)
}

.refund-crumbs {
    align-items: center;
    color: var(--color-grey80);
    cursor: pointer;
    display: flex;
    line-height: var(--font-lh);
    padding: 12px 0 20px
}

.input-select__label {
    bottom: 9px;
    color: #d8d8d8;
    left: 15px;
    position: absolute;
    z-index: -1
}

.input-select.-with-placeholder .jcf-select {
    background: transparent
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span {
    font-size: 15px;
    height: auto;
    line-height: 1.2;
    min-height: 42px;
    padding: 8px 8px 8px 30px;
    white-space: inherit
}

.input-select .jcf-select-drop-content .jcf-list-content ul li span.jcf-selected:before {
    left: 10px
}

.input-select .jcf-select-contacts-city .jcf-list-content {
    max-height: 210px !important
}

.input-select .jcf-list-content {
    max-height: 350px !important
}

.input-textarea textarea {
    padding: 14px
}

.form-auth .ch-popup-registration__subscribe {
    margin-left: -35px;
    margin-right: -35px
}

.form-auth__top {
    margin-bottom: 25px
}

.form-auth.-page .form-auth__link {
    font-size: 14px !important;
    text-align: left
}

.form-auth.-page .form-auth__link--password {
    color: #5a2222;
    display: block;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 18px;
    text-align: center;
    text-decoration: underline
}

.form-auth.-page .form-auth__note {
    text-align: left
}

.form-auth .input-text__label {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px
}

.form-auth .input-text input {
    height: 50px
}

.form-auth .input-text__error {
    color: #d92f42;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 15px;
    position: relative
}

.form-auth .input-text__error:before {
    background: url(../../../assets/site/images/icons-sprite.svg) -392px -2px no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 9px
}

.form-auth .input-text.-error input {
    border: 1px solid #d92f42
}

.form-auth .input-text.-code input {
    text-align: center
}

.form-auth__link {
    color: #5a2222;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    text-decoration: underline
}

.form-auth__link:hover {
    text-decoration: none
}

.form-auth__link.-gray {
    color: #797979
}

.form-auth__note {
    font-size: 14px;
    line-height: 17px;
    margin-top: 18px
}

.form-auth__note a {
    font-weight: 500
}

.form-auth__note a:hover {
    text-decoration: none
}

.form-auth__btn {
    margin-top: 30px
}

.form-auth__btn .btn[disabled] {
    background: #d8d8d8
}

.form-auth__row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.form-auth__txt a {
    color: #d6c4c4;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px
}

.popup__txt+.form-auth {
    margin-top: 20px
}

.popup__title+.popup__txt {
    margin-top: -10px
}

.popup {
    border-radius: 4px;
    display: none;
    height: auto;
    padding: 35px 25px 0;
    width: 100%
}

.popup svg {
    color: initial
}

.popup.-feedback {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    max-width: 400px;
    padding: 30px
}

.popup.-feedback .popup__title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center
}

.popup.-feedback .popup__close {
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.popup.-feedback .popup__close .b-icon {
    height: 10px;
    width: 10px
}

.popup.-feedback .popup__txt {
    font-size: 16px;
    margin-top: 25px;
    text-align: center
}

.popup.-auth {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    max-width: 400px;
    padding: 30px
}

.popup.-auth .popup__title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: center
}

.popup.-auth .popup__title img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle
}

.popup.-auth .popup__txt {
    font-size: 14px;
    line-height: 17px
}

.popup.-auth .popup__txt a {
    color: #5a2222;
    font-weight: 500;
    text-decoration: underline
}

.popup.-auth .popup__txt a:hover {
    text-decoration: none
}

.popup.-auth .popup__txt p+p {
    margin-top: 17px
}

.popup.-auth .popup__close {
    display: none
}

.popup.-auth .fancybox-button svg {
    color: #000
}

.popup.-confirm-status .popup__img {
    font-size: 0;
    margin-bottom: 22px;
    text-align: center
}

.popup.-confirm-status .popup__title {
    margin-bottom: 33px
}

.popup.-confirm-status .popup__txt {
    font-size: 18px;
    line-height: 22px
}

.popup.-confirm-status .popup__txt b {
    font-weight: 700
}

.popup.-confirm-status .popup__btn {
    margin-top: 45px
}

.popup.-rules {
    max-width: 600px;
    padding: 30px 20px 20px
}

@media (min-width:1300px) {
    .popup.-rules {
        max-width: 825px;
        padding: 30px 40px 40px
    }
}

.popup.-rules .fancybox-button svg {
    color: #000
}

.popup.-rules .popup__title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 29px;
    text-align: center
}

.popup.-rules .popup__txt {
    font-size: 16px;
    line-height: 24px
}

@media (min-width:1300px) {
    .popup.-rules .popup__txt {
        padding-right: 20px
    }
}

.popup.-rules .popup__txt ul li {
    padding-left: 25px;
    position: relative
}

.popup.-rules .popup__txt ul li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 2px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 2px
}

.popup.-rules .popup__txt ul+p {
    margin-top: 25px
}

.popup.-rules .popup__txt b {
    font-weight: 700
}

.popup-buy {
    border-radius: 4px;
    display: none;
    max-width: 472px;
    padding: 35px 25px 0;
    width: 100%
}

.popup-buy__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
    text-align: center
}

.popup-buy .fancybox-button svg path {
    fill: #000
}

.popup-buy__bottom {
    background: #fcf8f8;
    margin: 50px -25px 0;
    padding: 14px 25px 20px
}

@media (max-width:767px) {
    .popup-buy {
        max-width: 100%;
        overflow: visible;
        padding: 25px 10px 0
    }

    .popup-buy:before {
        background-color: #fff;
        bottom: 0;
        content: "";
        left: -6px;
        position: absolute;
        right: -6px;
        top: -6px;
        z-index: -1
    }

    .popup-buy__bottom {
        flex-shrink: 0;
        margin: auto -10px 0;
        padding: 15px 10px
    }

    .popup-buy__wrap {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.fancybox-is-open .fancybox-bg {
    background: #3e3e3e;
    opacity: .4
}

@media (max-width:767px) {
    .fancybox-slide--html {
        padding: 0
    }
}

.popup-buy-order {
    display: flex
}

.popup-buy-order__counter {
    flex-shrink: 0;
    margin-right: 35px;
    width: 90px
}

.popup-buy-order__wrap {
    align-items: flex-end;
    display: flex;
    width: 100%
}

.popup-buy-order__wrap .btn {
    height: 46px;
    line-height: 46px;
    margin-left: auto;
    width: 190px
}

.popup-buy-order__wrap .btn:hover {
    background: #988f9a
}

.popup-buy-order__name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px
}

.popup-buy-order__price {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap
}

.popup-buy-order__sale {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 19px;
    text-decoration: line-through;
    white-space: nowrap
}

.popup-buy-order .input-numeric {
    background: #fff;
    border: 0;
    height: 46px;
    padding: 0;
    position: relative;
    width: 90px
}

.popup-buy-order .input-numeric__btn {
    background: #f0f0f2;
    bottom: 0;
    height: auto;
    position: absolute;
    top: 0;
    width: 24px
}

.popup-buy-order .input-numeric__btn._minus {
    left: 0
}

.popup-buy-order .input-numeric__btn._plus {
    right: 0
}

.popup-buy-order .input-numeric__value {
    text-align: center;
    width: 100%
}

@media (max-width:767px) {
    .popup-buy-order__wrap {
        flex-direction: column
    }

    .popup-buy-order__wrap .popup-buy-order__name {
        margin: 0
    }

    .popup-buy-order__total {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .popup-buy-order .btn {
        width: 100%
    }

    .popup-buy-order__name {
        margin-bottom: 5px
    }
}

.popup-code {
    display: none;
    padding: 20px;
    width: 300px
}

.popup-code__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.popup-code__txt {
    margin-bottom: 20px
}

.popup-code__note {
    color: gray;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.popup-code__note.-hidden {
    display: none
}

.popup-code__link {
    cursor: pointer;
    display: none;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    text-decoration: underline
}

.popup-code__link:hover {
    text-decoration: none
}

.popup-code__link.-show {
    display: block
}

.popup-sizes {
    display: none;
    max-width: 1315px;
    padding: 25px 15px 20px;
    text-align: center;
    width: 100%
}

@media (min-width:1200px) {
    .popup-sizes {
        padding: 25px 25px 40px
    }
}

.popup-sizes__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width:768px) {
    .popup-sizes__title {
        font-size: 24px;
        line-height: 29px
    }
}

.popup-sizes__txt {
    font-size: 16px;
    line-height: 20px
}

@media (min-width:768px) {
    .popup-sizes__txt {
        font-size: 20px;
        line-height: 24px
    }
}

.popup-sizes__table {
    margin: 20px -15px 0;
    overflow-x: auto
}

@media (min-width:1200px) {
    .popup-sizes__table {
        margin: 20px 0 0
    }
}

.popup-sizes__table.-bed table td {
    min-width: 140px
}

.popup-sizes table {
    border-top: 1px solid #eee4e4;
    width: 100%
}

.popup-sizes table tr:nth-child(odd) td,
.popup-sizes table tr:nth-child(odd) th {
    background: #fcf8f8
}

.popup-sizes table th {
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    padding: 12px;
    width: 150px
}

.popup-sizes table td,
.popup-sizes table th {
    border-bottom: 1px solid #eee4e4;
    vertical-align: middle
}

.popup-sizes table td {
    border-left: 1px solid #eee4e4;
    font-size: 14px;
    line-height: 15px;
    min-width: 60px;
    padding: 15px 5px
}

.popup-sizes__btn {
    margin-top: 20px
}

.popup-sizes__btn .btn {
    height: 46px;
    line-height: 46px
}

@media (min-width:768px) {
    .popup-sizes__btn {
        display: flex;
        justify-content: center;
        margin-top: 50px
    }

    .popup-sizes__btn .btn {
        height: 46px;
        line-height: 46px;
        padding: 0 100px;
        width: auto
    }
}

.popup-sizes__mobile {
    margin-top: 15px
}

@media (min-width:1024px) {
    .popup-sizes__mobile {
        display: none
    }
}

.popup-video {
    border-radius: 4px;
    display: none;
    height: 300px;
    max-width: 472px;
    padding: 39px 5px 5px;
    width: 100%
}

.popup-video .fancybox-button svg path {
    fill: #000
}

.popup-video__wrap {
    height: 100%
}

.popup-video__wrap video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.popup-textile {
    height: 100%;
    position: relative;
    width: 100%
}

.popup-textile.popup-textile--gradient-hide:before {
    display: none
}

@media screen and (min-width:768px) {
    .popup-textile {
        width: 704px
    }
}

@media screen and (min-width:1200px) {
    .popup-textile {
        width: 750px
    }
}

@media screen and (min-width:1440px) {
    .popup-textile {
        width: 872px
    }
}

.popup-textile__content {
    display: flex;
    flex-direction: column
}

.popup-textile .fancybox-ch__title {
    padding-right: 28px
}

.popup-textile .fancybox-ch__inner {
    padding-top: 0
}

.popup-textile__down-btn {
    display: none
}

@media screen and (min-width:1440px) {
    .popup-textile__down-btn {
        bottom: 80px;
        display: block;
        font-size: 32px;
        position: absolute;
        right: 32px
    }
}

.popup-textile__circle-btn {
    align-items: center;
    border: 2px solid var(--color-brand-brown);
    border-radius: 50%;
    color: var(--color-brand-brown);
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.popup-textile:before {
    background: linear-gradient(0deg, #fff 9.15%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    height: 200px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%
}

.popup-textile .fancybox-ch__inner.ch-scroll-vertical {
    margin-right: 8px
}

.popup-textile .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar {
    width: 8px
}

.popup-textile .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-track {
    background: var(--color-grey200);
    border: 13px solid transparent;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 10px green
}

.popup-textile .fancybox-ch__inner.ch-scroll-vertical::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border: 13px solid transparent;
    border-radius: 8px;
    box-shadow: inset 0 0 10px 10px red;
    height: 180px
}

.b_review {
    border-top: 1px solid #e8c9b8
}

.b_review-top-wrapper {
    background: hsla(0, 18%, 80%, .31);
    padding: 0 10px 17px 0;
    width: 100%
}

@media (min-width:1024px) {
    .b_review-top-wrapper {
        width: auto
    }
}

@media (min-width:768px) {
    .b_review-top-wrapper {
        align-items: center;
        display: flex
    }
}

.b_review-text {
    border-bottom: 1px solid #ededed;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 17px;
    margin-top: 40px;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .b_review-text {
        margin-top: 60px
    }
}

.b_review-sort.catalog-sort {
    align-items: center;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .b_review-sort.catalog-sort {
        margin-bottom: 40px
    }
}

.b_review-sort .catalog-sort__list ul li a {
    padding-bottom: 15px;
    padding-top: 15px
}

@media (max-width:767px) {
    .b_review-top.row {
        display: block;
        margin: 0
    }

    .b_review-top.row .top-review {
        margin-top: 20px
    }
}

.b_review-top .top-review {
    margin-left: auto
}

.b_review-top .top-review__link {
    margin-top: 20px;
    text-align: left
}

.review-answer {
    background: #fafafa;
    margin-top: 20px;
    padding: 10px 20px;
    position: relative
}

@media (min-width:768px) {
    .review-answer {
        padding: 15px 26px
    }
}

.review-answer:before {
    background: #fafafa;
    content: "";
    height: 10px;
    left: 25px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 10px
}

.review-answer__name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.review-answer__txt {
    font-size: 16px;
    line-height: 20px
}

.b_review-bar {
    font-feature-settings: "pnum" on, "lnum" on;
    align-items: center;
    color: #3e3e3e;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    line-height: 22px;
    max-width: 410px;
    width: 100%
}

@media screen and (min-width:768px) {
    .b_review-bar {
        width: 350px
    }
}

.b_review-bar-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

.b_review-bar-text {
    flex: 0 0 30px;
    max-width: 30px
}

.b_review-bar-text:last-child {
    flex: 0 0 60px;
    max-width: 60px;
    text-align: right
}

.b_review-bar-progress {
    background: #bb8bc7;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0
}

.b_review-bar-line {
    background: #fafafa;
    border-radius: 8px;
    flex: 0 0 100%;
    height: 5px;
    max-width: calc(100% - 30px);
    position: relative
}

.b_review-card {
    position: relative
}

.b_review-card-wrapper {
    border-bottom: 1px solid #ededed;
    padding: 20px 0
}

@media screen and (min-width:768px) {
    .b_review-card-wrapper {
        padding: 30px 0
    }
}

.b_review-card-left {
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .b_review-card-left {
        flex: 0 0 260px;
        margin-bottom: 0;
        max-width: 260px
    }
}

.b_review-card-left .row {
    margin: 0 -7px
}

.b_review-card-left .row>[class*=col-] {
    padding: 0 7px
}

@media screen and (min-width:768px) {
    .b_review-card-right {
        flex: 0 0 100%;
        max-width: calc(100% - 260px)
    }
}

@media screen and (min-width:1450px) {
    .b_review-card-comment {
        flex: 0 0 100%;
        max-width: calc(100% - 250px)
    }
}

.b_review-card-comment .row {
    align-items: center
}

.b_review-card-vote {
    align-items: center;
    display: flex;
    margin-top: 15px
}

@media screen and (min-width:1450px) {
    .b_review-card-vote {
        flex: 0 0 250px;
        margin-top: 0;
        max-width: 250px
    }
}

.b_review-card-vote .b_review-card-text {
    align-items: center;
    display: flex
}

.b_review-card-vote .btn_reset {
    color: #d6c4c4;
    font-size: inherit;
    line-height: inherit;
    margin-left: 15px;
    padding-left: 20px;
    position: relative
}

.b_review-card-vote .btn_reset:hover {
    color: #bb8bc7
}

.b_review-card-vote .btn_reset.-dislike .b-icon {
    top: .25em
}

.b_review-card-vote .btn_reset .b-icon {
    left: 0;
    position: absolute
}

.b_review-card-text {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 20px
}

.b_review-card-text.-date {
    font-size: 16px;
    line-height: 19px
}

.b_review-card-text.-grey {
    color: #666
}

.b_review-card-text.-disabled {
    color: #a0a0a0
}

.b_review-card-text.-mt15 {
    margin-top: 15px
}

.b_review-card-text.-small {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis
}

.b_review-card-text.-small+* .full {
    display: block
}

.b_review-card-text.-small+* .small {
    display: none
}

.b_review-card-fullname {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 13px
}

.b_review-card-img {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px
}

.b_review-card-img[href]:hover {
    cursor: pointer
}

.b_review-card-img-wrapper {
    color: transparent;
    margin-top: 10px
}

.b_review-card-img-wrapper.-last {
    color: #666;
    font-size: 14px;
    line-height: 17px
}

.b_review-card-img-wrapper.-last .b_review-card-img {
    background: #fafafa !important
}

.b_review-card-img-wrapper.-last .b_review-card-img[href]:hover {
    background: #d6c4c4 !important
}

.b_review-card-img-wrapper.-last~* {
    display: none
}

.b_review-card-expand {
    margin-top: 5px;
    text-decoration: underline
}

.b_review-card-expand:hover {
    text-decoration: none
}

.b_review-card-expand .full {
    display: none
}

.b_review-card-expand .small {
    display: block
}

.b_review-card-expand.-hidden {
    display: none
}

.b_review-card .col-auto.btn_reset {
    padding: 0 15px
}

.b_review-more {
    align-items: center;
    background: #fafafa;
    color: #666;
    display: flex;
    font-size: 14px;
    height: 60px;
    justify-content: center;
    line-height: 17px;
    margin-top: -1px;
    width: 100%
}

@media screen and (min-width:1025px) {
    .b_review-more:hover {
        background: #ededed
    }
}

.b_review-more:active {
    background: #ededed
}

.b_review-total {
    align-items: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .b_review-total {
        justify-content: flex-start
    }

    .b_review-total-wrapper {
        align-items: flex-start;
        flex: 0 0 200px;
        max-width: 200px
    }
}

.b_review-total-mark {
    font-feature-settings: "pnum" on, "lnum" on;
    color: #3e3e3e;
    font-size: 64px;
    line-height: 77px
}

.b_review-total-link {
    margin-top: 5px
}

@media screen and (min-width:768px) {
    .b_review-total-link {
        margin-top: 20px
    }
}

.b_review-total a span {
    text-decoration: underline
}

@media screen and (min-width:1025px) {
    .b_review-total a:hover span {
        text-decoration: none
    }
}

.b_review-total .form-rating-stars {
    height: 16px;
    max-height: 16px
}

.top-review .btn {
    background: #bb8bc7;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    width: 100%
}

@media (min-width:768px) {
    .top-review .btn {
        width: 290px
    }
}

.top-review .btn:hover {
    background-color: #d6c4c4
}

@media (min-width:768px) {
    .top-review__wrap {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.top-review__link {
    color: #3e3e3e;
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline
}

.top-review__link:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .top-review__link {
        margin-top: 0
    }
}

.top-review__empty {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width:1439px) {
    .new-lk .ch-container {
        padding-left: 0;
        padding-right: 0
    }
}

.new-lk .ch-crumbs {
    background: var(--color-white);
    padding: 12px 16px 4px
}

@media (min-width:768px) {
    .new-lk .ch-crumbs {
        padding: 16px 32px 8px
    }
}

@media (min-width:1440px) {
    .new-lk .ch-crumbs {
        background: none;
        padding: 16px 0 8px
    }
}

.new-lk__page {
    padding: 0
}

@media (min-width:1440px) {
    .new-lk__page {
        padding-bottom: 64px
    }
}

.new-lk__crumbs-link {
    align-items: center;
    color: var(--color-grey80);
    cursor: pointer;
    display: flex;
    line-height: var(--font-lh);
    padding: 6px 0 22px
}

@media (min-width:768px) {
    .new-lk__crumbs-link {
        padding: 2px 0 26px
    }
}

.new-lk__crumbs-link-icon {
    color: var(--color-grey80);
    display: flex;
    font-size: 24px;
    margin-right: 4px
}

.new-lk__header {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    padding: 5px 0 32px
}

@media (min-width:768px) {
    .new-lk__header {
        font-size: 32px
    }
}

@media (min-width:1440px) {
    .new-lk__header {
        font-size: 36px
    }
}

.new-lk__wrap {
    align-items: flex-start;
    display: flex;
    gap: 40px
}

.new-lk__sidebar {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1440px) {
    .new-lk__sidebar {
        flex: 0 0 312px;
        max-width: 312px
    }
}

.new-lk__info-email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-lk__sidebar-block {
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    padding: 24px
}

.new-lk__sidebar-block .ch-hr {
    margin: 0
}

.new-lk__title {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 700;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

.new-lk__status {
    aspect-ratio: 17/9;
    border-radius: 12px;
    margin-bottom: 16px;
    max-width: 270px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%
}

.new-lk__status--unauth {
    aspect-ratio: 14/9;
    background: #8f684e
}

.new-lk__status--unauth .new-lk__status-bg {
    opacity: .5
}

.new-lk__status--gold,
.new-lk__status--silver,
.new-lk__status--white {
    color: var(--color-black)
}

.new-lk__status--gold svg rect,
.new-lk__status--silver svg rect,
.new-lk__status--white svg rect {
    fill: var(--color-black)
}

.new-lk__status--gold svg path,
.new-lk__status--silver svg path,
.new-lk__status--white svg path {
    fill: var(--color-white)
}

.new-lk__status--black,
.new-lk__status--platinum {
    color: var(--color-white)
}

.new-lk__status--black svg rect,
.new-lk__status--platinum svg rect {
    fill: var(--color-white)
}

.new-lk__status--black svg path,
.new-lk__status--platinum svg path {
    fill: var(--color-black)
}

.new-lk__status-bg {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.new-lk__status-text {
    color: var(--color-white);
    font-size: 14px
}

.new-lk__status-btn,
.new-lk__status-text {
    position: relative;
    z-index: 1
}

.new-lk__status-name {
    bottom: 20px;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center
}

.new-lk__status-name,
.new-lk__status-value {
    font-family: var(--font-futura-pt);
    font-weight: 500;
    line-height: var(--font-lh-m);
    position: absolute;
    text-transform: uppercase
}

.new-lk__status-value {
    align-items: center;
    display: flex;
    font-size: 22px;
    left: 20px;
    top: 20px
}

.new-lk__status-value svg {
    font-size: 20px;
    margin-left: 8px
}

.new-lk__status-info {
    align-items: baseline;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 22px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    position: absolute;
    right: 20px;
    top: 20px
}

.new-lk__status-info sup {
    font-family: var(--font-roboto);
    font-size: 12px
}

.new-lk__status-info small {
    font-family: var(--font-roboto);
    font-size: 10px;
    margin-left: 4px
}

.new-lk__status-txt {
    color: var(--color-ocher);
    margin-right: 8px
}

.new-lk__status-icon {
    color: var(--color-ocher);
    display: flex;
    font-size: 24px;
    margin-right: 16px
}

.new-lk__menu-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-bottom: 24px
}

.new-lk__menu-item--active,
.new-lk__menu-item:hover {
    color: var(--color-ocher)
}

.new-lk__menu-item:first-child,
.new-lk__menu-item:nth-child(2),
.new-lk__menu-item:nth-child(3) {
    margin-bottom: 16px
}

.new-lk__menu-icon {
    display: flex;
    margin-right: 8px;
    width: 24px
}

.new-lk__menu-exit {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-top: 24px
}

.new-lk__exit-txt {
    color: var(--color-grey80);
    margin-right: 8px
}

.new-lk .-exit {
    fill: transparent;
    display: flex;
    font-size: 24px
}

.new-lk__content {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1440px) {
    .new-lk__content {
        max-width: calc(100% - 352px)
    }
}

.new-lk--only-aside .new-lk__page {
    padding: 0
}

.new-lk--only-aside .new-lk__header {
    background: var(--color-white);
    display: flex !important;
    justify-content: space-between;
    padding: 5px 16px 8px
}

@media (min-width:768px) {
    .new-lk--only-aside .new-lk__header {
        font-size: 32px;
        padding: 10px 32px 8px
    }
}

@media (min-width:1440px) {
    .new-lk--only-aside .new-lk__header {
        padding-top: 16px
    }
}

.new-lk--only-aside .new-lk__sidebar {
    display: block !important;
    flex: 1 0 auto
}

.new-lk--only-aside .new-lk__sidebar-block {
    padding: 16px 16px 24px
}

@media (min-width:768px) {
    .new-lk--only-aside .new-lk__sidebar-block {
        padding-left: 32px
    }
}

.new-lk--only-aside .new-lk__sidebar-block:last-child {
    padding-bottom: 16px
}

.new-lk-user-data,
.new-lk__myaddresses {
    background: var(--color-white)
}

.new-lk-user-data {
    padding: 8px 16px 24px
}

@media (min-width:768px) {
    .new-lk-user-data {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .new-lk-user-data {
        padding: 32px
    }
}

.new-lk-user-data__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

@media (min-width:768px) {
    .new-lk-user-data__title {
        font-size: 32px;
        margin-bottom: 32px
    }
}

.new-lk-user-data__photo-block {
    display: flex
}

.new-lk-user-data__photo-img {
    flex: 0 0 64px;
    margin-right: 24px
}

.new-lk-user-data__photo-img img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
}

.new-lk-user-data__photo-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.new-lk-user-data__upload-photo {
    margin-top: 12px
}

.new-lk-user-data__upload-photo .ch-input {
    margin-bottom: 0
}

.new-lk-user-data__upload-photo .ch-input input[type=file] {
    display: block;
    height: 0;
    opacity: 1;
    position: absolute;
    width: 0;
    z-index: -1
}

.new-lk-user-data__upload-photo .ch-input-label {
    align-items: end;
    color: #c28257;
    cursor: pointer;
    display: flex;
    margin-right: auto
}

.new-lk-user-data__upload-icon {
    display: flex;
    font-size: 24px;
    margin-right: 8px
}

.new-lk-user-data__upload-icon .-export {
    fill: #c28257
}

.new-lk-user-data__info-text {
    margin: -12px 0 24px
}

@media (min-width:768px) {
    .new-lk-user-data__info-text {
        margin-top: 16px
    }
}

.new-lk-user-data .email-change-btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: #c28257;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 12px 0 32px;
    outline: none;
    padding: 0
}

.new-lk-user-data .email-change-btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.new-lk-user-data .tabs-radio__inner {
    align-items: center;
    background: var(--color-grey100);
    border-radius: 4px;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 4px;
    width: 190px
}

.new-lk-user-data .ch-input__text,
.new-lk-user-data .tabs-radio__inner-text {
    align-items: center;
    color: var(--color-grey80);
    display: inline-flex;
    font-size: 12px;
    margin: 8px 0 0
}

.new-lk-user-data .ch-input .-info,
.new-lk-user-data .tabs-radio__inner-text .-info {
    color: #c28257;
    display: flex;
    font-size: 16px;
    margin-right: 8px
}

.new-lk-user-data .ch-radio__input {
    display: none
}

.new-lk-user-data .ch-radio__label {
    border-radius: 4px;
    padding: 8px 12px
}

.new-lk-user-data .ch-radio__control:checked~.ch-radio__label {
    background: var(--color-white)
}

.new-lk-user-data__text--ocher {
    color: var(--color-ocher)
}

.new-lk-orders__crumbs-link {
    align-items: center;
    color: var(--color-grey80);
    cursor: pointer;
    display: flex;
    line-height: var(--font-lh);
    padding: 14px 0 22px
}

@media (min-width:768px) {
    .new-lk-orders__crumbs-link {
        padding: 18px 0
    }
}

.new-lk-orders__crumbs-link-icon {
    color: var(--color-grey80);
    display: flex;
    font-size: 24px;
    margin-right: 4px
}

.new-lk-orders__block {
    background: var(--color-white);
    padding: 0 16px 32px
}

.new-lk-orders__block:not(:first-child) {
    padding-top: 32px
}

@media (min-width:1200px) {
    .new-lk-orders__block:not(:first-child) {
        padding-top: 40px
    }
}

.new-lk-orders__block:not(:last-child) {
    margin: 0
}

@media (min-width:1440px) {
    .new-lk-orders__block:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .new-lk-orders__block {
        padding: 0 32px 32px
    }
}

@media (min-width:1200px) {
    .new-lk-orders__block {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .new-lk-orders__block {
        padding: 32px
    }
}

.new-lk-orders__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

@media (min-width:768px) {
    .new-lk-orders__title {
        font-size: 32px;
        margin-bottom: 32px
    }
}

@media (min-width:1200px) {
    .new-lk-orders__title {
        margin-bottom: 40px
    }
}

.new-lk-orders__hr-wrapper {
    background: var(--color-white);
    padding: 0
}

.new-lk-orders__hr-wrapper hr {
    margin: 0
}

@media (min-width:768px) {
    .new-lk-orders__hr-wrapper {
        padding: 0 32px
    }
}

.new-lk-orders__title-count {
    color: var(--color-grey80);
    font-family: var(--font-roboto);
    font-size: 18px;
    font-weight: 500;
    line-height: var(--font-lh);
    margin-left: 24px
}

.new-lk-orders__txt-empty {
    margin-top: 16px
}

@media (min-width:1200px) {
    .new-lk-orders__txt-empty {
        margin-top: 24px
    }
}

.new-lk-orders__chips-wrapper {
    display: flex;
    gap: 8px;
    overflow: auto
}

.new-lk-orders__chips-wrapper::-webkit-scrollbar {
    display: none
}

.new-lk-orders__chips-item {
    background: var(--color-white);
    border: 1px solid #d1cfd1;
    border-radius: 44px;
    color: var(--color-black);
    cursor: pointer;
    height: 40px;
    padding: 10px 24px
}

.new-lk-orders__chips-item--active {
    background: var(--color-ocher);
    color: var(--color-white)
}

.new-lk-orders__orders-full {
    background: var(--color-white);
    padding: 0 0 32px
}

@media (min-width:768px) {
    .new-lk-orders__orders-full {
        padding-bottom: 40px
    }
}

.new-lk-orders__orders-full .new-lk-orders__title {
    padding: 8px 16px 0
}

@media (min-width:1440px) {
    .new-lk-orders__orders-full .new-lk-orders__title {
        padding-top: 0
    }
}

.new-lk-orders__orders-full .new-lk-orders__chips-wrapper {
    padding: 0 16px
}

@media (min-width:768px) {
    .new-lk-orders__orders-full {
        padding: 8px 32px 40px
    }
}

@media (min-width:1200px) {
    .new-lk-orders__orders-full {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .new-lk-orders__orders-full {
        background: none;
        padding: 0
    }
}

.new-lk-orders .ch-order-item__controls .ch-btn.ch-btn--violent {
    height: 40px;
    margin-top: 0;
    width: 200px
}

.new-lk-orders .ch-btn.ch-btn--violent {
    margin-top: 32px;
    width: 288px
}

@media (min-width:768px) {
    .new-lk-orders .ch-btn.ch-btn--violent {
        margin-top: 32px;
        width: 344px
    }
}

@media (min-width:1200px) {
    .new-lk-orders .ch-btn.ch-btn--violent {
        margin-top: 40px;
        width: 363px
    }
}

@media (min-width:1440px) {
    .new-lk-orders .ch-btn.ch-btn--violent {
        padding: 14px 16px;
        width: auto
    }
}

.new-lk-orders .new-lk-orders__cart-wrapper.ch-row {
    row-gap: 32px
}

@media (min-width:768px) {
    .new-lk-orders .new-lk-orders__cart-wrapper.ch-row {
        row-gap: 24px
    }
}

@media (min-width:1200px) {
    .new-lk-orders .new-lk-orders__cart-wrapper.ch-row {
        --grid-gap: 88px;
        row-gap: 44px
    }
}

@media (min-width:1440px) {
    .new-lk-orders .new-lk-orders__cart-wrapper.ch-row {
        --grid-gap: 64px;
        row-gap: 24px
    }
}

.lk-loyalty {
    background: var(--color-white);
    padding: 8px 16px 24px
}

@media (min-width:768px) {
    .lk-loyalty {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .lk-loyalty {
        padding: 32px
    }
}

.lk-loyalty__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .lk-loyalty__title {
        font-size: 32px;
        margin-bottom: 24px
    }
}

@media (min-width:1440px) {
    .lk-loyalty__title {
        margin-bottom: 32px
    }
}

.lk-loyalty__subtitle {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .lk-loyalty__subtitle {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .lk-loyalty__subtitle {
        margin-bottom: 28px
    }
}

@media (min-width:1440px) {
    .lk-loyalty__subtitle {
        margin-bottom: 32px
    }
}

.lk-loyalty__text {
    font-size: 14px
}

@media (min-width:1200px) {
    .lk-loyalty__text {
        font-size: 15px
    }
}

.lk-loyalty__text--primary {
    color: var(--color-brand-violent)
}

.lk-loyalty__text--red {
    color: var(--color-brand-red)
}

.lk-loyalty__text--grey {
    color: var(--color-grey80)
}

.lk-loyalty__text--medium {
    font-family: var(--font-futura-pt);
    font-size: 16px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    text-transform: uppercase
}

@media (min-width:1200px) {
    .lk-loyalty__text--medium {
        font-size: 18px
    }
}

.lk-loyalty__current-info {
    background: var(--color-grey100);
    height: 100%;
    padding: 20px
}

@media (min-width:1200px) {
    .lk-loyalty__current-info {
        padding: 32px
    }
}

.lk-loyalty__info-item {
    margin-bottom: 12px
}

@media (min-width:1200px) {
    .lk-loyalty__info-item {
        margin-bottom: 16px
    }
}

.lk-loyalty__info-item:last-child {
    margin-bottom: 0
}

.lk-loyalty__section {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .lk-loyalty__section {
        margin-bottom: 48px
    }
}

@media (min-width:1440px) {
    .lk-loyalty__section {
        margin-bottom: 64px
    }
}

.lk-loyalty__info-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .lk-loyalty__info-header {
        margin-bottom: 24px
    }
}

.lk-loyalty__info-title {
    font-size: 18px;
    font-weight: 500
}

@media (min-width:1200px) {
    .lk-loyalty__info-title {
        font-size: 20px
    }
}

.lk-loyalty__info-value {
    align-items: center;
    color: var(--color-brand-violent);
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m)
}

@media (min-width:1200px) {
    .lk-loyalty__info-value {
        font-size: 24px
    }
}

.lk-loyalty__info-value svg {
    font-size: 24px;
    margin-left: 4px
}

@media (min-width:1200px) {
    .lk-loyalty__info-value svg {
        margin-left: 8px
    }
}

.lk-loyalty__info-wrapper {
    --grid-gap: 4px
}

.lk-loyalty__operation-item {
    border-bottom: 1px solid var(--color-grey20);
    padding: 16px 0
}

.lk-loyalty__operation-item:first-of-type {
    margin-top: -16px
}

.lk-loyalty__operation-item:last-of-type {
    border-bottom: none
}

.lk-loyalty__operation-value {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 8px
}

.lk-loyalty__operation-text {
    font-size: 15px;
    margin-top: 4px
}

.lk-loyalty__operation-text:first-child {
    margin-top: 0
}

.lk-loyalty__operation-text svg {
    font-size: 16px;
    margin-left: 4px
}

.lk-loyalty__operation-text svg rect {
    fill: currentColor
}

.lk-loyalty__operation-text--small {
    font-size: 14px
}

.lk-loyalty__operation-text--grey {
    color: var(--color-grey80)
}

.lk-loyalty__operation-text--lightgrey {
    color: var(--color-grey70)
}

.lk-loyalty__operation-text--red {
    color: var(--color-brand-red)
}

.lk-loyalty__rules {
    --grid-gap: 24px
}

.lk-loyalty__rules-title {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 16px
}

@media (min-width:1200px) {
    .lk-loyalty__rules-title {
        font-size: 18px
    }
}

.lk-loyalty__rules-title svg {
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px
}

.lk-loyalty__rules-item {
    background: var(--color-grey100);
    font-size: 14px;
    height: 100%;
    padding: 20px
}

@media (min-width:1200px) {
    .lk-loyalty__rules-item {
        font-size: 15px;
        padding: 24px
    }
}

.lk-loyalty__rules-count {
    align-items: center;
    background: var(--color-white);
    border-radius: 100%;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    height: 56px;
    justify-content: center;
    line-height: var(--font-lh-m);
    width: 56px
}

.lk-loyalty__progress-wrapper {
    -ms-overflow-style: none;
    margin-left: calc(var(--container-padding)*-1);
    margin-right: calc(var(--container-padding)*-1);
    overflow-x: auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    scrollbar-width: none
}

.lk-loyalty__progress-wrapper::-webkit-scrollbar {
    display: none
}

.lk-loyalty__progress {
    --padding-left: 140px;
    display: flex;
    height: 76px;
    padding-left: var(--padding-left);
    position: relative;
    width: 768px
}

@media (min-width:768px) {
    .lk-loyalty__progress {
        --padding-left: 20%;
        width: auto
    }
}

@media (min-width:1200px) {
    .lk-loyalty__progress {
        --padding-left: 30%
    }
}

@media (min-width:1440px) {
    .lk-loyalty__progress {
        --padding-left: 20%
    }
}

.lk-loyalty__progress--white .lk-loyalty__progressbar-value {
    width: calc(var(--width-level)*.5 + var(--padding-left))
}

.lk-loyalty__progress--white .lk-loyalty__progress-level:nth-of-type(-n+1):before {
    border-color: var(--color-brand-violent)
}

.lk-loyalty__progress--black .lk-loyalty__progressbar-value {
    width: calc(var(--width-level)*1.5 + var(--padding-left))
}

.lk-loyalty__progress--black .lk-loyalty__progress-level:nth-of-type(-n+2):before {
    border-color: var(--color-brand-violent)
}

.lk-loyalty__progress--silver .lk-loyalty__progressbar-value {
    width: calc(var(--width-level)*2.5 + var(--padding-left))
}

.lk-loyalty__progress--silver .lk-loyalty__progress-level:nth-of-type(-n+3):before {
    border-color: var(--color-brand-violent)
}

.lk-loyalty__progress--gold .lk-loyalty__progressbar-value {
    width: calc(var(--width-level)*3.5 + var(--padding-left))
}

.lk-loyalty__progress--gold .lk-loyalty__progress-level:nth-of-type(-n+4):before {
    border-color: var(--color-brand-violent)
}

.lk-loyalty__progress--platinum .lk-loyalty__progressbar-value {
    width: calc(var(--width-level)*4.5 + var(--padding-left))
}

.lk-loyalty__progress--platinum .lk-loyalty__progress-level:nth-of-type(-n+5):before {
    border-color: var(--color-brand-violent)
}

.lk-loyalty__progressbar {
    background: var(--color-grey20);
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lk-loyalty__progressbar-value {
    --width-level: calc((100% - var(--padding-left))*0.2);
    background: linear-gradient(90deg, rgba(194, 130, 87, 0), #c28257);
    border-radius: 0 6px 6px 0;
    height: inherit;
    left: 0;
    position: absolute;
    top: 0
}

.lk-loyalty__progress-subtext,
.lk-loyalty__progress-title {
    color: var(--color-grey80);
    font-size: 15px;
    left: 0;
    position: absolute
}

.lk-loyalty__progress-title {
    top: 0
}

.lk-loyalty__progress-subtext {
    bottom: 0
}

.lk-loyalty__progress-level {
    flex: 1 1 auto;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center
}

.lk-loyalty__progress-level:not(:first-of-type):before {
    background: var(--color-white);
    border: 6px solid var(--color-grey70);
    border-radius: 20px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px
}

.lk-loyalty__progress-level-value {
    bottom: 0;
    font-weight: 400;
    left: 0;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.lk-loyalty__alert {
    background: var(--color-grey100);
    padding: 12px 16px 12px 48px;
    position: relative
}

.lk-loyalty__alert .b-icon {
    color: var(--color-brand-violent);
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 12px
}

.lk-loyalty__form-row {
    align-items: baseline;
    display: flex;
    margin-bottom: 12px
}

.lk-loyalty__form-key {
    flex: 0 0 90px;
    max-width: 90px
}

.lk-loyalty__form-value {
    flex: 1 0 auto;
    max-width: 100%;
    width: auto
}

.lk-loyalty__form-value--red {
    color: var(--color-brand-red)
}

.new-lk-purchased .ch-container {
    max-width: none;
    padding: 0
}

.new-lk-purchased__block {
    background: var(--color-white);
    padding: 8px 16px 32px
}

@media (min-width:768px) {
    .new-lk-purchased__block {
        padding: 8px 32px 40px
    }
}

@media (min-width:1200px) {
    .new-lk-purchased__block {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .new-lk-purchased__block {
        padding: 32px
    }
}

.new-lk-purchased__title {
    display: flex;
    flex-direction: column;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

@media (min-width:768px) {
    .new-lk-purchased__title {
        display: block;
        font-size: 32px;
        margin-bottom: 32px
    }
}

@media (min-width:1200px) {
    .new-lk-purchased__title {
        margin-bottom: 40px
    }
}

.new-lk-purchased__title-count {
    color: var(--color-grey80);
    font-family: var(--font-roboto);
    font-size: 18px;
    font-weight: 500;
    line-height: var(--font-lh);
    margin-left: 0;
    margin-top: 12px
}

@media (min-width:768px) {
    .new-lk-purchased__title-count {
        margin-left: 24px;
        margin-top: 0
    }
}

.new-lk-purchased__hr-wrapper {
    background: var(--color-white);
    padding: 0
}

.new-lk-purchased__hr-wrapper .ch-hr {
    margin: 0
}

.new-lk-purchased .ch-chips {
    padding-bottom: 16px;
    padding-top: 0
}

@media (min-width:768px) {
    .new-lk-purchased .ch-chips {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {
    .new-lk-purchased .ch-chips {
        padding-bottom: 24px
    }
}

.new-lk-purchased .ch-chips__item {
    margin-bottom: 0
}

.new-lk-purchased .swiper-button-next:not(.new-lk-purchased .swiper-button-prev.swiper-button-disabled, .new-lk-purchased .swiper-button-next.swiper-button-disabled),
.new-lk-purchased .swiper-button-prev:not(.new-lk-purchased .swiper-button-prev.swiper-button-disabled, .new-lk-purchased .swiper-button-next.swiper-button-disabled) {
    display: none
}

@media (min-width:768px) {

    .new-lk-purchased .swiper-button-next:not(.new-lk-purchased .swiper-button-prev.swiper-button-disabled, .new-lk-purchased .swiper-button-next.swiper-button-disabled),
    .new-lk-purchased .swiper-button-prev:not(.new-lk-purchased .swiper-button-prev.swiper-button-disabled, .new-lk-purchased .swiper-button-next.swiper-button-disabled) {
        display: block
    }
}

.new-lk-purchased__actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 12px 0
}

@media (min-width:768px) {
    .new-lk-purchased__actions {
        align-items: center;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .new-lk-purchased__actions {
        margin-bottom: 32px;
        padding: 0
    }
}

.new-lk-purchased__actions .ch-dropdown {
    margin-left: 16px;
    padding: 8px 12px;
    width: auto
}

.new-lk-purchased__actions .ch-dropdown--second {
    background: none;
    color: var(--color-black);
    margin-left: 0
}

.new-lk-purchased__switch {
    margin-left: 0;
    margin-top: 28px
}

@media (min-width:768px) {
    .new-lk-purchased__switch {
        margin-left: auto;
        margin-top: 0
    }
}

.new-lk-purchased__filter-btn {
    align-items: center;
    cursor: pointer;
    display: flex
}

.new-lk-purchased__filter-icon {
    font-size: 24px;
    margin-left: 4px
}

.new-lk-purchased .ch-hr {
    margin: 0 0 0 -16px;
    width: calc(100% + 32px)
}

.new-lk-purchased .ch-hr:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .new-lk-purchased .ch-hr:last-child {
        margin-bottom: 32px
    }

    .new-lk-purchased .ch-hr {
        margin: 0 0 0 -32px;
        width: calc(100% + 64px)
    }
}

.new-lk-purchased .ch-pagination {
    margin: 0;
    padding-bottom: 0;
    padding-top: 24px
}

@media (min-width:768px) {
    .new-lk-purchased .ch-pagination {
        padding-top: 40px
    }
}

@media (min-width:1200px) {
    .new-lk-purchased .ch-pagination {
        padding-top: 48px
    }
}

@media (min-width:1440px) {
    .new-lk-purchased .ch-pagination {
        padding-top: 32px
    }
}

.new-lk-detail {
    background: var(--color-white);
    padding: 8px 16px 32px
}

@media (min-width:768px) {
    .new-lk-detail {
        padding: 0 32px 40px
    }
}

@media (min-width:1200px) {
    .new-lk-detail {
        padding-top: 16px
    }
}

@media (min-width:1440px) {
    .new-lk-detail {
        padding: 32px
    }
}

.new-lk-detail .ch-hr {
    margin: 20px 0
}

@media (min-width:768px) {
    .new-lk-detail .ch-hr {
        margin: 32px 0
    }
}

.new-lk-detail__orders-link {
    align-items: center;
    color: var(--color-grey80);
    cursor: pointer;
    display: flex;
    line-height: var(--font-lh);
    padding: 6px 0 22px
}

@media (min-width:768px) {
    .new-lk-detail__orders-link {
        padding: 18px 0
    }
}

.new-lk-detail__orders-link-icon {
    color: var(--color-grey80);
    display: flex;
    font-size: 24px;
    margin-right: 4px
}

.new-lk-detail__back-link {
    align-items: center;
    color: var(--color-ocher);
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin-bottom: 24px
}

.new-lk-detail__back-link-icon {
    display: flex;
    font-size: 24px;
    margin-right: 4px
}

.new-lk-detail__title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 24px
}

@media (min-width:768px) {
    .new-lk-detail__title {
        flex-direction: row;
        font-size: 32px;
        margin-bottom: 32px
    }
}

.new-lk-detail__title-label {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 450;
    margin: 0 0 8px;
    order: -1;
    padding: 6px 12px
}

@media (min-width:768px) {
    .new-lk-detail__title-label {
        margin: 0 0 0 12px;
        order: 0
    }
}

.new-lk-detail__title-label--new {
    background: #3385f2
}

.new-lk-detail__title-label--received {
    background: #5cc24d
}

.new-lk-detail__title-label--rejected {
    background: #c3c3c3
}

.new-lk-detail__payment {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .new-lk-detail__payment {
        flex-direction: row;
        margin-bottom: 32px
    }
}

.new-lk-detail__payment .ch-btn {
    height: 40px;
    width: 288px
}

@media (min-width:768px) {
    .new-lk-detail__payment .ch-btn {
        width: 200px
    }
}

.new-lk-detail__payment-status {
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-bottom: 16px;
    order: -1
}

@media (min-width:768px) {
    .new-lk-detail__payment-status {
        margin-bottom: 0;
        margin-left: 24px;
        order: 0
    }
}

@media (min-width:1200px) {
    .new-lk-detail__payment-status {
        margin-left: 16px
    }
}

.new-lk-detail__payment-status--red {
    color: #e32112
}

.new-lk-detail__payment-status-icon {
    display: flex;
    font-size: 8px;
    margin-right: 8px
}

.new-lk-detail__data {
    display: flex;
    flex-direction: column
}

.new-lk-detail__data .ch-hr {
    margin: 24px 0
}

@media (min-width:768px) {
    .new-lk-detail__data {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 26px;
        position: relative
    }
}

.new-lk-detail__info {
    display: grid;
    grid-template-columns: 100%
}

@media (min-width:1200px) {
    .new-lk-detail__info {
        grid-template-columns: 55% 45%;
        grid-template-columns: 65% 35%
    }
}

.new-lk-detail__info-item {
    display: flex;
    flex-direction: column
}

.new-lk-detail__info-item:not(:last-child) {
    margin-bottom: 24px
}

@media (min-width:1200px) {
    .new-lk-detail__info-item:first-child {
        margin-bottom: 48px
    }
}

@media (min-width:768px) {
    .new-lk-detail__info-item:nth-child(3) {
        margin-bottom: 32px
    }
}

@media (min-width:1440px) {
    .new-lk-detail__info-item:nth-child(3) {
        margin-bottom: 40px
    }
}

.new-lk-detail__info-name {
    color: var(--color-grey80);
    margin-bottom: 8px
}

@media (min-width:768px) {
    .new-lk-detail__info-name {
        margin-bottom: 12px
    }
}

.new-lk-detail__info-value:not(:last-child) {
    margin-bottom: 8px
}

.new-lk-detail__address-link {
    color: var(--color-ocher);
    cursor: pointer;
    margin-right: auto
}

.new-lk-detail__actions {
    color: var(--color-ocher);
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .new-lk-detail__actions {
        bottom: 0;
        flex-direction: row;
        gap: 48px;
        left: 0;
        position: absolute
    }
}

.new-lk-detail__actions-icon {
    cursor: pointer;
    display: flex;
    font-size: 24px;
    margin-right: 8px
}

.new-lk-detail__actions-btn {
    align-items: center;
    display: flex
}

.new-lk-detail__actions-btn:not(:last-child) {
    margin-bottom: 18px
}

@media (min-width:768px) {
    .new-lk-detail__actions-btn:not(:last-child) {
        margin: 0
    }
}

.new-lk-detail__amount {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.new-lk-detail__amount-item {
    display: flex;
    justify-content: space-between
}

.new-lk-detail__amount-item:first-child {
    margin-bottom: 12px
}

.new-lk-detail__amount-item:last-child {
    margin-top: 8px
}

.new-lk-detail__amount-points {
    align-items: center;
    color: var(--color-ocher);
    display: flex;
    font-size: 18px;
    font-weight: 500
}

.new-lk-detail__amount-points-icon {
    display: flex;
    font-size: 24px;
    margin-left: 8px
}

.new-lk-detail__amount-name {
    color: var(--color-grey80)
}

.new-lk-detail__amount-value {
    font-family: var(--font-futura-pt);
    font-size: 16px;
    font-weight: 450;
    line-height: var(--font-lh-m)
}

.new-lk-detail__amount-value--green {
    color: #5cc24d
}

@media (min-width:768px) {
    .new-lk-detail__amount-value {
        font-size: 18px
    }
}

.new-lk-detail__check {
    color: var(--color-ocher);
    cursor: pointer;
    margin-top: 8px
}

.new-lk-detail__total-name {
    font-size: 18px;
    font-weight: 500
}

@media (min-width:1200px) {
    .new-lk-detail__total-name {
        font-size: 20px
    }
}

.new-lk-detail__total-value {
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    line-height: var(--font-lh-m)
}

@media (min-width:768px) {
    .new-lk-detail__total-value {
        font-size: 24px;
        font-size: 26px
    }
}

.new-lk-detail__goods-title {
    font-size: 20px;
    font-weight: 500;
    line-height: var(--font-lh-m);
    margin-bottom: 32px
}

.new-lk-subscriptions {
    background-color: var(--color-white);
    padding: 0 16px 32px
}

@media (min-width:768px) {
    .new-lk-subscriptions {
        padding: 0 32px 40px
    }
}

@media (min-width:1440px) {
    .new-lk-subscriptions {
        padding: 32px 32px 76px
    }
}

.new-lk-subscriptions__crumbs-link {
    align-items: center;
    color: var(--color-grey80);
    cursor: pointer;
    display: flex;
    line-height: var(--font-lh);
    padding: 12px 0
}

@media (min-width:768px) {
    .new-lk-subscriptions__crumbs-link {
        padding: 16px 0
    }
}

.new-lk-subscriptions__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    padding: 8px 0
}

@media (min-width:768px) {
    .new-lk-subscriptions__title {
        padding-bottom: 0
    }
}

@media (min-width:1200px) {
    .new-lk-subscriptions__title {
        padding-top: 16px
    }
}

@media (min-width:1440px) {
    .new-lk-subscriptions__title {
        padding-top: 0
    }
}

.new-lk-subscriptions__content {
    padding-top: 16px
}

@media (min-width:1200px) {
    .new-lk-subscriptions__content {
        padding-top: 32px
    }
}

.new-lk-loyalty__subtitle {
    font-weight: 500;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .new-lk-loyalty__subtitle {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.new-lk-loyalty__step {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

.new-lk-loyalty__step-number {
    align-items: center;
    background: var(--color-grey100);
    border-radius: 50%;
    display: flex;
    flex: 0 0 50px;
    font-family: var(--font-futura-pt);
    font-size: 20px;
    font-weight: 450;
    height: 50px;
    justify-content: center;
    margin-right: 16px
}

.new-lk-loyalty__info {
    grid-gap: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.new-lk-loyalty__info-row {
    display: flex
}

.new-lk-loyalty__info-key {
    color: var(--color-grey80);
    flex: 0 0 70px;
    margin-right: 24px
}

.new-lk-loyalty__info-value {
    color: #c3c3c3
}

.new-lk-loyalty__info-value--filled {
    color: var(--color-black)
}

.new-lk-loyalty__hint {
    background: var(--color-grey100);
    display: flex;
    margin-bottom: 32px;
    padding: 12px
}

.new-lk-loyalty__hint-icon {
    color: var(--color-ocher);
    font-size: 20px;
    margin-right: 8px
}

.new-lk-loyalty__link-text {
    color: var(--color-ocher);
    text-decoration: underline
}

.new-lk-loyalty__condition-link {
    align-items: center;
    color: var(--color-ocher);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    text-align: left
}

.new-lk-loyalty__condition-link--icon {
    font-size: 24px;
    margin-right: 8px
}

.new-lk-loyalty .ch-checkbox__input {
    top: 50%;
    transform: translateY(-50%)
}

.new-lk-loyalty__register-btn {
    margin-top: 40px;
    width: 100%
}

@media (min-width:768px) {
    .new-lk-loyalty__register-btn {
        width: auto
    }
}

.lk-friend {
    background: var(--color-white);
    padding: 8px 16px 24px
}

@media (min-width:768px) {
    .lk-friend {
        padding: 16px 32px 40px
    }
}

@media (min-width:1440px) {
    .lk-friend {
        padding: 32px
    }
}

.lk-friend__title {
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 500;
    font-weight: 450;
    line-height: var(--font-lh-m);
    margin-bottom: 16px
}

@media (min-width:768px) {
    .lk-friend__title {
        font-size: 32px;
        margin-bottom: 24px
    }
}

@media (min-width:1440px) {
    .lk-friend__title {
        margin-bottom: 32px
    }
}

.lk-friend__top {
    background-color: #cc895c26;
    background-image: url(../../../assets/site/images/bg-friend.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px
}

@media (min-width:768px) {
    .lk-friend__top {
        padding: 32px
    }
}

@media (min-width:1440px) {
    .lk-friend__top {
        padding: 48px
    }
}

.lk-friend__top-title {
    font-size: 15px
}

@media (min-width:768px) {
    .lk-friend__top-title {
        font-size: 18px
    }
}

.lk-friend__top-description {
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 450
}

@media (min-width:768px) {
    .lk-friend__top-description {
        font-size: 26px
    }
}

@media (min-width:1440px) {
    .lk-friend__top-description {
        font-size: 32px
    }
}

.lk-friend__top-button {
    align-items: center;
    border: 1px dashed #94613d;
    color: #94613d;
    display: flex;
    gap: 24px;
    height: 48px;
    justify-content: space-between;
    line-height: 1;
    padding: 0 16px;
    text-align: left
}

.lk-friend__top-button-text {
    color: var(--color-black);
    font-size: 18px;
    line-height: 1
}

@media (min-width:768px) {
    .lk-friend__top-button-text {
        width: 200px
    }
}

.lk-friend__top-button-icon {
    font-size: 32px
}

.lk-friend__top-social-item {
    align-items: center;
    background-color: var(--color-white);
    color: var(--color-black);
    display: flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px
}

.lk-friend__item {
    background-color: var(--color-grey100);
    font-size: 16px;
    height: 100%;
    padding: 20px
}

@media (min-width:768px) {
    .lk-friend__item {
        padding: 24px
    }
}

.lk-friend__item-step {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 56px;
    display: flex;
    font-family: var(--font-futura-pt);
    font-size: 28px;
    font-weight: 450;
    height: 56px;
    justify-content: center;
    width: 56px
}

.lk-friend__item-title {
    font-weight: 500
}

@media (min-width:1440px) {
    .lk-friend__item-title {
        font-size: 18px
    }
}

.lk-friend__top-row {
    --grid-gap: 8px
}

.lk-block {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 14px 2px rgba(69, 53, 54, .16)
}

.lk-block+.lk-block {
    margin-top: 16px
}

@media (min-width:768px) {
    .lk-block+.lk-block {
        margin-top: 20px
    }
}

@media (min-width:1024px) {
    .lk-block+.lk-block {
        margin-top: 32px
    }
}

.lk-block__top {
    border-bottom: 1px solid rgba(69, 53, 54, .16);
    padding: 20px
}

.lk-block__arrow {
    align-self: center;
    flex-shrink: 0;
    margin-left: auto
}

.lk-block__arrow .b-icon {
    transition: transform .3s
}

@media (min-width:1024px) {
    .lk-block__arrow {
        display: none
    }
}

.lk-block__content {
    padding: 20px
}

.lk-block__btn {
    margin-top: 20px
}

.lk-block__pay-button {
    padding: 12px 14px !important
}

.lk-block__pay-button a {
    font-size: 10px
}

.lk-block__txt {
    font-size: 14px
}

.lk-block__txt.-empty {
    font-size: 16px
}

.lk-block__txt .b-icon.-header-cart {
    fill: transparent;
    margin: 0 5px;
    vertical-align: sub
}

.lk-block__txt a {
    box-shadow: inset 0 -1px 0 rgba(69, 53, 54, .65);
    color: rgba(69, 53, 54, .65)
}

.lk-block__txt a:hover {
    box-shadow: none
}

.lk-block__txt h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 24px
}

.lk-block__txt ol {
    list-style: decimal;
    padding: 0 0 0 10px
}

.lk-block__txt a.link-basket {
    box-shadow: none
}

.lk-block__txt a.link-basket:hover {
    color: #d2b5a7
}

.lk-block__go-back {
    box-shadow: inset 0 -1px 0 rgba(69, 53, 54, .65);
    color: rgba(69, 53, 54, .65);
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px
}

.lk-block__go-back:hover {
    box-shadow: none
}

.lk-block__error-txt {
    color: #e02222;
    font-size: 14px;
    font-weight: 600
}

.lk-block.-about-card .lk-block__content {
    background-position: 90% bottom;
    background-repeat: no-repeat
}

.lk-block.-open .b-icon.-lk-arrow {
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .lk-detail-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.lk-detail-info__col {
    margin-top: 24px
}

.lk-detail-info__col:first-child {
    margin-top: 0
}

@media (min-width:768px)and (max-width:1023px) {
    .lk-detail-info__col.-detail {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width:1024px) {
    .lk-detail-info__col.-detail {
        margin-right: 40px;
        width: 280px
    }
}

.lk-detail-info__col.-actions {
    flex-shrink: 0
}

@media (min-width:768px)and (max-width:1023px) {
    .lk-detail-info__col.-actions {
        width: 48%
    }
}

@media (min-width:1024px) {
    .lk-detail-info__col.-actions {
        margin-left: auto;
        width: 160px
    }
}

@media (min-width:768px)and (max-width:1023px) {
    .lk-detail-info__col.-info {
        width: 48%
    }
}

.lk-detail-info__subtitle {
    font-size: 14px;
    font-weight: 600
}

.lk-detail-info__txt {
    font-size: 16px
}

.lk-detail-info__action {
    color: rgba(69, 53, 54, .65);
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
    text-decoration: underline
}

.lk-detail-info__action:hover {
    text-decoration: none
}

.lk-detail-info .properties {
    margin-bottom: 20px
}

.lk-detail-info .properties__item {
    display: flex;
    margin-bottom: 4px
}

.lk-detail-info .properties__item.-total {
    border-top: 1px solid rgba(69, 53, 54, .16);
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 4px
}

.lk-detail-info .properties__name {
    width: 120px
}

@media (min-width:768px)and (max-width:1023px) {
    .lk-detail-info__item {
        width: 48%
    }
}

.lk-detail-info__item+.lk-detail-info__item {
    margin-top: 24px
}

@media (min-width:768px)and (max-width:1023px) {
    .lk-detail-info__item+.lk-detail-info__item {
        margin-top: 0
    }
}

.lk-levels {
    background: rgba(69, 53, 54, .04);
    border-top: 1px solid rgba(69, 53, 54, .16);
    padding: 20px
}

.lk-levels__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .lk-levels__list {
        display: flex;
        justify-content: space-between
    }
}

.lk-levels__item {
    margin-top: 20px
}

.lk-levels__item:first-child {
    margin-top: 0
}

@media (min-width:768px) {
    .lk-levels__item {
        margin-top: 0;
        width: 30%
    }
}

.lk-levels__btn {
    margin-top: 25px
}

.lk-levels__txt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px
}

.lk-order-detail__main {
    background: rgba(69, 53, 54, .04);
    padding: 20px
}

.lk-order-detail__row {
    border-top: 1px solid rgba(69, 53, 54, .16);
    padding: 20px
}

@media (max-width:767px) {
    .lk-order-detail__row {
        padding-left: 84px;
        position: relative
    }
}

@media (min-width:768px) {
    .lk-order-detail__row {
        align-items: center;
        display: flex
    }
}

.lk-order-detail__cell {
    margin-left: 16px
}

.lk-order-detail__cell.-img {
    align-self: flex-start;
    flex-shrink: 0;
    margin-left: 0;
    width: 64px
}

@media (max-width:767px) {
    .lk-order-detail__cell.-img {
        left: 20px;
        position: absolute;
        top: 20px
    }
}

.lk-order-detail__cell.-img img {
    width: 100%
}

.lk-order-detail__cell.-actions {
    display: flex;
    justify-content: flex-end;
    width: 260px
}

@media (max-width:767px) {
    .lk-order-detail__cell.-actions {
        margin-top: 12px;
        width: 100%
    }
}

.lk-order-detail__cell.-actions .btn+.btn {
    margin-left: 16px
}

.lk-order-detail__cell.-actions .btn.-lk {
    align-items: center;
    background: hsla(26, 53%, 85%, .35);
    border-radius: 3px;
    color: #453536;
    display: inline-flex;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    padding: 0 8px;
    white-space: nowrap;
    width: auto
}

.lk-order-detail__cell.-actions .btn.-lk svg {
    fill: transparent
}

.lk-order-detail__cell.-price {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    white-space: nowrap;
    width: 60px
}

@media (max-width:767px) {
    .lk-order-detail__cell.-price {
        position: absolute;
        right: 20px;
        text-align: right;
        top: 17px
    }
}

@media (min-width:768px) {
    .lk-order-detail__cell.-price {
        width: 110px
    }
}

.lk-order-detail__cell.-content {
    width: 100%
}

.lk-order-detail__name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-right: 76px
}

.lk-order-detail .properties__item {
    display: flex;
    font-size: 14px
}

.lk-order-detail .properties__name {
    margin-right: 8px
}

.lk-order-status {
    background: rgba(69, 53, 54, .16);
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px 2px
}

.lk-orders-gallery {
    display: flex;
    margin-left: -10px
}

@media (min-width:768px) {
    .lk-orders-gallery {
        margin-left: -16px
    }
}

@media (min-width:1024px) {
    .lk-orders-gallery {
        justify-content: flex-end
    }
}

.lk-orders-gallery__item {
    align-items: center;
    color: rgba(69, 53, 54, .65);
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    margin-left: 10px;
    width: 40px
}

@media (min-width:768px) {
    .lk-orders-gallery__item {
        height: 64px;
        margin-left: 16px;
        width: 64px
    }
}

.lk-orders-gallery__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:1024px) {
    .lk-orders-gallery__item.-counter {
        order: -1
    }
}

.lk-orders-list__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px
}

.lk-orders-list__row:not(:first-child) {
    border-top: 1px solid rgba(69, 53, 54, .16)
}

@media (min-width:1024px) {
    .lk-orders-list__row {
        display: flex;
        flex-wrap: nowrap
    }
}

.lk-orders-list__cell.-content {
    flex-shrink: 0
}

@media (min-width:1024px) {
    .lk-orders-list__cell.-content {
        width: 250px
    }
}

.lk-orders-list__cell.-status {
    align-items: flex-start;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: auto
}

@media (min-width:1024px) {
    .lk-orders-list__cell.-status {
        width: 160px
    }
}

.lk-orders-list__cell.-gallery {
    grid-column: 1/3;
    margin-top: 16px;
    width: 100%
}

@media (min-width:1024px) {
    .lk-orders-list__cell.-gallery {
        margin-top: 0
    }
}

.lk-orders-list__wrap {
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between
}

@media (min-width:768px) {
    .lk-orders-list__wrap {
        display: flex
    }
}

.lk-orders-list__price {
    width: 80px
}

.lk-orders-list__note {
    font-size: 14px;
    margin-top: 8px
}

.lk-orders-list__part-pay-btn a {
    font-size: 10px;
    padding: 12px 6px
}

@media (min-width:768px) {
    .lk-orders-list__part-pay-btn a {
        font-size: 13px;
        padding: 13px 15px
    }
}

.lk-orders-list__number {
    color: rgba(69, 53, 54, .65);
    font-size: 14px;
    text-decoration: underline
}

.lk-page {
    margin: 0 -10px 40px;
    padding-top: 40px
}

@media (min-width:768px) {
    .lk-page {
        margin: 0 0 55px
    }
}

@media (min-width:1024px) {
    .lk-page {
        margin-bottom: 60px;
        padding-top: 65px
    }
}

@media (min-width:1300px) {
    .lk-page__wrap {
        display: flex
    }
}

.lk-page__sidebar {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .lk-page__sidebar {
        margin-bottom: 35px
    }
}

.lk-page__sidebar .lk-block__top {
    display: flex
}

.lk-page__sidebar .lk-block__content {
    display: none
}

@media (min-width:1024px) {
    .lk-page__sidebar .lk-block__content {
        display: block
    }
}

@media (min-width:1024px)and (max-width:1299px) {
    .lk-page__sidebar {
        align-items: flex-start;
        display: flex;
        justify-content: space-between
    }

    .lk-page__sidebar .lk-block {
        width: 48%
    }

    .lk-page__sidebar .lk-block+.lk-block {
        margin-top: 0
    }
}

@media (min-width:1300px) {
    .lk-page__sidebar {
        display: block;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 33px;
        width: 340px
    }
}

@media (min-width:1024px) {
    .lk-page__content {
        width: 100%
    }
}

.lk-page__title {
    color: #453536;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media (min-width:1024px) {
    .lk-page__title {
        font-size: 22px;
        line-height: 30px
    }
}

.lk-page__bottom {
    margin-top: 30px;
    padding: 0 20px
}

@media (min-width:768px) {
    .lk-page__bottom {
        margin-top: 50px;
        padding: 0
    }
}

.lk-page__slider {
    margin-top: 20px
}

.lk-page .btn.-lk {
    align-items: center;
    background: hsla(26, 53%, 85%, .35);
    border-radius: 3px;
    color: #453536;
    display: inline-flex;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    padding: 0 8px;
    white-space: nowrap;
    width: auto
}

.lk-page .btn.-lk svg {
    fill: transparent
}

.lk-page .btn.btn-black {
    height: 46px;
    line-height: 46px
}

.lk-page .b-icon.-lk-arrow {
    height: 8px;
    width: 14px
}

.lk-page .input-text__phone {
    display: flex;
    margin-left: -11px
}

.lk-page .input-text__phone_item {
    margin-left: 11px;
    width: 100%
}

.lk-page .input-text__phone_item.-btn {
    flex-shrink: 0;
    width: auto
}

.lk-page .input-text__phone .btn {
    font-size: 14px
}

.lk-page .input-text input {
    height: 46px
}

.lk-page .input-select .jcf-select-text {
    height: 46px;
    line-height: 46px
}

.lk-status {
    align-items: baseline;
    display: flex
}

.lk-status__icon {
    align-self: center;
    border-radius: 50%;
    flex-shrink: 0;
    height: 10px;
    margin-right: 8px;
    width: 10px
}

.lk-status__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px
}

.lk-status__txt {
    font-size: 16px;
    line-height: 22px;
    margin-left: 8px
}

.lk-user-data__item {
    align-items: baseline;
    display: flex
}

.lk-user-data__name {
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px
}

.lk-user-data__value {
    font-size: 16px
}

.lk-user-data__value span {
    color: rgba(69, 53, 54, .35)
}

.lk-user-data.-program {
    background-color: #edd6c4;
    border-radius: 3px;
    margin: -20px -20px 20px;
    padding: 20px
}

@media (min-width:768px) {
    .lk-user-data.-program {
        margin: 0 0 24px;
        width: 340px
    }
}

.lk-user-data.-required {
    background: rgba(69, 53, 54, .04);
    border: 1px solid rgba(69, 53, 54, .08);
    border-radius: 3px;
    padding: 20px;
    width: 260px
}

@media (min-width:1024px) {
    .blog-news-detail ._g-inner-padding {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
}

.blog-news-detail .news-detail__banner {
    display: block;
    height: auto
}

.blog-news-detail .news-detail__banner img {
    height: auto;
    max-height: 455px;
    position: static
}

@media (min-width:768px) {
    .blog-news-detail .news-detail__banner .img-mobile {
        display: none
    }
}

.blog-news-detail .news-detail__banner .img-responsive {
    display: none
}

@media (min-width:768px) {
    .blog-news-detail .news-detail__banner .img-responsive {
        display: block
    }
}

.blog-news-detail-row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:920px) {
    .blog-news-detail-row {
        flex-direction: row
    }
}

.blog-news-detail-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width:920px) {
    .blog-news-detail-col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }
}

.blog-news-detail .news-detail-block__inner-text {
    color: #404040;
    font-size: 16px;
    line-height: 19px
}

@media (min-width:768px) {
    .blog-news-detail .news-detail-block__inner-text {
        font-size: 18px;
        line-height: 22px
    }
}

.blog-news-detail .news-detail-block__inner-text b {
    font-weight: 700
}

.blog-news-detail .news-detail-block__inner-text p {
    line-height: 22px;
    margin-bottom: 10px
}

.blog-news-detail .news-detail-block__inner-img {
    display: flex;
    justify-content: center;
    margin-bottom: 35px
}

@media (min-width:920px) {
    .blog-news-detail .news-detail-block__inner-img {
        margin-bottom: 0
    }
}

.blog-news-detail .news-detail-block__inner-img img {
    max-height: 300px;
    max-width: 100%
}

@media (min-width:920px) {
    .blog-news-detail .news-detail-block__inner-img img {
        height: auto;
        max-height: none;
        width: 100%
    }
}

.blog-news-detail .news-detail-block__inner-img a {
    display: block
}

.blog-news-detail .news-detail-block._reverse .blog-news-detail-row {
    flex-direction: column
}

@media (min-width:920px) {
    .blog-news-detail .news-detail-block._reverse .blog-news-detail-row {
        flex-direction: row
    }
}

.blog-news-detail .table .news-detail-block__inner-img {
    margin-top: 15px
}

@media (min-width:920px) {
    .blog-news-detail .table .blog-news-detail-col.col-1 {
        flex: 0 0 66%;
        max-width: 66%;
        width: 66%
    }
}

@media (min-width:1200px) {
    .blog-news-detail .table .blog-news-detail-col.col-1 {
        flex: 0 0 56%;
        max-width: 56%;
        width: 56%
    }
}

.blog-news-detail .table .blog-news-detail-col.col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:920px) {
    .blog-news-detail .table .blog-news-detail-col.col-2 {
        flex: 0 0 34%;
        max-width: 34%;
        width: 34%
    }
}

@media (min-width:1200px) {
    .blog-news-detail .table .blog-news-detail-col.col-2 {
        flex: 0 0 44%;
        max-width: 44%;
        width: 44%
    }
}

.blog-news-detail-kit {
    -webkit-overflow-scrolling: auto;
    overflow: auto
}

.blog-news-detail-kit::-webkit-scrollbar {
    background-color: #ccc;
    height: 4px
}

.blog-news-detail-kit::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 4px;
    outline: 1px solid #ccc
}

.blog-news-detail-kit-col {
    align-items: center;
    display: flex;
    flex: 0 0 26%;
    flex-direction: column;
    justify-content: center;
    max-width: 26%;
    padding: 0 9px;
    position: relative;
    width: 26%
}

.blog-news-detail-kit-col:not(:last-child) {
    border-right: 2px solid #dde8dd
}

.blog-news-detail-kit-col:before {
    background: #dde8dd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 9px;
    position: absolute;
    width: calc(100% - 18px)
}

.blog-news-detail-kit-col-first {
    align-items: center;
    display: flex;
    flex: 0 0 22%;
    flex-direction: column;
    max-width: 22%;
    padding: 0 8px;
    width: 22%
}

.blog-news-detail-kit-row {
    display: flex;
    min-height: 104px;
    min-width: 515px
}

@media (min-width:920px) {
    .blog-news-detail-kit-row {
        min-width: auto
    }
}

.blog-news-detail-kit-row-title {
    min-height: auto
}

.blog-news-detail-kit-row:last-child .blog-news-detail-kit-col:before {
    display: none
}

.blog-news-detail-kit-img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.blog-news-detail-kit-img-wrapper {
    background: #dde8dd;
    border-radius: 100%;
    height: 69px;
    margin-bottom: 5px;
    margin-top: 3px;
    position: relative;
    width: 69px
}

.blog-news-detail-kit-title {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.blog-news-detail-kit-title.-green- {
    background: #dde8dd;
    line-height: 29px;
    text-align: center;
    width: 100%
}

.blog-news-detail-kit p {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 1px !important;
    text-align: center
}

.blog-news-detail-kit i {
    font-style: italic
}

.blog-news-detail-g-h3 {
    margin-bottom: 40px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .blog-news-detail .news-detail__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px
    }
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -25px
}

.blog-row__item {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    width: 50%
}

.blog-row__item img {
    max-width: 100%
}

@media (min-width:768px) {
    .blog-row__item {
        width: 25%
    }
}

.news-detail-block.-bg-col .blog-news-detail-col.-for-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px
}

@media (min-width:768px) {
    .news-detail-block.-bg-col .blog-news-detail-col.-for-bg {
        padding: 20px
    }
}

@media (min-width:1200px) {
    .news-detail-block.-bg-col .blog-news-detail-col.-for-bg {
        padding: 45px
    }
}

.news-detail-block.-bg-col .blog-news-detail-col.-img {
    order: -1;
    padding: 0
}

@media (min-width:768px) {
    .news-detail-block.-bg-col .blog-news-detail-col.-img {
        order: 1
    }
}

.news-detail-block.-bg-col .news-detail-block__inner-img {
    margin-bottom: 0
}

.blog-news-detail.-ny .news-detail-block__inner-img img {
    max-height: 100%
}

@media (max-width:767px) {
    .blog-news-detail.-ny .news-detail-block__inner {
        margin: 0 -10px
    }
}

.blog-news-detail.-ny .news-detail-block__inner-text.-note {
    padding: 0 10px;
    text-align: center
}

.blog-news-detail.-ny .news-detail-block__inner-text.-note:before {
    color: #daa4a4;
    content: "!";
    font-size: 125px;
    font-weight: 700;
    line-height: 110px
}

@media screen and (max-width:1023px)and (min-width:768px) {
    .blog-news-detail.-ny ._g-inner-padding {
        padding-left: 0;
        padding-right: 0
    }

    .blog-news-detail.-ny .news-detail-block__inner.-no-reverse {
        flex-direction: row !important
    }
}

@media (min-width:768px) {
    .blog-news-detail.-ny .news-detail-block__inner-text.-with-bg {
        background: #ffebeb;
        margin: -12px -15px 0;
        padding: 20px 15px
    }

    .blog-news-detail.-ny .news-detail-block__inner-text.-center {
        text-align: center
    }

    .blog-news-detail.-ny .news-detail-block__inner-text.-note {
        padding: 0 0 0 70px;
        position: relative;
        text-align: left
    }

    .blog-news-detail.-ny .news-detail-block__inner-text.-note:before {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .blog-news-detail.-ny .blog-news-detail-col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }
}

.news-detail-block.-p-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.news-detail-block.-bg-color {
    margin-bottom: 30px;
    padding: 20px;
    text-align: center
}

@media (min-width:768px) {
    .news-detail-block.-bg-color {
        margin-bottom: 50px;
        margin-top: 50px;
        padding: 30px
    }
}

.blog-gallery img {
    max-width: 100%
}

.blog-gallery .slick-dots {
    display: none !important
}

.blog-gallery .slick-arrow {
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 100%
}

.blog-gallery .slick-arrow svg {
    fill: transparent
}

.blog-gallery .slick-arrow.slick-prev {
    right: 35px
}

@media (min-width:768px)and (max-width:1023px) {
    .blog-gallery .slick-slide {
        padding: 0 10px
    }
}

.blog-gallery__txt {
    color: #a0a0a0;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px
}

@media (max-width:767px) {
    .news-detail-block {
        padding-left: 0;
        padding-right: 0
    }
}

.news-detail-block.-bg-image {
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 -10px;
    padding: 34px 22px
}

@media (min-width:768px) {
    .news-detail-block.-bg-image {
        margin: 0 -30px
    }
}

@media (min-width:1024px) {
    .news-detail-block.-bg-image {
        margin: 0 auto;
        padding: 34px 10px
    }

    .news-detail-block.-bg-image.-bottom {
        margin-bottom: 70px
    }
}

.blog-news-detail-col.-row {
    align-items: center;
    display: flex
}

.blog-news-detail-col__img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 120px
}

.blog-news-detail-col__img img {
    width: 100%
}

@media (min-width:768px) {
    .blog-news-detail-col__img {
        margin-right: 15px;
        width: 155px
    }
}

@media (min-width:1024px) {
    .blog-news-detail-col__img {
        width: 200px
    }
}

@media (max-width:767px) {
    .blog-news-detail-row.-no-reverse {
        flex-direction: column !important
    }
}

@media (max-width:1023px) {
    .news-detail-block__inner.-no-reverse {
        flex-direction: column !important;
        margin: 0 -10px
    }
}

.news-detail-block__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center
}

.news-detail-block__subtitle {
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

@media (min-width:1024px) {
    .news-detail-block__title {
        font-size: 50px;
        line-height: 59px
    }

    .news-detail-block__subtitle {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width:767px) {
    .news-detail-block ._g-inner-padding {
        padding: 0
    }
}

body {
    color: var(--color-black);
    font-family: var(--font-roboto);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

body.-open-sidebar {
    overflow: hidden
}

body.-open-sidebar .filter.-fixed .filter__wrap {
    z-index: 5
}

body.-open-sidebar .marquiz-pops {
    visibility: hidden
}

@media (min-width:1024px) {
    body.-open-sidebar {
        padding-right: 17px
    }

    body.-open-sidebar .header-new__bottom {
        z-index: 0
    }

    body.-open-sidebar .header-new__logo {
        margin-right: 18px
    }
}

body.-main-page .header-cart__link:not(:hover) {
    color: #fff
}

body.-main-page .header-new {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

body.-main-page .header-new__main {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

@media (min-width:1024px) {
    body.-main-page .header-new__bottom {
        background: hsla(0, 0%, 100%, .65);
        transition: background-color .3s
    }

    body.-main-page .header-new__bottom:hover {
        background: hsla(0, 0%, 100%, .9)
    }
}

body.-cart-page .header-new {
    margin-bottom: 20px
}

body.-cart-page .header-menu__col.-left {
    opacity: 0;
    visibility: hidden
}

@media (max-width:1023px) {
    body.auth-page {
        background: #fcf8f8 !important;
        display: flex;
        flex-direction: column;
        height: 100%
    }

    body.auth-page .footer__description,
    body.auth-page .footer__main_inner {
        display: none
    }

    body.auth-page .footer__main {
        padding: 15px 0
    }

    body.auth-page .recaptcha-text {
        margin-top: 0;
        padding-bottom: 0
    }

    body.auth-page .main {
        flex-grow: 1;
        overflow: visible
    }

    body.auth-page .main._no-padding {
        height: 100%
    }

    body.auth-page .recovery-page {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }

    body.auth-page ._g-inner-padding {
        width: 100%
    }
}

body.-no-scroll {
    overflow-y: hidden
}

body.ch-body--page-grey {
    background: var(--color-grey100)
}

body.body-hidden {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%
}

html {
    height: 100%;
    scroll-behavior: smooth
}

.ch-footer {
    --hr-margin: 20px;
    background: var(--color-grey100);
    padding: 32px 0
}

.ch-footer .ch-hr {
    margin: var(--hr-margin) 0
}

.ch-footer .ch-hr--secondary {
    margin-bottom: calc(var(--hr-margin) - 8px)
}

.ch-footer__wrapper {
    overflow: hidden
}

@media screen and (min-width:768px) {
    .ch-footer__wrapper {
        padding-top: 44px
    }
}

@media screen and (min-width:1200px) {
    .ch-footer__wrapper {
        padding-top: 54px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer__wrapper {
        padding-top: 60px
    }
}

.ch-footer__phone {
    font-family: var(--font-futura-pt);
    font-size: 18px;
    font-weight: 500;
    line-height: var(--font-lh-m)
}

.ch-footer__worktime {
    color: var(--color-grey80);
    font-size: 14px
}

.ch-footer__title {
    display: flex;
    font-weight: 500;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .ch-footer__title {
        font-size: 18px
    }
}

.ch-footer__title._active .b-icon {
    transform: rotateX(180deg)
}

.ch-footer__title .b-icon {
    font-size: 20px;
    margin-left: 8px
}

@media screen and (min-width:768px) {
    .ch-footer__title .b-icon {
        display: none
    }
}

.ch-footer__list {
    display: none;
    margin: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {
    .ch-footer__list {
        display: block !important
    }
}

.ch-footer__list li {
    font-size: 14px;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .ch-footer__list li {
        font-size: 15px
    }
}

.ch-footer__list li:last-child {
    margin-bottom: 0
}

.ch-footer__payments {
    --grid-gap: 12px;
    align-items: center
}

@media screen and (min-width:768px) {
    .ch-footer__payments {
        margin-left: auto
    }
}

@media screen and (min-width:1440px) {
    .ch-footer__payments {
        padding-left: 15px
    }
}

@media screen and (min-width:768px) {
    .ch-footer__bottom-secure {
        margin-left: auto
    }
}

.ch-footer__city {
    align-items: center;
    color: var(--color-black);
    display: flex;
    font-size: 15px;
    font-weight: 500
}

.ch-footer__city .b-icon {
    font-size: 24px;
    margin-right: 4px
}

.ch-footer__payments-item {
    align-items: center;
    display: flex;
    height: 28px;
    margin-top: 8px
}

@media screen and (min-width:768px) {
    .ch-footer__payments-item {
        margin-top: 0
    }
}

.ch-footer__subscribe-form {
    position: relative
}

.ch-footer__subscribe-btn {
    background: none;
    border: none;
    color: var(--color-black);
    position: absolute;
    right: 0;
    top: 0
}

.ch-footer__subscribe-input .ch-input__inner {
    border-color: transparent;
    font-size: 16px
}

.ch-footer__subscribe-title {
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .ch-footer__subscribe-title {
        font-size: 18px
    }
}

.ch-footer__bottom-links a {
    color: var(--color-grey80);
    font-size: 14px
}

.ch-footer__social {
    display: flex;
    margin-top: 16px
}

.ch-footer__social-item {
    align-items: center;
    background: var(--color-white);
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    outline: none;
    width: 48px
}

.ch-footer__bottom {
    --grid-gap: 24px;
    align-items: center;
    color: var(--color-grey80);
    font-size: 12px
}

@media screen and (min-width:1200px) {
    .ch-footer__bottom {
        font-size: 14px
    }
}

.ch-footer__bottom-city {
    align-items: center;
    display: flex;
    margin-right: auto
}

.ch-footer__bottom-copy {
    color: var(--color-grey80);
    font-size: 14px
}

@media screen and (min-width:1200px) {
    .ch-footer__bottom-copy--right {
        text-align: right
    }
}

.ch-footer__bottom-copy b,
.ch-footer__bottom-copy strong {
    font-weight: 700
}

.ch-footer-mobileapp {
    background-image: radial-gradient(circle at center calc(100% + 80px), #ded1c4 180px, var(--color-grey200) 180px)
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp {
        background-image: radial-gradient(circle at 85% 30px, #ded1c4 320px, var(--color-grey200) 320px)
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-mobileapp {
        background-image: radial-gradient(circle at 89% 0, #ded1c4 350px, var(--color-grey200) 350px)
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp {
        background-image: radial-gradient(circle at calc(50% + 580px) 10px, #ded1c4 420px, var(--color-grey200) 420px)
    }
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__row {
        flex-wrap: nowrap
    }
}

.ch-footer-mobileapp__title {
    font-family: var(--font-futura-pt);
    font-size: 22px;
    font-weight: 450;
    line-height: var(--font-lh-m);
    text-align: center
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__title {
        font-size: 26px;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-mobileapp__title {
        font-size: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__title {
        font-size: 36px
    }
}

.ch-footer-mobileapp__subtitle {
    color: var(--color-grey80);
    font-size: 14px
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__subtitle {
        margin-top: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__subtitle {
        margin-top: 40px
    }
}

.ch-footer-mobileapp__app-links {
    --grid-gap: 8px;
    justify-content: center
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__app-links {
        --grid-gap: 12px;
        justify-content: flex-start
    }
}

.ch-footer-mobileapp__left-col {
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__left-col {
        flex: 1 1 auto;
        padding-bottom: 32px;
        padding-top: 32px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__left-col {
        padding-bottom: 32px;
        padding-top: 32px
    }
}

.ch-footer-mobileapp__pictures {
    align-items: flex-end;
    justify-content: center;
    position: relative
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__pictures:after {
        background: #ded1c4;
        bottom: 0;
        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        width: 100vw
    }
}

.ch-footer-mobileapp__picture {
    margin-top: 20px;
    width: 180px
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__picture {
        margin-top: -44px;
        width: 200px
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-mobileapp__picture {
        margin-top: -54px;
        width: 220px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__picture {
        margin-top: -60px;
        width: 260px
    }
}

.ch-footer-mobileapp__qrcode {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    width: 96px
}

@media screen and (min-width:768px) {
    .ch-footer-mobileapp__qrcode {
        margin-bottom: 20px;
        margin-left: 32px
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-mobileapp__qrcode {
        margin-bottom: 32px;
        margin-left: 48px
    }
}

@media screen and (min-width:1440px) {
    .ch-footer-mobileapp__qrcode {
        margin-bottom: 32px;
        margin-left: 32px
    }
}

.ch-footer-compact {
    border-top: 1px solid var(--color-grey20);
    line-height: 1;
    overflow: hidden;
    padding: 24px 0
}

@media screen and (min-width:768px) {
    .ch-footer-compact {
        padding: 32px 0
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-compact {
        background: var(--color-grey100);
        padding: 48px 0
    }
}

.ch-footer-compact__logo {
    display: inline-flex;
    margin-bottom: 16px;
    width: 160px
}

@media screen and (min-width:768px) {
    .ch-footer-compact__logo {
        margin-bottom: 12px
    }
}

.ch-footer-compact__logo img {
    width: 100%
}

.ch-footer-compact__description {
    font-size: var(--vue-text-size-m);
    line-height: var(--font-lh)
}

@media screen and (min-width:768px) {
    .ch-footer-compact__description {
        font-size: var(--vue-text-size)
    }
}

@media screen and (min-width:1200px) {
    .ch-footer-compact__description {
        font-size: var(--vue-text-size-xl)
    }
}

.ch-footer-compact__phone {
    color: var(--color-black);
    font-size: var(--vue-text-size-title);
    line-height: var(--font-lh-m);
    text-decoration: none
}

@media screen and (min-width:1200px) {
    .ch-footer-compact__phone {
        font-size: var(--vue-text-size-h3)
    }
}

.ch-footer-compact__phone-title {
    color: var(--color-grey80);
    font-size: var(--vue-text-size-m);
    line-height: var(--font-lh);
    margin-bottom: 8px
}

@media screen and (min-width:1200px) {
    .ch-footer-compact__phone-title {
        font-size: var(--vue-text-size-xl);
        margin-bottom: 12px
    }
}

.ch-header-basket {
    background: var(--color-white);
    box-shadow: var(--shadow-big);
    display: none;
    grid-template-areas: "header" "list" "footer";
    width: 360px
}

@media screen and (min-width:1440px) {
    .ch-header-basket {
        display: grid
    }
}

.ch-header-basket__list {
    list-style: none;
    margin-bottom: 16px;
    margin-top: 0;
    max-height: 300px;
    padding-left: 0
}

.ch-header-basket__header {
    font-family: var(--font-futura-pt);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding: 24px 24px 16px
}

.ch-header-basket__footer {
    border-top: 1px solid #eeebeb;
    padding: 24px
}

.ch-header-basket__footer .ch-price {
    font-size: 20px;
    font-weight: 500
}

.ch-header-basket__footer .ch-price--old {
    font-size: 14px;
    margin-top: 4px
}

.ch-header-basket__item {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: 80px 1fr;
    padding: 8px 24px;
    position: relative;
    width: 100%
}

.ch-header-basket__item-picture {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.ch-header-basket__item-picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-header-basket__item-left {
    position: relative
}

.ch-header-basket__item-badge {
    background: var(--color-brand-red);
    bottom: 0;
    color: var(--color-white);
    display: inline-block;
    font-family: var(--font-futura-pt);
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 1.1;
    padding: 3px 4px;
    position: absolute
}

.ch-header-basket__item-link {
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding-right: 20px
}

.ch-header-basket__item-price {
    margin-top: 22px
}

.ch-header-basket__item-price>.ch-row {
    --grid-gap: 4px;
    align-items: baseline
}

.ch-header-basket__item-price .ch-price {
    font-size: 16px
}

.ch-header-basket__item-price .ch-price--old {
    font-size: 12px
}

.ch-header-basket__item-delete {
    position: absolute;
    right: 24px;
    top: 8px;
    z-index: 1
}

.ch-header-basket__item-delete.ch-btn-link .b-icon {
    font-size: 16px
}

.ch-header-compact {
    border-bottom: 1px solid var(--color-grey20);
    line-height: 1;
    padding: 20px 0;
    text-align: center
}

@media screen and (min-width:1440px) {
    .ch-header-compact {
        padding: 32px 0
    }
}

.ch-header-compact__inner {
    position: relative
}

.ch-header-compact__logo {
    display: inline-flex;
    width: 100px
}

@media screen and (min-width:1440px) {
    .ch-header-compact__logo {
        width: 160px
    }
}

.ch-header-compact__logo img {
    width: 100%
}

.ch-header-compact__btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 32px;
    justify-content: center;
    left: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ch-header-compact__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

@media screen and (min-width:1440px) {
    .ch-header-compact__btn {
        font-size: 48px
    }
}

.ch-header-city-confirm {
    background: var(--color-white);
    box-shadow: 0 1px 3px hsla(0, 9%, 47%, .05), 0 0 32px -8px hsla(0, 9%, 47%, .1);
    left: 0;
    padding: 24px;
    position: absolute;
    top: 100%;
    z-index: 2
}

.ch-header-city-confirm__title {
    white-space: nowrap
}

.ch-header-city-confirm__title .b-icon {
    font-size: 24px;
    vertical-align: bottom
}

.ch-header-city-confirm__title-city {
    font-weight: 500
}

.ch-header-city-confirm__row.ch-row {
    flex-wrap: nowrap
}

.ch-header-city-confirm__row.ch-row .ch-btn-link {
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase
}

.ch-header-dropdown {
    visibility: hidden
}

.ch-header-dropdown .ch-hr {
    display: none
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown .ch-hr {
        display: flex
    }
}

.ch-header-dropdown__inner {
    display: flex
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__inner {
        background: var(--color-white);
        box-shadow: var(--shadow-redesign);
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% + 1px)
    }

    .ch-header-dropdown__aside {
        padding: 24px 0
    }

    .ch-header-dropdown__content {
        padding: 24px 24px 24px 0
    }
}

.ch-header-dropdown__content {
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:768px) {
    .ch-header-dropdown__content {
        flex: 0 0 320px;
        max-width: 320px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__content {
        flex: 1 1 auto;
        max-width: 100%;
        width: auto
    }
}

.ch-header-dropdown__aside {
    flex: 0 0 320px;
    max-width: 320px
}

@media screen and (max-width:1199px) {
    .ch-header-dropdown__aside {
        display: none !important
    }
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__aside {
        flex: 0 0 340px;
        max-width: 340px
    }

    .ch-header-dropdown__aside .ch-article-card {
        margin: -16px
    }

    .ch-header-dropdown__aside .ch-product-card {
        margin: 0 -12px;
        transform: translateY(-16px)
    }
}

.ch-header-dropdown__aside .ch-product-card__title a {
    display: block;
    width: 1000px
}

.ch-header-dropdown__aside-picture {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px;
    width: 320px
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__aside-picture {
        margin-left: -8px;
        margin-right: -8px;
        padding: 0;
        width: calc(100% + 16px)
    }
}

.ch-header-dropdown__aside-picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-header-dropdown__body,
.ch-header-dropdown__header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-sz);
    line-height: var(--font-lh);
    list-style: none;
    margin: 0;
    padding: 0
}

.ch-header-dropdown__body li,
.ch-header-dropdown__header li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 16px
}

@media screen and (min-width:768px) {

    .ch-header-dropdown__body li,
    .ch-header-dropdown__header li {
        flex: 0 0 320px;
        max-width: 320px
    }
}

@media screen and (min-width:1440px) {

    .ch-header-dropdown__body li,
    .ch-header-dropdown__header li {
        flex: 0 0 310px;
        max-width: 310px
    }
}

.ch-header-dropdown__body a:hover,
.ch-header-dropdown__header a:hover {
    color: var(--color-brand-violent)
}

.ch-header-dropdown__header {
    font-weight: 500
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__header li {
        padding: 12px 48px 12px 0
    }
}

.ch-header-dropdown__header li:first-child {
    font-size: var(--font-sz-xl)
}

.ch-header-dropdown__header-moblink {
    font-weight: 400 !important;
    order: -1;
    padding: 0 !important
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__header-moblink {
        display: none
    }
}

.ch-header-dropdown__header-moblink a,
.ch-header-dropdown__header-moblink button {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    outline: none;
    padding: 12px 16px
}

.ch-header-dropdown__header-moblink a:disabled,
.ch-header-dropdown__header-moblink button:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-dropdown__header-moblink .b-icon {
    font-size: 24px;
    margin-right: -4px
}

.ch-header-dropdown__header-moblinkback {
    font-weight: 400 !important;
    order: -2;
    padding: 0 !important
}

@media screen and (min-width:768px) {
    .ch-header-dropdown__header-moblinkback {
        display: none
    }
}

.ch-header-dropdown__header-moblinkback a,
.ch-header-dropdown__header-moblinkback button {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    outline: none;
    padding: 12px 16px
}

.ch-header-dropdown__header-moblinkback a:disabled,
.ch-header-dropdown__header-moblinkback button:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-dropdown__header-moblinkback .b-icon {
    font-size: 24px;
    margin-right: 8px;
    transform: rotateY(180deg)
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__header--small li {
        flex: 0 0 200px;
        max-width: 200px
    }

    .ch-header-dropdown__body li {
        padding: 8px 48px 8px 0
    }
}

.ch-header-dropdown__footer {
    color: var(--color-grey80);
    display: none;
    padding: 8px 0
}

@media screen and (min-width:1440px) {
    .ch-header-dropdown__footer {
        display: block
    }
}

.ch-header-dropdown__footer-row {
    --grid-gap: 16px;
    align-items: center
}

.ch-header-dropdown__footer-item {
    margin-bottom: 8px
}

.ch-header-main {
    --grid-gap: 12px;
    border-bottom: 1px solid var(--color-grey20);
    position: sticky;
    top: 0;
    z-index: 99
}

@media screen and (min-width:768px) {
    .ch-header-main {
        --grid-gap: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-main {
        --grid-gap: 32px
    }
}

.ch-header-main__basket {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-20px);
    z-index: 100
}

.ch-header-main__basket:hover {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: all .4s ease-in-out
}

.ch-header-main__logo {
    align-self: center
}

.ch-header-main__logo-inner {
    display: inline-flex;
    width: 100px
}

@media screen and (min-width:768px) {
    .ch-header-main__logo-inner {
        width: 150px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-main__logo-inner {
        width: 160px
    }
}

.ch-header-main__logo-inner img {
    width: 100%
}

.ch-header-main__phone {
    align-self: center;
    display: none
}

@media screen and (min-width:1440px) {
    .ch-header-main__phone {
        display: block
    }
}

.ch-header-main__phone-inner {
    color: var(--color-black);
    font-size: var(--font-sz);
    line-height: var(--font-lh)
}

.ch-header-main__phone-text {
    color: var(--color-grey80);
    font-size: var(--font-sz-s);
    line-height: var(--font-lh)
}

.ch-header-main__search {
    left: 2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 9px
}

@media screen and (min-width:1440px) {
    .ch-header-main__search {
        bottom: auto;
        flex: 1 1 auto;
        height: 40px;
        left: auto;
        max-width: 100%;
        opacity: 1;
        pointer-events: all;
        position: static;
        right: auto;
        top: auto;
        width: auto
    }
}

.ch-header-main__search--show {
    left: 0;
    opacity: 1;
    pointer-events: all;
    right: 0;
    top: 0
}

@media screen and (max-width:1439px) {
    .ch-header-main__search--show .ch-header-search {
        background: var(--color-white);
        box-shadow: var(--shadow);
        height: auto;
        margin: 0 calc(var(--grid-gap)/-2);
        padding: 0 calc(var(--grid-gap));
        padding-bottom: var(--grid-gap);
        width: auto
    }
}

.ch-header-main__search--show .ch-header-search.ch-header-search--focused .ch-header-search__inner {
    margin: 0 calc(var(--grid-gap)/-1);
    padding: 0 calc(var(--grid-gap)) 16px
}

@media screen and (min-width:768px) {
    .ch-header-main__search--show .ch-header-search.ch-header-search--focused .ch-header-search__inner {
        margin: 0 -14px;
        padding: 0 14px 16px
    }
}

.ch-header-main__search--show .ch-header-search__close,
.ch-header-main__search--show .ch-header-search__input,
.ch-header-main__search--show .ch-header-search__logo {
    pointer-events: all
}

.ch-header-main__user {
    align-self: center;
    flex: 0 0 140px;
    margin-left: auto;
    max-width: 140px
}

@media screen and (min-width:768px) {
    .ch-header-main__user {
        flex: 0 0 224px;
        max-width: 224px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-main__user {
        flex: 0 0 192px;
        max-width: 192px
    }
}

.ch-header-main__user-row {
    --grid-gap: 0
}

@media screen and (min-width:768px) {
    .ch-header-main__user-row {
        --grid-gap: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-main__user-row {
        --grid-gap: 32px
    }
}

.ch-header-main__user-badge {
    align-items: center;
    background: var(--color-brand-violent);
    border-radius: 16px;
    color: var(--color-white);
    display: flex;
    font-size: var(--font-sz-s);
    font-weight: 500;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: -4px;
    top: 0;
    width: 16px
}

.ch-header-main__user-link {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    display: inline-flex;
    font-size: 24px;
    justify-content: center;
    outline: none;
    padding: 4px;
    position: relative
}

.ch-header-main__user-link:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-main__user-link--burger {
    font-size: 32px;
    padding: 0
}

@media screen and (min-width:1440px) {
    .ch-header-main__user-link--burger {
        display: none
    }
}

.ch-header-main__user-basket,
.ch-header-main__user-profile {
    position: relative
}

.ch-header-main__user-basket:hover>.ch-header-main__basket,
.ch-header-main__user-basket:hover>.ch-hover-menu,
.ch-header-main__user-profile:hover>.ch-header-main__basket,
.ch-header-main__user-profile:hover>.ch-hover-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: all .4s ease-in-out
}

.ch-header-main__user-item {
    flex: 0 0 32px
}

@media screen and (min-width:768px) {
    .ch-header-main__user-item {
        flex: 0 0 56px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-main__user-item {
        flex: 0 0 64px
    }
}

.ch-header-main__inner {
    background: var(--color-white)
}

@media screen and (min-width:1440px) {
    .ch-header-main__inner {
        padding: 16px 0
    }
}

.ch-header-main__row {
    align-items: center;
    padding: 12px 0
}

@media screen and (min-width:1440px) {
    .ch-header-main__row {
        padding: 0
    }
}

.ch-header-main__btn {
    line-height: 1
}

@media screen and (min-width:1440px) {
    .ch-header-main__btn {
        display: none
    }
}

.ch-header-main__btn .opened {
    display: none
}

.ch-header-main__btn .closed,
.ch-header-main__btn .js-mobmenu-active .opened {
    display: flex
}

.ch-header-main__btn .js-mobmenu-active .closed {
    display: none
}

.ch-header-menu {
    background: var(--color-white);
    border-top: 1px solid var(--color-grey20);
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 25vw;
    top: 58px;
    z-index: 98
}

@media screen and (max-width:1439px) {
    .ch-header-menu {
        visibility: hidden
    }
}

@media screen and (min-width:768px) {
    .ch-header-menu {
        border-top: none;
        bottom: auto;
        box-shadow: var(--shadow);
        position: absolute;
        right: auto;
        top: 58px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-menu {
        border-bottom: 1px solid var(--color-grey20);
        box-shadow: none;
        display: block;
        left: auto;
        opacity: 1;
        position: relative;
        top: auto;
        z-index: 1
    }
}

.ch-header-menu.js-menu-show {
    visibility: visible
}

.ch-header-menu.js-menu-show .ch-header-dropdown {
    visibility: visible;
    z-index: -10000
}

.ch-header-menu.js-menu-show~.ch-header-menu__bg {
    opacity: .4;
    visibility: visible
}

@media screen and (max-width:767px) {
    .ch-header-menu.js-menu-show .ch-header-menu__left {
        z-index: 100
    }

    .ch-header-menu.js-menu-show .ch-header-menu__right {
        transform: translateX(-100%)
    }

    .ch-header-menu.js-menu-show.js-menu-dropdown .ch-header-menu__left {
        visibility: hidden
    }

    .ch-header-menu.js-menu-show.js-menu-dropdown .ch-header-menu__right {
        transform: translateX(0)
    }
}

.ch-header-menu.js-menu-dropdown .ch-header-dropdown {
    visibility: visible;
    z-index: 9999
}

.ch-header-menu.js-menu-dropdown .ch-header-menu__right {
    display: block
}

.ch-header-menu__bg {
    background: var(--color-black);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 58px;
    visibility: hidden;
    z-index: 90
}

@media screen and (min-width:768px)and (max-width:1439px) {
    .ch-header-menu__left.ch-container {
        max-width: 320px;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .ch-header-menu__left.ch-container {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .ch-header-menu__right {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .ch-header-menu__right {
        display: block
    }
}

.ch-header-menu__right.ch-container {
    max-width: none;
    padding: 0
}

@media screen and (min-width:768px)and (max-width:1439px) {
    .ch-header-menu__right.ch-container {
        border-left: 1px solid var(--color-grey20);
        max-width: 640px;
        padding: 0
    }
}

@media screen and (min-width:768px)and (max-width:1199px) {
    .ch-header-menu__right.ch-container {
        max-width: 320px;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .ch-header-menu__right.ch-container {
        background: var(--color-white);
        bottom: 0;
        left: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.ch-header-menu__left,
.ch-header-menu__right {
    overflow: hidden;
    overflow-y: auto
}

@media screen and (min-width:768px) {

    .ch-header-menu__left,
    .ch-header-menu__right {
        max-height: calc(100vh - 60px)
    }
}

@media screen and (min-width:1200px) {

    .ch-header-menu__left,
    .ch-header-menu__right {
        max-height: none;
        overflow: visible
    }
}

.ch-header-menu__row {
    --grid-gap: 0
}

.ch-header-menu__row .ch-header-menu__item:nth-child(2) {
    margin-top: 16px
}

@media screen and (min-width:1440px) {
    .ch-header-menu__row .ch-header-menu__item:nth-child(2) {
        margin: 0
    }
}

.ch-header-menu__gif {
    flex-grow: 1;
    padding: 11px 16px
}

.ch-header-menu__gif-img {
    height: 29px;
    width: 149px
}

.ch-header-menu__link {
    align-items: center;
    display: flex;
    height: 100%
}

.ch-header-menu__link--city {
    background: var(--color-grey100)
}

.ch-header-menu__link--city .b-icon {
    font-size: 24px;
    left: 16px;
    position: absolute;
    top: 10px
}

.ch-header-menu__link--city .ch-header-menu__link-a,
.ch-header-menu__link--city .ch-header-menu__link-btn {
    padding-left: 52px;
    position: relative
}

.ch-header-menu__link-a {
    display: inline-block;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 12px 16px;
    position: relative;
    width: auto
}

@media screen and (min-width:1440px) {
    .ch-header-menu__link-a {
        padding: 17px 16px 18px
    }
}

.ch-header-menu__link-a:before {
    border-bottom: 2px solid transparent;
    bottom: 0;
    left: 16px;
    position: absolute;
    right: 16px
}

@media screen and (min-width:1440px) {
    .ch-header-menu__link-a:before {
        content: ""
    }
}

.ch-header-menu__link-a.js-menu-link-active:before {
    border-bottom: 2px solid var(--color-brand-violent)
}

.ch-header-menu__link-a--live:before {
    content: none
}

.ch-header-menu__link-btn {
    align-items: center;
    display: flex;
    flex: 0 0 48px;
    font-size: 24px;
    justify-content: center;
    max-width: 48px
}

@media screen and (min-width:1440px) {
    .ch-header-menu__link-btn {
        display: none
    }
}

.ch-header-menu__link-btn:active {
    background: var(--color-grey20)
}

.ch-header-menu__link-btn.js-menu-link-active {
    color: var(--color-brand-violent);
    transform: rotateY(180deg)
}

.ch-header-menu__link-a-row {
    align-items: center;
    background-color: #fa861c;
    color: #fff;
    display: flex;
    padding: 6px 10px;
    width: -moz-fit-content;
    width: fit-content
}

.ch-header-menu__link-a-row svg {
    height: 24px;
    margin-left: 4px;
    margin-top: -3px;
    width: 24px
}

.ch-header-search {
    height: 40px;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 100
}

.ch-header-search--focused {
    opacity: 1;
    pointer-events: all
}

.ch-header-search--focused .ch-header-search__bg,
.ch-header-search--focused .ch-header-search__dropdown {
    display: block;
    opacity: 1
}

.ch-header-search--focused .ch-header-search__inner {
    background: var(--color-white);
    box-shadow: var(--shadow);
    margin: -16px -16px 0;
    padding: 16px
}

.ch-header-search__input {
    background: var(--color-grey100);
    border: 1px solid var(--color-grey60);
    border-radius: 0;
    color: var(--color-black);
    font-size: var(--font-sz);
    height: 40px;
    padding: 8px 112px 8px 16px;
    width: 100%
}

@media screen and (min-width:1440px) {
    .ch-header-search__input {
        pointer-events: all
    }
}

.ch-header-search__input[type=search]::-webkit-search-cancel-button {
    display: none
}

.ch-header-search__input:focus {
    border: 1px solid var(--color-brand-violent)
}

.ch-header-search__input::-moz-placeholder {
    color: var(--color-grey80)
}

.ch-header-search__input::placeholder {
    color: var(--color-grey80)
}

.ch-header-search__input.js-input--empty~.ch-header-search__btn--reset {
    display: none
}

.ch-header-search__input-wrapper {
    position: relative
}

.ch-header-search__inner {
    overflow: hidden
}

.ch-header-search__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 16px
}

@media screen and (min-width:1440px) {
    .ch-header-search__logo {
        display: none
    }
}

.ch-header-search__btn {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ch-header-search__btn:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-search__btn--submit {
    padding: 0 16px;
    right: 0
}

.ch-header-search__btn--reset {
    border-right: 1px solid var(--color-grey60);
    color: var(--color-grey60);
    padding: 0 16px;
    right: 56px
}

.ch-header-search__close {
    font-size: 24px;
    position: absolute;
    right: var(--grid-gap);
    top: 12px;
    z-index: 1
}

@media screen and (min-width:1440px) {
    .ch-header-search__close {
        display: none !important
    }
}

.ch-header-search__dropdown {
    background: var(--color-white);
    display: none;
    margin: 16px -16px 0;
    max-height: 80vh;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 16px
}

.ch-header-search__bg {
    background: rgba(0, 0, 0, .25);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

.ch-header-search-dropdown .hl {
    font-weight: 700
}

.ch-header-search-dropdown .category {
    color: var(--color-grey80)
}

.ch-header-search-dropdown__chips {
    display: flex;
    margin-left: calc(var(--grid-gap)*-1);
    margin-right: calc(var(--grid-gap)*-1);
    padding-bottom: 16px;
    padding-left: var(--grid-gap);
    padding-right: var(--grid-gap);
    padding-top: 8px;
    white-space: nowrap
}

@media screen and (min-width:1440px) {
    .ch-header-search-dropdown__chips {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.ch-header-search-dropdown__chips-item {
    margin-right: 8px
}

.ch-header-search-dropdown__chips-item:last-child {
    margin-right: 0
}

.ch-header-search-dropdown__block {
    margin-left: calc(var(--grid-gap)*-1);
    margin-right: calc(var(--grid-gap)*-1);
    padding-left: var(--grid-gap);
    padding-right: var(--grid-gap)
}

@media screen and (min-width:1440px) {
    .ch-header-search-dropdown__block {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.ch-header-search-dropdown__block--border {
    border-top: 1px solid var(--color-grey20)
}

.ch-header-search-dropdown__text {
    display: inline-block;
    padding: 12px 0;
    width: 100%
}

.ch-header-search-dropdown__item {
    display: flex;
    padding: 12px 0
}

.ch-header-search-dropdown__item-img {
    align-items: center;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    max-width: 48px
}

.ch-header-search-dropdown__item-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ch-header-search-dropdown__item-text {
    flex: 1 1 auto;
    margin: auto 0;
    max-width: calc(100% - 64px);
    width: auto
}

.ch-header-search-dropdown__item-price {
    display: inline-block;
    font-family: var(--font-futura-pt);
    width: 100%
}

.ch-header-search-dropdown__prev {
    display: flex;
    padding: 12px 32px 12px 0;
    position: relative;
    width: 100%
}

.ch-header-search-dropdown__prev--title {
    color: var(--color-grey80)
}

.ch-header-search-dropdown__prev-remove {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.ch-header-search-dropdown__prev-remove:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-search-dropdown__prev-reset {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    color: var(--color-brand-violent);
    cursor: pointer;
    display: flex;
    display: inline-flex;
    justify-content: center;
    margin-left: 8px;
    outline: none;
    padding: 0
}

.ch-header-search-dropdown__prev-reset:disabled {
    background: var(--color-grey60);
    border-color: var(--color-grey60);
    cursor: not-allowed
}

.ch-header-search-dropdown__footer {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
}

.ch-header-sub {
    background: var(--color-black);
    display: none;
    padding: 4px 0;
    z-index: 99
}

@media screen and (min-width:1440px) {
    .ch-header-sub {
        display: block
    }
}

.ch-header-sub__row {
    --grid-gap: 16px;
    align-items: center
}

@media screen and (min-width:768px) {
    .ch-header-sub__row {
        --grid-gap: 24px
    }
}

@media screen and (min-width:1440px) {
    .ch-header-sub__row {
        --grid-gap: 32px
    }
}

.ch-header-sub__item {
    position: relative
}

.ch-header-sub__item--mr {
    margin-right: auto
}

.ch-header-sub__link {
    align-items: center;
    color: var(--color-white);
    display: flex;
    font-weight: 500
}

.ch-header-sub__link .b-icon {
    font-size: 24px;
    margin-right: 4px
}

.header-about-app {
    margin-bottom: 5px
}

.header-about-app__txt {
    text-align: center
}

.header-about-app__list {
    align-items: center;
    display: flex;
    justify-content: center
}

.header-about-app__item {
    padding: 10px 15px
}

.header-info {
    align-items: center;
    background-color: currentColor;
    display: flex;
    margin-bottom: -13px;
    padding: 15px 20px;
    position: relative
}

@media (min-width:1200px) {
    .header-info {
        margin-bottom: -17px
    }
}

.header-info--checkout {
    align-self: flex-start;
    margin: 0 !important
}

.header-info .tablet-none {
    height: 100%
}

@media (min-width:768px) {
    .header-info .tablet-none {
        display: none
    }
}

.header-info.-hidden {
    display: none
}

.header-info__close {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 2
}

.header-info__close .b-icon {
    color: #fff
}

.header-info__picture {
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.header-info__picture img {
    height: 100%
}

.header-info__content {
    align-items: center;
    color: #fff;
    display: flex;
    height: 90px;
    position: relative;
    z-index: 1
}

@media (min-width:1600px) {
    .header-info__content {
        padding-left: 30px
    }
}

@media (max-width:1599px)and (min-width:1280px) {
    .header-info__content {
        padding-left: 130px
    }
}

@media (max-width:1279px)and (min-width:768px) {
    .header-info__content {
        height: 60px;
        justify-content: center
    }
}

@media (max-width:767px) {
    .header-info__content {
        flex-wrap: wrap;
        height: 100%;
        padding-bottom: 5px;
        padding-right: 30px
    }
}

.header-info__txt-wrap {
    left: 0;
    top: 0
}

@media (min-width:767px) {
    .header-info__txt-wrap {
        bottom: 0;
        position: absolute;
        right: 0;
        visibility: hidden
    }
}

@media (max-width:1279px)and (min-width:768px) {
    .header-info__txt-wrap {
        left: -10px;
        top: 10px
    }
}

.header-info__title {
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1;
    margin-right: 10px;
    text-align: center
}

.header-info__title b {
    font-weight: 700
}

.header-info__title a {
    box-shadow: inset 0 -1px 0 currentColor
}

.header-info__title a:hover {
    box-shadow: none
}

.header-info__title i {
    font-style: italic
}

@media (min-width:768px) {
    .header-info__title {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .header-info__title {
        font-size: 16px;
        width: 100%
    }
}

.header-info__txt {
    font-size: 14px;
    opacity: .5;
    visibility: visible
}

.header-info__txt.-right {
    max-width: 130px
}

.header-info__txt.-left {
    white-space: nowrap
}

@media (min-width:1600px) {
    .header-info__txt.-left {
        right: 100%
    }

    .header-info__txt.-right {
        left: 100%
    }
}

@media (max-width:1599px)and (min-width:1280px) {
    .header-info__txt.-left {
        left: 0
    }

    .header-info__txt.-right {
        right: 0
    }
}

@media (min-width:1280px) {
    .header-info__txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width:1279px)and (min-width:768px) {
    .header-info__txt {
        line-height: 1
    }
}

@media (max-width:767px) {
    .header-info__txt {
        font-size: 12px;
        line-height: 1.2
    }

    .header-info__txt.-right {
        max-width: 100%
    }
}

.header-info__code {
    border: 2px dashed #ffac0c;
    border-radius: 8px;
    color: #ffac0c;
    font-weight: 700;
    line-height: 42px;
    padding: 0 25px
}

@media (min-width:1600px) {
    .header-info__code {
        font-size: 30px
    }
}

@media (max-width:1599px)and (min-width:1280px) {
    .header-info__code {
        font-size: 23px
    }
}

@media (max-width:1279px)and (min-width:768px) {
    .header-info__code {
        font-size: 20px;
        line-height: 36px;
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .header-info__code {
        border: 1px dashed #ffac0c;
        font-size: 20px;
        line-height: 28px;
        margin-right: 10px;
        padding: 0 10px
    }
}

.header-info-app {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    display: none;
    margin-bottom: 2px;
    padding: 10px;
    position: relative
}

.header-info-app.-show {
    align-items: center;
    display: flex
}

.header-info-app__img {
    display: block;
    filter: drop-shadow(0 4px 7px rgba(133, 65, 9, .1));
    flex-shrink: 0;
    font-size: 0;
    height: 94px;
    margin-right: 10px;
    width: 94px
}

.header-info-app__img img {
    width: 100%
}

.header-info-app__content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    width: 100%
}

.header-info-app__title {
    color: #7d7c7b;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px
}

.header-info-app__btn {
    align-self: flex-end;
    background-color: #fff;
    border: 1px solid #8a8989;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    color: #7d7c7b;
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    margin-left: auto;
    text-align: center;
    width: 100px
}

.header-info-app__close {
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.loader {
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.loader__spinner {
    animation: rotate 1s linear infinite;
    color: var(--color-brand-violent);
    display: flex;
    font-size: 48px
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@keyframes loading-rotate {
    to {
        transform: rotate(1turn)
    }
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media screen and (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:1200px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:1440px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media screen and (min-width:1920px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

.ch-mb-0 {
    margin-bottom: 0
}

.ch-mt-0 {
    margin-top: 0
}

.ch-mb-4 {
    margin-bottom: 4px
}

.ch-mt-4 {
    margin-top: 4px
}

.ch-mb-8 {
    margin-bottom: 8px
}

.ch-mt-8 {
    margin-top: 8px
}

.ch-mb-12 {
    margin-bottom: 12px
}

.ch-mt-12 {
    margin-top: 12px
}

.ch-mb-14 {
    margin-bottom: 14px
}

.ch-mt-14 {
    margin-top: 14px
}

.ch-mb-16 {
    margin-bottom: 16px
}

.ch-mt-16 {
    margin-top: 16px
}

.ch-mb-20 {
    margin-bottom: 20px
}

.ch-mt-20 {
    margin-top: 20px
}

.ch-mb-24 {
    margin-bottom: 24px
}

.ch-mt-24 {
    margin-top: 24px
}

.ch-mb-32 {
    margin-bottom: 32px
}

.ch-mt-32 {
    margin-top: 32px
}

.ch-mb-40 {
    margin-bottom: 40px
}

.ch-mt-40 {
    margin-top: 40px
}

.ch-mb-48 {
    margin-bottom: 48px
}

.ch-mt-48 {
    margin-top: 48px
}

.ch-mb-60 {
    margin-bottom: 60px
}

.ch-mt-60 {
    margin-top: 60px
}

.ch-mb-64 {
    margin-bottom: 64px
}

.ch-mt-64 {
    margin-top: 64px
}

@media screen and (min-width:768px) {
    .ch-mb-md-0 {
        margin-bottom: 0
    }

    .ch-mt-md-0 {
        margin-top: 0
    }

    .ch-mb-md-4 {
        margin-bottom: 4px
    }

    .ch-mt-md-4 {
        margin-top: 4px
    }

    .ch-mb-md-8 {
        margin-bottom: 8px
    }

    .ch-mt-md-8 {
        margin-top: 8px
    }

    .ch-mb-md-12 {
        margin-bottom: 12px
    }

    .ch-mt-md-12 {
        margin-top: 12px
    }

    .ch-mb-md-14 {
        margin-bottom: 14px
    }

    .ch-mt-md-14 {
        margin-top: 14px
    }

    .ch-mb-md-16 {
        margin-bottom: 16px
    }

    .ch-mt-md-16 {
        margin-top: 16px
    }

    .ch-mb-md-20 {
        margin-bottom: 20px
    }

    .ch-mt-md-20 {
        margin-top: 20px
    }

    .ch-mb-md-24 {
        margin-bottom: 24px
    }

    .ch-mt-md-24 {
        margin-top: 24px
    }

    .ch-mb-md-32 {
        margin-bottom: 32px
    }

    .ch-mt-md-32 {
        margin-top: 32px
    }

    .ch-mb-md-40 {
        margin-bottom: 40px
    }

    .ch-mt-md-40 {
        margin-top: 40px
    }

    .ch-mb-md-48 {
        margin-bottom: 48px
    }

    .ch-mt-md-48 {
        margin-top: 48px
    }

    .ch-mb-md-60 {
        margin-bottom: 60px
    }

    .ch-mt-md-60 {
        margin-top: 60px
    }

    .ch-mb-md-64 {
        margin-bottom: 64px
    }

    .ch-mt-md-64 {
        margin-top: 64px
    }
}

@media screen and (min-width:1200px) {
    .ch-mb-lg-0 {
        margin-bottom: 0
    }

    .ch-mt-lg-0 {
        margin-top: 0
    }

    .ch-mb-lg-4 {
        margin-bottom: 4px
    }

    .ch-mt-lg-4 {
        margin-top: 4px
    }

    .ch-mb-lg-8 {
        margin-bottom: 8px
    }

    .ch-mt-lg-8 {
        margin-top: 8px
    }

    .ch-mb-lg-12 {
        margin-bottom: 12px
    }

    .ch-mt-lg-12 {
        margin-top: 12px
    }

    .ch-mb-lg-14 {
        margin-bottom: 14px
    }

    .ch-mt-lg-14 {
        margin-top: 14px
    }

    .ch-mb-lg-16 {
        margin-bottom: 16px
    }

    .ch-mt-lg-16 {
        margin-top: 16px
    }

    .ch-mb-lg-20 {
        margin-bottom: 20px
    }

    .ch-mt-lg-20 {
        margin-top: 20px
    }

    .ch-mb-lg-24 {
        margin-bottom: 24px
    }

    .ch-mt-lg-24 {
        margin-top: 24px
    }

    .ch-mb-lg-32 {
        margin-bottom: 32px
    }

    .ch-mt-lg-32 {
        margin-top: 32px
    }

    .ch-mb-lg-40 {
        margin-bottom: 40px
    }

    .ch-mt-lg-40 {
        margin-top: 40px
    }

    .ch-mb-lg-48 {
        margin-bottom: 48px
    }

    .ch-mt-lg-48 {
        margin-top: 48px
    }

    .ch-mb-lg-60 {
        margin-bottom: 60px
    }

    .ch-mt-lg-60 {
        margin-top: 60px
    }

    .ch-mb-lg-64 {
        margin-bottom: 64px
    }

    .ch-mt-lg-64 {
        margin-top: 64px
    }
}

@media screen and (min-width:1440px) {
    .ch-mb-xl-0 {
        margin-bottom: 0
    }

    .ch-mt-xl-0 {
        margin-top: 0
    }

    .ch-mb-xl-4 {
        margin-bottom: 4px
    }

    .ch-mt-xl-4 {
        margin-top: 4px
    }

    .ch-mb-xl-8 {
        margin-bottom: 8px
    }

    .ch-mt-xl-8 {
        margin-top: 8px
    }

    .ch-mb-xl-12 {
        margin-bottom: 12px
    }

    .ch-mt-xl-12 {
        margin-top: 12px
    }

    .ch-mb-xl-14 {
        margin-bottom: 14px
    }

    .ch-mt-xl-14 {
        margin-top: 14px
    }

    .ch-mb-xl-16 {
        margin-bottom: 16px
    }

    .ch-mt-xl-16 {
        margin-top: 16px
    }

    .ch-mb-xl-20 {
        margin-bottom: 20px
    }

    .ch-mt-xl-20 {
        margin-top: 20px
    }

    .ch-mb-xl-24 {
        margin-bottom: 24px
    }

    .ch-mt-xl-24 {
        margin-top: 24px
    }

    .ch-mb-xl-32 {
        margin-bottom: 32px
    }

    .ch-mt-xl-32 {
        margin-top: 32px
    }

    .ch-mb-xl-40 {
        margin-bottom: 40px
    }

    .ch-mt-xl-40 {
        margin-top: 40px
    }

    .ch-mb-xl-48 {
        margin-bottom: 48px
    }

    .ch-mt-xl-48 {
        margin-top: 48px
    }

    .ch-mb-xl-60 {
        margin-bottom: 60px
    }

    .ch-mt-xl-60 {
        margin-top: 60px
    }

    .ch-mb-xl-64 {
        margin-bottom: 64px
    }

    .ch-mt-xl-64 {
        margin-top: 64px
    }
}

@media screen and (min-width:1920px) {
    .ch-mb-xxl-0 {
        margin-bottom: 0
    }

    .ch-mt-xxl-0 {
        margin-top: 0
    }

    .ch-mb-xxl-4 {
        margin-bottom: 4px
    }

    .ch-mt-xxl-4 {
        margin-top: 4px
    }

    .ch-mb-xxl-8 {
        margin-bottom: 8px
    }

    .ch-mt-xxl-8 {
        margin-top: 8px
    }

    .ch-mb-xxl-12 {
        margin-bottom: 12px
    }

    .ch-mt-xxl-12 {
        margin-top: 12px
    }

    .ch-mb-xxl-14 {
        margin-bottom: 14px
    }

    .ch-mt-xxl-14 {
        margin-top: 14px
    }

    .ch-mb-xxl-16 {
        margin-bottom: 16px
    }

    .ch-mt-xxl-16 {
        margin-top: 16px
    }

    .ch-mb-xxl-20 {
        margin-bottom: 20px
    }

    .ch-mt-xxl-20 {
        margin-top: 20px
    }

    .ch-mb-xxl-24 {
        margin-bottom: 24px
    }

    .ch-mt-xxl-24 {
        margin-top: 24px
    }

    .ch-mb-xxl-32 {
        margin-bottom: 32px
    }

    .ch-mt-xxl-32 {
        margin-top: 32px
    }

    .ch-mb-xxl-40 {
        margin-bottom: 40px
    }

    .ch-mt-xxl-40 {
        margin-top: 40px
    }

    .ch-mb-xxl-48 {
        margin-bottom: 48px
    }

    .ch-mt-xxl-48 {
        margin-top: 48px
    }

    .ch-mb-xxl-60 {
        margin-bottom: 60px
    }

    .ch-mt-xxl-60 {
        margin-top: 60px
    }

    .ch-mb-xxl-64 {
        margin-bottom: 64px
    }

    .ch-mt-xxl-64 {
        margin-top: 64px
    }
}

.ch-fw-400 {
    font-weight: 400 !important
}

.ch-fw-500 {
    font-weight: 500 !important
}

.ch-fw-700 {
    font-weight: 700 !important
}

@media screen and (min-width:768px) {
    .ch-fw-md-400 {
        font-weight: 400 !important
    }
}

@media screen and (min-width:1200px) {
    .ch-fw-lg-400 {
        font-weight: 400 !important
    }
}

@media screen and (min-width:1440px) {
    .ch-fw-xl-400 {
        font-weight: 400 !important
    }
}

@media screen and (min-width:1920px) {
    .ch-fw-xxl-400 {
        font-weight: 400 !important
    }
}

@media screen and (min-width:768px) {
    .ch-fw-md-500 {
        font-weight: 500 !important
    }
}

@media screen and (min-width:1200px) {
    .ch-fw-lg-500 {
        font-weight: 500 !important
    }
}

@media screen and (min-width:1440px) {
    .ch-fw-xl-500 {
        font-weight: 500 !important
    }
}

@media screen and (min-width:1920px) {
    .ch-fw-xxl-500 {
        font-weight: 500 !important
    }
}

@media screen and (min-width:768px) {
    .ch-fw-md-700 {
        font-weight: 700 !important
    }
}

@media screen and (min-width:1200px) {
    .ch-fw-lg-700 {
        font-weight: 700 !important
    }
}

@media screen and (min-width:1440px) {
    .ch-fw-xl-700 {
        font-weight: 700 !important
    }
}

@media screen and (min-width:1920px) {
    .ch-fw-xxl-700 {
        font-weight: 700 !important
    }
}

.ch-bg-color--grey {
    background-color: var(--color-grey100)
}

.ch-color--grey {
    color: var(--color-grey80)
}

.ch-color--violent {
    color: var(--color-brand-violent)
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.position-relative {
    position: relative !important
}