@charset "UTF-8";

/*@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Bold.woff2) format("woff2"), url(../fonts/CeraRoundPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Black.woff2) format("woff2"), url(../fonts/CeraRoundPro-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Light.woff2) format("woff2"), url(../fonts/CeraRoundPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Regular.woff2) format("woff2"), url(../fonts/CeraRoundPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Medium.woff2) format("woff2"), url(../fonts/CeraRoundPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CeraRoundPro;
    src: url(../fonts/CeraRoundPro-Thin.woff2) format("woff2"), url(../fonts/CeraRoundPro-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}*/






@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Bold.ttf) format("ttf"), url(../fonts/Nunito/Nunito-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Black.ttf) format("ttf"), url(../fonts/Nunito/Nunito-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Light.ttf) format("ttf"), url(../fonts/Nunito/Nunito-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Regular.ttf) format("ttf"), url(../fonts/Nunito/Nunito-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Medium.ttf) format("ttf"), url(../fonts/Nunito/Nunito-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}






* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #2b2a33;
    line-height: 1;
    font-family: Nunito, CeraRoundPro, Ubuntu, sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Nunito ,CeraRoundPro, Ubuntu, sans-serif;
    font-size: inherit;
    line-height: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent
}

a {
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-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;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 78.375rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px;
    min-width: 228px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e7f3de;
    color: #7bb44e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.button--yellow {
    background: #ffc407;
    color: #2b2a33
}

.button--yellow:hover {
    background: #ffd651 !important;
    color: #2b2a33 !important
}

.button--grey {
    background: #f4f5f7;
    color: #5c6373;
    padding: 16px 24px
}

.button--grey:hover {
    background: #f53643 !important;
    color: #fff !important
}

.button--grey-border {
    background: #f3f3f6;
    color: #2b2a33;
    padding: 16px 32px;
    border: 1px solid #e0e2e4
}

.button--grey-border:hover {
    background: #e0e2e4 !important;
    color: #2b2a33 !important
}

.button--fw {
    width: 100%
}

.button--border {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff
}

.button--border:hover {
    background: 0 0 !important;
    border-color: #ffc407 !important;
    color: #ffc407 !important
}

.button--border-green {
    border-color: #7bb44e;
    color: #7bb44e
}

.button--border-green:hover {
    background: 0 0 !important;
    border-color: #ffc407 !important;
    color: #ffc407 !important
}

.button--dark {
    background: #7bb44e;
    color: #fff
}

.button--dark:hover {
    background: rgba(123, 180, 78, .7) !important;
    color: #fff !important
}

.show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: 0 0;
    border: 1px solid #e6e6e6;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.show-all::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(../img/icons/arroe.svg) no-repeat center #7bb44e
}

.show-all:hover {
    color: #7bb44e
}

.show-all:hover::after {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

textarea.input {
    resize: none;
    padding: 0 0
}

.popup__label {
    position: relative
}

.checkbox {
    position: relative;
    height: 20px
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:focus-visible+.checkbox__label:before {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.checkbox__input:checked+.checkbox__label:before {
    background: #7bb44e;
    content: url(../../../img/icons/tick.svg);
    text-align: center
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    gap: 10px
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1de;
    border-radius: 5px
}

.checkbox__label:hover::before {
    background: #e1e1e1
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.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__item:not(:last-child) {
    margin-bottom: .3125em
}

.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute
}

.options__input:focus-visible+.options__label:before {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.options__input:checked+.options__label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.options__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 10px
}

.options__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    border: 1px solid #a7a9ac
}

.options__label:after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -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: 5px
}

.select {
    position: relative
}

.select__body {
    position: relative
}

.select__title {
    color: #fff;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border-radius: 4px
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
    height: 14px;
    gap: 10px;
    background: 0 0
}

.blok.title_filter {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
  min-height: 14px;
  justify-content: space-between;
}

.select__value>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #2b2a33 !important;
    font-size: 14px !important;
    white-space: nowrap
}

.select__value:after,
.blok.title_filter::after {
    content: url(../img/icons/chevron.svg);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
}

.checkout__delivery-details .simple-row {
  width: 100%;
  min-width: 100%;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select__value:hover {
    outline: 0
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    max-height: 196px;
    min-width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 12px 0 10px;
    overflow: hidden
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px;
    color: inherit
}

.select__option._select-selected {
    color: #7bb44e
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select._select-open {
    z-index: 5
}

._select-tag {
    cursor: pointer
}

.filter-catalog__item.open .item-filter-catalog__other {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.item-filter-catalog__other.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px
}

.filter-catalog__item {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 12px
}

.filter ._select-open+.filter__btn-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%
}

.filter ._select-open+.filter__btn-other::after {
    content: url(../img/icons/arrow-bottom-black.svg)
}

.filter ._select-open+.filter__btn-other.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-clear-filter {
    display: none
}

.btn-clear-filter.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: max-content;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._select-multiple .select__body .select__options .select__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

._select-multiple .select__body .select__options .select__option::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1de;
    background: #fff;
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

._select-multiple .select__body .select__options ._select-selected::before {
    content: "";
    background: url('../img/icons/check-select.svg') no-repeat center
}

.item-filter-catalog__body .select__title {
    display: none
}

.filter .select__content {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #000 !important
}

.filter .select__options {
    position: relative;
    padding: 0;
    border: none;
    background: 0 0;
    top: 0;
    left: 0;
    margin-bottom: 12px
}

.filter .select__option._select-selected {
    background-color: transparent
}

._select-tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 6px;
    padding: 8px 28px 8px 12px;
    background-color: #7bb44e;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._select-tag::after,
._select-tag::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    right: 18px;
    top: calc(50% - 5px)
}

._select-tag::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

._select-tag::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select__title .select__content {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter__show-more .filter__btn-other,
.filter__show-more .text-hidden {
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px dashed #7bb44e;
    color: #7bb44e
}

.checkout .select__title {
    padding: 13px 16px;
    border: 1px solid #d1d1de;
    border-radius: 8px
}

.checkout__delivery-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.checkout .select__options {
    color: #2b2a33;
    position: absolute;
    top: calc(100% + 8px);
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border-top: 0;
    border-radius: 8px;
    padding: 8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    z-index: 5;
    max-height: 196px;
    overflow-y: auto
}

._select-open .select__title {
    border-color: #ffc407
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    line-height: .75;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.rating__label p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #5c6373
}

.rating__label p.bold {
    font-weight: 700
}

.rating.rating_sending {
    opacity: .2
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer
}

.rating__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__body::before {
    content: url(../img/icons/grey-star.svg) url(../img/icons/grey-star.svg) url(../img/icons/grey-star.svg) url(../img/icons/grey-star.svg) url(../img/icons/grey-star.svg);
    display: block
}

.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.rating__active::before {
    content: url(../img/icons/active-star.svg) url(../img/icons/active-star.svg) url(../img/icons/active-star.svg) url(../img/icons/active-star.svg) url(../img/icons/active-star.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
    position: relative !important
}

.rating__value {
    font-size: 50%;
    line-height: 1;
    padding: 0 0 0 10px;
    opacity: 0
}

.quantity {
    gap: 4px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity--checkout {
    height: 32px
}

.quantity__button {
    position: relative;
    border-radius: 50%;
    height: 100%;
    width: 40px;
    border: 1px solid #d1d1de;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.quantity__button--checkout {
    width: 32px
}

.quantity__button::after,
.quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #2b2a33;
    width: 10px;
    height: 1px
}

.quantity__button:hover {
    border-color: #ffc407
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    width: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quantity__input input {
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    width: 100%
}

.quantity__input input:active,
.quantity__input input:hover {
    outline: 0
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 21px;
    height: 21px;
    right: -10px;
    top: -9px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #7bb44e
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #d1d1de;
    border-radius: 3px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #7bb44e
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[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-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: none
}

.qs-datepicker-container {
    margin: 5px;
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    position: absolute;
    width: 15.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: #000;
    -webkit-box-shadow: 0 1.25em 1.25em -.9375em rgba(0, 0, 0, .3);
    box-shadow: 0 1.25em 1.25em -.9375em rgba(0, 0, 0, .3);
    border-right: 1px solid #fff;
    border-left: 1px solid #f1ad70;
    padding: 5px
}

.qs-datepicker-container:after,
.qs-datepicker-container:before {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 2;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#f1ad70), to(#fffdf2));
    background-image: linear-gradient(to right, #f1ad70 0, #fffdf2 100%)
}

.qs-datepicker-container:before {
    top: 0
}

.qs-datepicker-container:after {
    bottom: 0
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.qs-datepicker-container.qs-hidden {
    display: none
}

.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: .5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1
}

.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: .875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.qs-datepicker .qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: .26392em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, .4)
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1
}

.qs-datepicker .qs-controls {
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #000;
    color: #fff;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.qs-datepicker .qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: .26392em;
    -webkit-transition: background .15s;
    transition: background .15s
}

.qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, .1)
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
    border-right-color: #000
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
    border-left-color: #000
}

.qs-datepicker .qs-arrow:after {
    content: "";
    border: .39062em solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border .2s;
    transition: border .2s
}

.qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: grey;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%)
}

.qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: grey;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%)
}

.qs-datepicker .qs-month-year {
    font-weight: 700;
    -webkit-transition: border .2s;
    transition: border .2s;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid grey
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: 0
}

.qs-datepicker .qs-month {
    padding-right: .5ex
}

.qs-datepicker .qs-year {
    padding-left: .5ex
}

.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .3125em;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    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;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    border-radius: .26392em
}

.qs-datepicker .qs-square.qs-current {
    font-weight: 700
}

.qs-datepicker .qs-square.qs-current span {
    text-decoration: underline
}

.qs-datepicker .qs-square.qs-active {
    background: #fff;
    color: #000
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
    border-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.qs-datepicker .qs-square.qs-disabled span {
    opacity: .2
}

.qs-datepicker .qs-square.qs-empty {
    cursor: default
}

.qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed
}

.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    color: grey
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange
}

.qs-datepicker .qs-event {
    position: relative
}

.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: .46875em;
    height: .46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 60px;
    -webkit-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup__title {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 0 40px
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    opacity: 1;
}

.popup__wrapper {
    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__content {
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease 0s;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 705px;
    border-radius: 20px;
    position: relative;
}

.lock .popup__content {
    visibility: visible
}

.popup__close {
    position: absolute;
    right: 16px;
    top: 16px;
    height: 42px;
    width: 42px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0;
    background: #f4f4f4;
    border-radius: 12px
}

.popup__close::after,
.popup__close::before {
    content: "";
    display: block;
    width: 1.2px;
    height: 18px;
    background: #2b2a33;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 10px)
}

.popup__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup__close:hover::after,
.popup__close:hover::before {
    background: #ffc407
}

.popup__close:hover::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.popup__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.popup__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.popup__bottom p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8590a6;
    font-size: 14px;
    line-height: 20px
}

.popup__bottom p a {
    border-bottom: 1px solid #8590a6;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.popup__input,
.popup__textarea {
    border: 1px solid #d1d1de;
    border-radius: 8px;
    outline: 0
}

.popup__input:active,
.popup__input:hover,
.popup__textarea:active,
.popup__textarea:hover {
    border-color: #ffc407
}

.popup__input._form-error {
    border-color: #ff4e16;
    background: #fff4f3
}

.popup__textarea {
    width: 100%;
    padding: 20px;
    resize: vertical;
    min-height: 62px;
    height: 140px
}

.popup__input {
    padding: 13px 16px;
    width: 100%
}

.newReview__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff0d3;
    border-radius: 12px;
    border: 1px dashed #ffc407;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.newReview__file span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer
}

.newReview__addFile {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffc407;
    cursor: pointer
}

.newReview__addFile::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url(../img/icons/downloads.svg)
}

.newReview__item {
    opacity: 0
}

.contact-us__form-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

#leave_review_answer .popup__content,
#leave_review_answer form,
#leave_review .popup__content,
#leave_review form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

#empty-basket .popup__content,
#sentApplication .popup__content,
#sentApplicationCallback .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;
    gap: 12px;
    max-width: 564px
}

#empty-basket .popup__content a,
#sentApplication .popup__content a,
#sentApplicationCallback .popup__content a {
    margin-top: 12px
}

#empty-basket .popup__content .popup__text,
#sentApplication .popup__content .popup__text,
#sentApplicationCallback .popup__content .popup__text {
    color: #5c6373;
    text-align: center
}

#callBack .popup__content,
#pre-order .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;
    gap: 12px;
    max-width: 540px;
    padding: 40px 60px
}

#callBack .popup__content .popup__text,
#pre-order .popup__content .popup__text {
    color: #5c6373;
    text-align: center;
    line-height: 24px
}

#callBack .popup__content .button,
#pre-order .popup__content .button {
    padding: 16px 24px
}

#callBack .popup__content .contact-us__form,
#pre-order .popup__content .contact-us__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px
}

.sentApplication__img {
    display: block;
    height: 120px;
    width: auto
}

.form__error {
    color: #ff4e16;
    font-size: 13px;
    line-height: 1.2
}

.popup__toMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #5c6373;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.popup__toMain:hover {
    color: #8590a6
}

#basket .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;
    gap: 24px;
    max-width: 900px;
    padding: 40px 60px
}

#basket .popup__content .popup__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#basket .popup__content .popup__bottom .button {
    padding: 16px 24px
}

.basket__total-sum {
    background: #f4f5f7;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket__total-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.basket__sum {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: right
}

.basket__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.basket__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.basket__product:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5
}

.basket-product__prev {
    display: block;
    width: 72px;
    height: 72px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.basket-product__prev img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.basket-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    max-width: 360px;
    margin-right: 12px
}

.basket-product__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 16px
}

.basket-product__char {
    font-size: 14px;
    line-height: 1;
    color: #5c6373
}

.basket-product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 447px;
    flex-shrink: 0;
}

.basket-product__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.basket-product__right .quantity {
  margin-right: 24px;
}

.basket-product__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
    margin-right: 4px;
}

.basket-product__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f4f5f7;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto;
}

.basket-product__remove path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.basket-product__remove:hover {
    background: #f53643
}

.basket-product__remove:hover path {
    fill: #fff
}

.basket-product .catalog-card__price-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket-product .catalog-card__price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

#not_available-payment .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;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 60px;
    max-width: 768px
}

#not_available-payment .popup__content .popup__subtitle {
    text-align: center;
    margin-bottom: 8px
}

#not_available-payment .popup__content .popup__bottom {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#not_available-payment .popup__content .popup__deleteProduct path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#not_available-payment .popup__content .popup__deleteProduct:hover path {
    fill: #fff
}

#not_available-payment .popup__content .basket__products {
    border: 1px solid #d1d1de;
    border-radius: 12px;
    padding: 12px 24px;
    margin-bottom: 8px
}

#not_available-payment .popup__content .basket-product__info {
    max-width: 378px
}

#not_available-payment .popup__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.autorization .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;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 60px;
    max-width: 500px;
    overflow: hidden;
    position: relative
}

.autorization .popup__content .autorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.autorization .popup__content .autorization__for-email {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px dashed #2b2a33
}

.autorization .popup__content .autorization__variant-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #8590a6
}

.autorization .popup__content .autorization__variant-on::after,
.autorization .popup__content .autorization__variant-on::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3
}

.autorization .popup__content .autorization__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -8px
}

.autorization .popup__content .autorization__btns button {
    padding: 9px 26px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 130px;
    width: max-content;
}

.autorization .popup__content .autorization__forgot-password {
    text-align: right;
    color: #7bb44e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: -8px
}

.autorization .popup__content .popup__subtitle {
    color: #5c6373;
    text-align: center;
    line-height: 1.5
}

