/*@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");*/

@import url(../fonts/nunito/stylesheet.css);
@import url(../fonts/spectral/stylesheet.css);
@import url(../fonts/imput-sans/stylesheet.css);

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

*:focus,
*:active,
*:hover {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

img,
svg {
    border: 0;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

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

body,
html {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

body.noskroll,
  html.noskroll {
    overflow: hidden;
}

html {
    width: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    color: #171717;
    transition: color 0.5s, background-color 0.5s;
    line-height: 1.7;
    font-family: "InputSans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    position: relative;
    background: #fff;
    letter-spacing: -0.01em;
}

img,
svg {
    max-width: 100%;
    max-height: 100%;
}

p {
    margin-bottom: 2rem;
  /* &:last-of-type {
    margin-bottom: 0 !important;
  } */
}

@media screen and (max-width: 500px) {
    p {
        margin-bottom: 1rem;
    }
}

a:hover {
    color: #bb793e;
}

strong, b {
    font-weight: 500;
}

.is-hidden {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
}

.container--small {
    max-width: 1210px;
}

@media screen and (max-width: 500px) {
    .text-content {
        font-size: 12px;
    }
}

.text-content__redaction-info {
    color: #c1bbb7;
    position: relative;
    top: -2rem;
}

@media screen and (max-width: 500px) {
    .text-content p {
        margin-bottom: 1.7rem;
    }
}

.text-content p a {
    text-decoration: underline;
    white-space: nowrap;
}

.text-content ul {
    list-style: lower-alpha;
    padding-left: 3rem;
    margin-bottom: 2.3rem;
}

@media screen and (max-width: 500px) {
    .text-content ul {
        margin-bottom: 1.7rem;
    }
}

.text-content ol {
    list-style: auto;
    padding-left: 3rem;
    margin-bottom: 2.3rem;
}

@media screen and (max-width: 500px) {
    .text-content ol {
        margin-bottom: 1.7rem;
    }
}

.text-content h3 {
    margin-bottom: 2.3rem;
    line-height: 2.3rem;
    font-size: 1.7rem;
}

@media screen and (max-width: 500px) {
    .text-content h3 {
        font-size: 1.5rem;
        margin-bottom: 1.7rem;
    }
}

.text-content h2 {
    font-size: 3rem;
    color: #bb793e;
    font-family: "Spectral", serif;
    font-style: italic;
    letter-spacing: -0.02em;
    line-height: 117%;
    margin-bottom: 2.3rem;
}

@media screen and (max-width: 500px) {
    .text-content h2 {
        font-size: 2.4rem;
        margin-bottom: 1.7rem;
    }
}

.text-content > img {
    margin-bottom: 2.3rem;
}

.content-container {
    max-width: 67rem;
    margin: 0 auto;
}

.content-container--large {
    max-width: 90rem;
}

.content-container p {
    /*     a {
      text-decoration: underline;
      white-space: nowrap;
    } */
}

@media screen and (max-width: 500px) {
    .content-container p {
        font-size: 12px;
    }
}

.content-container p.large-text {
    font-size: 1.7rem;
}

@media screen and (max-width: 500px) {
    .content-container p.large-text {
        font-size: 1.5rem;
    }
}

.fit-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.button {
    padding: 12px 1.2rem;
    background: #171717;
    /*! font-family: "Spectral", serif; */
    /*! font-style: italic; */
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: -0.02em;
    color: #f7f7ef;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #171717;
    text-align: center;
    transition: 0.3s;
}

@media screen and (min-width: 780px) {
    .button:hover {
        background: #bb793e;
        border-color: #bb793e;
        color: #f7f7ef;
    }
}

.button--white {
    color: #171717;
    background: #f7f7ef;
    border: 1px solid #f7f7ef;
}

@media screen and (min-width: 780px) {
    .button--white:hover {
        background: #171717;
        border-color: #171717;
        color: #f7f7ef;
    }
}

.button--ghost {
    border: 1px solid #171717;
    color: #171717;
    background: transparent;
}

@media screen and (min-width: 780px) {
    .button--ghost:hover {
        background: #171717;
        border-color: #171717;
        color: #f7f7ef;
    }
}

.button--full {
    width: 100%;
}

.button.with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.button .button-icon-before {
    margin-right: 12px;
}

.button .button-icon-before path {
    stroke: currentColor;
}

.button .button-icon-after {
    margin-left: 3.6rem;
}

.title {
    font-family: "Spectral", serif;
    font-style: italic;
    letter-spacing: -0.02em;
}

.section {
    margin-bottom: 10rem;
}

@media screen and (max-width: 780px) {
    .section {
        margin-bottom: 5rem;
    }
}

.section--medium-margin {
    margin-bottom: 7rem;
}

@media screen and (max-width: 780px) {
    .section--medium-margin {
        margin-bottom: 3rem;
    }
}

.page-title {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 3.5rem;
    line-height: 114%;
}

@media screen and (max-width: 780px) {
    .page-title {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .page-title {
        font-size: 2.4rem;
    }
}

.page-title.is-left {
    text-align: left;
}

.section-title {
    margin-bottom: 2.3rem;
    text-align: center;
    line-height: 2.3rem;
}

.section-title--left {
    text-align: left;
}

@media screen and (max-width: 500px) {
    .section-title {
        font-size: 12px;
    }
}

.section-title--large {
    font-size: 1.7rem;
}

@media screen and (max-width: 500px) {
    .section-title--large {
        font-size: 1.5rem;
    }
}

.mobile_visible {
    display: none;
}

@media screen and (max-width: 780px) {
    .mobile_hidden {
        display: none !important;
    }

    .mobile_visible {
        display: block;
    }
}

/* img[data-lazysrc] {
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;

  &.load {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
} */
[data-popup]:hover {
    cursor: pointer;
    color: #bb793e;
}


.swiper-pagination-bullet {
    background: rgba(23, 23, 23, 0.3);
}

.swiper-pagination-bullet-active {
    background: #171717;
}

.swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 50;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-arrow:hover {
    background: #fbfaf9;
}

.swiper-arrow-prev {
    left: 4rem;
}

.swiper-arrow-next {
    right: 4rem;
}

.swiper-button-disabled {
    display: none;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7rem;
}

.pagination__pages a {
    color: #c1bbb7;
}

.pagination__pages a.is-current {
    color: #171717;
}

.pagination__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.pagination__button.prev svg {
    margin-right: 1rem;
    position: relative;
    top: -1px;
}

.pagination__button.next svg {
    margin-left: 1rem;
    position: relative;
    top: -1px;
}

.accordion {
    border-top: 1px solid #c1bbb7;
}

@media screen and (max-width: 780px) {
    .accordion {
        border-top: none;
    }
}

.accordion-item {
    padding: 3.2rem 0;
    border-bottom: 1px solid #c1bbb7;
}

@media screen and (max-width: 780px) {
    .accordion-item {
        padding: 2.1rem 0;
    }
}

.accordion-item__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 2rem;
    line-height: 125%;
    cursor: pointer;
}

@media screen and (max-width: 780px) {
    .accordion-item__header {
        font-size: 1.7rem;
    }
}

.accordion-item__header-icon {
    transition: 0.3s;
}

.accordion-item__header-icon.is-active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-item__body {
    display: none;
    padding-top: 1.3rem;
}

.accordion-item__body > *:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 780px) {
    .accordion-item__body {
        font-size: 12px;
    }
}

.selector__list-item-label {
    cursor: pointer;
}

.selector__list-item-label:hover {
    color: #171717;
}

.selector__list-item.is-chosen {
    color: #171717;
}

.selector__list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #eee;
}

.selector__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #171717;
}

.selector.is-filter .selector__header {
    border-bottom: 1px solid #171717;
}

.selector.is-filter .selector__list-item-label {
    display: -ms-flexbox;
    display: flex;
}

.selector.is-filter .selector__list-item-label::before {
    content: "";
    display: block;
    margin-right: 0.9rem;
    width: 0.6rem;
    height: 0.6rem;
    background: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    top: 4px;
}

.selector.is-filter .selector__list-item {
    text-align: left;
}

.selector.is-filter .selector__list-item input {
    display: none;
}

.selector.is-filter .selector__list-item input:checked + .selector__list-item-label {
    color: #171717;
}

.selector.is-filter .selector__list-item input:checked + .selector__list-item-label::before {
    background: #171717;
}

.selector.is-filter .selector__body {
    width: calc(100% + 4rem);
    left: -2rem;
    padding: 0 2rem 4rem 2rem;
}

