@charset "UTF-8";
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Verdana;
    font-display: swap;
    src: url(../fonts/Verdana-Bold.woff) format("woff"), url(../fonts/Verdana-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Verdana;
    font-display: swap;
    src: url(../fonts/Verdana-Regular.woff) format("woff"), url(../fonts/Verdana-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus, a:active, a:focus {
    outline: 0
}

aside, footer, header, nav, section {
    display: block
}

body, html {
    height: 100%;
    min-width: 320px
}

button, input, textarea {
    font-family: Montserrat
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:hover, a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    line-height: 1;
    font-family: Montserrat;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #191919;
    font-size: 14px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    right: 0
}

body._lock {
    overflow: hidden;
    right: 570px;
    pointer-events: none;
    background: #f2f2f2
}

body._lock .header {
    background: #f2f2f2;
    right: 570px;
    left: auto
}

body._toggle {
    overflow: hidden;
    right: 600px;
    background: #f2f2f2;
    pointer-events: none
}

body._toggle .header {
    right: 600px;
    left: auto;
    background: #f2f2f2
}

body._view-popup {
    overflow: hidden
}

body._order-page .page {
    padding-top: 0
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0
}

.btn._fw {
    width: 100%
}

.select, .select__item {
    position: relative
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.select__value span {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 11px;
    height: 7px;
    background: url(../img/icons/select.svg) center/100% no-repeat
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    padding: 10px 0 5px
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0
}

.select._active {
    z-index: 5
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select._active .select__options {
    display: block
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px
}

textarea.input {
    resize: none;
    padding: 0
}

.checkbox {
    position: relative
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.checkbox__input:checked + .checkbox__text:before {
    background: url(../img/icons/check.svg) center no-repeat #fff
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16);
    cursor: pointer
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.checkbox a {
    color: #fff;
    text-decoration: underline
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.options__item {
    position: relative;
    cursor: pointer
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16)
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.options__text:after {
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px
}

.rating-block {
    display: table;
    font-size: 0
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating.edit .star {
    cursor: pointer
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating.svg) 0 0/85px 100% no-repeat;
    z-index: 1
}

.rating__activeline {
    position: absolute;
    width: 0;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating_active.svg) 0 0/85px 100% no-repeat;
    z-index: 2
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    position: relative;
    cursor: pointer
}

.quantity__button::after, .quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 0 0 -7px;
    background: #191919;
    width: 14px;
    height: 2px
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quantity__input input {
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: 100%;
    text-align: center
}

.progressbar-slider {
    position: relative;
    height: 2px;
    background: #ececec
}

.progressbar-slider .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: #191919
}

._title {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919
}

.row:after {
    display: block;
    content: "";
    clear: both
}

.rub:after {
    content: "₽"
}

ol.counter {
    list-style-type: none;
    counter-reset: item
}

ol.counter li {
    position: relative;
    padding: 0 0 0 45px
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.table {
    display: table;
    font-size: 0;
    width: 100%
}

.trow {
    display: table-row
}

.cell {
    display: table-cell
}

.cell.full {
    width: 100%
}

._ibg {
    position: relative
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.video embed, .video iframe, .video object, .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videobg embed, .videobg iframe, .videobg object, .videobg video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.moretext {
    overflow: hidden
}

.moretext__more {
    cursor: pointer
}

.moretext__more span {
    font-style: normal
}

.moretext__more span:first-child {
    display: block
}

.moretext__more span:last-child {
    display: none
}

.moretext__more.active span {
    font-style: normal
}

.moretext__more.active span:first-child {
    display: none
}

.moretext__more.active span:last-child {
    display: block
}

#map {
    background: url(../img/icons/loading.gif) center/50px no-repeat
}

._swiper {
    overflow: hidden
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-container-android .swiper-slide, .swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

.slick-slider {
    position: relative
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-slider .slick-slide {
    position: relative
}

.tab__item {
    display: none
}

.tab__item.active {
    display: block
}

._tabs-block {
    display: none
}

._tabs-block._active {
    display: block
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.nicescroll-rails {
    z-index: 1000 !important
}

.gm-style-iw-t {
    opacity: 0
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important
}

.baloon button, .baloon:after {
    display: none !important
}

.baloon-style {
    display: none
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0 !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important
}

.baloon-content.gm-style-iw:after {
    display: none !important
}

.baloon-close {
    top: 18px !important
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

/*! nouislider - 14.6.0 - 6/27/2020 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-connect {
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    right: -11.5px;
    top: -10px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 21px;
    height: 21px;
    right: -6px;
    top: -10.5px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    height: 3px;
    background-color: #e6e6e6;
    margin: 0 11px;
    position: relative
}

.noUi-target::after, .noUi-target::before {
    content: "";
    background-color: #e6e6e6;
    width: 11px;
    height: 3px;
    position: absolute;
    top: 0
}

.noUi-target::before {
    left: -10px
}

.noUi-target::after {
    right: -10px
}

.noUi-connect {
    background-color: #e00036;
    height: 5px;
    top: -1px
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background-color: #fff;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25)
}

.noUi-active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    color: #999;
    font-size: 12px;
    position: absolute
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -22px;
    display: none
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility .8s;
    -o-transition: visibility .8s;
    transition: visibility .8s;
    visibility: hidden
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s
}

.popup.show {
    visibility: visible;
    overflow: auto
}

.popup.show::before {
    opacity: 1
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup._active {
    overflow: auto;
    visibility: visible
}

.popup._active::before {
    opacity: 1
}

.popup._active .popup__body {
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
    box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
    padding: 50px;
    width: 100%;
    max-width: 1485px
}

.popup__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 30;
    background: url(../img/icons/close.svg) center no-repeat
}

.head-sizes-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.head-sizes-popup__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px
}

.head-sizes-popup__image img {
    max-width: 100%;
    width: 100%
}

.head-sizes-popup__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 435px;
    flex: 0 0 435px
}

.head-sizes-popup__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #191919
}

.head-sizes-popup__list {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    padding-left: 20px;
    margin-top: 30px
}

.body-sizes-popup {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 60px
}

.body-sizes-popup__item.body-sizes-popup-item-1 .body-body-sizes-popup, .body-sizes-popup__item.body-sizes-popup-item-1 .body-sizes-popup__head {
    min-width: 790px
}

.body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup, .body-sizes-popup__item.body-sizes-popup-item-2 .body-sizes-popup__head {
    min-width: 600px
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup, .body-sizes-popup__item.body-sizes-popup-item-3 .body-sizes-popup__head {
    min-width: 355px;
    width: 100%
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__row, .body-sizes-popup__item.body-sizes-popup-item-3 .head-body-sizes-popup {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.body-sizes-popup__item.body-sizes-popup-item-2 .head-body-sizes-popup__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-sizes-popup__item.body-sizes-popup-item-2 .head-body-sizes-popup__item._mini .head-body-sizes-popup__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    text-align: center
}

.body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    text-align: center
}

.body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup__column._low {
    text-transform: none
}

.body-sizes-popup__item.body-sizes-popup-item-2 .head-body-sizes-popup__column {
    text-align: center
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__row:nth-child(odd) {
    position: relative
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__row:nth-child(odd)::after {
    content: "";
    width: 25%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    display: inline-block
}

.body-sizes-popup__item.body-sizes-popup-item-3 .head-body-sizes-popup__item:nth-child(1), .body-sizes-popup__item.body-sizes-popup-item-3 .head-body-sizes-popup__item:nth-child(2), .body-sizes-popup__item.body-sizes-popup-item-3 .head-body-sizes-popup__item:nth-child(3), .body-sizes-popup__item.body-sizes-popup-item-3 .head-body-sizes-popup__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__item {
    text-align: center
}

.body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__item:nth-child(1), .body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__item:nth-child(2), .body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__item:nth-child(3), .body-sizes-popup__item.body-sizes-popup-item-3 .body-body-sizes-popup__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px
}

.body-sizes-popup__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.body-sizes-popup__content {
    margin-top: 40px;
    overflow-x: auto
}

.head-body-sizes-popup {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9
}

.head-body-sizes-popup__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.head-body-sizes-popup__item:nth-child(1), .head-body-sizes-popup__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px
}

.head-body-sizes-popup__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%
}

.head-body-sizes-popup__column {
    text-align: center
}

.body-body-sizes-popup {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #191919;
    white-space: nowrap
}

.body-body-sizes-popup__row {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9
}

.body-body-sizes-popup__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.body-body-sizes-popup__item:nth-child(1), .body-body-sizes-popup__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-body-sizes-popup__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%
}

.body-body-sizes-popup__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.header {
    background: #fff;
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0 17px
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    grid-area: logo
}

.header__logo_wrapper {
    width: 140px
}

.header__logo_wrapper img {
    width: 180px
}

.header__navigation {
    margin-left: auto;
    margin-right: auto;
    grid-area: navigation
}

.header__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    grid-area: actions
}

.navigation-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.navigation-header__item._active .navigation-header__link {
    opacity: 1
}

.navigation-header__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919;
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.actions-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.actions-header__select .select__title {
    border: none;
    background: 0 0
}

.actions-header__select .select__value {
    padding: 0;
    height: auto;
    line-height: 17px;
    text-decoration: underline;
    width: 75px;
    -moz-text-align-last: left;
    text-align-last: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.actions-header__select .select__value span {
    width: 100%;
    height: auto
}

.actions-header__select .select__value::before {
    display: none
}

.actions-header__select .select__options {
    border: none;
    width: 137px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 6px 12px -6px rgba(24, 39, 75, .12), 0 8px 24px -4px rgba(24, 39, 75, .08);
    box-shadow: 0 6px 12px -6px rgba(24, 39, 75, .12), 0 8px 24px -4px rgba(24, 39, 75, .08);
    top: 30px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.actions-header__select .select__option {
    padding: 10px 15px;
    color: #191919;
    width: 100%
}

.actions-header__select .select__option[style="display: none;"] {
    display: block !important;
    text-decoration: underline
}

.other-actions-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.other-actions-header__item {
    cursor: pointer;
    position: relative
}

.other-actions-header__icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.other-actions-header__value {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #e00036;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-60%);
    -ms-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%)
}

.menu {
    width: 100%;
    position: relative;
    padding-bottom: 20px
}

.menu__body {
    width: 100%
}

.menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #c9c9c9
}

.menu__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.menu__item._prom .menu__link {
    color: #e00036
}

.menu__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    cursor: default
}

.head-menu {
    padding: 0 20px 10px
}

.head-menu__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px
}

.head-menu__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919
}

.head-menu__link._active {
    font-weight: 400
}

.contacts-menu {
    padding: 20px 20px 0
}

.contacts-menu__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919
}

.contacts-menu__list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.contacts-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.contacts-menu__name {
    font-weight: 600
}

.contacts-menu__value {
    font-weight: 400
}

.submenu-menu {
    display: none;
    position: fixed;
    top: 113px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
    box-shadow: 0 8px 18px -6px rgba(24, 39, 75, .12), 0 12px 42px -4px rgba(24, 39, 75, .12);
    width: 100%
}

.submenu-menu::after {
    content: "";
    position: absolute;
    height: 21px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
    display: inline-block;
    z-index: 5px;
    background: 0 0
}

.submenu-menu__content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.submenu-menu__content__collection {
    justify-content: inherit !important
}

.submenu-menu__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px
}

.display_categories, .submenu-menu__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919
}

.submenu-menu__list {
    margin-top: 20px
}

.submenu-menu__link {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #191919
}

.banners-submenu-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.banners-submenu-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px
}

.banners-submenu-menu__image {
    position: relative;
    padding-bottom: 73.5%;
    width: 100%;
    overflow: hidden
}

.banners-submenu-menu__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.banners-submenu-menu__body {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.banners-submenu-menu__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.banners-submenu-menu__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.icon-menu {
    display: none
}

.subscribe {
    padding: 30px 0
}

.subscribe__content {
    max-width: 875px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.subscribe__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscribe__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px
}

.subscribe__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.subscribe__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.subscribe__btn {
    background: #191919;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 25px
}

.footer {
    border-top: 1px solid #c9c9c9
}

.nav-footer {
    padding: 60px 0 40px;
    border-bottom: 1px solid #c9c9c9
}

.nav-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px
}

.nav-footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 45px * 5) / 6);
    flex: 0 0 calc((100% - 45px * 5) / 6)
}

.nav-footer__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919
}

.nav-footer__body {
    margin-top: 35px
}

.nav-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px
}

.nav-footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.info-nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.info-nav-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.info-nav-footer__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.info-nav-footer__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.down-footer {
    padding: 25px 0 10px;
    min-height: 77px
}

.down-footer__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.down-footer__copy, .language-down-footer__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.language-down-footer__link {
    color: inherit;
    text-decoration: underline
}

.dev-down-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.dev-down-footer__icon img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dev-down-footer__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.social-down-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.social-down-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-down-footer__item img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.breadcrums {
    padding: 20px 0
}

.breadcrums__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px
}

.breadcrums__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.breadcrums__item:not(:last-child)::after {
    content: "";
    width: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3px;
    flex: 0 0 3px;
    height: 3px;
    border-radius: 50%;
    background: #191919
}

.breadcrums__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.breadcrums__link:not(p) {
    text-decoration: underline
}

.main-slider {
    padding-bottom: 100px
}

.main-slider__container {
    position: relative
}

.main-slider__slider {
    width: 100%
}

.main-slider__content {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    cursor: pointer
}

.main-slider__arrow img {
    width: 100%;
    max-width: 100%
}

.main-slider__arrow.main-slider-arrow-prev {
    left: 40px
}

.main-slider__arrow.main-slider-arrow-next {
    right: 40px
}

.main-slider__image {
    position: relative;
    width: 100%;
    height: 740px
}

.main-slider__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slider__image_md1, .main-slider__image_md2, .main-slider__image_md4 {
    display: none
}

.main-slider__body {
    position: absolute;
    top: 50%;
    left: 190px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 15px
}

.main-slider__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #55565b
}

.main-slider__more {
    background: #e00036;
    border-radius: 2px;
    margin-top: 40px;
    width: 212px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff
}

.sale-banner {
    padding-bottom: 100px
}

.sale-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale-banner__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 660px;
    flex: 0 0 660px
}

.sale-banner__image img {
    width: 100%;
    max-width: 100%
}

.sale-banner__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 100px
}

.sale-banner__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 20px
}

.sale-banner__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    max-width: 100%
}

.sale-banner__more {
    background: #191919;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 196px;
    height: 59px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px
}

.sale-banner__more._white {
    color: #191919;
    background: #fff;
    border: 2px solid #191919
}

.products-slider {
    padding-bottom: 100px
}

.products-slider._mini .products-slider__title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #191919;
    text-align: left;
    text-transform: none;
    letter-spacing: normal
}

.products-slider._mini .products-slider__content {
    margin-top: 30px
}

.products-slider__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919
}

.products-slider__content {
    margin-top: 40px;
    position: relative
}

.products-slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4)
}

.products-slider__item:not(:last-child) {
    margin-right: 20px
}

.products-slider__arrow {
    position: absolute;
    top: 40%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.products-slider__arrow.products-slider-arrow-prev {
    left: 0
}

.products-slider__arrow.products-slider-arrow-next {
    right: 0
}

.products-slider__progressbar {
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: calc(100% + 9px);
    left: 0
}

.product {
    position: relative
}

.product__image {
    width: 100%;
    overflow: hidden;
    padding-bottom: 152%;
    display: block;
    position: relative
}

.product__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product__body {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.product__modificator {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 151.9%;
    text-transform: uppercase
}

.product__modificator > p {
    padding: 5px 8px
}

.product__modificator_new {
    color: #191919;
    background: #fff
}

.product__modificator_sale {
    color: #fff;
    background: #e00036
}

.product__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 151.9%;
    color: #191919;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.product__code {
    font-weight: 500;
    font-size: 14px;
    line-height: 151.9%;
    color: #55565b
}

.product__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 151.9%;
    color: #191919
}

.product__price_new {
    color: #e00036;
    margin-right: 15px
}

.product__price_old {
    font-weight: 500;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.product__colors {
    margin-top: 10px
}

.product__remove {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.colors-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0 4px 4px
}

.colors-product__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px
}

.colors-product__item .checkbox {
    width: 100%;
    height: 100%;
    display: block
}

.colors-product__item .checkbox__input:checked + .checkbox__color::after {
    opacity: 1
}

.colors-product__item .checkbox__color {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.colors-product__item .checkbox__color::after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    border: 1px solid #191919;
    opacity: 0
}

.colors-product__item .checkbox__color._black {
    background: #272727
}

.colors-product__item .checkbox__color._pink {
    background: #e38787
}

.colors-product__item .checkbox__color._haki {
    background: #9c978e
}

.colors-product__item .checkbox__color._red {
    background: #a61313
}

.colors-product__item .checkbox__color._orange {
    background: #d19b5a
}

.colors-product__item .checkbox__color._brown {
    background: #684d32
}

.colors-product__item .checkbox__color._yellow {
    background: #f4eddd
}

.categories {
    padding-bottom: 100px
}

.categories__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #191919
}

.categories__content {
    margin-top: 40px;
    position: relative
}

.categories__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
    flex: 0 0 calc((100% - 40px * 2) / 3)
}

.categories__item:not(:last-child) {
    margin-right: 40px
}

.categories__image {
    width: 100%;
    overflow: hidden;
    padding-bottom: 152%;
    display: block;
    position: relative
}

.categories__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.categories__body {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.categories__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%
}

.categories__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 151.9%;
    color: #191919
}

.categories__buy {
    font-weight: 500;
    font-size: 16px;
    line-height: 151.9%;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-right: 10px
}

.categories__buy::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    background: url(../img/icons/to-cart.svg) center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.categories__buy-now {
    font-weight: 500;
    font-size: 16px;
    line-height: 151.9%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.categories__arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.categories__arrow.categories-arrow-prev {
    left: 0
}

.categories__arrow.categories-arrow-next {
    right: 0
}

.categories__progressbar {
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: calc(100% + 9px);
    left: 0
}

.inst-gallery {
    padding-bottom: 100px
}

.inst-gallery__inst {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #e00036
}

.inst-gallery__inst::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    background: url(../img/icons/inst-red.svg) center/cover no-repeat
}

.inst-gallery__content {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative
}

.inst-gallery__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
    flex: 0 0 calc((100% - 20px * 4) / 5);
    padding-bottom: 19%;
    position: relative;
    display: block;
    overflow: hidden
}

.inst-gallery__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.inst-gallery__item:not(:last-child) {
    margin-right: 20px
}

.inst-gallery__progressbar {
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: calc(100% + 9px);
    left: 0
}

.inst-gallery__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inst-gallery__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 59px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inst-gallery__btn._white {
    background: #fff;
    border: 2px solid #55565b;
    color: #55565b;
    width: 225px
}

.inst-gallery__btn._red {
    background: #e00036;
    width: 190px;
    color: #fff
}

.inst-gallery__btn._red::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    background: url(../img/icons/inst-white.svg) center no-repeat
}

.search-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.search-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.search-slide__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-search-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-search-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-search-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.form-search-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.form-search-slide__input {
    width: 100%;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #c9c9c9
}

.form-search-slide__input input {
    width: 100%;
    max-width: 100%;
    min-width: 0
}

.form-search-slide__input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-search-slide__input input::-moz-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-search-slide__input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-search-slide__input input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-search-slide__input input::placeholder {
    color: rgba(0, 0, 0, .2)
}

.form-search-slide__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px
}

.form-search-slide__btn {
    background: #8c8c8c;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff
}

.login-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.login-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.login-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.login-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.login-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-login-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-login-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-login-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.body-login-slide__row {
    padding: 30px 20px
}

.body-login-slide__row:not(:last-child) {
    border-bottom: 1px solid #c9c9c9
}

.body-login-slide__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 20px
}

.body-login-slide__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-login-slide__form {
    margin: 30px 0 20px
}

.body-login-slide__btn {
    background: #191919;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    width: 198px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-login-slide__request {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.body-login-slide__list {
    margin: 15px 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    padding-left: 30px
}

.body-login-slide__item {
    position: relative
}

.body-login-slide__item:not(:last-child) {
    margin-bottom: 10px
}

.body-login-slide__item::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: calc(20px / 2);
    right: calc(100% + 12px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #191919
}

.form-body-login-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

.form-body-login-slide__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-body-login-slide__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.form-body-login-slide__input::-webkit-input-placeholder {
    color: #55565b
}

.form-body-login-slide__input::-moz-placeholder {
    color: #55565b
}

.form-body-login-slide__input:-ms-input-placeholder {
    color: #55565b
}

.form-body-login-slide__input::-ms-input-placeholder {
    color: #55565b
}

.form-body-login-slide__input::placeholder {
    color: #55565b
}

.form-body-login-slide__faggot {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919;
    text-align: right;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.profile-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.profile-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.profile-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.profile-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-profile-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-profile-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-profile-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.body-profile-slide__item {
    display: block;
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.body-profile-slide__item._disabled > * {
    opacity: .5
}

.body-profile-slide__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.body-profile-slide__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-banner {
    padding-bottom: 50px
}

.catalog-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.catalog-banner__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 660px;
    flex: 0 0 660px;
    padding-bottom: 25.6%;
    position: relative
}

.catalog-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog-banner__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-banner__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919;
    margin-bottom: 15px
}

.catalog-banner__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919
}

.catalog-banner__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #191919;
    margin-top: 40px
}

.catalog {
    padding-bottom: 100px
}

.catalog__title {
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919;
    margin-bottom: 30px
}

.catalog__body {
    margin-top: 20px
}

.catalog__footer {
    margin-top: 40px
}

.head-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-catalog__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-catalog__paggination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.actions-head-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px
}

.actions-head-catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    cursor: pointer
}

.paggination-catalog__list {
    display: inline
}

.paggination-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    border-bottom: 3px solid transparent
}

.paggination-catalog__item:not(:last-child) {
    margin-right: 22px
}

.paggination-catalog__item._active {
    border-color: #191919;
    font-weight: 600
}

.paggination-catalog__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 80px
}

.body-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 3) / 4);
    flex: 0 0 calc((100% - 40px * 3) / 4)
}

.footer-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.filter-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.filter-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.filter-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-filter-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-filter-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-filter-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.body-filter-slide {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.body-filter-slide__body {
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.body-filter-slide__row {
    padding: 30px 0;
    border-bottom: 1px solid #c9c9c9
}

.body-filter-slide__row._sort {
    padding: 20px 0
}

.body-filter-slide__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    padding-right: 20px
}

.body-filter-slide__name._active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.body-filter-slide__name::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../img/icons/select.svg) center no-repeat
}

.body-filter-slide__name + .body-filter-slide__content {
    margin-top: 20px;
    padding-right: 20px
}

.body-filter-slide__sort {
    margin: -10px 0
}

.body-filter-slide__button {
    padding-bottom: 30px
}

.body-filter-slide__btn {
    background: #191919;
    border-radius: 2px;
    width: 100%;
    height: 59px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff
}

.sort-body-filter-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.sort-body-filter-slide__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sort-body-filter-slide__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.sort-body-filter-slide__select .select__title {
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff
}

.sort-body-filter-slide__select .select__value {
    padding: 0 20px;
    height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919
}

.sort-body-filter-slide__select .select__value span {
    height: auto
}

.sort-body-filter-slide__select .select__options {
    top: calc(100% - 1px);
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919;
    padding: 5px 0;
    border-radius: 0
}

.sort-body-filter-slide__select .select__option {
    padding: 5px 20px
}

.colors-body-filter-slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0 4px 4px
}

.colors-body-filter-slide__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px
}

.colors-body-filter-slide__item .checkbox {
    width: 100%;
    height: 100%;
    display: block
}

.colors-body-filter-slide__item .checkbox__input:checked + .checkbox__color::after {
    opacity: 1
}

.colors-body-filter-slide__item .checkbox__color {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.colors-body-filter-slide__item .checkbox__color::after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    border: 1px solid #191919;
    opacity: 0
}

.colors-body-filter-slide__item .checkbox__color._black {
    background: #272727
}

.colors-body-filter-slide__item .checkbox__color._pink {
    background: #e38787
}

.colors-body-filter-slide__item .checkbox__color._haki {
    background: #9c978e
}

.colors-body-filter-slide__item .checkbox__color._red {
    background: #a61313
}

.colors-body-filter-slide__item .checkbox__color._orange {
    background: #d19b5a
}

.colors-body-filter-slide__item .checkbox__color._brown {
    background: #684d32
}

.colors-body-filter-slide__item .checkbox__color._yellow {
    background: #f4eddd
}

.size-body-filter-slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.size-body-filter-slide__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.size-body-filter-slide__item .checkbox__input:checked + .checkbox__text {
    border-color: #191919
}

.size-body-filter-slide__item .checkbox__text {
    border: 1px solid transparent;
    color: #191919;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.size-body-filter-slide__item .checkbox__text:before {
    display: none
}

.price-body-filter-slide__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.price-body-filter-slide__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 15px
}

.price-body-filter-slide__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.price-body-filter-slide__current {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #55565b
}

.card {
    padding-bottom: 100px
}

.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.card__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 435px;
    flex: 0 0 435px
}

.image-card {
    position: relative
}

.image-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
    position: relative;
    padding-bottom: 69%
}

.image-card__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.image-card__size {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 12px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.image-card__progressbar {
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-card__content {
    width: 100%
}

.main-card__info {
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9
}

.main-card__description {
    padding: 30px 0;
    border-bottom: 1px solid #c9c9c9
}

.main-card__delivery {
    padding-top: 30px
}

.info-main-card__head {
    margin-bottom: 15px
}

.info-main-card__colors, .info-main-card__price {
    margin-bottom: 30px
}

.info-main-card__size {
    margin-bottom: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 435px
}

@media screen and (max-width: 900px) {
    .header__logo_wrapper img {
        max-width: 100%;
        width: 100%
    }

    .info-main-card__size {
        overflow-y: scroll !important
    }
}

.info-main-card__quantity {
    margin-bottom: 30px
}

.info-main-card__to-card {
    width: 100%;
    background: #191919;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    height: 59px
}

.info-main-card__to-card span {
    margin-right: 10px
}

.head-info-main-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.head-info-main-card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-info-main-card__name {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.head-info-main-card__code {
    font-weight: 400;
    font-size: 16px;
    line-height: 151.9%;
    color: #55565b
}

.price-info-main-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.price-info-main-card__new {
    font-weight: 700;
    font-size: 22px;
    line-height: 151.9%;
    color: #e00036
}

.price-info-main-card__old {
    font-weight: 500;
    font-size: 18px;
    line-height: 151.9%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #191919
}

.price-info-main-card__static {
    font-weight: 700;
    font-size: 22px;
    line-height: 151.9%;
    color: #191919
}

.colors-info-main-card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.colors-info-main-card__list {
    margin-top: 20px;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.colors-info-main-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px
}

.colors-info-main-card__item .checkbox {
    width: 100%;
    height: 100%;
    display: block
}

.colors-info-main-card__item .checkbox__input:checked + .checkbox__color::after {
    opacity: 1
}

.colors-info-main-card__item .checkbox__color {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.colors-info-main-card__item .checkbox__color::after {
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    border: 1px solid #191919;
    opacity: 0
}

.colors-info-main-card__item .checkbox__color._black {
    background: #272727
}

.colors-info-main-card__item .checkbox__color._pink {
    background: #e38787
}

.colors-info-main-card__item .checkbox__color._haki {
    background: #9c978e
}

.colors-info-main-card__item .checkbox__color._red {
    background: #a61313
}

.colors-info-main-card__item .checkbox__color._orange {
    background: #d19b5a
}

.colors-info-main-card__item .checkbox__color._brown {
    background: #684d32
}

.colors-info-main-card__item .checkbox__color._yellow {
    background: #f4eddd
}

.size-info-main-card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.size-info-main-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.size-info-main-card__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.size-info-main-card__item .checkbox__input:checked + .checkbox__text {
    border-color: #191919
}

.size-info-main-card__item .checkbox__text {
    border: 1px solid transparent;
    color: #191919;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.size-info-main-card__item .checkbox__text:before {
    display: none
}

.quantity-info-main-card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.quantity-info-main-card__content {
    margin-top: 20px
}

.quantity-info-main-card__content .quantity {
    width: 130px;
    height: 40px;
    border: none
}

.quantity-info-main-card__content .quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #191919
}

.description-main-card {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919
}

.description-main-card > :not(:last-child) {
    margin-bottom: 10px
}

.delivery-main-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.delivery-main-card__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    padding-left: 32px;
    background: url(../img/icons/list-check.svg) left 2px no-repeat
}

.delivery-main-card__item a {
    color: inherit;
    text-decoration: underline
}

.cart-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cart-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-cart-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-cart-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-cart-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.body-cart-slide {
    padding: 20px
}

.products-body-cart-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    border-bottom: 1px solid #c9c9c9;
    bottom: 20px;
    padding-bottom: 30px
}

.products-body-cart-slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.products-body-cart-slide__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px
}

.products-body-cart-slide__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-products-body-cart-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.main-products-body-cart-slide__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
}

.main-products-body-cart-slide__img {
    width: 100%;
    padding-bottom: 145%;
    position: relative
}

.main-products-body-cart-slide__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.main-products-body-cart-slide__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 5px
}

.main-products-body-cart-slide__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.main-products-body-cart-slide__code {
    font-weight: 400;
    font-size: 16px;
    line-height: 151.9%;
    color: #55565b
}

.main-products-body-cart-slide__color, .main-products-body-cart-slide__size {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.main-products-body-cart-slide__delete {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919;
    margin-top: 5px
}

.actions-products-body-cart-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.actions-products-body-cart-slide__quantity .quantity {
    width: 130px
}

.actions-products-body-cart-slide__quantity .quantity__button {
    border-radius: 50%;
    border: 1px solid #191919
}

.actions-products-body-cart-slide__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 16px;
    line-height: 151.9%;
    text-align: right;
    color: #191919
}

.actions-products-body-cart-slide__price_old {
    font-weight: 500;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #191919
}

.actions-products-body-cart-slide__price_new {
    font-weight: 700;
    color: #e00036
}

.list-body-cart-slide {
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.list-body-cart-slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.list-body-cart-slide__item._total {
    font-weight: 600
}

.list-body-cart-slide__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.list-body-cart-slide__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.buttons-body-cart-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
}

.buttons-body-cart-slide__button {
    width: 100%;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 2px
}

.buttons-body-cart-slide__button._white {
    color: #191919;
    border: 1px solid #191919;
    background: #fff
}

.buttons-body-cart-slide__button._black {
    color: #fff;
    border: 1px solid #191919;
    background: #191919
}

.cart {
    padding-bottom: 70px
}

.cart__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.cart__content {
    margin-top: 50px
}

.cart__content._slim {
    margin-top: 40px
}

.head-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.head-cart__item._product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px
}

.head-cart__item._counts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-left: auto;
    margin-right: auto
}

.head-cart__item._price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-left: auto;
    margin-right: auto
}

.head-cart__item._total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    text-align: right
}

.head-cart__item._delete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 40px
}

.body-cart__product {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body-cart__product:not(:last-child) {
    border-bottom: 1px solid #c9c9c9
}

.body-cart__item._product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px
}

.body-cart__item._count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-left: auto;
    margin-right: auto
}

.body-cart__item._price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-left: auto;
    margin-right: auto
}

.body-cart__item._total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    text-align: right
}

.body-cart__item._delete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 40px
}

.body-cart__item._delete img {
    width: 100%;
    max-width: 100%
}

.body-cart__count > P {
    font-weight: 700;
    font-size: 16px;
    line-height: 151.9%;
    color: #191919
}

.body-cart__input {
    background: #fff;
    border: 1px solid #d5d5d5;
    width: 66px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-cart__input::-webkit-inner-spin-button, .body-cart__input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.body-cart__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 151.9%
}

.body-cart__price_static {
    color: #191919
}

.body-cart__price_new {
    color: #e00036
}

.body-cart__price_old {
    font-weight: 500;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.body-cart__total {
    font-weight: 700;
    font-size: 16px;
    line-height: 151.9%;
    text-align: right;
    color: #191919
}

.body-cart-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.body-cart-main__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    height: 247px;
    position: relative;
    overflow: hidden
}

.body-cart-main__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -o-object-fit: cover;
    object-fit: cover
}

.body-cart-main__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.body-cart-main__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-cart-main__code {
    font-weight: 400;
    font-size: 16px;
    line-height: 151.9%;
    color: #55565b
}

.body-cart-main__color, .body-cart-main__size {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-cart-main__edit {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    text-decoration: underline;
    margin-top: 5px
}

.other-cart {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.other-cart__promo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 650px
}

.other-cart__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px
}

.promo-other-cart__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo-other-cart__head._active .promo-other-cart__arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.promo-other-cart__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.promo-other-cart__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.promo-other-cart__arrow picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-other-cart__form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.promo-other-cart__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    background: #fff;
    border: 1px solid #eee;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.promo-other-cart__input::-webkit-input-placeholder {
    color: #ccc
}

.promo-other-cart__input::-moz-placeholder {
    color: #ccc
}

.promo-other-cart__input:-ms-input-placeholder {
    color: #ccc
}

.promo-other-cart__input::-ms-input-placeholder {
    color: #ccc
}

.promo-other-cart__input::placeholder {
    color: #ccc
}

.promo-other-cart__btn {
    background: #191919;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px
}

.list-other-cart__info {
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.list-other-cart__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-other-cart__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.list-other-cart__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    text-transform: uppercase
}

.list-other-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.list-other-cart__total_name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.list-other-cart__total_value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
}

.buttons-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.buttons-cart__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 2px
}

.buttons-cart__btn._white {
    color: #191919;
    background: #fff;
    border: 1px solid #191919
}

.buttons-cart__btn._black {
    color: #fff;
    background: #191919;
    border: 1px solid #191919
}

.login {
    padding: 50px 0 100px
}

.login__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.login__new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 656px;
    flex: 0 0 656px
}

.login__log {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 560px
}

.new-login__wrapper {
    background: #f3fafe;
    padding: 50px;
    min-height: 441px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.new-login__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.new-login__description {
    margin-top: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 20px
}

.new-login__description ul {
    padding-left: 25px
}

.new-login__description ul li {
    position: relative
}

.new-login__description ul li:not(:last-child) {
    margin-bottom: 10px
}

.new-login__description ul li::after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #191919;
    display: inline-block;
    border-radius: 50%
}

.new-login__description > :not(:last-child) {
    margin-bottom: 15px
}

.new-login__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 200px;
    background: #191919;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff
}

.order-new-login {
    padding: 40px 40px 0
}

.order-new-login__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.order-new-login__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-top: 20px
}

.order-new-login__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #191919;
    width: 340px;
    height: 59px;
    border: 1px solid #191919;
    border-radius: 2px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    max-width: 100%
}

.log-login__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.log-login__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-top: 20px
}

.log-login__form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.log-login__row {
    margin-bottom: 30px
}

.log-login__row._other {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.log-login__input {
    height: 60px;
    background: #fff;
    border: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.log-login__input::-webkit-input-placeholder {
    color: #55565b
}

.log-login__input::-moz-placeholder {
    color: #55565b
}

.log-login__input:-ms-input-placeholder {
    color: #55565b
}

.log-login__input::-ms-input-placeholder {
    color: #55565b
}

.log-login__input::placeholder {
    color: #55565b
}

.log-login__checkbox .checkbox__input:checked + .checkbox__text::before {
    background: url(../img/icons/check.svg) center no-repeat, #000
}

.log-login__checkbox .checkbox__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.log-login__checkbox .checkbox__text::before {
    content: "";
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-right: 15px
}

.log-login__fagot {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.log-login__btn {
    background: #191919;
    border-radius: 2px;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff
}

.log-login__subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    margin-top: 20px
}

.header-order {
    padding: 25px 0;
    border-bottom: 2px solid #c9c9c9
}

.header-order__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px
}

.header-order__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px
}

.header-order__logo img {
    width: 100%;
    max-width: 100%
}

.header-order__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 95px;
    -moz-column-gap: 95px;
    column-gap: 95px
}

.header-order__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    opacity: .5;
    position: relative;
    pointer-events: none
}

.header-order__item._succes {
    pointer-events: all
}

.header-order__item._active {
    opacity: 1
}

.header-order__item._active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #191919;
    display: inline-block;
    position: absolute;
    bottom: -31px;
    left: 0
}

.order {
    padding: 60px 0
}

.order__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.order__content {
    margin-top: 40px
}

.order__item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 2px solid #c9c9c9
}

.order__item:not(:first-child) {
    padding-top: 40px
}

.item-order__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.item-order__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

.item-order__row {
    width: 100%;
    max-width: 640px
}

.item-order__row .checkbox__input:checked + .checkbox__text {
    opacity: 1
}

.item-order__row .checkbox__input:checked + .checkbox__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #191919
}

.item-order__row .checkbox__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    opacity: .5
}

.item-order__row .checkbox__text::before {
    content: "";
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    border: 1px solid #191919;
    border-radius: 50%;
    margin: 0 20px 0 0
}

.item-order__row._multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.item-order__row._multi .item-order__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3)
}

.item-order__row._big {
    max-width: 100%
}

.item-order__row .select__title {
    background: #fff;
    border: 1px solid #d5d5d5;
    height: 60px;
    border-radius: 0
}

.item-order__row .select__value {
    height: 100%
}

.item-order__row .select__options {
    top: 100%;
    padding: 5px 0
}

.item-order__row .select__options .select__option[data-value="0"] {
    display: none;
    position: fixed;
    top: -999px;
    left: -999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.item-order__input {
    background: #fff;
    border: 1px solid #d5d5d5
}

.item-order__input input {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    min-width: 0;
    max-width: 100%
}

.item-order__input input::-webkit-input-placeholder {
    color: #b9b9b9
}

.item-order__input input::-moz-placeholder {
    color: #b9b9b9
}

.item-order__input input:-ms-input-placeholder {
    color: #b9b9b9
}

.item-order__input input::-ms-input-placeholder {
    color: #b9b9b9
}

.item-order__input input::placeholder {
    color: #b9b9b9
}

.item-order__hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.item-order__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f5f5f5;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.item-order__hint._icon::after {
    content: "";
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    background: url(../img/icons/i.svg) center/cover no-repeat
}

.item-order__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.item-order__checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
}

.item-order__checked_body {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

.item-order__checked_body._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-order__chekbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.item-order__chekbox._store {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.item-order__chekbox .checkbox._active + .delivery-item-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-order__chekbox .checkbox._active .checkbox__text {
    opacity: 1
}

.item-order__chekbox .checkbox._active .checkbox__text::after {
    content: "";
    position: absolute;
    top: calc(26px / 2);
    left: 7px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #191919
}

.item-order__chekbox .checkbox__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    opacity: .5
}

.item-order__chekbox .checkbox__text::before {
    content: "";
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    border: 1px solid #191919;
    border-radius: 50%;
    margin: 0 20px 0 0
}

.item-order__btn {
    background: #191919;
    border-radius: 2px;
    width: 200px;
    height: 60px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px
}

.item-order__select-store {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55565b;
    cursor: pointer
}

.delivery-item-order {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.delivery-item-order__price {
    padding-right: 10px;
    border-right: 1px solid #55565b
}

.delivery-item-order__date {
    padding-left: 10px
}

.store-item-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.store-item-order .delivery-item-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.store-item-order__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.store-item-order__description {
    margin-top: 8px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.store-slide {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.store-slide._active {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.store-slide__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.store-slide__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.store-slide__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: auto
}

.head-store-slide {
    padding: 72px 20px 10px;
    border-bottom: 1px solid #c9c9c9;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-store-slide__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-store-slide__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    cursor: pointer
}

.body-store-slide {
    padding: 40px 20px 30px;
    height: 100%
}

.body-store-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.body-store-slide__select {
    margin-bottom: 40px
}

.body-store-slide__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-store-slide__sel {
    margin-top: 5px
}

.body-store-slide__sel .select__title {
    height: 60px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0
}

.body-store-slide__sel .select__value {
    padding: 0 20px;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-store-slide__sel .select__options {
    top: 100%;
    padding: 0
}

.body-store-slide__sel .select__option {
    padding: 20px;
    color: #55565b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.body-store-slide__store {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 300px;
    overflow-y: auto
}

.body-store-slide__btn {
    background: #191919;
    border-radius: 2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body-store-slide__btn._disabled {
    background: #8c8c8c
}

.store-body-store-slide {
    margin-bottom: 30px;
    margin-right: -14px;
    padding-right: 14px
}

.store-body-store-slide::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.store-body-store-slide::-webkit-scrollbar-thumb {
    background: #d6d6d6
}

.store-body-store-slide__item {
    padding: 30px 0;
    border-bottom: 1px solid #c9c9c9
}

.store-body-store-slide__item:first-child {
    padding-top: 0
}

.store-body-store-slide__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.store-body-store-slide__item .checkbox__input:checked + .checkbox__body::after {
    content: "";
    position: absolute;
    top: calc(26px / 2);
    left: calc(26px / 2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #191919
}

.store-body-store-slide__item .checkbox__input:checked + .checkbox__body > * {
    opacity: 1
}

.store-body-store-slide__item .checkbox__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
    cursor: pointer
}

.store-body-store-slide__item .checkbox__body > * {
    opacity: .5
}

.store-body-store-slide__item .checkbox__body::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
    border: 1px solid #191919;
    border-radius: 50%
}

.store-body-store-slide__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.store-body-store-slide__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.pay {
    padding: 60px 0
}

.pay__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.pay__content {
    margin-top: 40px
}

.method-pay {
    padding-bottom: 40px;
    border-bottom: 2px solid #c9c9c9
}

.method-pay__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.method-pay__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 30px
}

.method-pay__item .checkbox__input:checked + .checkbox__text {
    opacity: 1
}

.method-pay__item .checkbox__input:checked + .checkbox__text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #191919
}

.method-pay__item .checkbox__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    opacity: .5
}

.method-pay__item .checkbox__text::before {
    content: "";
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    border: 1px solid #191919;
    border-radius: 50%;
    margin: 0 20px 0 0
}

.info-pay {
    padding-top: 40px
}

.info-pay__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.info-pay__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.info-pay__column._comments {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 640px
}

.info-pay__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.info-pay__body {
    margin-top: 15px
}

.info-pay__profile {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 15px
}

.info-pay__profile > :not(:last-child) {
    margin-bottom: 10px
}

.info-pay__edit {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #55565b;
    display: block
}

.info-pay__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.info-pay__textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    resize: none;
    height: 180px
}

.info-pay__textarea::-webkit-input-placeholder {
    color: #b9b9b9
}

.info-pay__textarea::-moz-placeholder {
    color: #b9b9b9
}

.info-pay__textarea:-ms-input-placeholder {
    color: #b9b9b9
}

.info-pay__textarea::-ms-input-placeholder {
    color: #b9b9b9
}

.info-pay__textarea::placeholder {
    color: #b9b9b9
}

.store-info-pay {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 20px;
    background: #f5f5f5;
    display: inline-block
}

.store-info-pay__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.store-info-pay__description {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.store-info-pay__description > :not(:last-child) {
    margin-bottom: 5px
}

.other-pay {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    padding-top: 30px
}

.other-pay__checked {
    margin-bottom: 20px
}

.other-pay__checked .checkbox__input:checked + .checkbox__text::before {
    background: url(../img/icons/check-black.svg) center no-repeat, #fff
}

.other-pay__checked .checkbox__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.other-pay__checked .checkbox__text::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #191919
}

.other-pay__checked .checkbox__text a {
    text-decoration: underline;
    color: inherit
}

.other-pay__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    background: #191919;
    border-radius: 2px;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-success {
    padding: 100px 0
}

.order-success__wrapper {
    width: 100%;
    max-width: 656px;
    background: #f3fafe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 83px 20px;
    margin: 0 auto
}

.order-success__body {
    width: 100%;
    max-width: 466px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-success__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #191919;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.order-success__text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #191919
}

.order-success__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    width: 200px;
    height: 60px;
    background: #191919;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog {
    padding-bottom: 100px
}

.blog__title {
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.blog__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 50px
}

.blog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
    flex: 0 0 calc((100% - 40px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog__image {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden
}

.blog__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.blog__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 141.9%;
    color: #191919
}

.blog__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 141.9%;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.blog__more {
    font-weight: 400;
    font-size: 16px;
    line-height: 141.9%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #191919
}

.blog-page {
    padding-bottom: 70px
}

.blog-page__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.blog-page__date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.blog-page__content {
    margin-top: 30px
}

.blog-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-page__row:not(:last-child) {
    margin-bottom: 60px
}

.blog-page__row._revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.blog-page__row._revers .blog-page__body {
    padding-left: 0;
    padding-right: 65px
}

.blog-page__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.blog-page__image img {
    width: 100%;
    max-width: 100%
}

.blog-page__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 65px
}

.blog-page__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #191919
}

.blog-page__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    margin-top: 20px
}

.blog-page__description > :not(:last-child) {
    margin-bottom: 10px
}

.contacts-store {
    padding-bottom: 100px
}

.contacts-store__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.contacts-store__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    height: 730px
}

.contacts-store__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    height: 100%
}

.contacts-store__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    position: relative
}

.contacts-store__map iframe {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.main-contacts-store {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.main-contacts-store__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-contacts-store__body {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px
}

.main-contacts-store__body::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.main-contacts-store__body::-webkit-scrollbar-thumb {
    background: #d6d6d6
}

.select-main-contacts-store__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.select-main-contacts-store__sel {
    margin-top: 5px
}

.select-main-contacts-store__sel .select__title {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    height: 60px
}

.select-main-contacts-store__sel .select__value {
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.select-main-contacts-store__sel .select__options {
    top: 100%;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.select-main-contacts-store__sel .select__option {
    padding: 20px
}

.body-main-contacts-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 600px
}

.body-main-contacts-store__item {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 5px
}

.body-main-contacts-store__item._active {
    background: rgba(59, 193, 255, .05)
}

.body-main-contacts-store__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-main-contacts-store__phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.body-main-contacts-store__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.body-main-contacts-store__description > p:not(:last-child) {
    margin-bottom: 5px
}

.hygiene {
    padding-bottom: 100px
}

.hygiene__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #191919;
    margin-bottom: 15px
}

.hygiene__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.hygiene__content {
    margin-top: 40px;
    position: relative
}

.hygiene__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 3) / 4);
    flex: 0 0 calc((100% - 40px * 3) / 4)
}

.hygiene__item:not(:last-child) {
    margin-right: 40px
}

.hygiene__image {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 268px
}

.hygiene__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.hygiene__body {
    padding-top: 20px
}

.hygiene__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 20px
}

.hygiene__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #191919
}

.hygiene__arrow {
    position: absolute;
    top: 104px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hygiene__arrow.hygiene-arrow-prev {
    left: 0
}

.hygiene__arrow.hygiene-arrow-next {
    right: 0
}

.register {
    padding-top: 40px;
    padding-bottom: 100px
}

.register__title {
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.register__content {
    margin-top: 30px
}

.register__main {
    width: 100%;
    max-width: 1030px;
    margin-bottom: 30px
}

.register__checkeds {
    margin-bottom: 30px
}

.register__btn {
    background: #191919;
    border-radius: 2px;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

.register__subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b
}

.main-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px
}

.main-register__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 90px) / 2);
    flex: 0 0 calc((100% - 90px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

.main-register__item {
    width: 100%;
    border-radius: 0
}

.main-register__input {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.main-register__input::-webkit-input-placeholder {
    color: #b9b9b9
}

.main-register__input::-moz-placeholder {
    color: #b9b9b9
}

.main-register__input:-ms-input-placeholder {
    color: #b9b9b9
}

.main-register__input::-ms-input-placeholder {
    color: #b9b9b9
}

.main-register__input::placeholder {
    color: #b9b9b9
}

.date-register {
    width: 100%;
    max-width: 470px;
    margin-bottom: 40px
}

.date-register__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.date-register__content {
    margin-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.date-register__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3)
}

.date-register__select .select__title {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0
}

.date-register__select .select__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    padding: 0 20px;
    height: 58px
}

.date-register__select .select__options {
    top: 100%;
    border-radius: 0;
    max-height: 250px;
    overflow-y: auto;
    padding: 0
}

.date-register__select .select__options::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.date-register__select .select__options::-webkit-scrollbar-thumb {
    background: #d6d6d6
}

.date-register__select .select__option {
    padding: 5px 20px
}

.date-register__select .select__option[data-value="0"] {
    position: fixed;
    top: -999px;
    left: -999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none
}

.checkeds-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px
}

.checkeds-register__item .checkbox__input:checked + .checkbox__text::before {
    background: url(../img/icons/check-black.svg) center no-repeat
}

.checkeds-register__item .checkbox__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    background: #fff
}

.checkeds-register__item .checkbox__text a {
    color: inherit
}

.checkeds-register__item .checkbox__text::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
    display: inline-block;
    margin: 0 15px 0 0;
    border: 1px solid #191919
}

.register-succes {
    padding-top: 30px;
    padding-bottom: 100px
}

.register-succes__banner {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #deeedc;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-bottom: 50px
}

.register-succes__title {
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.register-succes__text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.register-succes__btn {
    background: #191919;
    border-radius: 2px;
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px
}

.profile {
    padding-top: 40px;
    padding-bottom: 100px
}

.profile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.profile__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
}

.profile__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sidebar-profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 30px
}

.sidebar-profile__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.sidebar-profile__link._active {
    font-weight: 600;
    border-bottom: 1px solid #191919
}

.profile-personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.profile-personal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px) / 2);
    flex: 0 0 calc((100% - 50px) / 2)
}

.profile-personal__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #191919
}

.profile-personal__content {
    margin-top: 20px;
    background: #fafafa;
    padding: 40px 50px
}

.profile-personal__row {
    position: relative
}

.profile-personal__row:not(:first-child) {
    margin-top: 30px
}

.profile-personal__input {
    background: #fafafa;
    border: 1px solid #d5d5d5;
    font-weight: 400;
    height: 60px;
    padding: 0 20px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-personal__input::-webkit-input-placeholder {
    color: #b9b9b9
}

.profile-personal__input::-moz-placeholder {
    color: #b9b9b9
}

.profile-personal__input:-ms-input-placeholder {
    color: #b9b9b9
}

.profile-personal__input::-ms-input-placeholder {
    color: #b9b9b9
}

.profile-personal__input::placeholder {
    color: #b9b9b9
}

.profile-personal__label {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #b9b9b9;
    position: absolute;
    top: 5px;
    left: 20px
}

.profile-personal__btn {
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #191919;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px
}

.profile-personal__subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    padding-top: 20px
}

.profile-personal__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191919;
    padding-top: 7px;
    padding-bottom: 1px
}

.select-profile-personal {
    margin-top: 30px
}

.select-profile-personal__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191919
}

.select-profile-personal__content {
    margin-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.select-profile-personal__sel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3)
}

.select-profile-personal__sel .select__title {
    background: #fafafa;
    border: 1px solid #d5d5d5;
    border-radius: 0
}

.select-profile-personal__sel .select__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #55565b;
    padding: 0 20px;
    height: 58px
}

.select-profile-personal__sel .select__options {
    top: 100%;
    border-radius: 0;
    max-height: 250px;
    overflow-y: auto;
    padding: 0
}

.select-profile-personal__sel .select__options::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.select-profile-personal__sel .select__options::-webkit-scrollbar-thumb {
    background: #d6d6d6
}

.select-profile-personal__sel .select__option {
    padding: 5px 20px
}

.select-profile-personal__sel .select__option[data-value="0"] {
    position: fixed;
    top: -999px;
    left: -999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none
}

.history-body-profile {
    background: #fafafa;
    width: 100%;
    padding: 40px 50px 10px
}

.head-history-body-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head-history-body-profile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3 - 14px) / 3);
    flex: 0 0 calc((100% - 20px * 3 - 14px) / 3);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191919
}

.head-history-body-profile__item._arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px
}

.head-history-body-profile__item._num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.head-history-body-profile__item._date {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.head-history-body-profile__item._sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
}

.body-history-body-profile__item:not(:last-child) .main-body-history-body-profile:not(._active) {
    border-bottom: 1px solid #d5d5d5
}

.body-history-body-profile__submenu {
    display: none
}

.main-body-history-body-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191919;
    text-transform: uppercase;
    cursor: pointer;
    position: relative
}

.main-body-history-body-profile._active {
    border-bottom: none
}

.main-body-history-body-profile._active .main-body-history-body-profile__item._arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-body-history-body-profile__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3 - 14px) / 3);
    flex: 0 0 calc((100% - 20px * 3 - 14px) / 3)
}

.main-body-history-body-profile__item._price::after {
    content: " mdl"
}

.main-body-history-body-profile__item._arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-body-history-body-profile__item._num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.main-body-history-body-profile__item._date {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main-body-history-body-profile__item._sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
}

.submenu-body-history {
    padding: 30px;
    background: #fff
}

.submenu-body-history__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #191919;
    margin-bottom: 20px
}

.head-submenu-body-history {
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.head-submenu-body-history__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4)
}

.body-submenu-body-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid #d5d5d5
}

.body-submenu-body-history__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4)
}

.body-submenu-body-history__top {
    display: none
}

.body-submenu-body-history__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.body-submenu-body-history__bottom._product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.body-submenu-body-history__image {
    position: relative;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.body-submenu-body-history__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.body-submenu-body-history__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px
}

.body-submenu-body-history__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #191919
}

.body-submenu-body-history__weight {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #a3a3a3
}

.body-submenu-body-history__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191919;
    text-transform: uppercase
}

.body-submenu-body-history__price::after {
    content: " mdl"
}

.body-submenu-body-history__price_old {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #a3a3a3;
    text-transform: uppercase
}

.body-submenu-body-history__price_old::after {
    content: " mdl"
}

.favorite {
    padding: 40px 0 100px
}

.favorite__title {
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #191919
}

.favorite__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.favorite__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 3) / 4);
    flex: 0 0 calc((100% - 40px * 3) / 4)
}

.selected-category {
    width: 100%;
    padding-bottom: 30px
}

.selected-category__head {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.selected-category__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px
}

.selected-category__logo img {
    width: 100%;
    max-width: 100%
}

.selected-category__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 30px;
    width: 100%;
    row-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.selected-category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    position: relative
}

.selected-category__image {
    width: 100%;
    position: relative;
    padding-bottom: 126%;
    display: block;
    overflow: hidden
}

.selected-category__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.selected-category__btn {
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #191919;
    border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 113px
}

.page._selected-page {
    padding-top: 0
}

@media (min-width: 767.98px) {
    .categories__progressbar, .inst-gallery__progressbar {
        display: none
    }

    .image-card__images .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }

    .image-card__progressbar {
        display: none
    }
}

@media (min-width: 991.98px) {
    .menu__item:hover .menu__link {
        text-decoration: underline
    }

    .menu__item:hover .menu__submenu {
        display: block
    }

    .contacts-menu, .head-menu {
        display: none
    }

    .submenu-menu__item:not(:last-child) {
        margin-bottom: 3px
    }

    .products-slider__progressbar {
        display: none
    }

    .body-main-contacts-store__item:not(:last-child) {
        border-bottom: 1px solid #c9c9c9
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9
    }

    .checkbox a:hover {
        text-decoration: none
    }
}

@media (min-width: 1612px) {
    .main-slider__image_full {
        display: block
    }
}

@media (max-width: 1612px) {
    .popup__body {
        padding: 30px 20px
    }

    .head-sizes-popup {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .head-sizes-popup__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }

    .head-sizes-popup__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .head-sizes-popup__title {
        font-size: 20px;
        line-height: 24px
    }

    .head-sizes-popup__list {
        margin-top: 20px
    }

    .body-sizes-popup {
        margin-top: 30px;
        row-gap: 40px
    }

    .body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup__item:nth-child(3), .body-sizes-popup__item.body-sizes-popup-item-2 .head-body-sizes-popup__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px
    }

    .body-sizes-popup__item.body-sizes-popup-item-2 .body-body-sizes-popup__item._mini .body-body-sizes-popup__column, .body-sizes-popup__item.body-sizes-popup-item-2 .head-body-sizes-popup__item._mini .head-body-sizes-popup__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }

    .body-sizes-popup__content {
        margin-top: 30px
    }

    .head-body-sizes-popup {
        font-size: 12px;
        line-height: 16px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        padding-bottom: 20px
    }

    .head-body-sizes-popup__item:nth-child(1), .head-body-sizes-popup__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .head-body-sizes-popup__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
        flex: 0 0 540px
    }

    .body-body-sizes-popup {
        font-size: 12px;
        line-height: 16px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .body-body-sizes-popup__row {
        padding: 20px 0
    }

    .body-body-sizes-popup__item:nth-child(1), .body-body-sizes-popup__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .body-body-sizes-popup__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
        flex: 0 0 540px
    }

    .body-body-sizes-popup__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }

    .banners-submenu-menu {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding-right: 20px
    }

    .banners-submenu-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px
    }

    .nav-footer__container {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px
    }

    .nav-footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .main-slider {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .main-slider__arrow {
        width: 25px
    }

    .main-slider__image {
        height: 540px
    }

    .main-slider__body {
        left: 70px
    }

    .main-slider__title {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px
    }

    .main-slider__subtitle {
        font-size: 22px;
        line-height: 27px
    }

    .sale-banner {
        padding-bottom: 80px
    }

    .sale-banner__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .sale-banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2)
    }

    .sale-banner__body {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2)
    }

    .products-slider {
        padding-bottom: 80px
    }

    .products-slider__content {
        margin-top: 30px
    }

    .products-slider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }

    .product__body {
        padding-top: 15px
    }

    .categories {
        padding-bottom: 80px
    }

    .categories__content {
        margin-top: 30px
    }

    .categories__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }

    .categories__item:not(:last-child) {
        margin-right: 20px
    }

    .categories__buy {
        font-size: 14px;
        padding-right: 0
    }

    .inst-gallery {
        padding-bottom: 80px
    }

    .inst-gallery__inst {
        margin-top: 30px
    }

    .inst-gallery__content {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .inst-gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
        flex: 0 0 calc((100% - 20px * 3) / 4);
        padding-bottom: 23.5%
    }

    .catalog-banner {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .catalog-banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2);
        height: 400px
    }

    .catalog-banner__body {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .catalog-banner__title {
        font-size: 28px;
        line-height: 34px
    }

    .catalog {
        padding-bottom: 40px
    }

    .catalog__title {
        font-size: 28px;
        line-height: 34px
    }

    .catalog__footer {
        margin-top: 30px
    }

    .body-catalog {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 40px
    }

    .body-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
        flex: 0 0 calc((100% - 20px * 3) / 4)
    }

    .card {
        padding-bottom: 70px;
        padding-top: 40px
    }

    .card__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .card__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
        flex: 0 0 315px
    }

    .image-card__size {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image-card__size span {
        display: none
    }

    .head-info-main-card__name {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px
    }

    .price-info-main-card__new {
        font-size: 20px
    }

    .price-info-main-card__old {
        font-size: 16px
    }

    .price-info-main-card__static {
        font-size: 20px
    }

    .description-main-card p > strong {
        display: block
    }

    .cart {
        padding-bottom: 50px
    }

    .cart__title {
        font-size: 28px;
        line-height: 34px
    }

    .cart__content._slim .body-cart__item._delete, .cart__content._slim .head-cart__item._delete {
        display: none
    }

    .cart__content {
        margin-top: 40px
    }

    .other-cart {
        padding: 50px 30px
    }

    .promo-other-cart__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .buttons-cart {
        display: none
    }

    .login {
        padding: 40px 0 60px
    }

    .login__main {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .login__new {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .login__log {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: 100%
    }

    .new-login__wrapper {
        padding: 40px;
        min-height: 470px
    }

    .order-new-login {
        padding: 40px 0 0
    }

    .log-login {
        padding-top: 40px
    }

    .order {
        padding: 40px 0 50px
    }

    .order__title {
        font-size: 28px;
        line-height: 34px
    }

    .order__content {
        margin-top: 30px
    }

    .pay {
        padding: 40px 0 60px
    }

    .pay__title {
        font-size: 28px;
        line-height: 34px
    }

    .order-success {
        padding: 80px 0
    }

    .blog {
        padding-bottom: 80px
    }

    .blog__title {
        font-size: 28px;
        line-height: 34px
    }

    .blog__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 40px
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .blog__body {
        padding-top: 20px
    }

    .blog__name {
        font-size: 16px
    }

    .blog-page {
        padding-bottom: 60px
    }

    .blog-page__title {
        font-size: 28px;
        line-height: 34px
    }

    .blog-page__row {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .blog-page__row:not(:last-child) {
        margin-bottom: 50px
    }

    .blog-page__row._revers .blog-page__body {
        padding-right: 0
    }

    .blog-page__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
        flex: 0 0 calc((100% - 40px * 1) / 2)
    }

    .blog-page__body {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
        flex: 0 0 calc((100% - 40px * 1) / 2)
    }

    .contacts-store {
        padding-bottom: 60px
    }

    .contacts-store__title {
        font-size: 28px;
        line-height: 34px
    }

    .contacts-store__content {
        height: 710px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .contacts-store__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
        flex: 0 0 375px
    }

    .main-contacts-store {
        padding-top: 0
    }

    .main-contacts-store__body {
        margin-top: 10px
    }

    .hygiene {
        padding-bottom: 80px
    }

    .hygiene__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3)
    }

    .hygiene__item:not(:last-child) {
        margin-right: 30px
    }

    .register {
        padding-bottom: 80px
    }

    .register__title {
        font-size: 28px;
        line-height: 34px
    }

    .main-register {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .main-register__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .register-succes {
        padding-bottom: 80px
    }

    .register-succes__title {
        font-size: 28px;
        line-height: 34px
    }

    .profile__content {
        display: block
    }

    .profile__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .profile__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 65px
    }

    .sidebar-profile__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .profile-personal {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .profile-personal__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .profile-personal__content {
        padding: 40px 30px
    }

    .select-profile-personal__content {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .select-profile-personal__sel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 2) / 3);
        flex: 0 0 calc((100% - 10px * 2) / 3)
    }

    .history-body-profile {
        padding: 30px 30px 10px
    }

    .head-submenu-body-history__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }

    .head-submenu-body-history__item._count, .head-submenu-body-history__item._price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .head-submenu-body-history__item._total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .body-submenu-body-history__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }

    .body-submenu-body-history__item._count, .body-submenu-body-history__item._price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .body-submenu-body-history__item._total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .favorite {
        padding: 40px 0 80px
    }

    .favorite__title {
        font-size: 28px;
        line-height: 34px
    }

    .favorite__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .favorite__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }

    .selected-category__body {
        padding: 0 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px
    }

    .selected-category__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }



    .selected-category__image {
        padding-bottom: 0;
        height: 600px
    }

    .selected-category__btn {
        bottom: 50px
    }

    ._md1 {
        display: none
    }
}

@media (max-width: 991.98px) {
    body._order-page .page {
        padding-top: 0
    }

    .select__options, .select__title {
        font-size: 18px
    }

    ._title {
        font-size: 22px;
        line-height: 27px
    }

    .body-sizes-popup__name {
        font-size: 18px;
        line-height: 22px
    }

    .header__main {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 140px 20px 1fr;
        grid-template-columns:140px 1fr;
        -ms-grid-rows: 1fr 15px 1fr;
        grid-template-rows:1fr 1fr;
        grid-template-areas:"logo navigation""logo actions";
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 15px;
        padding: 20px 0
    }

    .header__navigation {
        margin-left: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .navigation-header__item {
        display: none
    }

    .navigation-header__item:nth-child(-n+3) {
        display: block
    }

    .actions-header__select .select__options {
        font-size: 14px
    }

    .menu {
        padding-bottom: 0;
        width: auto
    }

    .menu__body {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        max-width: 570px;
        background: #fff;
        -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
        box-shadow: -5px 0 5px -5px rgba(0, 0, 0, .1);
        padding: 55px 0 40px;
        overflow-y: auto;
        height: 100%;
        max-height: 100%;
        z-index: 20;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .menu__body._active {
        -webkit-transform: translateX(-570px);
        -ms-transform: translateX(-570px);
        transform: translateX(-570px);
        pointer-events: all
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        max-width: 100%
    }

    .menu__item {
        width: 100%;
        overflow: hidden
    }

    .menu__item._active {
        overflow: visible
    }

    .menu__item._active .submenu-menu {
        display: block;
        pointer-events: all;
        opacity: 1;
        visibility: visible;
        left: 0
    }

    .menu__link {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #c9c9c9
    }

    .menu__link::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        width: 20px;
        background: url(../img/icons/more.svg) center no-repeat
    }

    .submenu-menu {
        display: none;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 96px;
        left: 100%;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100% - 96px);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        pointer-events: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .submenu-menu__content {
        padding: 0;
        display: block;
        background: #fff
    }

    .display_categories, .submenu-menu__name {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        border-bottom: 1px solid #c9c9c9
    }

    .display_categories::before, .submenu-menu__name::before {
        content: "";
        width: 20px;
        height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background: url(../img/icons/more.svg) center no-repeat
    }

    .submenu-menu__list {
        margin-top: 0;
        display: block
    }

    .submenu-menu__link {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #c9c9c9
    }

    .submenu-menu__link::after {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        width: 20px;
        background: url(../img/icons/more.svg) center no-repeat
    }

    .banners-submenu-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        width: 100%;
        padding: 20px
    }

    .banners-submenu-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #191919
    }

    .icon-menu span:first-child {
        top: 0
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px)
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px)
    }

    .down-footer__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .down-footer__content > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
        flex: 0 0 calc((100% - 20px * 3) / 4)
    }

    .main-slider {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .main-slider__image {
        height: 400px
    }

    .main-slider__title {
        font-size: 28px;
        line-height: 34px
    }

    .main-slider__subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .sale-banner {
        padding-bottom: 60px
    }

    .sale-banner__title {
        font-size: 22px;
        line-height: 27px
    }

    .products-slider {
        padding-bottom: 60px
    }

    .products-slider._mini .products-slider__title {
        font-size: 22px;
        line-height: 27px;
        text-align: center
    }

    .products-slider__title {
        font-size: 22px;
        line-height: 27px
    }

    .products-slider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
        flex: 0 0 315px
    }

    .products-slider__arrow {
        display: none
    }

    .product__remove {
        margin-top: 10px
    }

    .categories {
        padding-bottom: 60px
    }

    .categories__title {
        font-size: 22px;
        line-height: 27px
    }

    .categories__body {
        row-gap: 15px
    }

    .categories__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 10px
    }

    .categories__arrow {
        display: none
    }

    .inst-gallery {
        padding-bottom: 60px
    }

    .inst-gallery__title {
        max-width: 435px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .inst-gallery__inst {
        font-size: 25px;
        line-height: 30px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        margin-top: 15px
    }

    .inst-gallery__inst::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
        flex: 0 0 37px;
        height: 37px;
        width: 37px
    }

    .inst-gallery__content {
        margin-top: 20px
    }

    .inst-gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 3) / 4);
        flex: 0 0 calc((100% - 10px * 3) / 4)
    }

    .inst-gallery__item:not(:last-child) {
        margin-right: 10px
    }

    .catalog-banner {
        padding-top: 30px
    }

    .catalog-banner__title {
        font-size: 22px;
        line-height: 27px
    }

    .catalog-banner__btn {
        margin-top: 30px
    }

    .catalog {
        padding-bottom: 60px
    }

    .catalog__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }

    .catalog__body {
        margin-top: 30px
    }

    .sort-body-filter-slide__select .select__options {
        font-size: 14px
    }

    .card {
        padding-bottom: 60px;
        padding-top: 30px
    }

    .card__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .card__image, .card__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .image-card__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 137%
    }

    .cart__title {
        font-size: 24px;
        line-height: 29px
    }

    .cart__content {
        margin-top: 30px
    }

    .head-cart__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px
    }

    .head-cart__item._price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px
    }

    .head-cart__item._delete {
        margin-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }

    .body-cart__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px
    }

    .body-cart__item._price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px
    }

    .body-cart__item._delete {
        margin-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }

    .body-cart__price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .body-cart-main {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .other-cart {
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px
    }

    .other-cart__promo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%
    }

    .other-cart__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .promo-other-cart__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 255px;
        flex: 0 0 255px
    }

    .new-login__wrapper {
        padding: 40px 20px;
        min-height: 480px
    }

    .log-login__form {
        margin-top: 20px
    }

    .order {
        padding: 30px 0 50px
    }

    .order__title {
        font-size: 24px;
        line-height: 29px
    }

    .item-order__row .select__options {
        font-size: 16px
    }

    .pay {
        padding: 30px 0
    }

    .pay__title {
        font-size: 24px;
        line-height: 29px
    }

    .info-pay__content {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .info-pay__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
        flex: 0 0 calc((100% - 30px) / 2)
    }

    .info-pay__column._comments {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-success {
        padding: 60px 0
    }

    .blog {
        padding-bottom: 60px
    }

    .blog__title {
        font-size: 24px;
        line-height: 29px
    }

    .blog__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 30px
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }

    .blog__body {
        padding-top: 15px
    }

    .blog-page {
        padding-bottom: 50px
    }

    .blog-page__title {
        font-size: 24px;
        line-height: 29px
    }

    .blog-page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-page__row:not(:last-child) {
        margin-bottom: 30px
    }

    .blog-page__row._revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-page__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        padding-bottom: 63%
    }

    .blog-page__image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

    .blog-page__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 30px;
        width: 100%
    }

    .contacts-store {
        padding-bottom: 50px
    }

    .contacts-store__title {
        font-size: 24px;
        line-height: 29px
    }

    .contacts-store__content {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px
    }

    .contacts-store__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto
    }

    .contacts-store__map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        padding-bottom: 55%
    }

    .main-contacts-store__body {
        margin-right: 0;
        padding-right: 0;
        overflow-y: visible
    }

    .select-main-contacts-store__sel .select__options {
        font-size: 16px
    }

    .body-main-contacts-store {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .body-main-contacts-store__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
        border-bottom: 1px solid #c9c9c9
    }

    .hygiene {
        padding-bottom: 60px
    }

    .hygiene__title {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .hygiene__content {
        margin-top: 30px
    }

    .hygiene__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3)
    }

    .hygiene__item:not(:last-child) {
        margin-right: 20px
    }

    .hygiene__image {
        height: auto;
        padding-bottom: 79%
    }

    .register {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .register__title {
        font-size: 24px;
        line-height: 29px
    }

    .date-register__select .select__options {
        font-size: 16px
    }

    .register-succes {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .register-succes__banner {
        margin-bottom: 30px
    }

    .register-succes__title {
        font-size: 24px;
        line-height: 29px
    }

    .profile__body, .register-succes__btn {
        margin-top: 40px
    }

    .profile-personal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px
    }

    .select-profile-personal__sel .select__options {
        font-size: 16px
    }

    .submenu-body-history {
        padding: 20px
    }

    .head-submenu-body-history__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px
    }

    .head-submenu-body-history__item._price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .head-submenu-body-history__item._count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .head-submenu-body-history__item._total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .body-submenu-body-history__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px
    }

    .body-submenu-body-history__item._price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .body-submenu-body-history__item._count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .body-submenu-body-history__item._total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .body-submenu-body-history__bottom._price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5px
    }

    .favorite {
        padding: 30px 0 60px
    }

    .favorite__title {
        font-size: 24px;
        line-height: 29px
    }

    .favorite__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 30px
    }

    .selected-category__image {
        height: 500px
    }

    .selected-category__btn {
        bottom: 40px
    }

    .page {
        padding-top: 96px
    }

    .header__logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .header__navigation {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .header__actions {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media (max-width: 767.98px) {
    body._order-page .page {
        padding-top: 0
    }

    .head-sizes-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .head-sizes-popup__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px
    }

    .head-sizes-popup__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 20px
    }

    .header__main {
        grid-template-areas:"logo navigation""actions actions";
        padding: 15px 0;
        -ms-grid-columns: 96px 1fr;
        grid-template-columns:96px 1fr
    }

    .header__logo_wrapper {
        width: 96px
    }

    .actions-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .other-actions-header {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .subscribe__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    .subscribe__main {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .subscribe__btn {
        margin-left: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59px;
        flex: 0 0 59px
    }

    .nav-footer {
        display: none
    }

    .down-footer {
        padding: 20px 0
    }

    .down-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    .down-footer__content > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .down-footer__language, .main-slider__arrow {
        display: none
    }

    .main-slider__body {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 20px
    }

    .main-slider__more {
        margin-top: 20px;
        width: 226px
    }

    .sale-banner__content {
        display: block
    }

    .sale-banner__body {
        padding-top: 35px
    }

    .sale-banner__title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 22px
    }

    .sale-banner__more {
        margin-bottom: 20px
    }

    .products-slider__item .product__colors {
        margin-top: 10px
    }

    .product__price_new {
        display: block;
        margin-right: 0
    }

    .product__price_old {
        display: block
    }

    .product__colors {
        margin-top: 5px
    }

    .categories__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }

    .inst-gallery__inst {
        font-size: 20px;
        line-height: 24px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .inst-gallery__inst::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        height: 24px;
        width: 24px
    }

    .inst-gallery__content {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .inst-gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
        flex: 0 0 175px;
        height: 175px;
        padding-bottom: 0
    }

    .catalog-banner._sale .catalog-banner__image {
        display: block;
        padding-bottom: 0;
        margin-bottom: 25px
    }

    .catalog-banner._sale .catalog-banner__image img {
        position: static
    }

    .catalog-banner._sale .catalog-banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-banner__image {
        display: none
    }

    .catalog-banner__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .catalog__body {
        margin-top: 20px
    }

    .head-catalog__paggination {
        display: none
    }

    .body-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2)
    }

    .card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .card__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 550px
    }

    .card__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .head-cart__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px
    }

    .head-cart__item._total {
        display: none
    }

    .body-cart__product {
        padding: 30px 0
    }

    .body-cart__item._product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px
    }

    .body-cart__item._total {
        display: none
    }

    .body-cart-main__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 120px
    }

    .promo-other-cart__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px
    }

    .promo-other-cart__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .promo-other-cart__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .list-other-cart__info {
        padding-top: 20px;
        border-top: 1px solid #c9c9c9
    }

    .login__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .login__new {
        margin-top: 40px
    }

    .log-login {
        padding-top: 0
    }

    .header-order {
        padding: 25px 0 20px
    }

    .header-order__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px
    }

    .header-order__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 140px
    }

    .header-order__item._active::after {
        bottom: -22px
    }

    .order__item:not(:last-child) {
        padding-bottom: 30px
    }

    .order__item:not(:first-child) {
        padding-top: 30px
    }

    .item-order__title {
        font-size: 18px;
        line-height: 22px
    }

    .item-order__row._multi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 20px
    }

    .item-order__row._multi .item-order__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px) / 2);
        flex: 0 0 calc((100% - 15px) / 2)
    }

    .item-order__row._multi .item-order__input:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .item-order__chekbox {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .store-item-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 10px
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2)
    }

    .contacts-store__map {
        height: 400px;
        padding-bottom: 0
    }

    .body-main-contacts-store__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2)
    }

    .hygiene__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }

    .hygiene__arrow {
        display: none
    }

    .main-register {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    .main-register__column {
        row-gap: 20px
    }

    .profile-personal__content {
        padding: 40px 15px
    }

    .history-body-profile {
        width: auto;
        padding: 15px 20px 10px
    }

    .head-history-body-profile__item._num {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .head-history-body-profile__item._date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .head-history-body-profile__item._sum {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .main-body-history-body-profile__item._num {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .main-body-history-body-profile__item._date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .main-body-history-body-profile__item._sum {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .submenu-body-history {
        padding: 0 20px
    }

    .submenu-body-history__title {
        margin-bottom: 0
    }

    .head-submenu-body-history {
        display: none
    }

    .body-submenu-body-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 20px
    }

    .body-submenu-body-history__row:last-child {
        border-bottom: none
    }

    .body-submenu-body-history__item {
        width: 100%
    }

    .body-submenu-body-history__item._count, .body-submenu-body-history__item._price, .body-submenu-body-history__item._product, .body-submenu-body-history__item._total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .body-submenu-body-history__top {
        display: block;
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #191919
    }

    .favorite__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2)
    }

    .selected-category__item, .selected-category__item:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .selected-category__item:nth-child(3) img {
        height: 100%
    }

    .selected-category__image {
        padding-bottom: 121%;
        height: auto
    }

    .page {
        padding-top: 86px
    }

    .header__logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .header__navigation {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .header__actions {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

@media (max-width: 600px) {
    body._toggle {
        right: 100%
    }

    .products-body-cart-slide__item {
        display: block
    }

    .products-body-cart-slide__main {
        width: 100%;
        margin-bottom: 20px
    }

    .products-body-cart-slide__actions {
        width: 100%
    }

    .main-products-body-cart-slide__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2)
    }

    .main-products-body-cart-slide__img {
        width: 90px;
        padding-bottom: 97%
    }

    .main-products-body-cart-slide__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2)
    }

    .actions-products-body-cart-slide {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .actions-products-body-cart-slide__quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2)
    }

    .actions-products-body-cart-slide__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
        -moz-text-align-last: left;
        text-align-last: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 570px) {
    body._lock {
        right: 100%
    }

    .menu__body {
        padding-top: 45px
    }

    .menu__body._active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .submenu-menu {
        top: 86px;
        max-height: calc(100% - 86px)
    }
}

@media (max-width: 479.98px) {
    ._container {
        padding: 0 15px
    }

    ._title {
        font-size: 18px;
        line-height: 22px
    }

    .head-sizes-popup__list {
        font-size: 14px;
        line-height: 20px
    }

    .body-sizes-popup__name {
        font-size: 16px;
        line-height: 20px
    }

    .body-sizes-popup__content {
        margin-top: 20px
    }

    .main-slider {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .main-slider__image_md4 {
        display: block
    }

    .main-slider__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .main-slider__subtitle {
        font-size: 16px;
        line-height: 19px
    }

    .products-slider._mini .products-slider__title, .products-slider__title {
        font-size: 18px;
        line-height: 22px
    }

    .products-slider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }

    .product__modificator > p {
        padding: 4px 6px
    }

    .product__modificator {
        font-size: 10px
    }

    .product__code, .product__name {
        font-size: 12px
    }

    .product__price {
        font-size: 14px
    }

    .categories__title {
        font-size: 18px;
        line-height: 22px
    }

    .inst-gallery__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px
    }

    .inst-gallery__btn._red, .inst-gallery__btn._white {
        width: 100%
    }

    .head-login-slide, .head-search-slide {
        padding-top: 45px
    }

    .form-body-login-slide {
        row-gap: 20px
    }

    .form-body-login-slide__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px
    }

    .form-body-login-slide__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .head-profile-slide {
        padding-top: 45px
    }

    .catalog-banner {
        padding-bottom: 30px
    }

    .catalog-banner__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .catalog {
        padding-bottom: 50px
    }

    .catalog__title {
        font-size: 22px;
        line-height: 27px
    }

    .body-catalog {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 45px
    }

    .body-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
        flex: 0 0 calc((100% - 15px * 1) / 2)
    }

    .head-filter-slide {
        padding-top: 45px
    }

    .body-filter-slide {
        padding: 0 15px
    }

    .body-filter-slide__name, .body-filter-slide__name + .body-filter-slide__content {
        padding-right: 0
    }

    .card {
        padding-bottom: 50px
    }

    .head-info-main-card__name {
        font-size: 22px;
        line-height: 27px
    }

    .head-cart-slide {
        padding-top: 45px
    }

    .body-cart-slide {
        padding: 30px 15px
    }

    .cart__title {
        font-size: 22px;
        line-height: 27px
    }

    .cart__content {
        margin-top: 20px
    }

    .head-cart__item._counts {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 20px;
        display: none
    }

    .head-cart__item._delete, .head-cart__item._price {
        display: none
    }

    .body-cart__product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 15px
    }

    .body-cart__item._product {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .body-cart__item._count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        margin-left: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .body-cart__item._price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 95px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .body-cart__item._delete {
        margin-left: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .body-cart__count > P {
        text-align: end
    }

    .body-cart__input {
        width: 55px;
        height: 60px
    }

    .other-cart {
        padding: 20px 15px
    }

    .new-login__wrapper {
        min-height: 470px
    }

    .order {
        padding: 30px 0
    }

    .order__title {
        font-size: 22px;
        line-height: 27px
    }

    .item-order__checked_body, .item-order__content {
        row-gap: 20px
    }

    .item-order__chekbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 20px
    }

    .head-store-slide {
        padding-top: 45px
    }

    .body-store-slide {
        padding: 30px 20px 20px
    }

    .body-store-slide__select, .store-body-store-slide {
        margin-bottom: 20px
    }

    .store-body-store-slide__item {
        padding: 20px 0
    }

    .pay__title {
        font-size: 22px;
        line-height: 27px
    }

    .pay__content {
        margin-top: 30px
    }

    .info-pay__title, .method-pay__title {
        font-size: 18px;
        line-height: 22px
    }

    .info-pay__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .order-success {
        padding: 50px 0
    }

    .order-success__wrapper {
        padding: 40px 20px
    }

    .order-success__title {
        font-size: 18px;
        line-height: 22px
    }

    .blog {
        padding-bottom: 50px
    }

    .blog__title {
        font-size: 22px;
        line-height: 27px
    }

    .blog__content {
        margin-top: 30px
    }

    .blog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .blog__more {
        padding-top: 5px
    }

    .blog-page__title {
        font-size: 22px;
        line-height: 27px
    }

    .blog-page__body {
        padding-top: 20px
    }

    .blog-page__name {
        font-size: 18px;
        line-height: 22px
    }

    .blog-page__description {
        margin-top: 15px
    }

    .contacts-store {
        padding-bottom: 40px
    }

    .contacts-store__title {
        font-size: 22px;
        line-height: 27px
    }

    .contacts-store__map {
        height: 300px
    }

    .body-main-contacts-store__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .hygiene {
        padding-bottom: 50px
    }

    .hygiene__title {
        font-size: 18px;
        line-height: 22px
    }

    .register {
        padding-bottom: 50px
    }

    .register__title {
        font-size: 22px;
        line-height: 27px
    }

    .date-register {
        margin-bottom: 30px
    }

    .date-register__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    .date-register__select {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .register-succes {
        padding-bottom: 50px
    }

    .register-succes__title {
        font-size: 22px;
        line-height: 27px
    }

    .sidebar-profile__list {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .profile-personal__title {
        font-size: 16px;
        line-height: 19px
    }

    .profile-personal__btn {
        margin-top: 30px
    }

    .profile-personal__subtext {
        margin-right: -10px
    }

    .select-profile-personal__content {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .select-profile-personal__sel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
        flex: 0 0 calc((100% - 15px * 1) / 2)
    }

    .select-profile-personal__sel:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .head-history-body-profile {
        padding-bottom: 13px
    }

    .head-history-body-profile__item {
        font-size: 14px;
        line-height: 17px
    }

    .favorite {
        padding: 30px 0 50px
    }

    .favorite__title {
        font-size: 22px;
        line-height: 27px
    }

    .favorite__content {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 30px
    }

    .favorite__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
        flex: 0 0 calc((100% - 15px * 1) / 2)
    }

    .selected-category__head {
        height: 95px
    }

    .selected-category__body {
        padding: 0 15px
    }

    .selected-category__btn {
        bottom: 30px
    }
}

@media (max-width: 1365px) and (min-width: 991.98px) {
    .main-slider__image_md1 {
        display: block
    }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
    .main-slider__image_md2 {
        display: block
    }
}

@media (any-hover: hover) {
    .navigation-header__link:hover {
        opacity: .6
    }

    .other-actions-header__item:hover .other-actions-header__icon {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .submenu-menu__link:hover {
        text-decoration: underline
    }

    .banners-submenu-menu__item:hover .banners-submenu-menu__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .info-nav-footer__value:hover {
        text-decoration: underline
    }

    .dev-down-footer:hover .dev-down-footer__icon img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .social-down-footer__item:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .breadcrums__link:hover {
        text-decoration: none
    }

    .products-slider__arrow:hover {
        background: #fff
    }

    .product__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .product__name:hover {
        text-decoration: underline
    }

    .categories__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .categories__name:hover {
        text-decoration: underline
    }

    .categories__buy:hover::after {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .categories__arrow:hover {
        background: #fff
    }

    .inst-gallery__item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .size-body-filter-slide__item .checkbox__text:hover, .size-info-main-card__item .checkbox__text:hover {
        border-color: #c4c4c4
    }

    .body-cart-main__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .body-cart-main__name:hover {
        text-decoration: underline
    }

    .body-store-slide__sel .select__option:hover {
        background: #ebebeb;
        color: #191919
    }

    .blog__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .blog__name:hover {
        text-decoration: underline
    }

    .hygiene__arrow:hover {
        background: #fff
    }

    .sidebar-profile__link:not(._active):hover {
        text-decoration: underline
    }

    .main-body-history-body-profile:hover {
        background: #fcfcfc
    }

    .selected-category__btn:hover {
        background: #e00036
    }
}