.autorization .popup__content .popup__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -40px;
    padding: 22px;
    width: calc(100% + 120px)
}

.autorization .popup__content .popup__bottom p {
    color: #5c6373
}

.autorization .popup__content .popup__bottom button {
    color: #7bb44e;
    font-weight: 500;
    border-bottom: 1px dashed #7bb44e
}

.autorization .popup__content .popup__title {
    padding: 0
}

.autorization .popup__content .contact-us__form-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.form__viewpass {
    position: absolute;
    right: 14px;
    top: 13px
}

.form__viewpass::after {
    content: url(../img/icons/eye1.svg);
}

.form__viewpass._viewpass-active::after {
    content: url(../img/icons/eye2.svg);
}

#credit-form .popup__content {
    max-width: 900px
}

#credit-form .popup__content .basket-product__info {
    margin-right: 38px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

#credit-form .basket__products:not(:first-child) {
    margin-top: 24px
}

#credit-form .basket__products .basket__product:not(:last-child) {
    border-bottom: none
}

.credit-form {
    width: 100%;
    border: 1px solid #d1d1de;
    border-radius: 12px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.credit-form__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: 220px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.credit-form .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.credit-form__actions {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spollers {
    display: -ms-grid;
    display: grid
}

.spollers__item {
    padding: 17px 0;
    border-top: 1px solid #e5e5e5
}

.spollers__item:last-child {
    border-bottom: 1px solid #e5e5e5
}

.spollers__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-right: 20px;
    width: 100%;
    cursor: default;
    text-align: left;
    position: relative;
    list-style: none
}

.spollers__title::marker {
    display: none
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title::before {
    content: url(../../img/icons/chevron.svg);
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.spollers__body {
    color: #5c6373;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 14px 0 0 12px
}

.spollers__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.spollers__body ul a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.spollers__body ul a:hover {
    opacity: .7
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__content {
    border: 1px solid #eee;
    padding: .625rem .9375rem
}

.product__tabs {
    width: 100%
}

.product__tabs:not(:first-child) {
    margin-top: 34px
}

.product__tabs .tabs__navigation {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 19px 0
}

.product__tabs .tabs__title {
    padding: 0 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #5c6373
}

.product__tabs .tabs__title._tab-active {
    color: #7bb44e
}

.product__tabs .tabs__title:not(:last-child) {
    border-right: 1px solid #ddd
}

.product__tabs .tabs__content {
    border: none;
    margin-top: 32px;
    padding: 0
}

[data-showmore-button] span:last-child {
    display: none
}

._showmore-active [data-showmore-button] span {
    display: none
}

._showmore-active [data-showmore-button] span:last-child {
    display: block
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg--contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(255, 196, 7, .1)
}

::-webkit-scrollbar-thumb {
    background-color: #ffc407;
    width: 7px;
    border-radius: 32px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #fff #ffc407;
  }
  .breadcrumb {
    padding-bottom: 10px;
    line-height: 16px;
  }
  /* @-moz-document url-prefix() {
    .breadcrumb {
      padding-bottom: 16px;
      line-height: 16px;
    }
  } */
.product .page__container {
    overflow: hidden;
    width: 100%
}

.page.account {
    margin-bottom: 0
}

.body {
    font-size: 16px;
    line-height: 1.5
}

.seo-block__text p {
    font-size: 16px;
    line-height: 1.5
}
.seo-block__text ul,
.seo-block__text ol{
    margin: 16px 0 20px 0;
    padding: 0 0 0 26px;
    list-style: inherit;
    list-style-type: disc;
}
.seo-block__text ul li,
.seo-block__text ol li{
    list-style: inherit;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
}
.seo-block__text ul li::marker ,
.seo-block__text ol li::marker{
    color: #ffc407;
    font-size: 1.5em;
}
.seo-block img {
  object-fit: contain;
}

.body2 {
    font-size: 14px;
    line-height: 1.5
}

.h1 {
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.h2,
h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

.page__content {
    margin-top: 24px;
    margin-bottom: 80px
}

.page.search {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.scroll-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
/*    bottom: 32px;*/
    bottom: 170px;
/*    right: 32px;*/
    right: 24px;
    z-index: 80;
}

.toTop {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    width: 48px;
    display: block;
    height: 48px;
    border-radius: 50%;
    padding: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.toTop.disabled {
    display: none
}

.toTop__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.toTop svg {
    display: block;
    height: 18px;
    width: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.toTop:hover {
    background: #ffc407
}

.toTop:hover .toTop__arrows {
    -webkit-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    transform: translateY(-34px)
}

.breadcrumb {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow-y: auto
}

.breadcrumb::-webkit-scrollbar {
    display: none
}

.breadcrumb-item {
    color: #5c6373;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.breadcrumb-item:not(:first-child)::before {
    content: url(../img/icons/pagination-icon.svg);
    padding-right: 8px;
    display: block;
    height: 14px;
}

.breadcrumb-item a {
    white-space: nowrap;
}

.cookies {
    position: fixed;
    bottom: 12px;
    left: 0;
/*    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;*/
    width: 100%;
    z-index: 50
}

.cookies.close {
    display: none
}

.cookies__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2b2a33;
    border-radius: 12px;
/*    height: 100%*/
}

.cookies__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 70%
}

.cookies p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff
}

.cookies span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.cookies button {
    padding: 14px 40px;
    width: -webkit-max-content;
    min-width: max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: max-content;
    white-space: nowrap;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.cookie-btn {
    background: #ffc407;
    color: #2b2a33
}

.cookie-btn:hover {
    background: #ffd651;
    color: #2b2a33
}

.callbackBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.callbackBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    background: 0 0;
    border-radius: 50%;
    -webkit-animation: scaleBtnBorder 1s infinite alternate;
    animation: scaleBtnBorder 1s infinite alternate
}

.callbackBtn__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    -webkit-animation: scaleBtn 1s infinite alternate;
    animation: scaleBtn 1s infinite alternate;
    border-radius: 50%
}

@-webkit-keyframes scaleBtnBorder {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        border: 1.6px solid #7bb44e
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
        border: 1.6px solid #9bd56d
    }
}

@keyframes scaleBtnBorder {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        border: 1.6px solid #7bb44e
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
        border: 1.6px solid #9bd56d
    }
}

@-webkit-keyframes scaleBtn {
    from {
        background: #87c159;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        background: #9bd56d
    }
}

@keyframes scaleBtn {
    from {
        background: #87c159;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        background: #9bd56d
    }
}

.search {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.search.open {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: #fff;
    left: 0;
    padding: 28px 16px 0
}

.search__close,
.search__title {
    display: none
}

.catalog__left-panel.fixed .catalog__panel-close,
.header .search__close,
.search.open .search__close {
    display: block;
    position: absolute;
    top: 24px;
    right: 17px;
    width: 36px;
    height: 36px;
    background: #f4f4f4;
    border-radius: 12px
}

.catalog__left-panel.fixed .catalog__panel-close::after,
.catalog__left-panel.fixed .catalog__panel-close::before,
.header .search__close::after,
.header .search__close::before,
.search.open .search__close::after,
.search.open .search__close::before {
    content: "";
    display: block;
    width: 1.5px;
    height: 16px;
    background: #2b2a33;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 8px)
}

.catalog__left-panel.fixed .catalog__panel-close::before,
.header .search__close::before,
.search.open .search__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog__left-panel.fixed .catalog__panel-close::after,
.header .search__close::after,
.search.open .search__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.catalog__left-panel.fixed .catalog__panel-close:hover::after,
.catalog__left-panel.fixed .catalog__panel-close:hover::before,
.header .search__close:hover::after,
.header .search__close:hover::before,
.search.open .search__close:hover::after,
.search.open .search__close:hover::before {
    background: #ffc407
}

.catalog__left-panel.fixed .catalog__panel-close:hover::before,
.header .search__close:hover::before,
.search.open .search__close:hover::before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.catalog__left-panel.fixed .catalog__panel-close:hover::after,
.header .search__close:hover::after,
.search.open .search__close:hover::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.search.open .search__title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.search__label {
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 30px;
    background: #fff;
    padding: 16px 24px;
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search__label .top__search {
    position: absolute;
    right: 4px;
    border-radius: 50%;
    background: #ffc407;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
	cursor: pointer;
}

.search__label .top__search svg:last-child {
    display: none
}

.search__label .top__search svg:first-child {
    display: block
}

.search.open .top__search {
    position: absolute;
    right: 4px;
    border-radius: 50%;
    background: #ffc407;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px
}

.search.open .top__search svg:last-child {
    display: none
}

.search.open .top__search svg:first-child {
    display: block
}

.search.open .search__label {
    position: relative;
    border-radius: 30px;
    background: #fff;
    padding: 16px 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.search__input {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0
}

.search__input:active,
.search__input:focus,
.search__input:hover {
    outline: 0;
    border: none
}

.search__input::-webkit-input-placeholder {
    color: #5c6373;
    font-size: 14px;
    line-height: 1
}

.search__input::-moz-placeholder {
    color: #5c6373;
    font-size: 14px;
    line-height: 1
}

.search__input:-ms-input-placeholder {
    color: #5c6373;
    font-size: 14px;
    line-height: 1
}

.search__input::-ms-input-placeholder {
    color: #5c6373;
    font-size: 14px;
    line-height: 1
}

.search__input::placeholder {
    color: #5c6373;
    font-size: 14px;
    line-height: 1
}

.search.open .search__input {
    display: block
}

.show-more {
    color: #7bb44e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    line-height: 1.18;
    margin-top: 20px
}

.show-more .text-hidden {
    display: none
}

.show-more.open .text-hidden {
    display: block
}

.show-more.open .text-more {
    display: none
}

.show-more.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.seo-block__text {
    max-height: 170px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden
}

.seo-block.open .seo-block__text {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.block__title {
    font-weight: 700;
    line-height: 1.2
}

.block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.block__slider,
.video__slider {
    position: relative
}

.swiper-button {
    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: #f3f3f3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    top: calc((100% - 32px) / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-button::before {
    content: url(../img/icons/bx-chevron-left.svg)
}

.swiper-button.swiper-button-prev {
    left: -80px
}

.swiper-button.swiper-button-next {
    right: -80px
}

.swiper-button.swiper-button-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button.swiper-button-disabled {
    opacity: .6
}

.swiper-button:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(18, 18, 21, .1);
    box-shadow: 0 4px 8px 0 rgba(18, 18, 21, .1);
    background-color: #ffc407
}

.page__main-slider .swiper-button {
    background: #fff
}

.page__main-slider .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.page__main-slider .swiper-button-next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2
}

.swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background: #d6d6d6;
    border-radius: 50%;
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #7bb44e
}

.page__title {
    font-weight: 700;
    line-height: 1.2
}

.page__title:not(:first-child) {
    margin-top: 24px
}

.page__title span {
    color: #7bb44e
}

.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagging__arrow:hover path {
    fill: #7bb44e
}

.pagging__arrow._disabled {
    opacity: .3
}

.pagging__arrow._disabled:hover {
    fill: #5c6373 !important
}

.pagging__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #5c6373
}

.pagging__item._active {
    background: #7bb44e;
    color: #fff
}

.pagging__item:hover {
    color: #7bb44e
}

.pagging__item._active:hover {
    color: #fff !important
}

.news .pagging {
    margin-bottom: 0
}

.text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.text__content:not(:first-child) {
    margin-top: 24px
}

.text__content ol {
    list-style: none;
    margin-top: 12px
}

.text__title {
    font-weight: 700;
    line-height: 1.2
}

.text__title:not(:first-child) {
    margin-top: 32px
}

.not-page__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;
    max-width: 630px;
    margin: 15px auto 80px
}

.not-page__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.not-page .h1 {
    margin-top: 24px
}

.not-page__subtitle {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #5c6373;
    margin-top: 12px
}

.not-page .button {
    margin-top: 24px
}

.contacts__block-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px
}

.contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.contacts__block a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__block a:hover {
    opacity: .7
}

.contacts__block span {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.contacts__block-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #8590a6
}

.page__banner {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 18px
}

.product__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.product__sliders:not(:first-child) {
    margin-top: 60px
}

.product__sliders-content {
    position: relative
}

.product__sliders .catalog-block__shell {
    min-height: 370px
}

.product__sliders .viewed-goods__slider {
    overflow: unset !important
}

.viewed-goods.product__sliders{
    max-width: 100%;
}

.popup__content.basket
.cart-goods__slider{
    overflow: hidden!important;
}
.popup__content.basket
.viewed-goods__slide{
    width: 148px;
    padding: 0px 0px;
}
.popup__content.basket
.swiper-slide{
    height: auto;
}
.popup__content.basket
 .product__sliders .catalog-block__shell{
    height: 100%;
}
.popup__content.basket
.viewed-goods__slide
.catalog-card{
    padding: 6px;
    border: none;
    box-shadow: none;
}
.popup__content.basket
.catalog-card__prev{
    width: auto;
    height: 94px;
}
.popup__content.basket
.product__sliders .catalog-block__shell {
    min-height: inherit;
} 
.popup__content.basket
.elem__ratings{
    display: none;
}
.popup__content.basket
.stickers{
    display: block;
}
.popup__content.basket
.catalog-card__title {
    font-size: 13px;
}
.popup__content.basket
.catalog-card:hover{
    max-height: 370px;
    /* min-height: auto; */
}
.popup__content.basket
.product__sliders:last-child{
    padding-bottom: 0;
    margin-top: 0px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
}
.popup__content.basket 
.catalog-block__title {
    font-size: 22px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.popup__content.basket
.in-cart-link,
.popup__content.basket
.in-cart{
    -webkit-flex: 0 0  auto;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
}
.catalog-block__title-wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    column-gap: 16px;
}
.cart_btn-wrap {
        display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    column-gap: 10px;
}
.cart_btn-wrap .swiper-button{
    position: relative;
    left: inherit!important;
    right: inherit!important;
    top: inherit!important;
    bottom: inherit!important;
    transform: none!important;
    margin: 0!important;
    width: 40px;
    height: 40px;
}
.cart_btn-wrap 
.swiper-button-next:after, 
.cart_btn-wrap 
.swiper-button-prev:after{
    display: none;
}
@media screen and (max-width: 900px){
    .cart_btn-wrap 
    .swiper-button.swiper-button-prev, 
    .cart_btn-wrap 
    .swiper-button.swiper-button-next {
        display: block; 
    }
    .cart_btn-wrap 
    .swiper-button::before {
        content: url(../img/icons/bx-chevron-left.svg);
        display: block;
        margin: 0 auto;
        width: 28px;
        height: 28px;
        margin-top: 5px;
    }
}

.product__sliders:last-child {
    padding-bottom: 80px
}

.page.product {
    margin-bottom: 0
}

.search .pagging {
    margin-bottom: 0
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

.header__nav {
    color: #5c6373
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.header__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 1
}

.header__nav ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__nav ul li a:hover {
    opacity: .7
}

.header__nav ul li:not(:first-child)::before {
    content: "";
    display: block;
    background: #5c6373;
    border-radius: 50%;
    width: 4px;
    height: 4px
}

.header__lang-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px
}

.header__lang-buttons button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 6px 10px;
    border-radius: 6px;
    background: 0 0;
    border: none;
    color: #8590a6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 1
}

.header__lang-buttons button.active {
    background: #ededed;
    color: #2b2a33
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff0d3;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px 12px;
    border-radius: 16px
}

.header__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__main-content:not(:last-child) {
    padding-bottom: 24px
}

.header__main-nav {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header__main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%
}

.header__main-nav ul .header__main-link .header__catalog-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 20px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header__main-nav ul .header__main-link .header__catalog-link:hover {
    color: #8590a6
}