.selector.is-filter .selector__body::after {
    content: "";
    display: block;
    width: calc(100% - 4rem);
    height: 1px;
    background: #171717;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}


input::-webkit-input-placeholder {
    color: #171717;
    opacity: 1;
}

input::-moz-placeholder {
    color: #171717;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #171717;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #171717;
    opacity: 1;
}

input::placeholder {
    color: #c1bbb7;
    opacity: 1;
}

.form-input {
    height: 4.8rem;
    border: 1px solid #c1bbb7;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1.7rem;
    color: #171717;
}

.input-wrapper {
    display: grid;
    gap: 2rem;
}

.input-wrapper.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 500px) {
    .input-wrapper.cols-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

.check-box-input {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 155%;
}

.check-box-input a {
    text-decoration: underline;
}

.check-box-input input {
    display: none;
}

.check-box-input input:checked + .check-box-input__check::before {
    opacity: 1;
}

.check-box-input__check {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    border: 1px solid #c1bbb7;
    margin-right: 0.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -3px;
}

.check-box-input__check::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: #171717;
    border-radius: 50%;
    opacity: 0;
}

.check-box-input.is-default .check-box-input__check {
    border-radius: 2px;
}

.check-box-input.is-default .check-box-input__check::before {
    width: 100%;
    height: 100%;
    background: url(../img/icons/check-circle.svg) center no-repeat;
    border-radius: 0;
}

.product-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 4.8rem;
    width: 13.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #c1bbb7;
    border-radius: 2px;
    font-size: 1.7rem;
    font-weight: 400;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .product-counter {
        width: 10rem;
        height: 3.7rem;
        font-size: 1.5rem;
    }
}

.product-counter__count-input {
    -ms-flex-positive: 1;
    /*! flex-grow: 1; */
    /*! font-style: italic; */
    /*! font-family: "Spectral", serif; */
    /* font-weight: 500; */
    width: 30px;
    border: none;
    text-align: center;
    flex-basis: 0px;
    font-size: 15px;
}

.product-counter__count {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: italic;
    font-family: "Spectral", serif;
    font-weight: 500;
}

.product-counter__count.is-hidden {
    display: none;
}

.product-counter__btn {
    width: 25px;
    -ms-flex-positive: 1;
    /*! flex-grow: 1; */
    /*! height: 56px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

/* END common styles */



.header__main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    bottom: -8px;
    font-weight: 400;
}

@media screen and (max-width: 1240px) {
    .header__main-menu {
        position: fixed;
        top: 103px;
        right: 50%;
        bottom: 0;
        left: 0;
        z-index: 500;
        background: #fff;
        padding: 2rem;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .header__main-menu.is-open {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 780px) {
    .header__main-menu {
        right: 0;
    }
}

.header__main-menu-item {
    margin-right: 1rem;
}

@media screen and (max-width: 1240px) {
    .header__main-menu-item {
        width: 100%;
        margin: 0 0 1.4rem 0;
    }
}

.header__main-menu-item.sale {
    font-weight: 500;
}

.header__main-menu-item.higlited {
    color: #9E0000;
}

.header__main-menu-item.only-mobile {
    display: none;
    color: rgba(23, 23, 23, 0.3);
}

@media screen and (max-width: 1240px) {
    .header__main-menu-item.only-mobile {
        display: block;
    }
}

.header__cart {
    position: relative;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(23, 23, 23, 0.8);
    padding: 80px 20px;
    overflow-y: auto;
}

@media screen and (min-width: 500px) {
    .popup.age_popup .popup__wrapper, .popup.phone-verification_popup .popup__wrapper, #subscribe-popup .popup__wrapper{
        width: calc(100% - 40px);
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 500px) {
    .popup.is-center .popup__wrapper {
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 780px) {
    .popup.fast-buy-popup .popup__wrapper {
        padding: 4rem 1rem;
    }
}

.popup__wrapper {
    position: relative;
    width: 100%;
    max-width: 67.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 5rem 4rem 4rem 4rem;
}

@media screen and (max-width: 780px) {
    .popup__wrapper {
        padding: 3.4rem 2rem;
    }
}

.popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 50;
    cursor: pointer;
}

.footer__wrapper {
    padding: 7rem 0;
    border-top: 1px solid #171717;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0 2rem;
    grid-auto-flow: row;
    grid-template-areas: "area-1 area-2 area-4 area-5 area-6 area-7"
 "area-1 area-3 area-4 area-5 area-8 area-8";
}

.footer__wrapper .area-1 {
    grid-area: area-1;
}

.footer__wrapper .area-2 {
    grid-area: area-2;
}

.footer__wrapper .area-3 {
    grid-area: area-4;
}

.footer__wrapper .area-4 {
    grid-area: area-5;
}

.footer__wrapper .area-5 {
    grid-area: area-6;
}

.footer__wrapper .area-6 {
    grid-area: area-7;
}

.footer__wrapper .area-7 {
    grid-area: area-8;
}

.footer__wrapper .area-8 {
    grid-area: area-8;
}

@media screen and (max-width: 1024px) {
    .footer__wrapper .area-3 {
        grid-area: area-3;
    }

    .footer__wrapper .area-4 {
        grid-area: area-4;
    }

    .footer__wrapper .area-5 {
        grid-area: area-5;
    }

    .footer__wrapper .area-6 {
        grid-area: area-6;
    }

    .footer__wrapper .area-7 {
        grid-area: area-7;
    }
}

@media screen and (max-width: 1200px) {
    .footer__wrapper {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-template-areas: "area-1 area-2 area-4 area-5 area-6 area-7"
 "area-1 area-3 area-4 area-5 area-6 area-7"
 "area-8 area-8 area-8 . . .";
    }
}

@media screen and (max-width: 1024px) {
    .footer__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
      /*  grid-template-areas:
        "area-1 area-2 area-4"
        "area-1 area-3 area-4"
        "area-5 area-6 area-7"
        "area-8 area-8 area-8"; */
        grid-template-areas: "area-1 area-1 area-1"
 "area-2 area-4 area-5"
 "area-3 area-4 area-6"
 "area-3 area-4 area-7"
 "area-8 area-8 area-8";
    }
}

@media screen and (max-width: 500px) {
    .footer__wrapper {
        padding: 5rem 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-template-areas: "area-1 area-2"
 "area-1 area-3"
 "area-5 area-6"
 "area-8 area-8";
    }

    .footer__wrapper .area-1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .footer__wrapper .area-8 {
        grid-area: 5 / 1 / 6 / 3;
    }

    .footer__wrapper .area-1-1 {
        grid-area: 2 / 1 / 5 / 2;
    }

    .footer__wrapper .area-2-2 {
        grid-area: 2 / 2 / 5 / 3;
    }

    .footer__wrapper .area-2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .footer__wrapper .area-5 {
        grid-area: 3 / 2 / 3 / 3;
    }

    .footer__wrapper .area-4 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .footer__wrapper .aera-6 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .footer__wrapper .area-7 {
        grid-area: 4 / 2 / 5 / 3;
    }

    .footer__wrapper .area-3 {
        grid-area: 2 / 2 / 3 / 3;
    }
}

.footer__menu-box {
    margin-bottom: 2rem;
}

.footer__menu-box-title {
    margin-bottom: 1rem;
    color: #bb793e;
    line-height: 130%;
}

@media screen and (max-width: 500px) {
    .footer__menu-box-title {
        font-size: 12px;
        line-height: 150%;
    }
}

.footer__menu-box-list {
    line-height: 130%;
}

@media screen and (max-width: 500px) {
    .footer__menu-box-list {
        font-size: 12px;
        line-height: 150%;
    }
}

.footer__menu-box-list a {
    display: block;
}

.footer__menu-box-item {
    display: block;
}

.footer__menu-box-list a.higlited {
    text-transform: uppercase;
    font-weight: 500;
}

.subscripbe-form {
    width: 100%;
}

.subscripbe-form form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .subscripbe-form form .button {
        width: 100%;
        margin-top: 1rem;
    }
}

.subscripbe-form form input {
    border: 1px solid #c1bbb7;
    border-radius: 2px 0 0 2px;
    height: 4.2rem;
    padding: 0 1.7rem;
    width: 100%;
}

.subscripbe-form__notification {
    margin-top: 1.4rem;
    font-size: 12px;
    line-height: 155%;
}

@media screen and (max-width: 500px) {
    .subscripbe-form__notification {
        font-size: 0.8rem;
        line-height: 167%;
    }
}

.subscripbe-form__notification a {
    text-decoration: underline;
}

.catalog-w-sidebar {
    display: grid;
    grid-template-columns: .25fr .75fr;
    gap: 3.6rem 2rem;
}

@media screen and (max-width: 1024px) {
    .catalog-w-sidebar {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .catalog-w-sidebar {
        gap: 0rem 2rem;
    }
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.6rem 2rem;
    margin-bottom: 7rem;
}

.catalog-grid.is-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6rem 2rem;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 780px) {
    .catalog-gri, .catalog-grid.is-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .catalog-grid, .catalog-grid.is-main  {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-grid .catalog-card {
        width: calc(100% / 2 - 1rem);
    }
}

.catalog-sort-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-page .catalog-sort-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .desc-catalog-sort {
        display: none !important;
    }
}

.catalog-sort {
    display: flex;
    align-items: center;
    margin-left: 5rem;
    font-weight: 400;
    position: relative;
}

.catalog-sort .selector__body {
    z-index: 150;
    width: 20rem;
    right: 0;
}