.header__main-nav ul .header__main-link {
    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
}

.header__main-nav ul .header__main-link:not(:last-child)::after {
    content: "";
    width: 1px;
    display: block;
    height: 20px;
    background: #ddd
}

.header__chevron {
    display: none
}

.header__logo {
    display: block;
    height: auto;
    margin-right: 24px
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: relative
}

.header__contacts a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__contacts a:hover {
    opacity: .7
}

.header__contacts span {
    font-size: 14px;
    line-height: 1
}

.header__callBack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.header__callBack::after {
    content: url(../img/icons/chevron.svg)
}

.header__dropdown-contacts {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: -26px;
    right: -26px;
    background: #fff;
    z-index: 30;
    border-radius: 12px;
    padding: 16px;
    gap: 12px
}

.header__dropdown-contacts a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.header__dropdown-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.header__shedule {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #8590a6
}

.header__actions-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__toPage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    height: 44px;
    width: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.header__toCatalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    color: #5c6373;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__toCatalog:hover {
    opacity: .7
}

.header__total-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer
}

.header__total-sum div {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.header__catalog-menu {
    display: -ms-grid;
    display: grid;
    position: relative;
    overflow-y: auto;
    max-height: 520px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 32px 32px;
    z-index: 20;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

.header__catalog-menu a:hover {
    opacity: .7
}

.header__catalog-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 12px
}

.header__catalog-category img {
    display: block;
    height: 52px;
    width: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 12px
}

.header__catalog-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 0
}

.header__catalog-category ul li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1;
    padding: 0;
    border: none
}

.header__category-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.header__toPage-in {
    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;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffc407;
    top: 0;
    right: 0;
    -webkit-transform: translate(20%, -40%);
    -ms-transform: translate(20%, -40%);
    transform: translate(20%, -40%);
    line-height: 1;
    text-align: center
}

.icon-menu {
    display: none
}

.menu__body {
    display: none
}

.menu-open .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 82%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 150;
    padding: 20px 16px;
    max-width: 300px
}

.menu-open .icon-menu {
    display: none
}

.shell {
    display: none;
    position: absolute;
    padding-top: 6px;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: 0 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.menu-show::after {
    opacity: 1
}

.menu-show .header__main {
    z-index: 150
}

.header__contacts.open .header__dropdown-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__result {
    display: none
}

.search__result.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #fff;
    padding: 12px 12px 0;
    border-radius: 12px;
    z-index: 200;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    overflow: hidden
}

.search__result-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    max-height: 266px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px
}

.search__result-block::-webkit-scrollbar-thumb {
    background: #d7d7d7
}

.search__result-block::-webkit-scrollbar {
    width: 5px;
    background-color: #f0f0f0
}

.search.open .search__result {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.search.open .search__result-block {
    max-height: 70vh
}

.search__result-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    left: -12px;
    right: -12px;
    width: calc(100% + 24px);
    text-align: center;
}

.search.open .search__result-btn {
    position: fixed;
    bottom: 0;
    margin: 0 auto 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: calc(100% - 32px);
    text-align: center;
}

.search-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search-product:hover .search-product__name {
    color: #8590a6
}

.search-product__img {
    display: block;
    height: 34px;
    width: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-product__img img {
    display: block;
    width: 100%;
    height: 100%
}

.search-product__name {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search-product__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.search__reset {
    display: none;
    position: absolute;
    right: 54px
}

.search__reset.active {
    display: block
}

.header--mini {
    border-bottom: 1px solid #ececec;
    padding-top: 7px;
    padding-bottom: 7px
}

.header--mini .header__content {
    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
}

.menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__autorization p {
    display: none
}

.menu-open .wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10
}

.header__menu-breadcrumbs {
    display: none
}

.header .search__close {
    display: none
}

.header__main-link.open .shell {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    min-height: 100vh;
    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;
    z-index: 100;
    padding-top: 0
}

.header__main-link.open .shell .header__catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px 32px;
    max-height: unset
}

.header__main-link.open .shell .header__catalog-category img {
    display: none
}

.header__main-link.open .shell .header__menu-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 16px
}

.header__main-link.open .shell .search__close {
    display: block;
    z-index: 101;
    position: relative;
    top: unset;
    right: unset
}

.header__main-link.open .shell .header__catalog-comeBack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__main-link.open .shell .header__catalog-comeBack::before {
    content: url(../img/icons/arrow-left.svg)
}

.footer {
    position: relative;
    background: #0e1a2a;
    color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.footer__decor {
    position: absolute;
    bottom: 0;
    left: 40px;
    display: block;
    width: 266px;
    height: auto;
    z-index: 0
}
.footer
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 30px;
    opacity: .6;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    border-top: 1px solid #2c3848;
    gap: 16px
}

.footer__logo {
    display: block;
    max-width: 231px;
    height: auto
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.footer__link {
    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: #ffc407;
    width: 44px;
    height: 44px;
    background: #ffc407;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__link:hover {
    background: #ffd651
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.footer__nav span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.footer__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__nav li:hover {
    color: rgba(255, 196, 7, 1);
}

.footer__contacts {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__tel {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #ffc407;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__tel:hover {
    color: #ffd651
}

.footer__contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 258px;
    height: 26px;
    padding: 6px 16px;
    background: #222e3e;
    border-radius: 13px 0 13px 13px;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 20px
}

.footer__contacts-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__contacts-link a:hover {
    opacity: .7
}

.footer__shedule {
    font-size: 14px;
    line-height: 1;
    margin-top: 14px
}

.footer__mail {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__mail:hover {
    opacity: .7
}

.footer__payment-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px
}

.footer__developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__developer a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer__developer a:hover {
    opacity: .7
}

.footer__nav--catalog li::before {
    content: "";
    display: block;
    background: #ffc407;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.footer__nav--catalog li {
    font-weight: 700
}

.top-banner {
    height: 54px;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-banner.close {
    height: 0;
    opacity: 0
}

.no-webp .top-banner__link {
    background: url(../img/slim-banner.png) no-repeat center
}

.top-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.top-banner__close {
    position: absolute;
    top: 9px;
    right: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0
}

.top-banner__close::after,
.top-banner__close::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #2b2a33;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 9px)
}

.top-banner__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top-banner__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top-banner__close:hover::after,
.top-banner__close:hover::before {
    background: #ffc407
}

.top-banner__close:hover::before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.top-banner__close:hover::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.top-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    overflow: hidden
}

.top-banner__content img {
    display: block;
    height: 61px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.top-banner__content span {
    z-index: 2;
    font-weight: 700;
    line-height: 1.1
}

.no-webp .top-banner__sale {
    background: url(../img/sale.png) no-repeat center
}

.top-banner__sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86px;
    height: 100%;
    z-index: 2;
    background-size: contain;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.page__seo-block {
    background: #fffaf0;
    padding: 60px 40px 40px;
    border-radius: 24px;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page__main-slider {
    margin-top: 20px
}

.seo-block {
    margin-left: -55px;
    margin-right: -55px
}

.seo-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.seo-block__top h1 {
    display: block;
    width: 288px;
    font-weight: 700;
    line-height: 1.2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.seo-block__bottom {
    border-top: 1px solid #ebe6dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px
}

.seo-block__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    -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;
    gap: 16px
}

.seo-block__advantage div {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center
}

.seo-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.seo-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

.seo-block__title:not(:last-child) {
    margin-bottom: 12px
}

.popular-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.popular-brands__slider {
    padding: 4px;
    position: relative
}

.popular-brands__slide {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    background: #fff
}

.popular-brands__slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 26px 29px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-brands__slide a img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.popular-brands__slide img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.popular-brands__slide:hover img {
    opacity: .2
}

.sale__catalog-block {
    margin-top: 60px
}

.catalog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.catalog-block__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px
}

.catalog-block__content {
    padding: 2px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
/*    max-height: 520px;*/
    overflow: hidden;
    padding: 32px;
    margin: -32px -32px 0;
    gap: 16px
}

.no-webp .catalog-block__content::before {
    background: url(../img/catalog-block_decor.png) no-repeat center
}

.catalog-block__content::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    height: 120px;
    width: 100%;
    background-size: cover;
    max-height: 30%;
    z-index: 20
}

.catalog-block.all .catalog-block__content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: unset
}

.catalog-block.all .catalog-block__all-products,
.catalog-block.all .catalog-block__content::before {
    display: none
}

.catalog-block__shell {
    position: relative;
    max-height: 370px;
    width: 100%;
    min-height: 370px;
    min-width: 100%;
}

@media screen and (min-width: 767.9px) {
  .catalog-block.all-visible .catalog-block__content::before {
    display: none;
  }

  .catalog-block.all-visible .catalog-block__all-products {
    display: none;
  }
}

.catalog-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    padding: 22px 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* max-height: 370px; */
    max-height: 370px;
    min-height: 100%;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-card:hover {
    -webkit-box-shadow: 0 8px 32px 0 rgba(47, 31, 54, .25);
    box-shadow: 0 8px 32px 0 rgba(47, 31, 54, .25);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: absolute;
    z-index: 20;
	width: 100%;
}

.catalog-card__in-favorite {
    position: absolute;
    top: 12px;
    right: 12px
}

.catalog-card__prev {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    max-width: 100%;
}

.catalog-card__prev img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-card__prev:not(:last-child) {
    margin-bottom: 16px
}

.catalog-card__title {
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* height: 68px; */
    font-size: 14px
}

.catalog-card__title:not(:last-child) {
    margin-bottom: 16px
}

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

.catalog-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.catalog-card__discount-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8590a6;
    text-decoration: line-through
}

.catalog-card__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.catalog-card__price:not(:first-child) {
    color: #fe2d48
}

.catalog-card__bottom {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding-top: 10px
}

.catalog-card__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.catalog-card__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.catalog-card:hover .catalog-card__bottom {
    display: block
}

.in-favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.in-favorite:hover {
    background: #f3f3f3
}

.in-favorite .heart-in {
    display: none
}

.in-favorite .heart-without {
    display: block
}

.in-favorite.in {
    background: #ffe8e8
}

.in-favorite.in .heart-in {
    display: block
}

.in-favorite.in .heart-without {
    display: none
}

.option__name {
    font-size: 14px;
    line-height: 17px;
    color: #5c6373
}

.option__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.option__input {
    position: absolute;
    top: -5px;
    opacity: 0
}

.option__input+.option__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 8px
}

.option__input:checked+.option__label {
    background-color: #ffc407;
    border-color: transparent
}

.stickers {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.sticker {
    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-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff
}

.in-cart {
    background: #ffc407;
    width: 44px;
    height: 44px;
    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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.in-cart:hover {
    background: #ffd651;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.in-cart.in,
.button-inCart.in {
    background: #fff0d3
}

.button-inCart .second {
  display: none;
}

.button-inCart.in .second {
  display: block;
}

.button-inCart.in .first {
  display: none;
}

.in-cart.in::before {
    content: url(../img/icons/in-cart.svg);
    position: absolute;
    top: 10px;
    right: 10px
}

.in-cart.in:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.in-cart-link {
    background: #ffc407;
    width: 44px;
    height: 44px;
    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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.in-cart-link:hover {
    background: #ffd651;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.in-cart-link.in {
    background: #fff0d3
}

.in-cart-link.in::before {
    content: url(../img/icons/in-cart.svg);
    position: absolute;
    top: 10px;
    right: 10px
}

.in-cart-link.in:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catalog-block__all-products {
    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-animation: animeAllProd 1s infinite alternate;
    animation: animeAllProd 1s infinite alternate;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffc407;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    z-index: 30;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px)
}

@-webkit-keyframes animeAllProd {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes animeAllProd {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.banner-block {
    margin-top: 80px;
    position: relative
}

.banner-block .swiper-button {
    background: #fff
}

.banner__slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 250px;
}

.banner__prev {
    left: unset !important;
    right: calc(85% + 16px) !important
}

.banner__next {
    right: unset !important;
    left: calc(85% + 16px) !important
}

.video-block__slide {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px
}

.video-block__slider {
    margin-top: 24px
}

.video-block__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.video-block__slide .video__preview {
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.video-block__slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.video-block__slide .video-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.video-block__slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.succesful-order .page__container {
    margin-top: 110px;
    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;
    gap: 24px;
    margin-bottom: 80px
}

.succesful-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 648px;
    margin: 0 auto
}

.succesful-order__check-img {
    display: block;
    max-width: 224px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.succesful-order__text {
    font-weight: 500;
    line-height: 1.2;
    text-align: center
}

.succesful-order__text span {
    font-weight: 700;
    color: #7bb44e
}

.succesful-order__subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.main-slider__slide img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.popular-brands__swiper-pagination {
    display: none
}

.banner__slide img:last-child,
.banner__slide picture:last-child {
    display: none
}

.banner__slide img:first-child,
.banner__slide picture:first-child {
    display: block
}

.news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__content:not(:first-child) {
    margin-top: 24px
}

.news__one-new {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 390px 1fr;
    grid-template-columns: 110px 390px 1fr;
    padding-bottom: 24px
}

.news__one-new:not(:last-child) {
    border-bottom: 1px solid #ebe6dc
}

.one-new__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.one-new__day {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    color: #7bb44e
}

.one-new__month,
.one-new__year {
    color: #5c6373;
    font-size: 16px;
    line-height: 19px
}

.one-new__month:not(:last-child),
.one-new__year:not(:last-child) {
    padding-bottom: 4px
}

.one-new__prev {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    max-height: 220px;
}

.one-new__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.one-new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.one-new__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.one-new__title {
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.one-new__link {
    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: 50%;
    background: #fff0d3;
    width: 48px;
    height: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.one-new__link svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.one-new:hover .one-new__prev img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.one-new:hover .one-new__title {
    color: #ffc407
}

.one-new:hover .one-new__link {
    background: #ffc407
}

.one-new:hover .one-new__link svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.oneNews {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: 360px 1fr;
    grid-template-columns: 360px 1fr;
    margin-top: 24px;
    /* margin-bottom: 80px */
}

.oneNews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.oneNews__info h1 {
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4
}

.oneNews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.oneNews__content img:not(:last-child) {
  margin-bottom: 32px;
}

.oneNews__content .stickers img {
  margin-bottom: 0;
}

.oneNews__content img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 480px;
    max-width: 100%;
}

.oneNews__important {
    background: #f0fcec;
    padding: 24px;
    width: 100%;
    border-radius: 12px;
    margin-top: 32px;
    margin-bottom: 32px
}

.oneNews__important span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.oneNews__important span::before {
    content: url(../img/icons/error.svg)
}

.oneNews h2:not(:last-child) {
    margin-bottom: 12px
}

.oneNews ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

/*.oneNews li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 10px 0;
    line-height: 120%;
}*/
.oneNews li {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;*/
    position: relative;
    margin: 0 0 10px 0;
    line-height: 120%;
    padding-left: 20px!important;
}
.oneNews li::before {
    content: url(../img/icons/marker.svg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.oneNews .catalog-block__content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    overflow: unset
}

.oneNews .catalog-block__content::before {
    display: none
}

.page {
    margin-bottom: 80px
}

.catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 228px 1fr;
    grid-template-columns: 228px 1fr;
    gap: 20px;
    margin-top: 32px
}

.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

.catalog__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.catalog__block-title {
    font-weight: 700;
    line-height: 1.2
}

.catalog__block-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
	margin-bottom: 50px;
}

.catalog__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 170px
}

.page__catalog .catalog {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
    gap: 52px
}

.catalog-category__prev {
    display: block;
    height: 170px;
    width: 170px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    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;
    padding: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.catalog-category__prev img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
@media (max-width: 29.99875em) {
  .catalog-category__prev img {
    height: 100%;
  }
}

.catalog-category__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center
}

.catalog-category:hover .catalog-category__prev {
    -webkit-box-shadow: 0 8px 32px 0 rgba(47, 31, 54, .25);
    box-shadow: 0 8px 32px 0 rgba(47, 31, 54, .25)
}

.catalog__filter {
    display: none !important
}

.catalog__left-panel.fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: calc(100vh - 70px);
    background: #fff;
    z-index: 1000;
    padding: 24px 16px;
    max-height: calc(100vh - 70px);
    overflow-y: auto
}

.catalog__panel-close {
    display: none
}

.catalog__left-panel.fixed .category__list {
    margin-top: 30px
}

.page.category {
    margin-bottom: 0
}

.category__list {
    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: 16px;
    border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}

.category__link {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    background: 0 0;
    color: #5c6373;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.category__link.active {
    background: #ffc407;
    color: #2b2a33;
    font-weight: 700
}

.category__link.parent::before {
    content: url(../img/icons/chevron.svg);
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 14px;
    width: 14px
}

.category__link:hover {
    opacity: .7
}

.category__filter-block {
    margin-top: 24px
}

.category__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.category__seo {
    margin-left: 0;
    margin-right: 0
}

.price-filter {
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9
}

.price-filter__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 30px
}

.price-filter__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px solid #d1d1de;
    border-radius: 6px;
    background: #fff;
    padding: 13px 10px;
    gap: 6px;
    font-size: 15px;
    line-height: 1
}

.price-filter__label span {
    color: #5c6373
}

.price-filter__input {
    width: 100%;
    height: 100%
}

.price-filter__input:focus,
.price-filter__input:hover {
    outline: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.price-filter:not(:first-child) {
    margin-top: 24px
}

.price-filter__body {
    margin-top: 14px
}

.price-filter button {
    margin-top: 25px
}

.price-filter__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.catalog__filter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-top: 12px
}

.catalog__filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter__show-more .text-hidden {
    display: none
}

.filter__show-more .filter__btn-other {
    display: block
}

.filter__show-more.open .text-hidden {
    display: block
}

.filter__show-more.open .filter__btn-other {
    display: none
}

.item-filter-catalog.open .select__options {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.filter-catalog__item .select+.filter__show-more {
    display: none
}

.filter-catalog__item .select._select-open+.filter__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter__title {
    position: absolute;
    opacity: 0
}

.catalog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    gap: 8px
}

.catalog__header:not(:first-child) {
    margin-top: 24px
}

.catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

.catalog__sort .select__options {
    color: #5c6373;
    position: absolute;
    top: 22px;
    min-width: 100%;
    width: calc(100% + 20px);
    left: -10px;
    right: -10px;
    border-radius: 12px;
    background-color: #fff;
    border-top: 0;
    padding: 12px;
    z-index: 100;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .15);
    overflow: auto;
}