@media screen and (min-width: 500px) {
    .catalog-sort__button {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .catalog-sort {
        margin-left: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .catalog-sort {
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .catalog-sort.mobile-visible {
        display: none;
    }
}

.catalog-filter-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-filters {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .catalog-filter-section .js-filter-wrap {
        width: 100%;
    }
    
    .mobile-filters_popup {
        display: block !important;
        position: unset !important;
        background: none !important;
        padding: 0 !important;
    }

    .mobile-filters_popup .popup__wrapper {
        padding: 0 !important;
        height: auto !important;
    }

    .mobile-filters_popup .popup__close {
        display: none !important;
    }

    .mobile-filters_popup .popup__wrapper-scroll-container {
        overflow: initial !important;
        height: auto !important;
        padding: 0 !important;
    }

    .mobile-filters_popup .mobile-filter__buttons {
        width: 100%;
        position: unset;
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 780px) {
    .catalog-filter-section {
        margin: 0.8rem 0 1.3rem;
    }
}

.catalog-filter-section .catalog-sort {
    top: 0;
}

/* @media screen and (max-width: 1024px) {
    .catalog-filter-section .selector__header {
        font-size: 12px;
    }
} */

@media screen and (max-width: 500px) {
    .catalog-filter-section .selector__header {
        padding: 0;
    }
}

.catalog-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (max-width: 1024px) {
    .catalog-filters {
        display: none;
    }
}

.catalog-filter-mobile-handler {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .catalog-filter-mobile-handler {
        display: flex !important;
    }
}

/* @media screen and (min-width: 500px) {
    .catalog-filter-mobile-handler {
        position: relative;
        top: -6px;
    }
} */

.catalog-filter-mobile-handler svg {
    margin-right: 1rem;
}

.catalog-ad {
    position: relative;
}

.catalog-card {
    position: relative;
    padding: 10px 10px 90px;
}

.catalog-card-gift {
    padding-bottom: 0;
}

.catalog-card:hover .catalog-card__fast-buy {
    opacity: 1;
    visibility: visible;
}

.catalog-card__image-box {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 133.3%;
}

.catalog-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fbfaf9;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 3rem;
    aspect-ratio: 3 / 4;
}


.fast-buy-card .catalog-card__image-box, #order .catalog-card__image-box {
    padding-top: 0;
}

.fast-buy-card .catalog-card__image, #order .catalog-card__image  {
    position: relative;
    top: auto;
    left: auto;
    width: initial;
    height: initial;
}

.catalog-card__fast-buy {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    border: 1px solid #171717;
    border-radius: 50%;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.7rem;
    height: 3.7rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .catalog-card__fast-buy {
        opacity: 1;
        visibility: visible;
    }
}

.catalog-card__rating-box {
    position: absolute;
    top: 1.3rem;
    left: 1.3rem;
    z-index: 10;
}

@media screen and (max-width: 500px) {
    .catalog-card__rating-box {
        font-size: 12px;
    }
}

.catalog-card__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.4rem;
}

.catalog-card__rating svg {
    margin-right: 0.6rem;
}

.catalog-card__rating-number {
    position: relative;
    top: 2px;
}

.catalog-card__reviews-counter {
    color: #c1bbb7;
    font-weight: 400;
}

.catalog-card__favorite svg{
    width: 23px;
    height: 20px;
}