.catalog__sort-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #5c6373
}

.catalog__sort .select__title .select__content {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1
}

.catalog__sort .select_form {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.catalog__sort .select__value:after {
    padding-left: 4px
}

.catalog__sort .select__option {
    font-size: 14px
}

.catalog__sort .select__scroll {
    background: #fff;
    position: relative;
    z-index: 20
}

.page.brands {
    margin-bottom: 0
}

.brands__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 40px;
    margin-top: 24px
}

.brand-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 190px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-block__prev {
    display: block;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    background: #fff;
    height: 140px;
    width: 100%;
    padding: 26px 29px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.brand-block__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.brand-block__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.brand-block:hover .brand-block__prev {
    -webkit-box-shadow: 0 8px 24px 0 rgba(47, 31, 54, .12);
    box-shadow: 0 8px 24px 0 rgba(47, 31, 54, .12)
}

.brand-block:hover .brand-block__name {
    color: #7bb44e
}

.catalog__brand-banner {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    border-radius: 21px;
    border: 1px solid #efefef
}

.catalog__brand-banner img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog__seo-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 24px;
    border-radius: 12px
}

.catalog__seo-brand:not(:first-child) {
    margin-top: 24px
}

.catalog__seo-brand img {
    display: block;
    height: auto;
    margin: 0 auto
}

.brands .seo-block__text .body {
    font-size: 14px !important
}

.brands .seo-block__text {
    max-height: 84px
}

.brands .seo-block {
    margin-left: 0;
    margin-right: 0
}

.page.shares {
    margin-bottom: 0
}

.page.shares .seo-block {
    margin-left: 0;
    margin-right: 0
}

.page.shares .seo-block__content {
    gap: 12px
}

.page.shares .share-block__date {
    margin-top: 0;
}

.shares__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
}

.shares__content:not(:first-child) {
    margin-top: 24px;
}

.shares__content:last-child {
  margin-bottom: 80px;
}

.share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 12px
}

.share-block__prev {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 12px;
    overflow: hidden;
    width: 100%
}

.share-block__prev img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.share-block__date {
    color: #5c6373;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 8px
}

.share-block__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.share-block:hover img {
    opacity: .7
}

.account .page__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
    margin-top: 40px
}

.account__left-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.account__list-link {
    padding: 4px 8px;
    border-radius: 12px;
    background: 0 0
}

.account__list-link.active {
    background: #ffc407
}

.account__list-link a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative
}

.account__link-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    background: #f3f3f6;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.account__block-info {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    padding: 32px;
    width: 100%
}

.account__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

.account__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 24px
}

.account__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account__banner {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.form__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.account__address-block {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.address {
    position: relative;
    background: #f1f8eb;
    border-radius: 16px;
    padding: 20px 24px
}

.address__img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    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;
    right: 20px;
    top: 20px
}

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

.address__actions:not(:first-child) {
    margin-top: 14px
}

.change__addres,
.remove__address {
    color: #7bb44e;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}

.change__addres {
    border-bottom: 1px dashed #7bb44e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.change__addres:hover {
    border-style: solid
}

.remove__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.remove__address svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.remove__address:hover svg {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
}

.no-orders {
    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;
    margin-top: 24px;
    margin-bottom: 56px
}

.no-orders .popup__text:not(:last-child),
.no-orders .sentApplication__img:not(:last-child) {
    margin-bottom: 24px
}

.no-orders .popup__title:not(:last-child) {
    margin-bottom: 12px
}

.account__orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.account__orders .order {
    border: 1px solid #e0e2e4;
    border-radius: 12px;
    padding: 18px 24px
}

.account__orders .order__top {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 224px 60px 264px;
    grid-template-columns: 224px 60px 264px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.account__orders .order__top .more-product {
    position: relative;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.account__orders .order__top .more-product::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(123, 180, 78, .8);
    z-index: 3;
    border-radius: 8px
}

.account__orders .order__top .more-product span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    z-index: 5
}

.account__orders:not(:last-child) {
    margin-bottom: 40px
}

.order__open {
    display: none
}

.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.order__top {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 182px 148px 364px;
    grid-template-columns: 182px 148px 364px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.order__top::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: url(../img/icons/chevron-down.svg);
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.order__main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.order__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order__col span {
    color: #8590a6
}

.order__status {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.order__sum {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.order__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-y: auto;
    padding-right: 48px
}

.order__products a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__products img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.order__products::-webkit-scrollbar {
    display: none
}

.order.open .order__top::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.order--canceled .order__sum {
    color: #8c8d95
}

.order--canceled .order__products {
    opacity: .5
}

.order.open .order__open {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 225px 1fr;
    grid-template-columns: 225px 1fr
}

.order.in-processing .order__main-info:before {
    content: url(../img/icons/in-processing.svg)
}

.order.going-to .order__main-info:before {
    content: url(../img/icons/going-to.svg)
}

.order.in-delivery .order__main-info:before {
    content: url(../img/icons/in-delivery.svg)
}

.order.done .order__main-info:before {
    content: url(../img/icons/done.svg)
}

.order.cancelled .order__main-info:before {
    content: url(../img/icons/cancelled.svg)
}

.order__delivery-info-block,
.order__products-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order__delivery-info-block h4,
.order__products-info-block h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.01em;
    padding-bottom: 12px
}

.order__delivery-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.order__delivery-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8590a6
}

.order__delivery-info div span {
    color: #2b2a33
}

.order__products-info-block .checkout__card-info {
    background: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.order__products-info-block .product-check__quantity {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.order__products-info-block .product-check__price-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.order__products-info-block .product-check__price-block div {
    white-space: nowrap
}

.order__products-info-block .product-check__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order__products-info-block .checkout__info {
    gap: 12px
}

.account .pagging {
    margin-bottom: 0
}

.account__block-info .category__content:nth-child(2) {
    margin-top: 24px
}

input[type=radio]+.order__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1de;
    border-radius: 100%;
    background: #fff
}

input[type=radio]:checked+.order__label::before {
    border: 5px solid #7bb44e
}
input[type=radio]:checked+.order__label {
  color: #7bb44e;
}

.account input[type=radio] {
    opacity: 0;
    position: absolute;
    left: 0
}

.order__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.account__form--password {
    margin-top: 24px;
    margin-bottom: 24px
}

.checkout {
    margin-top: 40px
}

.checkout__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 445px;
    grid-template-columns: 1fr 445px
}

.checkout__block:not(:first-child) {
    margin-top: 24px
}

.checkout__card-info,
.checkout__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 16px;
    gap: 24px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.checkout__content {
    padding: 32px
}

.checkout__card-info {
    padding: 32px 24px
}

.checkout__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.checkout__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5c6373
}

.checkout__login .autorization__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px
}

.checkout__login .autorization__btns button {
    padding: 9px 26px;
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 130px;
}

.checkout__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.checkout__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.checkout__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;*/
    gap: 12px
}

.checkout__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.checkout__promo:not(:last-child) {
    margin-bottom: 12px
}

.checkout__promo-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.checkout__promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.checkout__promo-form .button {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
}

.checkout__btn-confirm:disabled {
    background: #fff0d3;
    cursor: unset;
}

.checkout__btn-confirm:disabled:hover {
    background: #fff0d3 !important;
    color: #5c6373
}

.checkout__privacy-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8590a6
}

.checkout__privacy-text a {
    border-bottom: 1px solid #8590a6
}

.checkout__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.checkout__info:not(:last-child) {
    margin-bottom: 12px
}

.button-next-block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.product-check:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px
}

.product-check__prev {
    display: block;
    width: 60px;
    height: 60px;
    flex: 1 0 auto;
}

.product-check__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-check__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.product-check__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-check__top:not(:last-child) {
    padding-bottom: 8px
}

.product-check__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-check__title:hover {
    color: #5c6373
}

.product-check__del {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 14px;
    height: 14px;
    outline: none !important;
    border: none !;
}

.product-check__del path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-check__del:active path,
.product-check__del:hover path {
    fill: red
}

.product-check__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-check__characteristics span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #8590a6
}

.product-check__characteristics:not(:last-child) {
    padding-bottom: 8px
}

.product-check__price-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-check__price-block div {
    font-size: 14px;
    line-height: 1
}

.product-check__price-block:not(:last-child) {
    padding-bottom: 12px
}

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

.product-check__sum {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: right
}

.promo-input {
    width: 255px;
    height: 48px;
    border-radius: 8px;
    background: #f6f8fb;
    padding: 16px
}

.checkout__info .product__char {
    color: #2b2a33
}

.checkout__info .product__char div {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.checkout__info .product__char--discount div {
    color: #fe2d48
}

.checkout__info .product__char--sum div {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.checkout__info .product__char--sum p {
    font-weight: 700
}

.checkout__content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.checkout__delivery-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.checkout__delivery {
    background: #f6f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 153px;
    min-height: 132px;
    border-radius: 12px;
    padding: 14px 12px;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.checkout__delivery span {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.checkout__delivery.checked {
    border: 1px solid #7bb44e;
    background: #f8fff3
}

.checkout__delivery.checked::after {
    content: url(../img/icons/radio-check.svg);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.checkout__content--2 .checkout__form--2,
.checkout__content--3 .checkout__form--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout__delivery-logo {
    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;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.checkout__entered-info {
    color: #5c6373
}

.brief-information {
    position: relative
}

.checkout__change-info {
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 24px;
    min-width: max-content;
    font-weight: 400;
}

.credit-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px
}

.credit-block__attention {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #5c6373
}

.credit-block__attention:not(:last-child) {
    margin-bottom: 20px
}

.credit-block__number-of-payments {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.credit-block__select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.credit-block__select-block .select__content {
    font-weight: 400 !important
}

.credit-block__note {
    font-size: 14px;
    line-height: 17px;
    color: #5c6373
}

.credit-block__note:not(:first-child) {
    margin-top: 20px
}

.checkout__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.credit-form.checkout {
    margin-top: 0;
    margin-bottom: 0
}

.info-page .page__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 252px 1fr;
    grid-template-columns: 252px 1fr;
    margin-bottom: 0
}

.info-page__left-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.info-page__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.info-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.info-page__list-link {
    background: #f6f6f6;
    border-radius: 12px
}

.info-page__list-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    width: 100%;
    padding: 14px 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-page__list-link:hover {
    background: #e7f3de
}

.info-page__list-link.active {
    background: #7bb44e
}

.info-page__list-link.active a {
    color: #fff
}

.info-page__list-link.active a path {
    fill: #fff
}

.info-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.info-page__block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-page__block-info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.info-page__block-info h4:not(:last-child) {
    margin-bottom: 12px
}

.info-page__delivery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.info-page__delivery-block:not(:first-child) {
    margin-top: 40px
}

.info-page__delivery-block h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

/* .info-page .brands__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
} */

.delivery-block__method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.delivery-block__img {
    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: 50%;
    border: 1px solid #ebebeb;
    width: 68px;
    height: 68px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.delivery-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.delivery-block__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.delivery-block p {
    color: #5c6373;
    font-size: 14px;
    line-height: 21px
}

.about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.about-block:not(:last-child) {
    margin-bottom: 32px
}

.about-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.about-block__content:not(:first-child) {
  margin-top: 32px;
}

.about-block__name {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.info-page__delivery-block.about-block {
    margin-top: 32px
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.product__container {
    width: 100%
}

.product__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 520px 1fr;
    grid-template-columns: 520px 1fr;
    gap: 60px;
    margin-top: 24px
}

.product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px
}

.product__code-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #ededed;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    color: #5c6373
}

.product__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product .foto img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

.product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__title {
    padding-bottom: 12px;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.product__subtitle {
    padding-bottom: 12px
}

.product__stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding-bottom: 10px
}

.product__ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__ratings--review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px
}

.product__codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 30px
}

.product__codes label {
    font-size: 14px
}

.product__code {
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2b2a33;
    font-weight: 500
}

.product__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    gap: 6px
}

.product__availability.in {
    color: #7bb44e
}

.product__availability.in::before {
    content: url(../img/icons/availability.svg)
}

.product__availability.not {
    color: #fe2d48
}

.product__availability.not::before {
    content: url(../img/icons/un-availability.svg)
}

.product__availability.stop {
    color: #ffa202
}

.product__availability.stop::before {
    content: url(../img/icons/ends.svg)
}

.product__title-block {
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.product__param-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 24px
}

.product__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__param-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.product__param--label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    padding: 10px 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: transparent;
    border: 2px solid #EDEFF2;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__param--label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.product__param--label.checked {
    position: relative;
    border: 2px solid #7bb44e
}

.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e5e5e5
}

.product__main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.product__quantity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.product__quantity {
    width: 40px;
    text-align: center
}

.product__quantity:hover {
    outline: 0
}

.product__quantity-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #efefef;
    border-radius: 50%;
    font-size: 32px;
    line-height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .3s ease
}

.product__info-block {
    margin-top: 28px;
    margin-bottom: 60px
}

.product__info-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.product__characteristics {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24px;
    cursor: pointer
}

.product__characteristics::after {
    content: url(../img/icons/plus.svg);
    position: absolute;
    top: 0;
    right: 0
}

.product__characteristics.active::after {
    content: url(../img/icons/minus.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product__detail {
    display: none
}

.product__customer-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #fafafa;
    padding: 40px;
    margin-bottom: 100px
}

.product__customer-reviews--with {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.product__customer-reviews-rating {
    width: 240px
}

.product__customer-reviews-group {
    width: 690px
}

.product__customer-reviews-title {
    padding-bottom: 12px
}

.product__customer-reviews-text {
    padding-bottom: 22px
}

.product__customer-reviews-btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product__characteristics.active .product__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-transform: none;
    padding-top: 16px
}

.product__characteristics.active .product__detail p:not(:last-child) {
    padding-bottom: 20px
}

.product__characteristics.active .product__detail ul {
    list-style-type: disc
}

.product__characteristics.active .product__detail ul:not(:last-child) {
    padding-bottom: 24px
}

.product__characteristics.active .product__detail ul li {
    list-style: disc;
    list-style-position: inside
}

.product__characteristics.active .product__detail--char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.product__characteristics.active .product__detail--char div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #828282
}

.product__characteristics.active .product__detail--char span {
    width: 50%;
    text-align: start;
    color: #000
}

.product__characteristics.active .product__detail-b {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px
}

.product__characteristics.active .product__detail-b:not(:last-child) {
    padding-bottom: 12px !important
}

.product-img {
    display: block;
    height: 520px;
    width: 100%
}

.product-img-btns {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.product-img-btns img {
    display: block;
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.product-img-btns button img {
    display: block;
    height: 66px;
    width: 67px;
    margin: 0 auto
}

.product-img-btns-wrapper {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-left: 28px;
    margin-right: 28px
}

.product-img-btns-wrapper .swiper-wrapper {
    height: 100% !important
}

.product-img .swiper-wrapper {
    height: 100% !important
}

.product__ratings progress {
    display: block;
    width: 180px;
    height: 21px
}

.product__ratings progress::-webkit-progress-bar {
    background-color: transparent
}

.product__ratings progress::-webkit-progress-value {
    background: #182f4f
}

.product-rating__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    gap: 10px;
    padding-bottom: 30px
}

.product__customer-reviews--with .product__customer-reviews-title {
    text-align: left
}

.product-ratings__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px
}

.star::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icons/grey-star-mobile.svg) no-repeat center;
    background-size: contain
}

.star.active::before {
    background: url(../img/icons/active-star-mobile.svg) no-repeat center;
    background-size: contain
}

.product-ratings__rating {
    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: #ffc407;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.product-rating__value {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #5c6373
}
.elem__ratings
.product-rating__value{
    font-size: 12px;
}
@media screen and (max-width: 400px) {
  /*  .elem__ratings
    .product-ratings__rating{
        display: none;
    }*/
    .elem__ratings
    .product__ratings{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.param-value-image {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #d1d1de;
    border-radius: 50%
}

.product__content .catalog-card__price-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.product__content .catalog-card__price {
    font-size: 32px
}

.product__content .catalog-card__discount-price {
    font-size: 20px
}

.product__view-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.product__view span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.product__view-text {
    font-size: 14px;
    line-height: 1;
    color: #5c6373
}

.product__inCart-block {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__inCart-block .button,
.product__inCart-block form {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.oneClick__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d1d1de;
    border-radius: 8px;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.oneClick__form input {
    padding: 11px
}

.oneClick__form input:active,
.oneClick__form input:hover {
    outline: 0
}

.oneClick__form button {
    padding: 11px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.product__payment-in-installments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.product__payment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.product__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 24px;
    position: relative;
    padding: 16px 24px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 12px
}

.product__banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    z-index: 2
}

.product__banner-info p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.product__banner-info span {
    font-weight: 400
}

.product__banner-info a {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #4e8c1d;
    border-bottom: 1px dashed;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap
}

.product__advantages {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 24px
}

.product__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.product__advantage p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.product__tabs-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 340px;
    grid-template-columns: 1fr 340px
}

.product__tabs-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.product__tabs-info .h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

.product__tabs-info .h3:not(:last-child) {
    margin-bottom: 12px
}

.product__tabs-info .h3:not(:first-child) {
  margin-top: 24px;
}

.product__tabs-info p b {
  margin-top: 16px;
  display: inline-block;
}

.product__tabs-info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.product__tabs-info h4:not(:first-child) {
    margin-top: 24px
}

.product__tabs-info ul {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;*/
    margin-top: 12px
}

.product__tabs-info ul li {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center*/
    position: relative;
}

.product__tabs-info ul li::before {
    content: url(../img/icons/marker.svg);
    margin-right: 10px;
}

.product__complete-set {
    width: 100%;
    background: #f0fcec;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    gap: 10px
}

.product__complete-set:not(:first-child) {
    margin-top: 24px
}

.product__complete-set div span {
    font-weight: 700
}

.no-webp .product__addReview {
    background: #f0fcec url(../img/icons/chat.png) bottom right no-repeat
}

.product__addReview {
    width: 100%;
    border-radius: 24px;
    padding: 32px 24px 38px;
    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;
    gap: 8px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.product__addReview-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center
}

.product__addReview span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #5c6373
}

.product__addReview .button {
    padding: 16px 24px;
    margin-top: 4px
}

.product__reviews-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.product__reviews-block:not(:first-child) {
    margin-top: 24px
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px 32px;
    gap: 12px
}

.review__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #ddd
}

.review__reviewer {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.review__date {
    color: #8590a6;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.review__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

.review__photo {
    max-width: 120px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden
}

.review__photo img {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.product__block-characteristics {
    max-width: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px
}

.product__char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
     -webkit-align-items: flex-end;
    align-items: flex-end;
}
@media (max-width:47.99875em) {
    .product__char p:first-child{
        max-width: 50%;
        white-space: normal;
    }
}
.product__char p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5c6373;
    white-space: nowrap
}

.product__char span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    border-bottom: 1px dashed #ddd
}

.product__char div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-negative: 0;
/*    flex-shrink: 0*/
    flex-shrink: 1;
    min-width: 200px;
}
@media screen and (min-width: 768px) {
    .product__char div {
        min-width: 300px;
    }
}
.product__char div a {
    color: #7bb44e;
    text-decoration: underline;
    line-height: 20px;
}

.product__tabs-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 60px
}

.product__features-content {
    background: #f0fcec;
    padding: 40px 40px 56px;
    border-radius: 24px;
    position: relative;
    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;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__features-content .h2 {
    text-align: center
}

.product__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.product__features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: relative
}