.catalog-card__favorite {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 10;

    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-card__favorite svg {
    overflow: visible;
}

.catalog-card__favorite path {
    fill: transparent;
    stroke: #c1bbb7;
    transition: 0.3s;
}

@media screen and (max-width: 500px) {
    .catalog-card__favorite {
        top: 1rem;
        right: 1rem;
    }
}

.catalog-card__favorite.is-active path {
    fill: #c1bbb7;
}

.catalog-card__name {
    font-size: 2rem;
    line-height: 125%;
    margin-bottom: 0.8rem;
    transition: 0.3s;
}

@media screen and (min-width: 780px) {
    .catalog-card__name:hover {
        color: #bb793e;
    }
}

.catalog-card__info {
    margin-top: 1rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

@media screen and (max-width: 500px) {
    .catalog-card__info {
        font-size: 10px;
        margin-bottom: 2rem !important;
    }
}

@media screen and (max-width: 500px) {
    .catalog-card__name {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

.catalog-card__price {
    color: #bb793e;
    font-size: 1.7rem;
    line-height: 2rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

@media screen and (max-width: 500px) {
    .catalog-card__price {
        font-size: 1.6rem;
        line-height: 1.8rem;
        display: grid;
        gap: 0.5rem;
    }
    .catalog-card:has(.price_with_old) {
        padding-bottom: 110px;
    }
}

.catalog-card__price-old {
    padding-left: 0.6rem;
    font-size: 1.3rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #c1bbb7;
}

@media screen and (max-width: 500px) {
    .catalog-card__price-old {
        padding-left: 0;
    }
}

.catalog-card__actions {
    margin-bottom: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
    .catalog-card__actions {
        margin-bottom: 1.6rem;
    }
}

.catalog-card__actions-dell {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #c1bbb7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .catalog-card__actions-dell {
        width: 3.7rem;
        height: 3.7rem;
    }
}

.catalog-card.is-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem;
    width: 100% !important;
}

@media screen and (max-width: 500px) {
    .catalog-card.is-cart {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.catalog-card.is-cart:last-of-type {
    margin-bottom: 0;
}

.catalog-card.is-cart .catalog-card__image-box {
    margin: 0 4rem 0 0;
    width: 21rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 500px) {
    .catalog-card.is-cart .catalog-card__image-box {
        width: calc(50% - 2rem);
        margin-right: 2rem;
    }

    .catalog-card.is-cart .catalog-card__image-box .catalog-card__image {
        aspect-ratio: initial;
        padding: 1.6rem 2rem;
        min-height: 22rem;
    }
}

@media screen and (max-width: 500px) {
    .catalog-card.is-cart .catalog-card__content {
        width: 50%;
    }
}

.catalog-card.is-cart .catalog-card__name {
    display: block;
    margin-bottom: 1.2rem;
}

.catalog-card.is-disabled .catalog-card__image-box,
  .catalog-card.is-disabled .catalog-card__name,
  .catalog-card.is-disabled .catalog-card__info,
  .catalog-card.is-disabled .catalog-card__price {
    opacity: 0.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog-card.is-disabled .catalog-card__actions-dell {
    margin: 0;
}

.fast-buy-card__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    font-size: 1.7rem;
}

.fast-buy-card__total div {
    margin: 1rem 0;
}

.mobile-filter .accordion {
    border-top: none;
}

.mobile-filter .accordion-item:last-of-type {
    border-bottom: none;
}

.mobile-filter .accordion-item__body {
    padding-top: 1.6rem;
}

.mobile-filter .accordion-item {
    padding: 2.4rem 0;
}

.mobile-filter .check-box-input:last-of-type {
    margin-bottom: 0;
}

.mobile-filter__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
}

@media screen and (max-width: 500px) {
    .mobile-filter__buttons {
        grid-template-columns: 1fr;
        position: sticky;
        background: #fff;
        padding: 0 2rem 2rem 2rem;
        bottom: 0;
        left: 0;
        width: 100%;
    }

}


.mobile-filter__buttons .button {
    width: 100%;
}

@media screen and (max-width: 780px) {
    .product-tags-section {
        display: none;
    }
}

.product-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tags .button {
    margin: 0.5rem;
}

@media screen and (max-width: 780px) {
    .breadcrumbs-box .product__additional-info {
        display: none;
    }
}

.product__wrapper {
    display: grid;
    grid-template-columns: 1fr 44rem;
    gap: 13.5rem;
}

@media screen and (max-width: 1280px) {
    .product__wrapper {
        gap: 6rem;
    }
}

@media screen and (max-width: 1024px) {
    .product__wrapper {
        grid-template-columns: 1fr 36rem;
    }
}

@media screen and (max-width: 780px) {
    .product__wrapper {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
}

.product__col.left-col .product__additional-info {
    display: none;
}

@media screen and (max-width: 780px) {
    .product__col.left-col .product__additional-info {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.4rem;
    }

    .product__col.left-col .product__description {
        display: none;
    }
}

.product__description.mobile-visible {
    margin-top: 2.4rem;
}

@media screen and (min-width: 780px) {
    .product__description.mobile-visible {
        display: none;
    }
}

.product__slider {
    display: grid;
    grid-template-columns: 9.5rem 1fr;
    gap: 2rem;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .product__slider {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 780px) {
    .product__slider {
        margin-bottom: 1.4rem;
    }

    .product__slider .swiper-arrow {
        display: none;
    }
}

.product__main-sldier {
    overflow: hidden;
    border-radius: 0.2rem;
    position: relative;
}

.product__main-sldier .swiper {
    height: 74rem;
}

@media screen and (max-width: 780px) {
    .product__main-sldier .swiper {
        height: 46rem;
    }
}

.product__main-sldier .swiper-slide {
    background: #fbfaf9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 780px) {
    .product__main-sldier .swiper-slide {
        padding: 3rem 0 5rem;
    }
}

.product__nav-sldier {
    border-radius: 0.2rem;
}

@media screen and (max-width: 1024px) {
    .product__nav-sldier {
        display: none;
    }
}

.product__nav-sldier .swiper {
    height: 74rem;
}

.product__nav-sldier .swiper-slide {
    background: #fbfaf9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s;
}

@media screen and (min-width: 780px) {
    .product__nav-sldier .swiper-slide:hover {
        opacity: 1;
    }
}

.product__nav-sldier .swiper-slide-active {
    opacity: 1;
}

.product__title {
    padding-top: 7rem;
    font-size: 3.5rem;
    line-height: 114%;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 780px) {
    .product__title {
        padding-top: 0;
        font-size: 2.5rem;
        margin-bottom: 1.7rem;
    }
}

.product__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.6rem;
}

@media screen and (max-width: 780px) {
    .product__options {
        margin-bottom: 1.4rem;
    }
}

.product__options-col {
    margin-right: 3rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 780px) {
    .product__options-col {
        margin-bottom: 1rem;
        margin-right: 2rem;
    }
}

.product__options-col .section-title {
    margin-bottom: 0.5rem;
}

.product__options-variants {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__option-variant {
    border-radius: 2px;
    margin: 0 1rem 1rem 0;
    transition: 0.3s;
    border-color: #171717;
    color: #171717;
}

.product__option-variant.is-disabled {
    border-color: #c1bbb7;
    color: #c1bbb7;
    cursor: not-allowed;
}

.product__option-variant.is-selected {
    border-color: #171717;
    color: #f7f7ef;
    background: #171717;
}

@media screen and (min-width: 780px) {
    .product__option-variant.is-disabled:hover {
        border-color: #c1bbb7;
        color: #c1bbb7;
        background: transparent;
    }
}

.product__price {
    margin-bottom: 3.6rem;
    color: #bb793e;
    font-size: 1.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

@media screen and (max-width: 780px) {
    .product__price {
        margin-bottom: 2.4rem;
        font-size: 1.5rem;
    }
}

.product__price-old {
    position: relative;
    top: 2px;
}

.product__cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.2rem;
}

@media (max-width: 420px) {

    .button.oneClick {
        min-width: fit-content;
    }
}

.subscripbe-form__notification {
    font-size: 12px;
}

.product__cart-button.is-disabled {
    background: #c1bbb7;
    border-color: #c1bbb7;
    color: #fff;
    pointer-events: none;
    cursor: not-allowed;
}

.product__cart-counter-container {
    display: none;
    margin-right: 2rem;
    width: 21rem;
}
.js-product__cart-counter input {
    background: #171717;
    color: #fff;
}
.product__cart-counter-container .product-counter {
    width: 100%;
    height: 42px;
    color: #fff;
    background: #171717;
    border-radius: 2px;
}

.product__cart-counter-container .product-counter .product-counter__btn {
    /*! height: 100%; */
    /*! line-height: 0; */
}

.product__favorite {
    cursor: pointer;
}

.product__favorite svg {
    overflow: visible;
}

.product__favorite path {
    fill: transparent;
    stroke: #c1bbb7;
    transition: 0.3s;
}

.product__favorite.is-active path {
    fill: #c1bbb7;
}

.product__about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.product__about-title {
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    line-height: 131%;
    color: #bb793e;
}

.product__about-title-icon {
    width: 1.4rem;
    margin-right: 1.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product__about-text {
    font-weight: 400;
    line-height: 177%;
    padding-left: 2.7rem;
}

.product__additional-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .product__additional-info {
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px;
    }
}

.product__vendor-code {
    color: #c1bbb7;
    margin-right: 2rem;
    font-weight: 400;
}

.product__instock {
    font-weight: 400;
}

.login-page {
    min-height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-form {
    width: 100%;
    max-width: 44rem;
}

@media screen and (max-width: 780px) {
    .login-form {
        padding: 4rem 0 10rem !important;
    }
}

.login-form.is-login {
    padding: 0px 0  105px;
}

.login-form.is-cofirm {
    padding: 10.6rem 0 20.6rem;
    display: none;
}

.login-form.is-registration {
    padding: 6.6rem 0 16rem;
    display: none;
}

.login-form__title {
    font-size: 3.5rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 780px) {
    .login-form__title {
        font-size: 2.5rem;
        margin-bottom: 0.6rem;
        text-align: center;
    }
}

.login-form__title-w-text {
    margin-bottom: 0.6rem;
}

.login-form__text {
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
}

@media screen and (max-width: 500px) {
    .login-form__text {
        text-align: center;
        font-size: 12px;
    }
}

.login-form__phone-input {
    position: relative;
    margin-bottom: 2rem;
}

.login-form__phone-input .form-input {
    padding-left: 7.4rem;
    margin-bottom: 0;
}

.login-form__phone-input .location-select {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 1.8rem;
    top: 1.8rem;
}

.login-form__phone-input .location-select__flag {
    margin-right: 1rem;
    width: 1.8rem;
}

.login-form__phone-input .location-select__arrow {
    position: relative;
    top: 1.5px;
}

.login-form__phone-input .location-select.is-open .location-select__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.login-form__phone-input .location-select-list {
    padding-left: 1.8rem;
    border: 1px solid #c1bbb7;
    border-top: none;
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
}

.login-form__phone-input .location-select-list.is-open {
    display: block;
}

.login-form__phone-input .location-select-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 131%;
    margin-bottom: 1.8rem;
    cursor: pointer;
}

.login-form__phone-input .location-select-list-item .flag {
    width: 1.8rem;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.login-form__phone-input .location-select-list-item .code {
    width: 4rem;
    margin-right: 1.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.login-form__phone-input .location-select-list-item .country-name {
    color: #c1bbb7;
}

.login-form__phone-input .location-select-list-item:hover .country-name {
    color: #171717;
}

.login-form__button {
    width: 100%;
}

.login-form__confirm-code-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.login-form__confirm-code-wrapper .sms-input {
    width: calc(100% / 4 - 2rem);
    height: 9.5rem;
    border: 1px solid #c1bbb7;
    text-align: center;
    font-size: 3.5rem;
}

@media screen and (max-width: 500px) {
    .login-form__confirm-code-wrapper .sms-input {
        width: calc(100% / 4 - 1rem);
        height: auto;
        aspect-ratio: 1 / 1;
        font-size: 2.5rem;
    }
}

.login-form__after-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    color: #c1bbb7;
    font-size: 12px;
}

@media screen and (max-width: 500px) {
    .login-form__after-text {
        font-size: 0.9rem;
    }
}

.login-form__after-text-action {
    color: #171717;
    margin-left: 1rem;
    cursor: pointer;
}

.login-form__after-text-action:hover {
    color: #bb793e;
}

.phone-verification_popup-container {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
}

.cart-page {
    padding: 6.6rem 0 0;
}

@media screen and (max-width: 780px) {
    .cart-page {
        padding: 2rem 0 0;
    }
}

.cart-page__title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(100% - 230px);
    margin: 0 auto 5.6rem;
}

@media screen and (max-width: 1360px) {
    .cart-page__title-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .cart-page__title-box {
        margin: 0 auto 2rem;
    }
}

.cart-page__title {
    font-size: 3.5rem;
    line-height: 114%;
}

@media screen and (max-width: 780px) {
    .cart-page__title {
        font-size: 2.5rem;
    }
}

.cart-page__clear {
    color: #c1bbb7;
    line-height: 131%;
    cursor: pointer;
    position: relative;
    top: -2px;
    /* @media screen and (max-width: 780px) {
      display: none;
    } */
}

.cart-page__clear:hover {
    color: #bb793e;
}

.cart-page__wrapper {
    display: grid;
    grid-template-columns: 1fr 44rem;
    gap: 2.5rem;
    max-width: calc(100% - 230px);
    margin: 0 auto;
}

@media screen and (max-width: 1360px) {
    .cart-page__wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .cart-page__wrapper {
        gap: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .cart-page__wrapper {
        grid-template-columns: 1fr;
    }
}

.cart-page__cards {
    margin-bottom: 5.2rem;
}

.cart-page__form-box {
    margin-bottom: 5.2rem;
}

@media screen and (max-width: 1024px) {
    .cart-page__form-box {
        margin-bottom: 2rem;
    }
}

.cart-page__form-box-title {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
    line-height: 135%;
}

@media screen and (max-width: 780px) {
    .cart-page__form-box-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

.cart-page__form-box-text {
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 155%;
}

.cart-page__form-box-text a {
    text-decoration: underline;
}

.cart-page__form-box:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
    .cart-page__mobile-info {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .cart-page__forms {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: -2rem;
        padding-top: 3.3rem;
    }
}

.cart-info-form {
    background: #fbfaf9;
    border-radius: 2px;
    padding: 3.5rem 4rem;
    position: sticky;
    top: 15rem;
}

@media screen and (max-width: 1024px) {
    .cart-info-form {
        position: static;
        padding: 1.7rem 2rem;
    }
}

.cart-info-form__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.7rem;
    color: #bb793e;
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 500px) {
    .cart-info-form__price {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.cart-info-form__price-detail {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
    .cart-info-form__price-detail {
        margin-bottom: 1.5rem;
    }
}

.cart-info-form__price-detail-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.9rem;
    font-weight: 400;
}

@media screen and (max-width: 500px) {
    .cart-info-form__price-detail-item {
        font-size: 12px;
    }
}

.cart-info-form__points {
    color: #c1bbb7;
    margin-bottom: 2.7rem;
}

@media screen and (max-width: 500px) {
    .cart-info-form__points {
        margin-bottom: 1rem;
        font-size: 12px;
    }
}

.cart-info-form__promocode {
    margin-bottom: 4.2rem;
}

@media screen and (max-width: 500px) {
    .cart-info-form__promocode {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .cart-info-form.is-main {
        background: none;
        padding: 0;
    }

    .cart-info-form.is-main .cart-info-form__price,
      .cart-info-form.is-main .cart-info-form__points,
      .cart-info-form.is-main .cart-info-form__price-detail,
      .cart-info-form.is-main .cart-info-form__promocode {
        display: none;
    }
}

.promocode-field {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  /*   @media screen and (max-width: 500px) {
    flex-wrap: wrap;

    .button {
      width: 100%;
      margin-top: 1rem;
    }
  } */
}

.promocode-field input {
    border: 1px solid #c1bbb7;
    border-radius: 2px 0 0 2px;
    height: 4.2rem;
    padding: 0 1.7rem;
    width: 100%;
    background: transparent;
}

.promocode-field__clear {
    position: absolute;
    right: 1.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 1.7rem;
    cursor: pointer;
}

.promocode-field.is-fill .button {
    display: none;
}

.promocode-field.is-fill .promocode-field__clear {
    display: block;
}

.profile-page {
    max-width: calc(100% - 460px);
    margin: 0 auto;
    padding: 7rem 0 0;
}

@media screen and (max-width: 780px) {
    .profile-page {
        padding: 2rem 0 0;
    }
}

@media screen and (max-width: 1360px) {
    .profile-page {
        max-width: 100%;
    }
}

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

.profile-page__wrapper {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 2rem;
}

@media screen and (max-width: 780px) {
    .profile-page__wrapper {
        display: block;
    }
}

@media screen and (min-width: 780px) {
    .profile-page__menu {
        position: sticky;
        top: 20px;
        margin-bottom: 7rem;
    }
}

@media screen and (max-width: 780px) {
    .profile-page__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        overflow: auto;
        padding-bottom: 1.5rem;
        margin-bottom: 0.5rem;
        margin: 0 -2rem;
        padding-left: 2rem;
    }
}

.profile-page__menu a {
    display: block;
}

@media screen and (max-width: 780px) {
    .profile-page__menu a {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1rem;
        padding: 0.5rem 12px;
        background: #c1bbb7;
        border-radius: 2px;
        color: #fff;
    }

    .profile-page__menu a:last-child {
        background: #fff;
        color: #171717;
        border: 1px solid #171717;
    }
}

.profile-page__menu a.is-active {
    color: #bb793e;
}

@media screen and (max-width: 780px) {
    .profile-page__menu a.is-active {
        color: #fff;
        background: #171717;
    }
}

.profile-page__purchases-info {
    background: #fbfaf9;
    border-radius: 2px;
    padding: 4rem;
}

@media screen and (max-width: 780px) {
    .profile-page__purchases-info {
        padding: 3.5rem 2rem;
        font-size: 11px;
    }
}

.personal-data {
    line-height: 131%;
    margin-bottom: 3.6rem;
}

@media screen and (max-width: 780px) {
    .personal-data {
        margin-bottom: 2rem;
    }
}

.personal-data__name {
    color: #bb793e;
    margin-bottom: 1rem;
}

.bonuses-program {
    padding: 3.5rem 4rem 3.5rem;
    border: 1px solid #c1bbb7;
    border-radius: 2px;
}

@media screen and (max-width: 780px) {
    .bonuses-program {
        padding: 3.5rem 2rem;
    }
}

.bonuses-program__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
    .bonuses-program__top {
        /* flex-direction: column; */
        margin-bottom: 1rem;
    }
}

.bonuses-program__box:last-of-type {
    text-align: right;
    /*       @media screen and (max-width: 780px) {
        text-align: left;
        margin-top: 1rem;
      } */
}

.bonuses-program__box-title {
    font-size: 12px;
    color: #c1bbb7;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 780px) {
    .bonuses-program__box-title {
        margin-bottom: 0;
    }
}

.bonuses-program__box-value {
    font-size: 1.7rem;
    color: #bb793e;
}

.bonuses-program__progress {
    width: 100%;
    height: 0.8rem;
    border: 1px solid #c1bbb7;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.bonuses-program__progress-bar {
    background: #bb793e;
    border-radius: 2px;
    transition: 0.5s;
    height: 100%;
}

.bonuses-program__text {
    font-size: 12px;
    color: #c1bbb7;
}

.personal-favorite {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.personal-favorite__sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.personal-favorite-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3.6rem;
}

@media screen and (max-width: 780px) {
    .personal-favorite-preview {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .personal-favorite-preview {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.6rem 2rem;
    }
}

.order-history-card {
    border: 1px solid #c1bbb7;
    border-radius: 2px;
    margin-bottom: 4rem;
    padding: 3.5rem 4rem;
}

@media screen and (max-width: 780px) {
    .order-history-card {
        padding: 2rem 2rem;
        margin-bottom: 2rem;
    }
}

.order-history-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order-history-card__number {
    font-size: 2rem;
    margin-right: 2rem;
}

.order-history-card__price {
    font-size: 1.7rem;
    color: #bb793e;
}

.order-history-card__time {
    font-size: 12px;
    color: #c1bbb7;
    margin-bottom: 2.6rem;
}

.order-history-card__detail {
    margin-bottom: 3rem;
}

@media screen and (max-width: 780px) {
    .order-history-card__detail {
        margin-bottom: 2rem;
    }
}

.order-history-card__detail-item {
    display: grid;
    grid-template-columns: 3rem 5rem 1fr 17rem;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
    .order-history-card__detail-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #c1bbb7;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "area-1 area-3 area-3 area-3"
 "area-1 area-2 area-2 area-2"
 "area-1 area-4 area-4 area-4";
    }

    .order-history-card__detail-item.total-info {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "area-3 area-3 area-4 area-4";
    }
}

.order-history-card__detail-image {
    height: 4rem;
    padding: 0.4rem;
    background: #fbfaf9;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .order-history-card__detail-image {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        height: 10rem;
        grid-area: area-1;
    }
}

.order-history-card__detail-count {
    color: #c1bbb7;
}

@media screen and (max-width: 500px) {
    .order-history-card__detail-count {
        grid-area: area-2;
    }
}

@media screen and (max-width: 500px) {
    .order-history-card__detail-name {
        grid-area: area-3;
    }
}

.order-history-card__detail-price {
    text-align: right;
}

@media screen and (max-width: 500px) {
    .order-history-card__detail-price {
        text-align: left;
        grid-area: area-4;
    }
}

.profile-adress-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.2rem;
    border: 1px solid #c1bbb7;
    border-radius: 2px;
    margin-bottom: 4rem;
    font-size: 2rem;
}

@media screen and (max-width: 780px) {
    .profile-adress-info {
        padding: 1.5rem 2rem;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.profile-adress-info__label {
    color: #bb793e;
    font-size: 1.3rem;
}

.profile-adress-info__name {
    font-size: 2rem;
    margin-right: 2rem;
}

@media screen and (max-width: 780px) {
    .profile-adress-info__name {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.profile-adress-info__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 2rem;
}

.profile-adress-info__action {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.profile-delivery-adress-form,
.profile-personal-data-form {
    max-width: 44rem;
}

.profile-delivery-adress-form .button,
  .profile-personal-data-form .button {
    margin-top: 2rem;
}

@media screen and (max-width: 780px) {
    .profile-delivery-adress-form,
    .profile-personal-data-form {
        max-width: 100%;
    }
}

.profile-personal-data-form .login-form__phone-input.is-disabled .location-select {
    opacity: 0.6;
    cursor: not-allowed;
}

.profile-personal-data-form .login-form__phone-input.is-disabled .form-input {
    opacity: 0.6;
    cursor: not-allowed;
}

.profile-personal-data-form__phone-check {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem;
    z-index: 500;
}

.profile-personal-data-form__phone-check-icon {
    cursor: pointer;
}

.profile-personal-data-form__phone-check-icon.is-confirm {
    display: none;
}

.main-slider {
    height: 64rem;
    background: #f2f1f0;
    border-radius: 2px;
    padding: 4rem 0;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
    .main-slider {
        height: auto;
        padding: 3rem 0 5rem;
    }
}

@media screen and (max-width: 500px) {
    .main-slider {
        margin-bottom: 4rem;
    }
}

.main-slider .container {
    position: relative;
}

.main-slider__container {
    max-width: 92rem;
    margin: 0 auto;
    position: relative;
}

.main-slider__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .main-slider__card {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.main-slider__card-content {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .main-slider__card-content {
        width: 100%;
        text-align: center;
    }
}

.main-slider__card-image {
    width: 50%;
    padding-left: 8rem;
}

@media screen and (max-width: 1024px) {
    .main-slider__card-image {
        width: 100%;
        padding-left: 0;
        margin: 0 0 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 780px) {
    .main-slider__card-image {
        width: 37vw;
    }
}

.main-slider__card-image img[data-lazysrc] {
    opacity: 0;
    visibility: hidden;
    will-change: transform;
}

.main-slider__card-image img[data-lazysrc].load {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}

.main-slider__card-content-title {
    font-size: 3.5rem;
    line-height: 114%;
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 500px) {
    .main-slider__card-content-title {
        font-size: 2.5rem;
    }
}

.main-slider__card-content-text {
    font-size: 1.7rem;
    line-height: 135%;
    margin-bottom: 1.9rem;
    max-width: 44rem;
}

@media screen and (max-width: 1024px) {
    .main-slider__card-content-text {
        margin: 0 auto 2rem;
    }
}

@media screen and (max-width: 500px) {
    .main-slider__card-content-text {
        font-size: 1.5rem;
    }
}

.main-slider .swiper-pagination {
    bottom: auto;
    top: calc(100% + 4rem);
}

@media screen and (max-width: 1024px) {
    .main-slider .swiper-pagination {
        top: calc(100% + 2rem);
    }
}

@media screen and (max-width: 780px) {
    .main-slider .swiper-arrow {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .main-slider .button {
        margin: 0 auto;
    }
}

.choise-slider__card {
    text-align: center;
}

.choise-slider__card-image {
    border-radius: 50%;
    border: 5px solid #d6a57a;
    width: 17.2rem;
    height: 17.2rem;
    margin-bottom: 1.7rem;
}

@media screen and (max-width: 1024px) {
    .choise-slider__card-image {
        width: 100%;
        height: 100%;
        /*aspect-ratio: 1 / 1;*/
    }

    .fast-buy-card .choise-slider__card-image, #order .choise-slider__card-image {
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .choise-slider__card-name {
        font-size: 12px;
    }
}

.choise-slider .swiper {
    max-width: 96rem;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .choise-slider .swiper {
        max-width: initial;
        width: calc(100% + 2rem);
    }
}

@media screen and (max-width: 1024px) {
    .choise-slider .swiper-slide {
        width: 14.2rem;
        /*height: 14.2rem;*/
    }
}

@media screen and (max-width: 1024px) {
    .choise-slider .swiper-arrow {
        display: none;
    }
}

.popular-categories {
    overflow: hidden;
}

.popular-categories__parallax-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}

@media screen and (max-width: 500px) {
    .popular-categories__parallax-box {
        margin-bottom: 0;
    }
}

.popular-categories__parallax-box.to-left {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popular-categories__parallax-box.to-right {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popular-categories a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 2rem;
    font-family: "Spectral", serif;
    font-style: italic;
    font-size: 3.5rem;
    line-height: 114%;
    letter-spacing: -0.02em;
    transition: 0.5s;
}

@media screen and (max-width: 1024px) {
    .popular-categories a {
        font-size: 2.5rem;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}

.popular-categories a:hover {
    color: #bb793e;
}

.paristore-choise {
/*     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; */
    margin-bottom: 12rem;
}

.paristore-choise-slider__arrow {
    color: #ffffff;
    background-color: var(--im-background-color-button);
}

.paristore-choise-slider__arrow.swiper-button-disabled {
    display: flex;
}

.paristore-choise-slider__arrow.swiper-button-lock {
    display: none;
}

.paristore-choise-slider__arrow::before,
.paristore-choise-slider__arrow::after {
    content: none;
}

.paristore-choise-slider__arrow--next {
    right: 40px;
}

.paristore-choise-slider__arrow--prev {
    left: 40px;
}

.paristore-choise-slider__arrow > svg {
    fill: currentColor;
}


@media screen and (max-width: 1024px) {
    .paristore-choise-slider {
        padding: 0 20px;
    }

    .paristore-choise-slider .swiper-slide {
        width: 320px;
    }

    .paristore-choise-slider-container {
        padding: 0;
    }

    .paristore-choise-slider__arrow {
        display: none !important;
    }
}


@media screen and (max-width: 780px) {
    .paristore-choise {
        /* grid-template-columns: repeat(1, 1fr); */
        margin-bottom: 6rem;
    }
}

.paristore-choise__card {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    aspect-ratio: 220 / 293;
    position: relative;
}

.paristore-choise__card.is-link {
    aspect-ratio: initial;
}

@media screen and (max-width: 500px) {
    .paristore-choise__card.is-link {
        width: 100%;
        aspect-ratio: 175 / 233;
    }
}

.paristore-choise__card.is-link .paristore-choise__card-description {
    margin-bottom: 0;
}

.paristore-choise__card img {
    transition: 1s;
}

.paristore-choise__card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.paristore-choise__card-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.38%, #000000 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 4rem 2rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .paristore-choise__card-info {
        padding: 4rem 1rem;
    }
}

.paristore-choise__card-name {
    color: #f7f7ef;
    margin-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 133%;
}

@media screen and (max-width: 1024px) {
    .paristore-choise__card-name {
        font-size: 2rem;
    }
}

.paristore-choise__card-description {
    color: #f7f7ef;
    font-family: "Nunito", sans-serif;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
    .paristore-choise__card-description {
        font-size: 1.5rem;
    }
}

.block-w-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 11.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .block-w-slider {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1024px) {
    .block-w-slider {
        padding: 0;
    }
}

.block-w-slider__content {
    width: 40%;
    padding-right: 2rem;
}

@media screen and (max-width: 1024px) {
    .block-w-slider__content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .block-w-slider__content br {
        display: none;
    }

    .block-w-slider__content .button {
        display: none;
    }
}

.block-w-slider__more-button {
    display: none;
    margin: 3.6rem auto 0;
}

@media screen and (max-width: 1024px) {
    .block-w-slider__more-button {
        display: block;
    }
}

.block-w-slider__content-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 114%;
}

@media screen and (max-width: 500px) {
    .block-w-slider__content-title {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
}

.block-w-slider__content-description {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    line-height: 135%;
}

@media screen and (max-width: 1024px) {
    .block-w-slider__content-description {
        max-width: 40rem;
        margin: 0 auto 2rem;
    }
}

@media screen and (max-width: 500px) {
    .block-w-slider__content-description {
        font-size: 1.5rem;
    }
}

.block-w-slider__slider {
    width: 60%;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .block-w-slider__slider {
        width: 100%;
        margin-top: 4rem;
    }
}

.block-w-slider__slider .swiper {
    padding-bottom: 3.5rem;
}

@media screen and (max-width: 500px) {
    .block-w-slider__slider .swiper {
        padding-bottom: 0;
    }
    .new-slider-wrap .swiper-arrow-next {
        right: 0;
    }
    .new-slider-wrap .swiper-arrow-prev {
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .podborka-wrap-slider .swiper-arrow[aria-disabled='true'],
    .gift-wrap-slider .swiper-arrow[aria-disabled='true'] {
        opacity: 50%;
    }
    .podborka-wrap-slider .swiper-arrow svg,
    .gift-wrap-slider .swiper-arrow svg {
        width: 20px;
        height: 20px;
    }

    .podborka-wrap-slider.block-w-slider__slider .swiper-arrow-prev,
    .gift-wrap-slider.block-w-slider__slider .swiper-arrow-prev {
        display: block;
        left: auto;
        right: 40px;
        top: -10px;
    }

    .podborka-wrap-slider.block-w-slider__slider .swiper-arrow-next,
    .gift-wrap-slider.block-w-slider__slider .swiper-arrow-next {
        display: block;
        right: 0;
        top: -10px;
    }
}

@media screen and (max-width: 500px) {
    /*.block-w-slider__slider:not(.podborka-wrap-slider) .swiper-wrapper {*/
    /*    display: grid;*/
    /*    grid-template-columns: repeat(2, 1fr);*/
    /*    gap: 3.6rem 2rem;*/
    /*}*/
    .podborka-wrap-slider .button {
        max-width: 100%;
        font-size: 1.2rem;
    }
}

.block-w-slider__slider .swiper-arrow {
    top: 30%;
}

@media screen and (max-width: 1024px) {
    .block-w-slider__slider .swiper-arrow {
        display: none;
    }
}

.block-w-slider__slider .swiper-arrow-prev {
    left: -4rem;
}

@media screen and (max-width: 1200px) {
    .block-w-slider__slider .swiper-arrow-prev {
        left: -2rem;
    }
}

.block-w-slider__slider .swiper-arrow-next {
    right: -4rem;
}

@media screen and (max-width: 1200px) {
    .block-w-slider__slider .swiper-arrow-next {
        right: -2rem;
    }
}

.block-w-slider__slider .swiper-pagination {
    top: auto;
    bottom: 0;
    background: #f2f1f0;
    border-radius: 1rem;
}

@media screen and (max-width: 500px) {
    .block-w-slider__slider .swiper-pagination {
        display: none;
    }
}

.block-w-slider__slider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #171717;
    border-radius: 1rem;
}

@media screen and (max-width: 500px) {
    .gift-wrap-slider .swiper-wrapper .swiper-slide:nth-child(5),
  .corporate-clients-slider .swiper-wrapper .swiper-slide:nth-child(5) {
        display: none;
    }
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media screen and (max-width: 780px) {
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.38%, #000000 100%);
    color: #f7f7ef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 4rem 2rem;
    text-align: center;
}

.blog-card__name {
    font-size: 2.5rem;
    line-height: 120%;
}

@media screen and (max-width: 500px) {
    .blog-card__name {
        font-size: 2rem;
    }
}

.blog-card img {
    transition: 1s;
}

.blog-card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6rem 2rem;
}

@media screen and (max-width: 1200px) {
    .advantages {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6rem 1rem;
    }
}

.advantages.one-in-row {
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 780px) {
    .advantages.one-in-row .advantages-item {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }

    .advantages.one-in-row .advantages-item__icon {
        margin-right: 2rem;
    }
}

.advantages.two-in-row {
    grid-template-columns: repeat(2, 1fr);
}

.advantages-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .advantages-item {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.advantages-item__icon {
    width: 9.5rem;
    height: 9.5rem;
    border: 1px solid #171717;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2rem;
}

@media screen and (max-width: 780px) {
    .advantages-item__icon {
        width: 7.5rem;
        height: 7.5rem;
        margin: 0 0 1rem 0;
    }
}

.advantages-item__text {
    line-height: 130%;
}

@media screen and (max-width: 780px) {
    .advantages-item__text {
        font-size: 12px;
    }
}

.text-block-w-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1130px;
    margin: 0 auto;
}

.text-block-w-image > *:last-child {
    margin-bottom: 0 !important;
}

.text-block-w-image.is-full-width {
    max-width: 100%;
    height: 33rem;
}

@media screen and (max-width: 1024px) {
    .text-block-w-image.is-full-width {
        height: auto;
    }
}

.text-block-w-image.is-full-width .text-block-w-image__content-wrapper {
    max-width: 44rem;
}

.text-block-w-image.is-contacts {
    height: auto;
}

.text-block-w-image.is-contacts .text-block-w-image__content {
    background: none;
}

@media screen and (max-width: 1024px) {
    .text-block-w-image.is-contacts .text-block-w-image__content {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding: 0;
    }

    .text-block-w-image.is-contacts .text-block-w-image__content .button {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .text-block-w-image.is-contacts .content-container {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .text-block-w-image.hidden-image-mobile {
        gap: 0;
    }

    .text-block-w-image.hidden-image-mobile .text-block-w-image__image {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .text-block-w-image {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "area-1"
 "area-2";
    }
}

.text-block-w-image__image {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .text-block-w-image__image {
        grid-area: area-1;
        height: 26rem;
    }
}

.text-block-w-image__content {
    background: #f2f1f0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .text-block-w-image__content {
        grid-area: area-2;
        text-align: center;
        padding: 4rem 2rem 5.5rem;
    }

    .text-block-w-image__content .button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .text-block-w-image__content {
        padding: 3rem 2rem 3rem;
    }
}

.text-block-w-image__content-wrapper {
    max-width: 32.5rem;
}

.text-block-w-image__title {
    font-size: 3.5rem;
    line-height: 114%;
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 500px) {
    .text-block-w-image__title {
        font-size: 2.5rem;
    }
}

.text-block-w-image__description {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 135%;
}

@media screen and (max-width: 500px) {
    .text-block-w-image__description {
        font-size: 1.5rem;
    }
}

.brands-section__tabs-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.brands-section__tabs-wrapper .button {
    margin: 0 0.5rem 1rem;
}

.brands-section__slider {
    position: relative;
    padding: 0 6rem;
}

@media screen and (min-width: 500px) {
    .brands-section__slider .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .brands-section__slider {
        padding: 0;
    }
}

.brands-section__slider-item {
    height: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .brands-section__slider-item {
        height: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .brands-section .swiper {
        height: 21rem;
        padding-bottom: 20px;
    }

    .brands-section .swiper .swiper-pagination {
        bottom: 0;
    }
}

@media screen and (min-width: 500px) {
    .brands-section .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brands-section .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        margin: 0 2rem;
    }
}

@media screen and (max-width: 500px) {
    .brands-section .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 2rem;
    }
}

.brands-section .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 500px) {
    .brands-section .swiper-slide {
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: calc((100%) / 2 - 10px) !important;
        width: 100%;
        padding: 5px;
    }
}

@media screen and (max-width: 500px) {
    .brands-section .swiper-arrow {
        display: none;
    }
}

.seo-block {
    padding: 7rem 10rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 2rem;
    border-top: 1px solid #171717;
}

@media screen and (max-width: 1024px) {
    .seo-block {
        padding: 5rem 0rem 0;
    }
}

@media screen and (max-width: 780px) {
    .seo-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.seo-block__box-title {
    font-size: 3.5rem;
    margin-bottom: 0.8rem;
    line-height: 114%;
}

@media screen and (max-width: 500px) {
    .seo-block__box-title {
        font-size: 2.5rem;
    }
}

.seo-block__box-description {
    font-size: 1.7rem;
    line-height: 135%;
    margin-bottom: 2rem;
    min-height: 7rem;
}

@media screen and (max-width: 780px) {
    .seo-block__box-description {
        min-height: initial;
    }
}

@media screen and (max-width: 500px) {
    .seo-block__box-description {
        font-size: 1.5rem;
    }
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.about-gallery.item-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 500px) {
    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.about-gallery__item {
    display: block;
    border-radius: 2px;
    overflow: hidden;
}

.about-contact-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-contact-buttons .button {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
    .about-contact-buttons .button {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}

.message-page-column {
    flex-direction:column;
}

.message-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60vh;
}

.message-page__content {
    max-width: 44rem;
    text-align: center;
}

.message-page__content .page-title {
    margin-bottom: 0.8rem;
}

.message-page__text {
    font-size: 1.7rem;
    line-height: 135%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
    .message-page__text {
        font-size: 12px;
        max-width: 31rem;
    }
}

.message-page__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.message-page__links.is-1 {
    grid-template-columns: 1fr;
}

.message-page__links.is-1 .button {
    max-width: 21rem;
    margin: 0 auto;
}

.message-page__links .button {
    width: 100%;
}

.age-check {
    max-width: 44rem;
    margin: 0 auto;
    padding: 5rem 0;
}

@media screen and (max-width: 500px) {
    .age-check {
        padding: 0;
    }
}

.age-check__title {
    margin-bottom: 0.8rem;
    text-align: left;
}

@media screen and (max-width: 500px) {
    .age-check__title {
        text-align: center;
    }
}

.age-check__text {
    font-size: 1.7rem;
    line-height: 135%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
    .age-check__text {
        font-size: 1.5rem;
        text-align: center;
    }
}

.age-check__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media screen and (max-width: 500px) {
    .age-check__buttons {
        grid-template-columns: repeat(1, 1fr);
    }
}

.age-check__buttons .button {
    width: 100%;
}

.cookie-notification {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #171717;
    padding: 3rem 4rem;
    z-index: 99999;
    display: none;
}

@media screen and (max-width: 1024px) {
    .cookie-notification {
        padding: 2.6rem 2rem;
    }
}

.cookie-notification__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .cookie-notification__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cookie-notification__text {
    color: #fff;
    margin-right: 13.5rem;
}

@media screen and (max-width: 1024px) {
    .cookie-notification__text {
        margin-right: 0;
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 12px;
    }
}

.cookie-notification__button {
    color: #fff;
    border-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-slider {
    position: relative;
    max-width: 108rem;
    margin: 0 auto;
}

.blog-slider__image {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    aspect-ratio: 3 / 2;
}

.blog-slider .swiper {
    margin-top: -6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media screen and (max-width: 780px) {
    .blog-slider .swiper {
        margin-top: -4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .blog-slider .swiper-arrow {
        background: #fbfaf9;
    }
}

@media screen and (max-width: 780px) {
    .blog-slider .swiper-arrow {
        display: none;
    }
}

.favorite-page .page-title + .section-title {
    margin-top: -3rem;
}

@media screen and (max-width: 1024px) {
    .favorite-page .breadcrumbs-box {
        margin-bottom: 0;
    }

    .favorite-page .breadcrumbs {
        display: none;
    }

    .favorite-page .page-title {
        text-align: left;
    }

    .favorite-page .page-title + .section-title {
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .favorite-page .catalog-sort-wrapper {
        position: absolute;
        right: 2rem;
        top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .favorite-page .catalog-sort-wrapper {
        top: 5px;
    }
}

.search-result-page .catalog-sort-wrapper {
    margin-bottom: -1rem;
}

@media screen and (max-width: 1024px) {
    .search-result-page .section-title {
        text-align: left;
    }
}

.search-page {
    padding-bottom: 30vh;
}

.search-page__form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

@media screen and (max-width: 500px) {
    .search-page__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .search-page__form .button {
        width: 100%;
        margin-top: 1rem;
    }
}

.search-page__form input {
    border: 1px solid #c1bbb7;
    border-radius: 2px 0 0 2px;
    height: 4.2rem;
    padding: 0 1.7rem;
    width: 100%;
}

.search-page__form .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 21rem;
}

@media screen and (max-width: 780px) {
    .search-result-page .breadcrumbs-box,
  .search-page .breadcrumbs-box {
        margin-bottom: 0;
    }
}

.smartfilter .accordion-item__body div:not(.js-filter-search){
    max-height: 460px;
    overflow-y: auto;
    scrollbar-color:  #000 transparent;
    scrollbar-width: thin;
    padding-top: 5px;
}

.bx-filter-lable {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.bx-filter-lable .check-box-input__check {
    top: 0;
    display: flex;
    align-items: center;
}

[data-type].active {
    display: flex;
}

.footer__wrapper {
    position: relative;
}

.footer-map {
    position: absolute;
    bottom: 20%;
    grid-area: area-9;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__menu-social_link:hover path {
    stroke: #bb793e;
}

.footer__menu-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.area-5 .footer__menu-social {
    display: none;
}

@media (max-width: 1200px) {
    .footer-map {
        bottom: 0;
        position: static;
        width: 100%;
    }

    .footer-map iframe {
        width: 100%;
    }

    .footer__wrapper {

        grid-template-areas: "area-1 area-2 area-4 area-5 area-6 area-7"
 "area-1 area-3 area-4 area-5 area-6 area-7"
 "area-9 area-9 area-9 area-9 area-9 area-9 "
 "area-8 area-8 area-8 area-8 area-8 area-8";
    }
}

@media (max-width: 500px) {
    .footer__wrapper {
        grid-template-areas: "area-1 area-2"
         "area-1 area-3"
         "area-5 area-6"
         "area-9 area-9"
         "area-8 area-8";
    }

    .area-5 .footer__menu-social {
        display: flex;
    }
}

@media (max-width: 500px) {
    .callback_popup .popup__wrapper {
        height: 50vh;
    }
}
.catalog-grid .catalog-card:not(.ia-card) .button,
.catalog-grid .catalog-card:not(.ia-card) .js-product__cart-counter {
    opacity: 0;
    width: calc(100% - 20px);
    bottom: 10px;
    position: absolute;
    margin-right: 0;
    min-width: unset;
    justify-content: center;
}

.catalog-grid .catalog-card .js-product__cart-counter,
.catalog-grid .catalog-card:not(.is-cart) .product-counter__count-input {
    color: #fff;
    background: #171717;
    border-radius: 2px;
}
.catalog-grid .catalog-card .product-counter {
    border: unset;
}
.catalog-grid .catalog-card:hover {
    box-shadow: 4px 8px 36px 0px #1616160F;
}
.catalog-grid .catalog-card:hover .button,
.catalog-grid .catalog-card:hover .js-product__cart-counter {
    opacity: 1;
}
.catalog-grid .catalog-card:not(.ia-card) .js-product__cart-counter {
    bottom: 10px;
    position: absolute;
}
@media(width < 993px) {
    .catalog-grid .catalog-card .button,
    .catalog-grid .catalog-card .js-product__cart-counter {
        opacity: 1;
    }
}
.catalog-grid .catalog-card__price.price_with_old {
    color: #9E0000;
}
.catalog-grid .catalog-card__price {
    color: #000;
}
.sale-sticker {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: #fff;
    background: #9E0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    bottom: 15px;
    left: 15px;
    position: absolute;
    z-index: 10;
}
@media(width < 500px) {
    .sale-sticker {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }
    .catalog-card .sale-sticker {
        bottom: 5px;
        left: 7px;
    }
    .block-w-slider .catalog-card .button,
    .catalog-grid .catalog-card .button {
        font-size: 10px;
        padding-left: 2px !important;
        padding-right: 2px !important;
        text-align: center;
        line-height: 14px;
    }
    .product__cart-counter-container .product-counter {
        height: 40px;
    }
}
.product__wrapper--new.product__wrapper {
    grid-template-columns: 1fr 55rem;
}
.product__wrapper--new .product__title {
    padding: 0px 60px 0 0;
    font-size: 3.2rem;
    margin-bottom: 1rem;
}
.product__wrapper--new .product__additional-info {
    margin-bottom: 1.5rem;
}
.product__wrapper--new .product_subtitle_small {
    margin-top: 0;
    letter-spacing: -0.01em;
}
.product__wrapper--new .product__title-wrap {
    position: relative;
}
.product__wrapper--new .product__rating-link {
    display: flex;
    position: absolute;
    right: 0;
    top: 3px;
    align-items: center;
}
.product__wrapper--new .product__rating-value {
    margin-left: 3px;
    font-size: 12px;
}
.product__wrapper--new .product__price {
    font-size: 2.4rem;
    color: #000000;
    line-height: 2.9rem;
    margin-top: 3.6rem;
}
.product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap {
    display: flex;
    border: unset;
    box-shadow: unset;
    position: static;
}
.product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap li {
    border: 1px solid #C1BBB7;
    margin-right: 15px;
    border-radius: 2px;
    font-family: Spectral;
    font-size: 16px;
    font-style: italic;
    line-height: 24.35px;
    letter-spacing: -0.02em;
}
.product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap li._active {
    background: #fff;
    border-color: #171717;
}
.product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap li a, .product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap li span {
    padding: 11px 17px;
    color: #000000 !important;
}
.product__wrapper--new .product__favorite path {
    stroke: #000;
}
.product__wrapper--new .product__favorite.is-active path {
    fill: #000;
}
.product__wrapper--new .product__cart {
    align-items: unset;
}
.product__wrapper--new .product__cart-button {
    min-width: unset;
}
.product__wrapper--new .product__cart .button {
    width: 45%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 2rem;
}
.product__wrapper--new .product__cart .button.oneClick {
    white-space: nowrap
}
.product__wrapper--new .product__cart-counter-container {
    width: 45%;
    margin-right: 1rem;
}
.product__wrapper--new .product__favorite {
    border: 1px solid #171717;
    border-radius: 2px;
    flex-basis: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__wrapper--new .product__instock span {
    color: #FF4433;
}
.product__wrapper--new.product__wrapper .product__cart-counter-container .product-counter {
    height: 48px;
}
.product__wrapper--new .product-img__labels--new {
    margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .product__wrapper--new.product__wrapper {
    grid-template-columns: 1fr 1fr;
  }
    .product__wrapper--new .product__cart .button {
        margin-right: 1rem
    }
}
@media screen and (max-width: 780px) {
  .product__wrapper--new.product__wrapper {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .product__wrapper--new .product__additional-info {
    -ms-flex-pack: justify;
    justify-content: start;
    font-size: 12px;
  }
    .product__wrapper--new .product__title {
        padding-right: 0;
        font-size: 2.4rem;
    }
    .product__wrapper--new .product__rating-link {
        top: calc(100% + 1rem)
    }
    .product__wrapper--new .product_subtitle_small {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .product__wrapper--new .element-quantity-select--new .element-quantity-select__wrap li {
        font-size: 14px;
    }
    .product__wrapper--new .product__price {
        font-size: 2rem;
        margin: 2rem 0;
    }
}
@media screen and (max-width: 500px) {
    .product__wrapper--new .product__cart {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .product__wrapper--new .product__cart .product__cart-button,
    .product__wrapper--new .product__cart-counter-container {
        width: 100% !important;
        margin-right: 0;
        margin-top: 1rem;
        order: 3;
    }
    .product__wrapper--new .product__cart .button.oneClick,
    .product__wrapper--new .product__cart .button.findOut {
        flex-grow: 1;
    }

}
@media(width > 1250px){
    .cart-page__wrapper {
      /*grid-template-columns: 1fr 55rem;*/
    }
} 
.cart-page__forms input::placeholder,
.promocode-field input::placeholder {
    color: #171717;
}
.cart-page__wrapper .control {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 10px;
}
.cart-page__wrapper .control_indicator {
    top: 50%;
        transform: translateY(-50%);
}
.login-form__button {
    margin-top: 20px;
}

.cart-page__wrapper .catalog-card__price {
    position: static;
    color: #000;
}
.section--how {
    margin-bottom: 5rem;
}
.cart-page__wrapper .catalog-card {
        padding-bottom: 0;
    }
@media screen and (max-width: 780px) {
  .cart-page__form-box-title {
    font-size: 1.7rem;
  }
  .cart-page__form-box-title.pay-title {
    font-family: Spectral;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .section--how {
      margin-bottom: 1rem;
    }
    
    .cart-page__forms input,
    .promocode-field input {
        font-size: 12px;
    }
    .cart-page__cards .catalog-card__price {
        color: #BB793E;
    }
}