.product__features-block img {
    display: block;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.product__features-block img:not(:last-child) {
    margin-bottom: 16px
}

.product__features-block div {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center
}

.product__features-block p {
    text-align: center
}

.btn-product-img_next,
.btn-product-img_prev {
    width: 32px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-product-img_next::before,
.btn-product-img_prev::before {
    content: url(../img/icons/chevron.svg)
}

.btn-product-img_next:disabled,
.btn-product-img_prev:disabled {
    opacity: .6
}

.btn-product-img_next:hover,
.btn-product-img_prev:hover {
    border-color: #7bb44e;
    background: #E7F3DE;
}

.btn-product-img_prev::before {
    -webkit-transform: rotate(90deg) translateY(-2px);
    -ms-transform: rotate(90deg) translateY(-2px);
    transform: rotate(90deg) translateY(-2px)
}

.btn-product-img_next::before {
    -webkit-transform: rotate(-90deg) translateY(-2px);
    -ms-transform: rotate(-90deg) translateY(-2px);
    transform: rotate(-90deg) translateY(-2px)
}

.product-img,
.product-img-btns {
    overflow: hidden
}

.swiper-big img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer
}

.product-img-btns-wrapper .swiper-slide.img {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.swiper-slide-thumb-active {
    border: 1px solid #7bb44e
}

.product-img .swiper-pagination {
    display: none
}

.product-img {
    position: relative
}

.product-img .stickers {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 5;
    left: unset;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.product-img .catalog-card__in-favorite {
    left: 8px;
    right: unset;
    top: 8px;
    z-index: 3;
    background: #ededed
}

.product__decor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

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

.product__set .h2 {
    text-align: center
}

.product__set-block {
    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;
    gap: 13px
}

.set-block {
    margin-top: 32px;
    width: 100%
}

.set-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    border: 2px solid #edeff2;
    border-radius: 24px;
    padding: 24px 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 280px
}

.set-block__card .catalog-card__price-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.set-block__card .catalog-card__prev {
    width: 140px;
    height: 140px
}

.set-block__card .catalog-card__title {
    -webkit-line-clamp: 2;
    height: 34px
}

.set-block__card .set-decor {
    position: absolute;
    top: 0;
    right: 0
}

.set-block__card--result {
    border: 2px solid #ffc407;
    height: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.set-block__card--result .catalog-card__price-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.set-block__card--result .catalog-card__discount-price {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px
}

.set-block__card--result .catalog-card__price {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: center
}

.set-block__discount-amont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #8590a6
}

.set-block__discount-amont span {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #fe2d48
}

.set-block__discount-amont:not(:last-child) {
    margin-bottom: 16px
}

.product-card__availability {
    margin-bottom: 24px
}

.viewed-goods__swiper-pagination {
    display: none
}

.product__tabs-info .product__reviews-block {
    margin-top: 0
}

.product__tabs-content:last-child {
  margin-bottom: 60px;
}

.delivery-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.swiper-big--video {
    position: relative
}

.swiper-big--video a::before {
    content: url(../img/icons/video.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.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-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@media (min-width:61.99875em) {
    .header__main-link:hover .shell {
        display: block
    }

    .header__menu {
        display: none
    }
}

@media (min-width:78.375em) {
    .popup__title {
        font-size: 1.625rem
    }

    .credit-form {
        gap: 2.5rem
    }

    .credit-form__actions {
        gap: 1.5rem
    }

    .h1 {
        font-size: 2rem
    }

    .cookies__container {
        gap: 1.875rem
    }

    .block__title {
        font-size: 2rem
    }

    .page__title {
        font-size: 2rem
    }

    .pagging {
        margin-bottom: 5rem
    }

    .text__title {
        font-size: 1.625rem
    }

    .header__logo {
        width: 14.4375rem
    }

    .footer__top {
        gap: 7.5rem;
        gap: 2rem;
    }

    .footer__top {
        padding-bottom: 2.25rem
    }

    .top-banner__content {
        gap: .625rem
    }

    .top-banner__content span {
        font-size: 1.375rem
    }

    .top-banner__sale {
        font-size: 1.625rem
    }

    .page__seo-block {
        gap: 2rem
    }

    .seo-block__top h1 {
        font-size: 2rem;
    }

    .seo-block__bottom {
        padding-top: 2rem
    }

    .popular-brands {
        margin-top: 5rem
    }

    .video-block {
        margin-top: 5.375rem
    }

    .succesful-order__text {
        font-size: 1.25rem
    }

    .news__content {
        gap: 1.5rem
    }

    .news__one-new {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem
    }

    .one-new__title {
        font-size: 1.375rem
    }

    .oneNews .catalog-block__content {
        gap: 3.4375rem
    }

    .catalog__block-title {
        font-size: 1.625rem
    }

    .catalog__seo-brand {
        gap: 2rem
    }

    .catalog__seo-brand img {
        width: 12.5rem
    }

    .account .page__content {
        gap: 2.875rem
    }

    .order.open .order__open {
        gap: 4.25rem
    }

    .order__delivery-info {
        gap: .75rem
    }

    .order__products-info-block .product-check__top {
        gap: 1.875rem
    }

    .checkout {
        margin-bottom: 7.75rem
    }

    .checkout__block {
        gap: 3.125rem
    }

    .info-page .page__content {
        gap: 3.75rem
    }

    .product__tabs-content {
        gap: 4.75rem
    }
}

@media (max-width:1300px) {
    .search__label {
        max-width: 320px;
        width: max-content;
    }

    .seo-block {
        margin-left: 0;
        margin-right: 0;
    }

    .header__main-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__main-nav ul .header__main-link .header__catalog-link {
        padding: 14px 16px
    }

    .category__content {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}
.seo-block__video iframe{
    max-width: 100%;
    max-height: 100%;
}


@media (max-width:1200px) {
    .account__orders .order__top {
        -ms-grid-columns: 200px 60px 264px;
        grid-template-columns: 200px 60px 264px
    }
}
@media screen and (max-width: 1100px) and (min-width: 993px) {
  .header__catalog-link img {
    display: block;
    width: 25px;
    height: 25px;
  }
  .header__main-nav ul .header__main-link .header__catalog-link {
    gap: 6px;
    font-size: 15px;
    padding: 14px;
  }
}

@media (max-width:1060px) {
    .category__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:920px) {
    .order.open .order__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }
}

@media (max-width:900px) {
    .account__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 16px
    }
}

@media (max-width:400px) {
    .product__addCart {
        width: 100%
    }
}

@media (max-width:20em) {
    .popup__title {
        font-size: 1.375rem
    }

    .credit-form {
        gap: 1rem
    }

    .credit-form__actions {
        gap: 1rem
    }

    .h1 {
        font-size: 1.75rem
    }

    .cookies__container {
        gap: .75rem
    }

    .block__title {
        font-size: 1.75rem
    }

    .page__title {
        font-size: 1.625rem
    }

    .pagging {
        margin-bottom: 2.5rem
    }

    .text__title {
        font-size: 1.375rem
    }

    .header__logo {
        width: 9.8125rem
    }

    .footer__top {
        gap: 2.5rem
    }

    .footer__top {
        padding-bottom: 1.5rem
    }

    .top-banner__content {
        gap: .1875rem
    }

    .top-banner__content span {
        font-size: .8125rem
    }

    .top-banner__sale {
        font-size: .9375rem
    }

    .page__seo-block {
        gap: 1.5rem
    }

    .seo-block__top h1 {
        font-size: 1.75rem;
    }

    .seo-block__bottom {
        padding-top: 1.5rem
    }

    .popular-brands {
        margin-top: 3.75rem
    }

    .video-block {
        margin-top: 3.75rem
    }

    .succesful-order__text {
        font-size: 1rem
    }

    .news__content {
        gap: 1rem
    }

    .news__one-new {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .one-new__title {
        font-size: 1.125rem
    }

    .oneNews .catalog-block__content {
        gap: .75rem
    }

    .catalog__block-title {
        font-size: 1.375rem
    }

    .catalog__seo-brand {
        gap: 1rem
    }

    .account .page__content {
        gap: 1.25rem
    }

    .order.open .order__open {
        gap: 1rem
    }

    .order__delivery-info {
        gap: .5rem
    }

    .order__products-info-block .product-check__top {
        gap: .5rem
    }

    .checkout {
        margin-bottom: 3.75rem
    }

    .checkout__block {
        gap: 1.25rem
    }

    .info-page .page__content {
        gap: 1.25rem
    }

    .product__tabs-content {
        gap: 1.875rem
    }
}

@media (max-width:61.99875em) {
    .popup {
        padding: 40px
    }

    #basket .popup__content {
        padding: 40px 20px
    }

    .basket-product__info {
        max-width: 300px
    }

    .basket-product__right {
        gap: 16px
    }

/*    .cookies {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
*/
    .search__label {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 50%;
        padding: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .search__label .top__search {
        position: relative;
        right: unset;
        background: #fff;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
    }

    .search__label .top__search svg:last-child {
        display: block
    }

    .search__label .top__search svg:first-child {
        display: none
    }

    .search__input {
        display: none
    }

    .contacts__block-info {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .header__main {
        padding: 12px 24px
    }

    .header__main-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__main-nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: 12px
    }

    .header__main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__main-nav ul .header__main-link .header__catalog-link {
        padding: 12px 0;
        border-bottom: 1px solid #e7e7e7;
        width: 100%
    }

    .header__main-nav ul .header__main-link:not(:last-child)::after {
        display: none
    }

    .header__chevron {
        display: block;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header__logo {
        margin: 0 auto
    }

    .header__contacts span {
        display: none
    }

    .header__callBack {
        display: none
    }

    .header__dropdown-contacts {
        margin-top: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: unset;
        padding: 0
    }

    .header__total-sum {
        display: none
    }

    .icon-menu {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
        border-radius: 50%;
        background: #fff;
        width: 44px;
        height: 44px;
        z-index: 5;
        margin-right: 6px;
        gap: 2px
    }

    .footer__decor {
        display: none
    }

    .seo-block {
        margin-left: 0;
        margin-right: 0
    }

    .catalog-block__content {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .news__one-new {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 16px
    }

    .news__one-new {
        row-gap: 8px;
        padding-bottom: 12px
    }

    .one-new__date {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .one-new__day {
        font-size: 42px
    }

    .one-new__month:not(:last-child),
    .one-new__year:not(:last-child) {
        padding-bottom: 0
    }

    .page {
        margin-bottom: 70px
    }

    .catalog__seo-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px
    }

    .shares__content {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .account__orders .order {
        padding: 16px 20px
    }

    .account__orders .order__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .order__main-info {
        width: 100%
    }

    .order__products {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order__col--sum {
        width: 100%;
        padding-left: 46px
    }

    .checkout__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .info-page .page__content {
        -ms-grid-columns: 232px 1fr;
        grid-template-columns: 232px 1fr
    }

    .info-page__content {
        gap: 16px
    }

    .info-page__delivery-block:not(:first-child) {
        margin-top: 20px
    }

    .delivery-block__method {
        gap: 16px
    }

    .product__block {
        -ms-grid-columns: 320px 1fr;
        grid-template-columns: 320px 1fr;
        gap: 30px
    }

    .product__ratings--review {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product__main-info {
        row-gap: 12px
    }

    .product__customer-reviews--with {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        padding: 16px;
        position: relative
    }

    .product__customer-reviews-rating {
        width: 100%;
        padding-top: 70px
    }

    .product__customer-reviews-group {
        width: 100%
    }

    .product__customer-reviews-title--with {
        position: absolute;
        top: 16px;
        left: 16px
    }

    .product-img {
        height: 320px
    }

    .product-rating__labels {
        padding-top: 20px
    }

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

    .oneClick__form {
        width: 100%;
        justify-content: space-between;
    }

    .product__payment-in-installments {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product__payment-in-installments .button {
        width: 100%
    }

    .product__banner {
        background-size: cover;
        background-position: right
    }

    .product__advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product__advantage p {
        text-align: center
    }

    .product__advantage {
        max-width: 40%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product__tabs-content {
        -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr 280px
    }
}

@media (max-width:61.99875em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media screen and (max-width: 768.1px) {
  .header__autorization p {
    display: block;
    font-size: 14px;
    line-height: 1
  }
}

@media (max-width:47.99875em) {
    .btn-clear-filter.visible {
        miin-width: max-content
    }

    .checkout__delivery-details {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .rating__label p {
        display: none
    }

    .rating__label {
        width: 32px
    }

    .rating__body::before {
        content: url(../img/icons/grey-star-mobile.svg) url(../img/icons/grey-star-mobile.svg) url(../img/icons/grey-star-mobile.svg) url(../img/icons/grey-star-mobile.svg) url(../img/icons/grey-star-mobile.svg)
    }

    .rating__active::before {
        content: url(../img/icons/active-star-mobile.svg) url(../img/icons/active-star-mobile.svg) url(../img/icons/active-star-mobile.svg) url(../img/icons/active-star-mobile.svg) url(../img/icons/active-star-mobile.svg)
    }

    .quantity {
        height: 30px
    }

    .quantity__button {
        width: 30px
    }

    .popup {
        padding: 40px 20px
    }

    .popup__close {
        height: 32px;
        width: 32px
    }

    .popup__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .popup__bottom .button {
        width: 100%
    }

    .contact-us__form-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    #callBack .popup__content,
    #pre-order .popup__content {
        padding: 40px 20px
    }

    #callBack .popup__content .button,
    #pre-order .popup__content .button {
        width: 100%
    }

    .form__error {
        font-size: 12px
    }

    #basket .popup__content {
        padding: 20px 16px;
        gap: 16px
    }

    .basket__total-sum {
        padding: 12px
    }

    .basket__product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }

    .basket-product__characteristics {
        gap: 8px
    }

    .basket-product__char {
        font-size: 13px
    }

    .basket-product__left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .basket-product__name {
        font-size: 14px
    }

    .basket-product__right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .autorization .popup__content {
        padding: 40px 20px;
        gap: 16px
    }

    .credit-form {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .credit-form__actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product__tabs .tabs__navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 8px
    }

    .product__tabs .tabs__title {
        padding: 12px
    }

    .product__tabs .tabs__title._tab-active {
        color: #fff;
        background: #7bb44e;
        border-radius: 12px
    }

    .page__container {
        width: 100vw
    }

    .scroll-block {
/*        bottom: 22px;*/
        bottom: 170px;
/*        right: 22px;*/
        right: 24px;
    }

    .toTop {
        display: none
    }

    .breadcrumb {
        margin-top: 20px
    }

    .breadcrumb-item {
        font-size: 13px;
        line-height: 1.1
    }

    .cookies__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        padding: 16px
    }

    .cookies p {
        width: 100%
    }

    .callbackBtn::before {
        width: 66px;
        height: 66px
    }

    .callbackBtn__block {
        width: 54px;
        height: 54px
    }

    .search__label .top__search {
        width: 34px;
        height: 34px
    }

    .block__title {
        text-align: center
    }

    .block__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block__slider,
    .video__slider {
        margin-left: -16px;
        margin-right: -16px
    }

    .main-slider__slider,
    .popular-brands__slider,
    .video-block__slider {
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .page__main-slider .swiper-button {
        display: none
    }

    .page__title:not(:first-child) {
        margin-top: 20px
    }

    .contacts__block-info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .product__sliders .catalog-block__shell {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content
    }

    .header__top {
        display: none
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__nav ul li:not(:first-child)::before {
        display: none
    }

    .header__main {
        padding: 12px 16px;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0
    }

    .header__actions-block {
        gap: 6px
    }

    .header__toPage {
        height: 34px;
        width: 34px
    }

    .header__toPage-in {
        width: 18px;
        height: 18px;
        font-size: 12px
    }

    .icon-menu {
        width: 34px;
        height: 34px
    }

    .search.open .search__result-block {
        max-height: 65vh
    }

    .header--mini .header__content .header__right {
        display: none
    }

    .header__autorization {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 6px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer
    .footer__container {
        padding: 40px 20px 24px;
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 0
    }

    .footer__left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px
    }

    .footer__nav ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .footer__contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .top-banner {
        height: 40px
    }

    .top-banner__close {
        display: none
    }

    .top-banner__content {
        padding: 0 41px
    }

    .top-banner__content img {
        position: absolute;
        width: 51px;
        height: auto;
        bottom: 0
    }

    .top-banner__content picture:first-child {
        left: 0;
        position: absolute;
        bottom: 0;
    }

    .top-banner__content picture:last-child {
        right: 0
    }

    .top-banner__sale {
        width: 43px;
        height: 22px
    }

    .page__seo-block {
        padding: 40px 16px
    }

    .page__main-slider {
        margin-top: 12px
    }

    .seo-block__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .seo-block__bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

    .seo-block__advantage div {
        font-size: 13px
    }

    .seo-block__advantage img {
        display: block;
        height: 44px;
        width: 44px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .seo-block__title {
        font-size: 18px
    }

    .no-webp .catalog-block__content::before {
        background: url(../img/catalog-block_decor-mob.png) no-repeat center
    }

    .catalog-block__content::before {
        height: 92px
    }

    .catalog-block__shell {
        /* max-height: 306px; */
        min-height: 306px;
    }

    .catalog-card {
        padding: 22px 8px
    }

    .catalog-card__prev {
        width: 130px;
        height: 130px
    }

    .catalog-card__title:not(:last-child) {
        margin-bottom: 12px
    }

    .catalog-card__title {
        font-size: 12px;
        height: 60px
    }

    .catalog-card__price {
        font-size: 16px
    }

    .banner-block {
        margin-left: -16px;
        margin-right: -16px
    }

    .banner-block .swiper-button {
        display: none
    }

    .banner__slider {
        padding-left: 16px;
        padding-right: 16px
    }

    .video-block__slide {
        padding: 16px
    }

    .video-block__slide .video-name {
        font-size: 16px
    }

    .succesful-order__content {
        max-width: 100%
    }

    .succesful-order__subtext {
        font-size: 14px
    }

    .popular-brands__swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .banner__slide img:last-child,
    .banner__slide picture:last-child {
        display: block
    }

    .banner__slide img:first-child,
    .banner__slide picture:first-child {
        display: none
    }

    .news__content:not(:first-child) {
        margin-top: 16px
    }

    .one-new__day {
        color: #5c6373;
        font-size: 16px;
        line-height: 19px;
    }

    .one-new__content {
        gap: 8px
    }

    .news .catalog-block__content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .oneNews {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 60px
    }

    .oneNews .catalog-block__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .page {
        margin-bottom: 60px
    }

    .catalog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .catalog__content {
        width: calc(100vw - 32px)
    }

    .page__catalog .catalog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .catalog__filter {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .catalog__left-panel {
        display: none
    }

    .price-filter__inputs {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .catalog__header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog__sort {
        gap: 4px
    }

    .shares__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px
    }

    .account .page__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
        margin-top: 30px
    }

    .account__left-panel ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        row-gap: 16px
    }

    .account__list-link {
        padding: 4px 0
    }

    .account__list-link.active {
        background: 0 0
    }

    .account__list-link.active .account__link-img {
        background: #ffc407
    }

    .account__list-link a {
        -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;
        gap: 4px;
        text-align: center
    }

    .account__list-link span {
        text-align: center;
        font-size: 12px
    }

    .account__block-info {
        margin-top: 0;
        padding: 16px 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .account__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .account__btns button {
        width: 100%
    }

    .account__address-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .address__img {
        width: 46px;
        height: 46px
    }

    .account__orders .order {
        padding: 16px
    }

    .account__orders:not(:last-child) {
        margin-bottom: 20px
    }

    .order {
        gap: 10px
    }

    .order__top {
        -ms-grid-columns: 150px 110px 1fr;
        grid-template-columns: 150px 110px 1fr
    }

    .order__top::after {
        top: 80%
    }

    .order.open .order__open {
        gap: 16px
    }

    .order__products-info-block .checkout__card-info {
        padding: 16px
    }

    .order__products-info-block .product-check__top {
        -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
    }

    .checkout__content {
        padding: 16px
    }

    .checkout__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .checkout__top a,
    .checkout__top button {
        width: 100%
    }

    .checkout__login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .checkout__promo-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout__promo-form .button {
        width: 100%
    }

    .button-next-block {
        width: 100%
    }

    .promo-input {
        width: 100%
    }

    .checkout__delivery-variants {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .checkout__delivery {
        width: 130px;
        height: 120px
    }

    .checkout__delivery span {
        font-size: 13px
    }

    .brief-information {
        gap: 12px !important
    }

    .checkout__change-info {
        position: relative;
        top: unset;
        right: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%
    }

    .info-page .page__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .info-page__left-panel {
        display: none
    }

    .product__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100vw - 32px);
        gap: 24px
    }

    .product__codes {
        padding-bottom: 20px
    }

    .product__quantity-block {
        gap: 6px;
        font-size: 14px
    }

    .product__quantity {
        width: 30px
    }

    .product__quantity-btn {
        width: 36px;
        height: 36px;
        font-size: 26px
    }

    .product__info-menu {
        gap: 27px
    }

    .product-img {
        height: auto
    }

    .product-img-btns-wrapper {
        display: none
    }

    .product__inCart-block .button,
    .product__inCart-block form {
        width: 100%
    }

    .oneClick__form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }

    .product__tabs-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product__complete-set svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .review {
        padding: 16px
    }

    .review__photo {
        height: 70px
    }

    .product__features-content {
        padding: 24px 16px;
        gap: 24px
    }

    .product__features-content .h2 {
        display: none
    }

    .product__features-content .product__decor {
        display: none
    }

    .product__features {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .product-img .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product__set-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .set-block__card {
        padding: 12px 20px 20px;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content
    }

    .set-block__card .catalog-card__title {
        text-align: center
    }

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

    /*.product__tabs-content--characteristics .product__addReview,*/
    /*.product__tabs-main .product__addReview {*/
    /*    display: none*/
    /*}*/

    .product__addReview_three, .product__addReview_first {
        display: none;
    }

    .viewed-goods__swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:29.99875em) {
    .catalog-block__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
/*        max-height: 428px*/
    }

    .catalog__block-category {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .catalog__category {
        max-width: 100%;
        width: 100%
    }

    .catalog-category__prev {
        width: 100%;
        padding: 16px
    }

    .brands__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 24px
    }

    .brand-block {
        width: 100%
    }

    .brand-block__prev {
        padding: 16px
    }

    .no-webp .product__banner {
        background: url(../img/banners/product-banner-mob.png) no-repeat center !important
    }

    .product__banner {
        min-height: 280px;
        background-position: center
    }
}

@media (min-width:20em) and (max-width:78.375em) {
    @supports (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .popup__title {
            font-size: clamp(1.375rem, 1.2893468951rem + .4282655246vw, 1.625rem)
        }
    }

    @supports not (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .popup__title {
            font-size: calc(1.375rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1rem, 0.4860813704rem + 2.5695931478vw, 2.5rem)) {
        .credit-form {
            gap: clamp(1rem, .4860813704rem + 2.5695931478vw, 2.5rem)
        }
    }

    @supports not (gap:clamp(1rem, 0.4860813704rem + 2.5695931478vw, 2.5rem)) {
        .credit-form {
            gap: calc(1rem + 1.5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1rem, 0.8286937901rem + 0.8565310493vw, 1.5rem)) {
        .credit-form__actions {
            gap: clamp(1rem, .8286937901rem + .8565310493vw, 1.5rem)
        }
    }

    @supports not (gap:clamp(1rem, 0.8286937901rem + 0.8565310493vw, 1.5rem)) {
        .credit-form__actions {
            gap: calc(1rem + .5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .h1 {
            font-size: clamp(1.75rem, 1.6643468951rem + .4282655246vw, 2rem)
        }
    }

    @supports not (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .h1 {
            font-size: calc(1.75rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(0.75rem, 0.3645610278rem + 1.9271948608vw, 1.875rem)) {
        .cookies__container {
            gap: clamp(.75rem, .3645610278rem + 1.9271948608vw, 1.875rem)
        }
    }

    @supports not (gap:clamp(0.75rem, 0.3645610278rem + 1.9271948608vw, 1.875rem)) {
        .cookies__container {
            gap: calc(.75rem + 1.125 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .block__title {
            font-size: clamp(1.75rem, 1.6643468951rem + .4282655246vw, 2rem)
        }
    }

    @supports not (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .block__title {
            font-size: calc(1.75rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.625rem, 1.4965203426rem + 0.6423982869vw, 2rem)) {
        .page__title {
            font-size: clamp(1.625rem, 1.4965203426rem + .6423982869vw, 2rem)
        }
    }

    @supports not (font-size:clamp(1.625rem, 1.4965203426rem + 0.6423982869vw, 2rem)) {
        .page__title {
            font-size: calc(1.625rem + .375 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (margin-bottom:clamp(2.5rem, 1.6434689507rem + 4.2826552463vw, 5rem)) {
        .pagging {
            margin-bottom: clamp(2.5rem, 1.6434689507rem + 4.2826552463vw, 5rem)
        }
    }

    @supports not (margin-bottom:clamp(2.5rem, 1.6434689507rem + 4.2826552463vw, 5rem)) {
        .pagging {
            margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .text__title {
            font-size: clamp(1.375rem, 1.2893468951rem + .4282655246vw, 1.625rem)
        }
    }

    @supports not (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .text__title {
            font-size: calc(1.375rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (width:clamp(9.8125rem, 8.2279175589rem + 7.9229122056vw, 14.4375rem)) {
        .header__logo {
            width: clamp(9.8125rem, 8.2279175589rem + 7.9229122056vw, 14.4375rem)
        }
    }

    @supports not (width:clamp(9.8125rem, 8.2279175589rem + 7.9229122056vw, 14.4375rem)) {
        .header__logo {
            width: calc(9.8125rem + 4.625 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(2.5rem, 0.7869379015rem + 8.5653104925vw, 7.5rem)) {
        .footer__top {
            gap: clamp(2.5rem, .7869379015rem + 8.5653104925vw, 7.5rem)
        }
    }

    @supports not (gap:clamp(2.5rem, 0.7869379015rem + 8.5653104925vw, 7.5rem)) {
        .footer__top {
            gap: calc(2.5rem + 5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (padding-bottom:clamp(1.5rem, 1.2430406852rem + 1.2847965739vw, 2.25rem)) {
        .footer__top {
            padding-bottom: clamp(1.5rem, 1.2430406852rem + 1.2847965739vw, 2.25rem)
        }
    }

    @supports not (padding-bottom:clamp(1.5rem, 1.2430406852rem + 1.2847965739vw, 2.25rem)) {
        .footer__top {
            padding-bottom: calc(1.5rem + .75 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(0.1875rem, 0.0376070664rem + 0.7494646681vw, 0.625rem)) {
        .top-banner__content {
            gap: clamp(.1875rem, .0376070664rem + .7494646681vw, .625rem)
        }
    }

    @supports not (gap:clamp(0.1875rem, 0.0376070664rem + 0.7494646681vw, 0.625rem)) {
        .top-banner__content {
            gap: calc(.1875rem + .4375 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(0.8125rem, 0.6197805139rem + 0.9635974304vw, 1.375rem)) {
        .top-banner__content span {
            font-size: clamp(.8125rem, .6197805139rem + .9635974304vw, 1.375rem)
        }
    }

    @supports not (font-size:clamp(0.8125rem, 0.6197805139rem + 0.9635974304vw, 1.375rem)) {
        .top-banner__content span {
            font-size: calc(.8125rem + .5625 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(0.9375rem, 0.7019539615rem + 1.1777301927vw, 1.625rem)) {
        .top-banner__sale {
            font-size: clamp(.9375rem, .7019539615rem + 1.1777301927vw, 1.625rem)
        }
    }

    @supports not (font-size:clamp(0.9375rem, 0.7019539615rem + 1.1777301927vw, 1.625rem)) {
        .top-banner__sale {
            font-size: calc(.9375rem + .6875 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1.5rem, 1.3286937901rem + 0.8565310493vw, 2rem)) {
        .page__seo-block {
            gap: clamp(1.5rem, 1.3286937901rem + .8565310493vw, 2rem)
        }
    }

    @supports not (gap:clamp(1.5rem, 1.3286937901rem + 0.8565310493vw, 2rem)) {
        .page__seo-block {
            gap: calc(1.5rem + .5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .seo-block__top h1 {
            font-size: clamp(1.75rem, 1.6643468951rem + .4282655246vw, 2rem)
        }
    }

    @supports not (font-size:clamp(1.75rem, 1.6643468951rem + 0.4282655246vw, 2rem)) {
        .seo-block__top h1 {
            font-size: calc(1.75rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (padding-top:clamp(1.5rem, 1.3286937901rem + 0.8565310493vw, 2rem)) {
        .seo-block__bottom {
            padding-top: clamp(1.5rem, 1.3286937901rem + .8565310493vw, 2rem)
        }
    }

    @supports not (padding-top:clamp(1.5rem, 1.3286937901rem + 0.8565310493vw, 2rem)) {
        .seo-block__bottom {
            padding-top: calc(1.5rem + .5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (margin-top:clamp(3.75rem, 3.3217344754rem + 2.1413276231vw, 5rem)) {
        .popular-brands {
            margin-top: clamp(3.75rem, 3.3217344754rem + 2.1413276231vw, 5rem)
        }
    }

    @supports not (margin-top:clamp(3.75rem, 3.3217344754rem + 2.1413276231vw, 5rem)) {
        .popular-brands {
            margin-top: calc(3.75rem + 1.25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (margin-top:clamp(3.75rem, 3.193254818rem + 2.7837259101vw, 5.375rem)) {
        .video-block {
            margin-top: clamp(3.75rem, 3.193254818rem + 2.7837259101vw, 5.375rem)
        }
    }

    @supports not (margin-top:clamp(3.75rem, 3.193254818rem + 2.7837259101vw, 5.375rem)) {
        .video-block {
            margin-top: calc(3.75rem + 1.625 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1rem, 0.9143468951rem + 0.4282655246vw, 1.25rem)) {
        .succesful-order__text {
            font-size: clamp(1rem, .9143468951rem + .4282655246vw, 1.25rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.9143468951rem + 0.4282655246vw, 1.25rem)) {
        .succesful-order__text {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1rem, 0.8286937901rem + 0.8565310493vw, 1.5rem)) {
        .news__content {
            gap: clamp(1rem, .8286937901rem + .8565310493vw, 1.5rem)
        }
    }

    @supports not (gap:clamp(1rem, 0.8286937901rem + 0.8565310493vw, 1.5rem)) {
        .news__content {
            gap: calc(1rem + .5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports ((-moz-column-gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem)) or (column-gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem))) {
        .news__one-new {
            -webkit-column-gap: clamp(1.25rem, .6076017131rem + 3.2119914347vw, 3.125rem);
            -moz-column-gap: clamp(1.25rem, .6076017131rem + 3.2119914347vw, 3.125rem);
            column-gap: clamp(1.25rem, .6076017131rem + 3.2119914347vw, 3.125rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem)) or (column-gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem))) {
        .news__one-new {
            -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 20rem)/ 58.375);
            -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 20rem)/ 58.375);
            column-gap: calc(1.25rem + 1.875 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.125rem, 1.0393468951rem + 0.4282655246vw, 1.375rem)) {
        .one-new__title {
            font-size: clamp(1.125rem, 1.0393468951rem + .4282655246vw, 1.375rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 1.0393468951rem + 0.4282655246vw, 1.375rem)) {
        .one-new__title {
            font-size: calc(1.125rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(0.75rem, -0.1707708779rem + 4.6038543897vw, 3.4375rem)) {
        .oneNews .catalog-block__content {
            gap: clamp(.75rem, -.1707708779rem + 4.6038543897vw, 3.4375rem)
        }
    }

    @supports not (gap:clamp(0.75rem, -0.1707708779rem + 4.6038543897vw, 3.4375rem)) {
        .oneNews .catalog-block__content {
            gap: calc(.75rem + 2.6875 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .catalog__block-title {
            font-size: clamp(1.375rem, 1.2893468951rem + .4282655246vw, 1.625rem)
        }
    }

    @supports not (font-size:clamp(1.375rem, 1.2893468951rem + 0.4282655246vw, 1.625rem)) {
        .catalog__block-title {
            font-size: calc(1.375rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1rem, 0.6573875803rem + 1.7130620985vw, 2rem)) {
        .catalog__seo-brand {
            gap: clamp(1rem, .6573875803rem + 1.7130620985vw, 2rem)
        }
    }

    @supports not (gap:clamp(1rem, 0.6573875803rem + 1.7130620985vw, 2rem)) {
        .catalog__seo-brand {
            gap: calc(1rem + 1 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1.25rem, 0.693254818rem + 2.7837259101vw, 2.875rem)) {
        .account .page__content {
            gap: clamp(1.25rem, .693254818rem + 2.7837259101vw, 2.875rem)
        }
    }

    @supports not (gap:clamp(1.25rem, 0.693254818rem + 2.7837259101vw, 2.875rem)) {
        .account .page__content {
            gap: calc(1.25rem + 1.625 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1rem, -0.113490364rem + 5.5674518201vw, 4.25rem)) {
        .order.open .order__open {
            gap: clamp(1rem, -.113490364rem + 5.5674518201vw, 4.25rem)
        }
    }

    @supports not (gap:clamp(1rem, -0.113490364rem + 5.5674518201vw, 4.25rem)) {
        .order.open .order__open {
            gap: calc(1rem + 3.25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(0.5rem, 0.4143468951rem + 0.4282655246vw, 0.75rem)) {
        .order__delivery-info {
            gap: clamp(.5rem, .4143468951rem + .4282655246vw, .75rem)
        }
    }

    @supports not (gap:clamp(0.5rem, 0.4143468951rem + 0.4282655246vw, 0.75rem)) {
        .order__delivery-info {
            gap: calc(.5rem + .25 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(0.5rem, 0.0289079229rem + 2.3554603854vw, 1.875rem)) {
        .order__products-info-block .product-check__top {
            gap: clamp(.5rem, .0289079229rem + 2.3554603854vw, 1.875rem)
        }
    }

    @supports not (gap:clamp(0.5rem, 0.0289079229rem + 2.3554603854vw, 1.875rem)) {
        .order__products-info-block .product-check__top {
            gap: calc(.5rem + 1.375 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (margin-bottom:clamp(3.75rem, 2.3795503212rem + 6.852248394vw, 7.75rem)) {
        .checkout {
            margin-bottom: clamp(3.75rem, 2.3795503212rem + 6.852248394vw, 7.75rem)
        }
    }

    @supports not (margin-bottom:clamp(3.75rem, 2.3795503212rem + 6.852248394vw, 7.75rem)) {
        .checkout {
            margin-bottom: calc(3.75rem + 4 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem)) {
        .checkout__block {
            gap: clamp(1.25rem, .6076017131rem + 3.2119914347vw, 3.125rem)
        }
    }

    @supports not (gap:clamp(1.25rem, 0.6076017131rem + 3.2119914347vw, 3.125rem)) {
        .checkout__block {
            gap: calc(1.25rem + 1.875 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1.25rem, 0.3934689507rem + 4.2826552463vw, 3.75rem)) {
        .info-page .page__content {
            gap: clamp(1.25rem, .3934689507rem + 4.2826552463vw, 3.75rem)
        }
    }

    @supports not (gap:clamp(1.25rem, 0.3934689507rem + 4.2826552463vw, 3.75rem)) {
        .info-page .page__content {
            gap: calc(1.25rem + 2.5 * (100vw - 20rem)/ 58.375)
        }
    }

    @supports (gap:clamp(1.875rem, 0.8899892934rem + 4.9250535332vw, 4.75rem)) {
        .product__tabs-content {
            gap: clamp(1.875rem, .8899892934rem + 4.9250535332vw, 4.75rem)
        }
    }

    @supports not (gap:clamp(1.875rem, 0.8899892934rem + 4.9250535332vw, 4.75rem)) {
        .product__tabs-content {
            gap: calc(1.875rem + 2.875 * (100vw - 20rem)/ 58.375)
        }
    }
}

@media (max-width:1200px) and (min-width:61.99875em) {
    .footer__top {
        gap: 50px;
    }
}

@media (max-width:61.99875em) and (min-width:47.99875em) {
    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__contacts {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product__addReview {
        padding: 32px 16px
    }
}

@media (max-width:900px) and (min-width:47.99875em) {
    .account .button {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        width: 100%
    }
}

@media (any-hover:hover) {
    .button:hover {
        background: #7bb44e;
        color: #fff
    }

    .select__option:hover {
        background: #f8f8f8
    }

    .quantity__button:hover::after,
    .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, .5)
    }
}

.webp .top-banner__link {
    background: url(../img/slim-banner.webp) no-repeat center;
    background-size: cover;
}

.webp .top-banner__sale {
    background: url(../img/sale.webp) no-repeat center
}

.webp .catalog-block__content::before {
    background: url(../img/catalog-block_decor.webp) no-repeat center
}

.webp .product__addReview {
    background: #f0fcec url(../img/icons/chat.webp) bottom right no-repeat
}

@media (max-width:47.99875em) {
    .webp .catalog-block__content::before {
        background: url(../img/catalog-block_decor-mob.webp) no-repeat center;
        background-size: cover;
    }
}

@media (max-width:29.99875em) {
  .webp .product__banner {background: url(../img/banners/product-banner-mob.png) bottom/100% auto no-repeat !important;}
}

@media screen and (max-width:1400px) {
  .swiper-button.swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .swiper-button.swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}

@media screen and (max-width:900px) {
  .swiper-button.swiper-button-prev {
    display: none;
  }
  .swiper-button.swiper-button-next {
    display: none;
  }

  .seo-block__top h1 {
    width: 100%;
    text-align:center;
  }
}
.product__param--label:hover {
  background:rgba(243, 249, 238, 1);
  border: 2px solid rgba(219, 235, 206, 1);
}

.button-inCart {
  padding: 15px 44px !important;
}

@media screen and (max-width:767px) {
  .succesful-order .page__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .banner__slide img {
    max-height: 100px;
  }

  .seo-block__text {
    max-height: 390px;
  }

  .succesful-order .header__toCatalog {
    align-self: flex-start;
  }

  .checkout {
    margin-top: 20px;
  }

  .succesful-order__content .page__title {
    text-align: center;
  }

  .select__option {
    padding: 8px 5px;
  }

  .account__content {
    margin-top: 24px;
  }

  .cookies__text {
    max-width: 100%;
  }

  .catalog__header {
    flex-direction: column;
    gap: 10px;
  }

  .catalog {
    margin-top: 20px;
  }

  .oneNews .one-new__date {
    justify-content: center;
  }

  .oneNews__info {
    gap: 20px;
  }

  .oneNews {
    gap: 16px;
    margin-bottom: 0;
  }
}

.page__main-slider .swiper-button:hover,
.banner-block .swiper-button:hover {
  background: rgba(255, 196, 7, 1);
  box-shadow: 0px 4px 8px 0px rgba(18, 18, 21, 0.1);
}

.cookies__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cookies__container {
  justify-content: space-between;
}

@media screen and (min-width: 1300px) {
  .cookies__container {
    max-width: calc(78.375rem + 30px);
  }
}

.video__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video__preview::before {
  content: url('../img/icons/play.svg');
  position: absolute;
  z-index: 10;
}

.video__preview:hover::before {
  content: url('../img/icons/play-hover.svg');
  z-index: 10;
}

.catalog__filter {
  width: 100%;
  justify-content: center;
  padding: 9px 15px;
  background: rgba(123, 180, 78, 1);
  border-radius: 6px;
}

.catalog__filter path {
  fill: #fff;
}

.catalog__filter span {
  color: #fff !important;
}

#leave_review_answer .popup__content,
#leave_review .popup__content,
#credit-form .popup__content {
  padding: 40px 60px;
}

@media screen and (max-width:767px) {
    #leave_review_answer .popup__content,
    #leave_review .popup__content,
    #credit-form .popup__content {
        padding: 20px;
    }

  .news__content {
    gap: 32px !important;
  }
}

.news__one-new {
  display: flex;
  justify-content: space-between;
}

.one-new__main-info {
  display: grid;
  grid-template-columns: 160px 390px;
}

.breadcrumb-item a:hover {
  opacity: 0.7;
}

@media (max-width:920px){
  .news__one-new {
    flex-direction: column;
  }
  .one-new__main-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .banner__slide img {
    max-height: 180px;
  }
}


@media screen and (max-width: 990px) and (min-width: 768px) {
  .oneNews {
    grid-template-columns: 1fr;
  }

  .one-new__prev {
    max-width: 80%;
    margin: 0 auto;
  }

  .seo-block__top {
    flex-direction: column;
  }
}

.product__sliders-content {
  margin: 0 -2px;
}

.autorization__btns button span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgba(92, 99, 115, 1);
  transition: all 0.3s ease;
}

.autorization__btns button:hover span {
  opacity: 0.5;
}

.catalog__mobile-actions,
.catalog__filter-title {
  display: none;
}


@media (max-width:767.9px){
  .catalog__mobile-actions {
    display: flex;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 16px 20px;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    gap: 16px;
    align-items: center;
    justify-content: space-around;
  }

  .popup_show {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .catalog__mobile-actions button {
    min-width: max-content;
  }

  .catalog__filter-title {
    display: block;
  }

  .pagging__list {
    flex-wrap: wrap;
  }
}

.button--border-yellow {
  color: rgba(255, 196, 7, 1);
  background: transparent;
  border-bottom: 1px dashed rgb(255, 196, 7);
  padding: 0;
}

.button--border-yellow:hover {
  border-style: solid;
}


@media screen and (max-width:2000px) and (min-width:1720px) {
  [class*=__container] {
    max-width: 1600px;
  }

  .header__main-content {
    justify-content: space-between !important;
    margin-left: 20px;
  }

  .header__actions-block {
    gap: 20px !important;
  }

  .header__nav ul li {
    font-size: 18px !important;
  }

  .header__main-nav ul .header__main-link .header__catalog-link {
    font-size: 20px !important;
  }

  .header__right {
    gap: 48px !important;
  }

  .body {
    font-size: 18px !important;
  }

	.seo-block__text p {
		font-size: 18px !important;
	}
    .seo-block__text ul li,
    .seo-block__text ol li{
        font-size: 18px;
    }

  .footer__nav li {
    font-size: 18px !important;
  }

  .seo-block__advantage div {
    font-size: 16px !important;
  }

  .seo-block__advantage img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .show-more {
    font-size: 16px !important;
  }

  .cookies__container {
    justify-content: space-between !important;
/*    min-height: 100%;*/
  }

  .header__logo,
  .footer__logo {
    width: 280px !important;
    max-width: 280px !important;
  }

  .header__lang-buttons button {
    font-size: 18px !important;
  }

  .header__category-name {
    font-size: 18px !important;
  }

  .header__catalog-category ul li a {
    font-size: 16px !important;
  }

  .footer__bottom {
    font-size: 16px !important;
  }

  .product__advantage p {
    font-size: 16px !important;
  }

  .order__products a {
    height: 54px !important;
    width: 54px !important;
  }

  .oneNews {
    grid-template-columns: 460px 1fr !important;
  }

  .info-page__list-link a {
    font-size: 16px !important;
  }

  .info-page .page__content {
    grid-template-columns: 300px 1fr;
  }

  .info-page .brands__content {
    justify-content: flex-start;
  }

  .spollers__body {
    font-size: 15px;
  }

  .spollers__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 992px) {
  .product__block {
    grid-template-columns: 420px 1fr;
    gap: 40px;
  }
}

@media screen and (min-width:2000px) {
  [class*=__container] {
    max-width: 80vw;
  }
}

.product-card__price-block .product-card__discount-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    color: #fe2d48;
}

.product-card__price-block .product-card__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: line-through;
    color: rgba(39, 39, 44, 0.7);
}

.search__result-btn {
    display: none;
	cursor: pointer;
}

.text-danger {
    color: #f00;
}

.header__toPage-in.hidde {
    display: none;
}

.onclick-response {
    position: absolute;
    top: -25px;
    right: 0;
}

.oneClick__form {
    position: relative;
}

.onclick-response.error {
    color: #f00;
}

.onclick-response.success {
    color: #009a08;
}

.error-form {
    color: #f00;
    margin-top: 5px;
    text-align: center;
    display: block;
}

.header__autorization {
    cursor: pointer;
}

#send-phone-code {
    cursor: pointer;
}

.autorization__for-email.send {
    opacity: 0.4;
}

.success-form {
    margin-top: 5px;
    color: #15bd00;
}

#resend-email {
    cursor: pointer;
}

.alert-success {
    color: #00ca1d;
}

.alert-warning {
    color: #f00;
}

.contacts-phone-line {
    display: flex;
    gap: 5px;
}

.page.brands {
    margin-bottom: 5rem;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.category__content + .category__seo {
  margin-top: 80px;
}

.alert-danger {
    color: #f00;
    text-align: center;
}

#leave_review_answer .contact-us__form,
#leave_review .contact-us__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.hide .button-next-block {
  display: none;
}

.catalog-card__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 2;
  background: rgba(237, 237, 237, 1);
}

.catalog-card__remove svg path {
  transition: all 0.3s ease;
}

.catalog-card__remove:hover svg path {
  fill: red;
}

#shipping-curren-method {
    font-weight: 600;
}

@media screen and (min-width: 1720px) {
  .one-new__main-info {
    grid-template-columns: 200px 450px;
  }
  .one-new__content {
    width: 100%;
  }
}

.seo-block__text {
  position: relative;
}

.catalog__header + .category__content {margin-top: 16px;}
.form-error {color: #f00;}
.product-img-btns img {margin: 0 auto;}

@media screen and (max-width: 1040px) and (min-width: 992px) {
  .footer__top {gap: 40px;}
  .footer__tel {white-space: nowrap;}
  .search__label {padding: 16px;}
  .header__contacts a {font-size: 18px;}
  .header__right{gap: 28px;}
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .search__label .search__input {
    min-width: 220px;
    padding-right: 30px;
  }
}

.set-block svg {
  flex-shrink: 0;
}

@media screen and (max-width: 1074px) and (min-width: 768px) {
  .set-block__card {
    padding: 24px;
    width: 280px;
  }
  .set-block__card .catalog-card__price-block {
    flex-direction: column;
  }
  .set-block__discount-amont {
    flex-direction: column;
  }
  .set-block svg {
    width: 36px;
    height: 36px;
  }

  .addtocart svg {
    width: 18px;
    height: 18px;
  }

  .set-block__card .addtocart {
    min-width: 180px;
  }
}

@media screen and (max-width: 1400px) {
  .product__tabs .product__sliders .viewed-goods__swiper-pagination {
    display: flex;
  }
  .product__tabs .product__sliders .swiper-button.swiper-button-prev {
  display: none;
  }
  .product__banner {
    background-size: cover;
    background-position: right;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  .product__inCart-block {
    flex-direction: row;
  }
  .oneClick__form {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 450px) {
  .swiper-big img {
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 840px) and (min-width: 768px) {
  .product__banner {
    background-position: center;
  }
}

.product__tabs-info p,
.product__tabs-info li {
  font-size: 16px;
  line-height: 1.5;
}

/*.product__tabs-info li:not(:last-child),*/
.product__tabs-info li,
.product__tabs-info p:not(:last-child) {
  margin-bottom: 12px;
}

.product__tabs-info .product__block-characteristics p {
  margin-bottom: 0;
}

.onli_param.blok {
  height: max-content;
  transition: all 0.3s ease;
}

.block_param.hidden .onli_param.blok {
  display: none;
  padding: 0;
  height: 0;
}

.blok.title_filter {
  cursor: pointer;
  transition: all 0.3s ease;
}

.block_param.hidden .blok.title_filter::after {
  transform: rotate(180deg);
}

.category__link.parent {
  cursor: pointer;
}

.category__link.parent:hover {
  opacity: 1;
}

.category__link.hidden {
  display: none;
}

.product__code-label {cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease;}

.product__code-label.product__code--tooltip {
  border: 2px solid #7BB44E;
}

#button_price,
.irs-slider {
  cursor: pointer !important;
}

.onli_param .row_blok {
  transition: all 0.3s ease;
}

.onli_param .row_blok:hover {
  background: #f8f8f8
}

.information-11.info-page__block-info .delivery-block__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.information-11.info-page__block-info .delivery-block__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(43, 42, 51, 1);
}

.product__tabs-info span {
    font-weight: 600;
}
.mobile_vis{
    display: none;
}
@media screen and (max-width: 767px){
    .tabs__body{
        display: block!important;
    }
    .tabs__navigation{
        display: none;
    }
    .product__tabs-info .h3{
        color: #fff;
        background: #7bb44e;
        border-radius: 12px;
        padding: 12px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
    .product__tabs-content:last-child {
        margin-bottom: 20px;
    }
    .mobile_vis{
        display: block;
    }
}


.product-warning{
    color: red;
}

/*@media screen and (min-width: 768px){*/
    .product-rating__value{
        cursor: pointer;
    }
/*}*/


.oneNews__content a{
    color: #7bb44e;
}

.oneNews ul,
.oneNews ol{
    margin-top: 20px;
    margin-bottom: 20px;
}
.oneNews ul li,
.oneNews ol li{
    margin: 0px 0;
    padding: 10px 0;
}

.autorization  .autorization__btn:disabled{
    opacity: 0.4;
    cursor: default;
}
.autorization  .autorization__btn:disabled:hover{
    background: #ffc407 !important;
}
.bingc-phone-button.bingc-language-ua.bingc-show{
    bottom: 74px!important;
    right: 1px!important;
}
.out-of-stock__product img{
    opacity: .5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}



.swiperNews{
    margin-top: 16px;
    position: relative;
}
.new__prev.swiper-button{
    left: 26px;
}
.new__next.swiper-button{
    right: 26px;
}
.news_custom{
    padding: 40px 0;
}
@media screen and (min-width: 768px){
    .news_custom{
        padding: 60px 0;
    }
}
.new__img {
    border-radius: 12px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 12px;
}
.new__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.new__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}


.new_data{
    color: #8590A6;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 10px;
}
.new__elem .one-new__title {
    margin-bottom: 8px;
    font-size: 16px;
    color: #2B2A33;
    line-height: 120%;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}
.new__elem:hover .one-new__title {
    color: #ffc407;
}
@media screen and (min-width: 768px){
    .new__elem .one-new__title {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.new__context p{
     color: #5C6373;
     font-size: 14px;
     line-height: 130%;
     font-weight: 400;
     margin-bottom: 12px;
}
.new__elem:hover .one-new__link svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new__elem:hover .one-new__link {
    background: #ffc407;
}
.stick_procent{
    font-size: 14px;
    padding: 3px 6px;
    background: #FE2D48;
    font-weight: 700;
    color: #fff;
    border-radius: 9px 9px 9px 2px;
}
/* .one-new__link svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */
.fancybox__container{
    margin:  0 auto!important;
}

.MsoNormalTable td{
    padding: 1px 0px !important;
    background: transparent!important;
}

.MsoNormalTable td p span{
    font-weight: 400!important;
}
.MsoNormalTable tr:first-child td p span{
    color: #7bb44e!important;
    font-weight: 600!important;
}


/*filter*/

.fv-container
.onli_param {
    padding: 12px 0 10px;
}
.fv-container
.fv-items {
    background-color: #fff;
/*    font-weight: 300;*/
    border: none;
}
#fv_module
.fv-container{
    --fv-body-flex-gap: 0px;
    column-gap: 0;
}
#fv_module input.form-control {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    width: 100%;
    height: 40px;
    border: 1px solid #d1d1de;
    border-radius: 6px;
    background: #fff;
    padding: 13px 10px;
    gap: 6px;
    font-size: 15px;
    line-height: 1;
}
.fv-container
.irs-bar {
    background: #7bb44e;
    height: 3px;
}

.irs-handle.from {
    width: 21px;
    height: 21px;
    right: -10px;
    top: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #7bb44e;
    cursor: pointer;
}
.irs-handle.to {
    width: 21px;
    height: 21px;
    right: -10px;
    top: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #7bb44e;
}
.fv-container
.fv-items:hover {
    box-shadow: none;
}
.fv-prs
.fv-box_footer_slider.fv-box_flex {
    display: block;
}
#fv_module
.fv-prs .fv-btn_css{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px;
    min-width: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e7f3de;
    border: 1px solid #e7f3de;
    color: #7bb44e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    cursor: pointer !important;
    height: 48px;
}
#fv_module
.fv-prs .fv-btn_css:hover{
    background: #7bb44e;
    border: 1px solid #7bb44e;
    color: #fff;
}
.fv-items_name {
    color: #2b2a33;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.fv-container .fv-items{
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 12px;
}

.fv-items_head {
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
    min-height: 14px;
    justify-content: space-between;
}
.fv-items_title {
    padding-block: 0 7px;
}
.fv-items_title {
    position: relative;
    padding-block: 0;
}
.fv-icon_default.fv-icon_items_show_default:before,
.fv-icon_default.fv-icon_items_hide_default:before {
    content: url(../img/icons/chevron.svg);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
}
.fv-icon_default.fv-icon_items_hide_default:before{
    transform: rotate(180deg);
}


#fv_module
.fv-box_item:hover {
    background: #f8f8f8;
}

#fv_module
.fv-item_slider:hover{
    background: transparent;
}

.fv-checkbox .fv-item_label, 
.fv-radiobox .fv-item_label, 
.fv-items_checkbox .fv-item_label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    padding: 5px;
}
#fv_module
.fv-items_title,
#fv_module
.fv-items_list{
    padding-right: 0;
    padding-left: 0;
}
.fv-item_label .fv-checkbox:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1de;
    background: #fff;
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#fv_module
.fv-item_label .fv-checkbox,
#fv_module
.fv-item_label .fv-radiobox{
    margin-right: 0;
}
#fv_module
.fv-checkbox .fv-item_label, 
#fv_module
.fv-radiobox .fv-item_label, 
#fv_module
.fv-items_checkbox .fv-item_label{
    padding-right: 0;
    padding-left: 0;
}
.fv-item_label.fv-item_action .fv-checkbox::before {
    content: "";
    background: url(../img/icons/check-select.svg) no-repeat center;
}
#fv_module
.fv-item_label.fv-item_action .fv-checkbox:after{
    display: none;
}

@media screen and (max-width: 767px){
    #fv_container.fv-mobile-left{
        transform: translateX(0)!important;
        padding: 20px;
    }
}
.catalog__left-panel.fixed .catalog__panel-close, .header .search__close, .search.open .search__close{
    z-index: 1000000;
}


@media (max-width: 767px) {

    #fv_module
    .fv-container {
        max-width: inherit;
    }
}


.product__tabs-info table {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product__tabs-info table td{
    border: 1px solid #2b2a33;
    padding: 10px 10px;
}
@media (max-width: 767px) {
    .product__tabs-info table td{
        padding: 10px 4px;
    }
}
.product__tabs-info table tr:first-child 
td,
.product__tabs-info table tr:first-child 
td p,
.product__tabs-info table tr:first-child 
td span{
    font-weight: 700!important;
        color: #7bb44e;
}
@media (max-width: 767px) {
    .product__tabs-info table 
    td,
    .product__tabs-info table
    td p,
    .product__tabs-info table
    td span{
        font-size: 14px;
    }
}


.popup_ans{
background: rgba(1,1,1,0.3);
}
.popup__text{margin-bottom: 10px;font-size: 16px;
}
.popup__text span{
font-weight: 700;
}
.answ-title{
color: #4e8c1d;
text-align: left;
margin-block: 13px;
}