@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Raleway:wght@300;400;500;600;700;800&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-variant-numeric: lining-nums proportional-nums;
}

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

template {
    display: none !important;
}

body {
    overflow-x: hidden;
    font-family: 'Raleway';
    padding-top: 70px;
}

input,
textarea {
    font-family: inherit;
}

ul {
    list-style: none;
}


.container:not(.description-section) {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 10px;
}

.container.confirm-request {
    padding-top: 4em;
    padding-bottom: 4em;
}

.cart-container:not(.description-section) {
    width: min(880px, 80vw);
    margin: 0 auto;
}

.static-page {
    padding-top: 4em;
    padding-bottom: 4em;
}

.header {
    position: fixed;
    top: 0;
    width: 100vw;
    max-height: 70px;
    z-index: 15;
}

.header:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: radial-gradient(
            102.85% 148.54% at 21.62% 61.83%,
            rgba(240, 99, 255, 0.31) 0%,
            rgba(177, 89, 221, 3.1e-5) 100%
    ),
    -webkit-gradient(linear, left bottom, left top, from(#8390ff), to(#8390ff)),
    -webkit-gradient(linear, left bottom, left top, from(rgba(144, 68, 125, 0.159584)), to(rgba(215, 147, 196, 0.7)));
    background: -webkit-radial-gradient(
            21.62% 61.83%,
            102.85% 148.54%,
            rgba(240, 99, 255, 0.31) 0%,
            rgba(177, 89, 221, 3.1e-5) 100%
    ),
    -webkit-linear-gradient(bottom, #8390ff, #8390ff),
    -webkit-linear-gradient(bottom, rgba(144, 68, 125, 0.159584) 0%, rgba(215, 147, 196, 0.7) 100%);
    background: -o-radial-gradient(
            21.62% 61.83%,
            102.85% 148.54%,
            rgba(240, 99, 255, 0.31) 0%,
            rgba(177, 89, 221, 3.1e-5) 100%
    ),
    -o-linear-gradient(bottom, #8390ff, #8390ff),
    -o-linear-gradient(bottom, rgba(144, 68, 125, 0.159584) 0%, rgba(215, 147, 196, 0.7) 100%);
    background: radial-gradient(
            102.85% 148.54% at 21.62% 61.83%,
            rgba(240, 99, 255, 0.31) 0%,
            rgba(177, 89, 221, 3.1e-5) 100%
    ),
    linear-gradient(0deg, #8390ff, #8390ff),
    linear-gradient(360deg, rgba(144, 68, 125, 0.159584) 0%, rgba(215, 147, 196, 0.7) 100%);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.header.store:before {
    background: #fff;
    border-bottom: 2px solid #8390FF;
}

.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    max-height: 70px;
}

.header__gotosite {
    font-family: Raleway;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-left: auto;
}

.store .header__gotosite {
    color: #000;
}

.header__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    min-width: 24px;
    cursor: pointer;
    margin-right: 24px;
}

.header__burger span {
    height: 3px;
    width: 100%;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    background-color: #fff;
}

.header__burger span:not(:first-child) {
    margin-top: 6px;
}

.header__logo {
    display: flex;
    max-width: 140px;
    max-height: 50px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.header__logo img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
}

.header__user {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__user .user__picture {
    width: 35px;
    min-width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.header__user .user__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.header__user .user__info {
    margin-left: 16px;
    color: #fff;
}

.store .header__user .user__info {
    color: #000;
}

.header__user .user__info .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.header__user .user__info .position {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.header__notification {
    width: 24px;
    height: 24px;
    background: url(../img/bell-icon.svg) no-repeat center/contain;
    margin-left: 21px;
}

.header__cart {
    margin-left: 21px;
    width: 24px;
    height: 24px;
    background: url(../img/cart-icon.svg) no-repeat center top/contain;
    position: relative;
    text-decoration: none;
}

.store .header__cart {
    background: url(../img/catalog-product-cart-icon.svg) no-repeat center top/contain;
}

.header__cart[data-count]:not([data-count='']):not([data-count='0']) {
    background-image: url(../img/cart-white-icon.svg);
}

.store .header__cart[data-count]:not([data-count='']):not([data-count='0']) {
    background-image: url(../img/cart-icon-purple-full.svg);
}

.header__cart[data-count]:not([data-count='']):not([data-count='0']):before {
    content: attr(data-count);
    width: 17px;
    height: 17px;
    left: 15px;
    bottom: 9px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #ff6565;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.header__cart[data-count]:not([data-count='']):not([data-count='0']):after {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background: url(../img/gift-icon.svg) no-repeat center/contain;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    top: -11px;
    left: 2px;
    z-index: -1;
}

.description-link {
    margin: 52px auto 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #223263;
    display: table;
}

.catalog-page {
    padding-bottom: 75px;
    overflow: hidden;
}

.catalog-page__constraint-description {
    position: relative;
    margin-top: 90px;
    text-align: center;
}

.catalog-page__constraint-description h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #223263;
    text-transform: uppercase;
}

.catalog-page__constraint-description p {
    margin-top: 35px;
    font-weight: 600;
    font-size: 18px;
    line-height: 162.5%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    white-space: pre-line;
}

.catalog-page__constraint-description .description-section {
    padding: 0 20px !important;
    position: relative;
    margin-top: 35px;
    font-weight: 600;
    font-size: 18px;
    line-height: 162.5%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    white-space: pre-line;
}

.catalog-page__constraint-description .description-section .anchor {
    font-size: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 22px;
    height: 12px;
    background: url(../img/more-text-arrow.svg) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.catalog-page__constraint-description .description-section .expanded + .anchor {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-page__constraint-description .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.catalog-page__constraint-description .socials .social {
    width: 44px;
    height: 44px;
    margin: 0 9px;
    background: no-repeat center / contain;
}

.catalog-page__constraint-description .socials .social.fb {
    background-image: url(../img/di-fb.svg);
}

.catalog-page__constraint-description .socials .social.ig {
    background-image: url(../img/di-ig.svg);
}

.catalog-page__constraint-description .socials .social.yt {
    background-image: url(../img/di-yt.svg);
}

.catalog-page__constraint-joined {
    margin-top: 90px;
}

.catalog-page__constraint-joined h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #223263;
    text-transform: uppercase;
    text-align: center;
}

.catalog-page__constraint-joined .joined-slider {
    width: calc(100% - 106px);
    margin: 20px auto 0;
}

.catalog-page__constraint-joined .joined-slider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.catalog-page__constraint-joined .joined-slider .owl-item img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 134px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.catalog-page__constraint-joined .joined-slider .owl-nav div.owl-prev,
.catalog-page__constraint-joined .joined-slider .owl-nav div.owl-next {
    width: 23px;
    height: 41px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    background: url(../img/joined-slider-arrow.svg);
}

.catalog-page__constraint-joined .joined-slider .owl-nav div.owl-next {
    right: -53px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.catalog-page__constraint-joined .joined-slider .owl-nav div.owl-prev {
    left: -53px;
}

.catalog-page__reviews {
    margin-top: 90px;
    background: #f9f9ff;
    padding: 55px 27px 67px;
    /* margin-bottom: 5.5rem; */
}

.catalog-page__reviews h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #223263;
}

.catalog-page__reviews .reviews-slider {
    margin: 41px auto 0;
    width: calc(100% - 106px);
}

.catalog-page__reviews .reviews-slider .owl-nav div.owl-prev,
.catalog-page__reviews .reviews-slider .owl-nav div.owl-next {
    width: 23px;
    height: 41px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    background: url(../img/joined-slider-arrow.svg);
}

.catalog-page__reviews .reviews-slider .owl-nav div.owl-next {
    right: -53px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.catalog-page__reviews .reviews-slider .owl-nav div.owl-prev {
    left: -53px;
}

.catalog-page__reviews .reviews-slider .review {
    padding: 15px;
    background: #fff;
    border: 1px solid #8390ff;
    text-align: center;
    height: 100%;
    max-width: 288px;
    margin: 0 auto;
    margin-bottom: 1px;
}

.catalog-page__reviews .reviews-slider .reviews-wrapper {
    height: 100%;
    padding: 1px;
}

.catalog-page__reviews .reviews-slider .review .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-page__reviews .reviews-slider .review .subtitle {
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-page__reviews .reviews-slider .review p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    word-break: break-word;
}

.owl-carousel .owl-stage {
    display: flex;
}

.catalog-page__steps {
    max-width: 648px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
    padding: 20px 0;
    margin-bottom: -24px;
}

.catalog-page__steps:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #8390ff;
}

.catalog-page__steps .step {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #8390ff;
    text-align: center;
    padding-right: 5px;
}

.catalog-page__steps .step:before {
    counter-increment: step;
    content: counter(step);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    min-width: 43px;
    height: 43px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #8390ff;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    color: #8390ff;
}

.catalog-page__steps .step:not(:first-child) {
    padding-left: 5px;
}

.catalog-page__steps .step.current:before {
    color: #fff;
    background: #8390ff;
}

.catalog-page__steps .step.done:before {
    font-size: 0;
    background: url(../img/done-mark.svg) no-repeat center/17px 12px;
}

.catalog-page__payment-result {
    height: 100%;
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-page__payment-result .payment-result__icon {
    width: 92px;
    height: 92px;
}

.catalog-page__payment-result .payment-result__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-page__payment-result .payment-result__title {
    margin-top: 22px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    text-align: center;
}

.catalog-page__payment-result .payment-result__title.red {
    color: #ff6565;
}

.catalog-page__payment-result .payment-result__text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 128%;
    color: #4a4a4a;
    max-width: 245px;
    text-align: center;
    font-family: Raleway;
}

.catalog-page__payment-result .payment-result__btn {
    margin-top: 50px;
    height: 50px;
    width: 312px;
    background: #8390ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
}

.catalog-page__payment-result .payment-result__btn-line {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #8390ff;
    text-decoration: underline;
}

.catalog-page__cart-empty {
    width: 430px;
    height: 424px;
    background: url(../img/empty-cart.png) no-repeat center/contain;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-page__cart-empty .cart-empty__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #4a4a4a;
}

.catalog-page__empty {
    width: 430px;
    min-height: 424px;
    background: url(../img/catalog-empty.svg) no-repeat center top/contain;
    text-align: center;
    margin: 0 auto;
    padding-top: 390px;
}

.catalog-page__empty .empty__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #4a4a4a;
}

.catalog-page__empty .empty__btn {
    margin: 20px auto 0;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    background: #8390ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.catalog-page__header {
    padding: 24px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.catalog-page__header .header__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #4a4a4a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
}

.catalog-page__header .header__title:before {
    content: '';
    width: 12px;
    height: 20px;
    background: url(../img/back-arrow-icon.svg) no-repeat center/contain;
    margin-right: 23px;
}

.catalog-page__header .header__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-page__header .custom__choice {
    margin-right: 24px;
}

.catalog-page__search {
    position: relative;
}

.catalog-page__search .search__find {
    width: 18px;
    height: 18px;
    background: url(../img/search-icon.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 17px;
    border: 0;
    cursor: pointer;
}

.catalog-page__search .search__input {
    height: 46px;
    width: 100%;
    padding: 0 53px;
    border: 1px solid #ebf0ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #9d9d9d;
}

.catalog-page__search .search__input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 0.5;
}

.catalog-page__search .search__input:-moz-placeholder {
    font-weight: 400;
    opacity: 0.5;
}

.catalog-page__search .search__input::-moz-placeholder {
    font-weight: 400;
    opacity: 0.5;
}

.catalog-page__search .search__input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 0.5;
}

.catalog-page__search .search__reset {
    width: 20px;
    height: 20px;
    background: url(../img/close-form-icon.svg) no-repeat center/contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    position: absolute;
    cursor: pointer;
}

.catalog-page__categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 11px;
    margin-left: -17px;
}

.catalog-page__categories .category {
    margin-left: 17px;
    margin-top: 13px;
    text-decoration: none;
    height: 36px;
    white-space: nowrap;
    background: #f3f5ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #9faaff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fef5ff;
    padding: 0 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-page__categories .category.active {
    border-color: #8390ff;
    background: transparent;
}

.catalog-page__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    margin-top: 2rem;
    position: relative;
    z-index: 7;
}

.catalog-page__result .result__count {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #999999;
    margin-right: auto;
}

.catalog-page__no-products {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.3px;
    text-transform: uppercase;

    color: #ff5a5a;

    max-width: 300px;
    margin: 0 auto;
    margin-top: 87px;
}

.catalog-page__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
}

.catalog-page__products.centered {
    justify-content: center;
}

.catalog-page__products .product {
    width: calc(100% / 5 - 24px);
    /* margin-top: 32px; */
    margin-bottom: 32px;
    margin-left: 24px;
    -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
    box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    background: #fff;
}

.store-products .catalog-page__products .product {
    position: relative;
    width: calc(100% / 4 - 24px);
}

.store-products .catalog-page__products .product ul {
    list-style: none;
}

.catalog-page .product__label {
    position: absolute;
    top: 18px;
    left: -75px;
    z-index: 2;
    transform: rotate(-29.6deg);
    width: 250px;

    background: #ffcd31;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
    color: #ffffff;
    padding: 0px 5rem;
}

.catalog-page__products .product__picture {
    width: 200px;
    height: 200px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.store-products .catalog-page__products .product__picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.store-products .catalog-page__products .product__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-page__products .product__picture img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.catalog-page__products .product__name {
    margin-top: 9px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 120%;
    color: #262626;
}

.store-products .catalog-page__products .product__name {
    margin: 12px 0;
    padding: 0 15px;

    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    max-height: 60px;
    overflow: hidden;
}

.catalog-page__products .product__description {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #4a4a4a;

    margin-bottom: 20px;

    padding: 0 15px;

    flex: 1;
}

.store-products .catalog-page__products .product__description {
    max-height: 38px;
    overflow: hidden;
}

.store-products .catalog-page__products .product__description-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.store-products .catalog-page__products .product__tax-description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #8390FF;
    width: 100%;
    padding: 0 5px 5px;
    text-align: center;
}

.store-products .catalog-page__products .product__expand-description {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    margin: 11px 0 11px 0;
    padding: 0 15px;

    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #8390ff;
}

.catalog-page__products .product__media {
    position: absolute;
    right: 12px;
    top: 10px;
}

.catalog-page__products .product__media-video {
    background: url(../img/pause.svg) no-repeat center/100%;
    width: 30px;
    height: 20px;
    margin-bottom: 6px;
}

.catalog-page__products .product__media-images {
    background: url(../img/files.svg) no-repeat center/100%;
    width: 30px;
    height: 20px;
}

.catalog-page__products .product__folder-images {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 7;
    background: url(../img/folder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 20px;

    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
}

.catalog-page__products .product__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding: 14px 10px 22px;
}

.store-products .catalog-page__products .product__actions {
    justify-content: center;

    background: #8390ff;
    text-transform: uppercase;
    padding: 12px;
    height: 52px;
    background: #8390FF;
    border-radius: 4px;
    padding: 9.5px;
    margin: 6px 16px 24px;
}

@media (max-width: 460px) {
    .store-products .catalog-page__products .product__actions {
        margin: 6px 7.5px 14px;
        height: 40px;
    }
}

.store-products .catalog-page__products .product__actions.added {
    background: #ffcd31;
}

.catalog-page__products .product__price {
    font-weight: bold;
    color: #4a4a4a;
    line-height: 120%;
}

.store-products .catalog-page__products .product__price {
    font-weight: 600;
    color: #ffffff;
}

.catalog-page__products .product__to-wishlist {
    width: 26px;
    height: 26px;
    background: url(../img/fav.svg) no-repeat center/contain;
    margin-left: 7px;
    cursor: pointer;
}

.catalog-page__products .product__to-wishlist.added {
    background: url(../img/fav-added.svg) no-repeat center/contain;
}

.quantity-block {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.quantity-block .decrement .decrement-icon {
    width: 9px;
    border-bottom: 2px solid #818286;
}

.quantity-block .decrement {
    padding: 15px;
    display: flex;
}

.quantity-block .increment {
    padding: 0 15px;
    font-size: 24px;
    text-decoration: none;
    color: #818286;
}

.quantity-block .quantity-value {
    width: 38px;
    height: 27px;
    background: #F3F5FF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #223263;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-page__products .product__to-cart {
    width: 26px;
    height: 26px;
    background: url(../img/catalog-product-cart-icon.svg) no-repeat center/contain;
    margin-left: auto;
}

.store-products .catalog-page__products .product__to-cart {
    background: url(../img/product-cart-icon.svg) no-repeat center/contain;
    margin-left: 10px;
}

.catalog-page__products .product__actions.added .product__to-cart {
    background-image: url(../img/catalog-product-cart-added-icon.svg);
}

.store-products .catalog-page__products .product__actions.added .product__to-cart {
    background-image: url(../img/product-cart-added-icon.svg);
}

.catalog-page__pay-info {
    margin-top: 32px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    padding-left: 41px;
    max-width: 407px;
}

.catalog-page__pay-info:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/pay-info-icon.png) no-repeat center/22px;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-page__pay-info b {
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.catalog-page__total-amount {
    margin-top: 11px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    width: 312px;
    margin-left: 95px;
}

.catalog-page__cart-item-tabs {
    border: 1px solid #ebf0ff;
    border-radius: 4px;
    margin-top: 20px;
}

.catalog-page__cart-item-tabs .catalog-page__cart-item-tabs_content {
    padding: 6px 16px 16px 16px;
}

.catalog-page__cart-item-tabs .tabs {
    margin: -1px !important;
}

.catalog-page__cart-item-tabs .tabs__tab {
    color: rgba(131, 144, 255, 1);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.catalog-page__cart-items {
    margin-top: -8px;
}

.cart__more-products {
    margin-top: clamp(15px, 10vh, 75px);
    margin-bottom: clamp(15px, 10vh, 75px);
}

.cart__footer {
    margin-top: 75px;
}

.cart__instruct-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 100%;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 128.19%;
    text-align: center;

    color: #4A4A4A;
}

.cart__instruct-dialog img {
    max-width: 100%;
}

.cart__instruct-dialog-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 128.19%;

    text-align: center;

    color: #8390FF;

    margin-bottom: 1rem;
}

.cart__instruct-dialog-button {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;

    text-align: center;

    color: #FFFFFF;

    background: #8390FF;
    color: #fff;

    border: none;
    outline: none;
    padding: 1rem 4rem;
    border-radius: 4px;
    margin-top: 1rem;

    cursor: pointer;
}

.catalog-page__cart-items .cart-item {
    margin-top: 16px;
    border: 1px solid #ebf0ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 24px 14px 38px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; */
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.catalog-page__cart-items_single .cart-item {
    padding: 21px 31px 60px;
}

.catalog-page__cart-items_single .photos__swiper {
    border: 1px solid #8390ff;
}

.catalog-page__cart-items .cart-item__picture {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 224px;
    height: 224px;
    min-width: 224px;
    margin-right: 31px;
    cursor: pointer;

    position: relative;
    overflow: hidden;
}

.catalog-page__cart-items .cart-item__picture.single {
    width: 363px;
    height: 100%;
    min-width: 363px;
}

.catalog-page__cart-items .cart-item__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.catalog-page__cart-items .cart-item__info {
    width: 100%;
}

.catalog-page__cart-items .cart-item__info.single {
    display: flex;
    flex-direction: column;
    flex: 1;

    min-height: 100%;
}

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

.catalog-page__cart-items .cart-item__info.single .info__row:first-child {
    flex: 1;
    align-items: flex-start;
}

.catalog-page__cart-items .cart-item__info .info__row:not(:first-child) {
    margin-top: 20px;
}

.catalog-page__cart-items .cart-item__product-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    max-width: 395px;
}

.catalog-page__cart-items .cart-item__product-name.single {
    margin-left: 92px;
    margin-top: 33px;
}

.product-popup__photos_single ~ .cart-item__product-name.single {
    margin-left: 0;
}

.catalog-page__cart-items {
    .delivery-info, .seller-name {
        padding: 24px 0 16px 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.5px;
        color: #4a4a4a;
        max-width: 395px;
    }
}

.catalog-page .order-summary {
    margin-top: 16px;
    background: #F8FAFC;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .info__row {
        padding: 8px 0;
    }

    h2 {
        color: #606162;
        padding: 8px 0;
        font-family: Raleway;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    span {
        color: #606162;
        font-family: Raleway;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .cart-amount__total {
        span {
            font-family: Raleway;
            font-style: normal;
            font-weight: 700;
            font-size: 22px;
            line-height: 26px;
            color: #8390ff;
        }
    }
}

.catalog-page__cart-items .cart-item__product-price {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4a4a4a;
}

.catalog-page__cart-items .cart-item__product-price.single {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.5px;

    color: #8390ff;
}

.catalog-page__cart-items .cart-item__product-code {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;

    color: #FCB813;
}

.catalog-page__cart-items .cart-item__remove {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../img/trash-icon.svg) no-repeat center/contain;
}

.catalog-page__cart-items .cart-item__quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-page__cart-items .cart-item__quantity .quantity__input {
    width: 47px;
    height: 32px;
    background: #f3f5ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.catalog-page__cart-items .cart-item__quantity .quantity__input input {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    text-align: center;
    cursor: default;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #223263;
    opacity: 0.5;
}

.catalog-page__cart-items .cart-item__quantity .quantity__action {
    width: 19px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.catalog-page__cart-items .cart-item__quantity .quantity__action:before,
.catalog-page__cart-items .cart-item__quantity .quantity__action:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #9d9d9d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.catalog-page__cart-items .cart-item__quantity .quantity__action:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    display: none;
}

.catalog-page__cart-items .cart-item__quantity .quantity__action.action--plus:after {
    display: block;
}

.catalog-page__cart-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}

.catalog-page__cart-amount .cart-amount__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #223263;
}

.catalog-page__cart-amount .cart-amount__total {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #8390ff;
}

.catalog-page__cart-comment {
    margin-top: 32px;
}

.catalog-page__cart-comment.cart-comment--mini .cart-comment__text {
    height: 75px;
}

.catalog-page__cart-comment .cart-comment__text {
    border: 1px solid #8390ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 124px;
    resize: none;
    padding: 16px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.5px;
}

.catalog-page__cart-comment .cart-comment__text::-webkit-input-placeholder {
    color: #9d9d9d;
}

.catalog-page__cart-comment .cart-comment__text:-moz-placeholder {
    color: #9d9d9d;
}

.catalog-page__cart-comment .cart-comment__text::-moz-placeholder {
    color: #9d9d9d;
}

.catalog-page__cart-comment .cart-comment__text:-ms-input-placeholder {
    color: #9d9d9d;
}

.catalog-page__cart-comment .cart-comment__text.error {
    border-color: rgba(255, 85, 74, 0.556845);
}

.catalog-page__cart-comment .cart-comment__limit {
    margin-left: auto;
    margin-top: 4px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #606162;
    display: table;
}

.catalog-page__cart-tabs {
    margin-top: 48px;
}

.catalog-page__cart-tabs .tabs {
    flex-direction: row-reverse;
    max-width: 644px;
}

.catalog-page__cart-tabs .tabs .tabs__tab {
    text-align: center;
    color: #8390ff;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-page__cart-tabs .tabs .tabs__tab.selected {

    color: #8390ff;
    z-index: 13;
    position: relative;
}

.catalog-page__checkbox-group {
    margin-top: 12px;
}

.catalog-page__checkbox-group .checkbox-group__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-label {
    font-weight: 300;
    font-size: 14px;
    font-size: 16px;
    color: #000;
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-input {
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-input input {
    width: 1px;
    height: 1px;
    top: 100%;
    left: 0;
    visibility: hidden;
    position: absolute;
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-input input:checked + .checkbox-icon {
    background-color: #8390ff;
}

.catalog-page__checkbox-group
.checkbox-group__row
.checkbox-input
input:checked
+ .checkbox-icon:before {
    left: calc(100% - 21px);
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-icon {
    width: 40px;
    height: 23px;
    background-color: #c7c7c7;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    display: block;
    position: relative;
}

.catalog-page__checkbox-group .checkbox-group__row .checkbox-icon:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    position: absolute;
}

.catalog-page__group-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #223263;
    margin-top: 45px;
}

.catalog-page__group-subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    display: flex;
    align-items: center;
    letter-spacing: -0.245455px;

    color: #8390ff;

    margin-top: 20px;
}

.catalog-page__reciever-info {
    margin-top: 16px;
    margin-bottom: 60px;
    background: #f3f5ff;
    padding: 19px 10px 27px 24px;
}

.catalog-page__reciever-info p {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-page__reciever-info p a {
    color: #8390ff;
    text-decoration: none;
}

.catalog-page__reciever-info .reciever-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-page__reciever-info .reciever-user .user__picture {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 8px;
}

.catalog-page__reciever-info .reciever-user .user__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.catalog-page__reciever-info .reciever-user .user__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #8390ff;
}

.catalog-page__reciever-info .reciever-user .user__position {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #8390ff;
}

.autocomplete_wrap {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    right: 40px;
    top: 25px;
    background-image: url('/img/search_1.svg');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.google-icon {
    position: absolute;
    right: 15px;
    top: 25px;
    background-image: url('/img/google.svg');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__address-wrapp .search-icon,
.header__address-wrapp .google-icon {
    display: none;
}

.catalog-page__form-groups {

    max-width: 568px;
}

.catalog-page__form-groups.row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5em;
}

.catalog-page__form-groups.row .form-groups__input-group {
    margin-left: 17px;
    justify-content: flex-end;
    width: 100%;
}

.catalog-page__form-groups.row .form-groups__input-group:first-child {
    margin-left: 0;
}

.catalog-page__form-groups .form-groups__input-group {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-page__form-groups .form-groups__input-group.time {
    width: 100%;
}

.catalog-page__form-groups .form-groups__input-group .label {
    display: flex;
    align-items: center;

    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;

    color: #4a4a4a;

    max-width: 100%;
}

.catalog-page__form-groups .form-groups__input-group input {
    margin-top: 4px;
    height: 56px;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    letter-spacing: 0.5px;

    border: 1px solid #8390ff;
    box-sizing: border-box;
    border-radius: 8px;

    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.catalog-page__form-groups .form-groups__input-group.zip-code {
    max-width: 50% px;
}

.catalog-page__form-groups .form-groups__input-group .country {
    max-width: 100%;
    margin-top: 4px;

    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.catalog-page__form-groups .form-groups__input-group .time-ranges {
    display: flex;
    width: 100%;
}

.catalog-page__form-groups.row .form-groups__input-group .time-ranges .from {
    margin-top: 4px;
    flex: 1;
}

.catalog-page__form-groups.row .form-groups__input-group .time-ranges .until {
    margin-top: 4px;
    margin-left: 17px;
    flex: 1;
}

.catalog-page__form-groups .form-groups__input-group input::-webkit-input-placeholder {
    color: #9d9d9d;
}

.catalog-page__form-groups .form-groups__input-group input:-moz-placeholder {
    color: #9d9d9d;
}

.catalog-page__form-groups .form-groups__input-group input::-moz-placeholder {
    color: #9d9d9d;
}

.catalog-page__form-groups .form-groups__input-group input:-ms-input-placeholder {
    color: #9d9d9d;
}

.catalog-page__form-groups .form-groups__input-group.error .label {
    color: #ff554a;
}

.catalog-page__form-groups .form-groups__input-group.error .toggle {
    border-color: #ff554a;
}

.catalog-page__form-groups .form-groups__input-group.error input {
    border-color: rgba(255, 85, 74, 0.556845);
}

.catalog-page__form-groups .form-groups__input-group input.error {
    border-color: rgba(255, 85, 74, 0.556845);
}

.catalog-page__simple-checkbox {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-page__simple-checkbox.with-links {
    padding: 28px 8px;
    background: #f9f9ff;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.catalog-page__simple-checkbox.with-links .simple-checkbox__text {
    max-width: 603px;
}

.catalog-page__simple-checkbox.with-links .simple-checkbox__text label {
    margin-bottom: 16px;
}

.catalog-page__simple-checkbox.with-links
.simple-checkbox__checkbox
.checkbox__input:checked
+ .checkbox__icon {
    background-color: #ffcd31;
}

.catalog-page__simple-checkbox.with-links .simple-checkbox__checkbox .checkbox__icon {
    border-color: #ffcd31;
}

.catalog-page__simple-checkbox .simple-checkbox__checkbox {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 16px;
    position: relative;
}

.catalog-page__simple-checkbox .simple-checkbox__checkbox .checkbox__input {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.catalog-page__simple-checkbox
.simple-checkbox__checkbox
.checkbox__input:checked
+ .checkbox__icon {
    background-color: #8390ff;
}

.catalog-page__simple-checkbox
.simple-checkbox__checkbox
.checkbox__input:checked
+ .checkbox__icon:after {
    opacity: 1;
}

.catalog-page__simple-checkbox .simple-checkbox__checkbox .checkbox__icon {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #8390ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-page__simple-checkbox .simple-checkbox__checkbox .checkbox__icon:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/check-mark-icon.svg) no-repeat center/contain;
    opacity: 0;
}

.catalog-page__simple-checkbox .simple-checkbox__text {
    max-width: 446px;
}

.catalog-page__simple-checkbox .simple-checkbox__text label {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    display: block;
}

.catalog-page__simple-checkbox .simple-checkbox__text a {
    display: block;
    margin-top: 1px;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
}

.catalog-page__simple-checkbox.with-links.error {
    background: #fff5f5;
}

.catalog-page__simple-checkbox.with-links.error .simple-checkbox__text label {
    color: #ff554a;
}

.catalog-page__simple-checkbox.with-links.error .simple-checkbox__checkbox .checkbox__icon {
    border-color: #ff554a;
}

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

.catalog-page__payment-methods .catalog-page__payment-methods__group {
    display: flex;
    flex-wrap: wrap;
    max-width: 327px;
}

.catalog-page__payment-methods .catalog-page__payment-methods__group .payment-method {
    width: calc(50% - 17px / 2);
}

.catalog-page__payment-methods .catalog-page__payment-methods__group .payment-method:nth-child(2n) {
    margin-left: 17px;
}

.catalog-page__payment-methods .payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.catalog-page__payment-methods .payment-method__radio {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 24px;
    position: relative;
}

.catalog-page__payment-methods .payment-method__radio input {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
}

.catalog-page__payment-methods .payment-method__radio input:checked + .icon:after {
    opacity: 1;
}

.catalog-page__payment-methods .payment-method__radio .icon {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aab3fc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-page__payment-methods .payment-method__radio .icon:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8390ff;
    opacity: 0;
}

.catalog-page__payment-methods .payment-method__icon {
    /* width: 40px;
    height: auto;
    min-width: 40px;
    margin-right: 19px; */

    width: auto;
    height: 20px;
    margin-right: 19px;
}

.catalog-page__payment-methods .payment-method__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-page__pay-btn {
    width: 327px;
    height: 64px;
    margin-top: 60px;
    background: #8390ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.catalog-page__pay-btn.yellow-button {
    background: #ffcd31;
}

.catalog-page__pay-btn:disabled,
.catalog-page__pay-btn.disabled {
    background: #aaaeb6;
    cursor: auto;
}

.catalog-page__payed-btn {
    width: 312px;
    height: 64px;
    margin-top: 60px;
    margin-left: 0px;
    background: #ffcd31;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    border: 0;
    cursor: auto;
}

.catalog-page__payed-btn:before {
    content: '';
    display: block;
    width: 19px;
    height: 16px;
    margin-right: 7px;
    background: url(../img/mark-icon.svg) no-repeat center/contain;
}

.catalog-page__payed-link {
    margin-top: 27px;
    width: 312px;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-page__payed-link .payed-link__title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #606162;
}

.catalog-page__payed-link .payed-link__text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #606162;
}

.catalog-page__payed-link .payed-link__giftbox {
    width: 244px;
    height: 263px;
    background: url(../img/giftbox.png) no-repeat center/contain;
    position: relative;
    margin-top: 18px;
}

.catalog-page__payed-link .payed-link__giftbox:before {
    content: '';
    display: block;
    width: 441px;
    height: 161px;
    margin: auto;
    position: absolute;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    /* background: url(../img/giftbox-lines.svg) no-repeat center/contain; */
    z-index: -1;
}

.catalog-page__payed-link .payed-link__input {
    padding: 0 16px;
    border: 1px solid #ffcd31;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    margin-top: 23px;
    height: 50px;
    width: 100%;
}

.catalog-page__payed-link .payed-link__copy-btn {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffcd31;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    border: 0;
    width: 100%;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.catalog-page__payed-link .payed-link__copy-btn:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/copy-icon.svg) no-repeat center/contain;
    margin-right: 8px;
}

.catalog-page__payed-link .payed-link__publish {
    padding-left: 3.37px;
    margin-top: 22px;
}

.catalog-page__payed-link .payed-link__publish .publish__title {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.206944px;
    color: #2e2e2e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-page__payed-link .payed-link__publish {
    display: none;
}

.catalog-page__payed-link .payed-link__publish .publish__title:before {
    content: '';
    display: block;
    width: 15px;
    height: 17px;
    background: url(../img/publish-icon.svg) no-repeat center/contain;
    margin-right: 9px;
}

.catalog-page__payed-link .payed-link__publish .publish__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.catalog-page__payed-link .payed-link__publish .publish__links .links__link {
    margin-left: 12px;
    margin-top: 12px;
    width: 34px;
    height: 34px;
    display: block;
}

.catalog-page__payed-link .payed-link__publish .publish__links .links__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.overload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #686868;
    opacity: 0.5;
}

.copied-popup {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    min-height: 159px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.copied-popup__close {
    width: 14px;
    height: 14px;
    position: relative;
    margin-left: auto;
}

.copied-popup__close:before,
.copied-popup__close:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #585d6e;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

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

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

.copied-popup__icon {
    width: 33px;
    height: 28px;
    background: url(../img/green-mark-icon.svg) no-repeat center/contain;
    margin: 20px auto 0;
}

.copied-popup__text {
    margin-top: 10px auto 0;
    text-align: center;
}

.custom__choice,
.custom__sort {
    position: relative;
    margin-left: 30px;
    z-index: 1;
}

.custom__choice.view .list,
.custom__sort.view .list {
    display: block;
}

.custom__choice .label,
.custom__sort .label {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.custom__choice .label:after,
.custom__sort .label:after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 9px;
    height: 6px;
    background: url(../img/select-arrow-icon.svg) no-repeat center/contain;
}

.custom__choice .list,
.custom__sort .list {
    background: #fff;
    -webkit-box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
    box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 9px);
    display: none;
    padding: 12px 0;
}

.custom__choice .list .ps,
.custom__sort .list .ps {
    padding: 0 20px;
    max-height: 204px;
}

.custom__choice .list .ps__rail-y,
.custom__sort .list .ps__rail-y {
    right: 6px !important;
    width: 6px !important;
    background: #f3f5ff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
}

.custom__choice .list .ps__thumb-y,
.custom__sort .list .ps__thumb-y {
    right: 1px !important;
    width: 4px !important;
    background: #8390ff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.custom__choice .list li,
.custom__sort .list li {
    font-weight: 600;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #9098b1;
    white-space: nowrap;
    cursor: pointer;
    list-style-type: none;
}

.custom__choice .list li:not(:first-child),
.custom__sort .list li:not(:first-child) {
    margin-top: 12px;
}

.custom__choice .list li.selected,
.custom__sort .list li.selected {
    font-weight: 600;
}

.custom__choice.view .label:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom__choice .list {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.custom__sort .label:after {
    width: 15px;
    height: 15px;
    background-image: url(../img/sort-icon.svg);
}

.custom__sort .label:after {
    width: 15px;
    height: 15px;
    background-image: url(../img/sort-icon.svg);
    transform: rotate(180deg);
}

.custom__sort.descend_by_price .label:after {
    width: 15px;
    height: 15px;
    background-image: url(../img/sort-icon.svg);
    transform: rotate(0deg);
}

.catalog-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(196, 196, 196, 0.5);
    text-align: center;
    overflow-y: auto;
    z-index: 100;
}

.catalog-cover:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.catalog-cover .product-popup {
    display: inline-block;
    vertical-align: middle;
    width: 467px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    padding: 75px 52px 40px;
    text-align: left;
}

.catalog-cover .product-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/close-icon.svg) no-repeat center/contain;
    cursor: pointer;
}

.catalog-cover .product-popup__properties {
    margin-left: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-cover .product-popup__properties .properties__property {
    margin-top: 9px;
    margin-left: 24px;
    height: 30px;
    padding: 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(131, 144, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #9098b1;
}

.catalog-cover .product-popup__properties .properties__property.active {
    background: rgba(131, 144, 255, 0.15);
}

.product-popup__photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    --swiper-width: clamp(150px, 40vw, 263px);
    --swiper-height: clamp(150px, 40vw, 263px);

    --thumb-width: 78px;
    --thumb-height: 78px;
}

.product-popup__photos_single {
    justify-content: center;
}

.product-popup__photos .photos__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin-right: 14px;
}

.product-popup__photos .photos__thumbs .thumb {
    height: var(--thumb-height);
    width: var(--thumb-width);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.product-popup__photos .photos__thumbs .thumb:not(:first-child) {
    margin-top: 14px;
}

.product-popup__photos .photos__thumbs .thumb.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #8390ff;
    left: 0;
    top: 0;
    border-radius: inherit;
}

.product-popup__photos .photos__thumbs .thumb--video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-icon.svg) no-repeat center/32px,
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)));
    background: url(../img/play-icon.svg) no-repeat center/32px,
    -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45));
    background: url(../img/play-icon.svg) no-repeat center/32px,
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45));
    background: url(../img/play-icon.svg) no-repeat center/32px,
    linear-gradient(0deg, rgba(0, 0, 0, 0.45));
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.product-popup__photos .photos__thumbs .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.product-popup__photos .photos__original {
    width: var(--swiper-width);
    height: var(--swiper-height);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 769px) {
    .product-popup__photos .photos__original {
        width: 100%;
    }
}

.product-popup__photos .photos__original.photos__original_single {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.product-popup__photos .photos__original.photos__original_single img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-popup__photos .photos__swiper {
    height: var(--swiper-height);
    border-radius: 12px;
    overflow: hidden;
}

.product-popup__photos .photos__original img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.product-popup__photos .photos__original .original__control .prev,
.product-popup__photos .photos__original .original__control .next {
    width: 12px;
    height: 20px;
    background: url(../img/photo-arrow-icon.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.product-popup__photos .photos__original .original__control .prev {
    left: 0;
}

.product-popup__photos .photos__original .original__control .next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.product-popup__photos .photos__dots {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.product-popup__photos .photos__dots .dot {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f3f5ff;
    margin: 0 6px;
    cursor: pointer;
}

.product-popup__photos .photos__dots .dot.active {
    background: #8390ff;
}

.catalog-cover .product-popup__code {
    /* margin-top: 68px; */
    margin-top: -45px;
    font-size: 18px;
    line-height: 120%;
    color: #fcb813;
    /* text-align: center; */
}

.catalog-cover .product-popup__name {
    margin: 19px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.catalog-cover .product-popup__price {
    display: flex;
    justify-content: space-between;

    margin: 15px 0;

    font-weight: bold;
    font-size: 24px;
    line-height: 24px;

    color: #4a4a4a;
}

.catalog-cover .product-popup__cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-cover .product-popup__description {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #000;
    max-height: 108px;
    overflow-y: auto;
}

.catalog-cover .product-popup__description-title {
    font-size: 14px;
    font-weight: bold;
    color: #9d9d9d;
}

.catalog-cover .product-popup__add-to-cart {
    height: 64px;
    width: 50%;
    background: #8390ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.catalog-cover .product-popup__add-to-cart:after {
    content: '';
    display: block;
    background: url(../img/cart-icon-white-full.svg) no-repeat center/contain;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.catalog-cover .product-popup__add-to-cart.added {
    background-color: #ffcd31;
    color: #fff;
}

.catalog-cover .product-popup__add-to-cart.added:after {
    opacity: 1;
    visibility: visible;
    position: static;
}

.view-aside-enter-active,
.view-aside-leave-active {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.view-aside-enter-active .aside-menu__cover,
.view-aside-enter-active .aside-menu__inner,
.view-aside-leave-active .aside-menu__cover,
.view-aside-leave-active .aside-menu__inner {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.view-aside-enter .aside-menu__inner,
.view-aside-leave-to .aside-menu__inner {
    -webkit-transform: translateX(-322px);
    -ms-transform: translateX(-322px);
    transform: translateX(-322px);
}

.view-aside-enter .aside-menu__cover,
.view-aside-leave-to .aside-menu__cover {
    opacity: 0;
}

.aside-menu {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
}

.aside-menu__cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.aside-menu__inner {
    width: 322px;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: relative;
    -webkit-box-shadow: 0px 4px 4px rgba(129, 130, 134, 0.15);
    box-shadow: 0px 4px 4px rgba(129, 130, 134, 0.15);
}

.aside-menu__close {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.aside-menu__close:before,
.aside-menu__close:after {
    content: '';
    display: block;
    width: 21px;
    height: 3px;
    background: #979797;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

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

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

.aside-menu__group-item {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #606162;
    text-decoration: none;
}

.aside-menu__group-item svg {
    margin-right: 21px;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.aside-menu__dots-list {
    padding-bottom: 13px;
}

.aside-menu__dots-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #606162;
    padding-left: 34px;
    text-decoration: none;
    margin-top: 15px;
}

.aside-menu__dots-list a:before {
    content: '';
    display: block;
    width: 11px;
    min-width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 17px;
    -webkit-box-shadow: 0px 0px 0px 1px #aab3fc;
    box-shadow: 0px 0px 0px 1px #aab3fc;
    border: 3px solid #fff;
}

.aside-menu__dots-list a.active:before {
    background-color: #8390ff;
}

.aside-menu__links {
    margin: 16px 0;
    padding: 0 14px 0 40px;
}

.aside-menu__links .links__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #606162;
}

.aside-menu__links .links__list {
    margin-left: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aside-menu__links .links__list a {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0 0 16px;
}

.aside-menu__links .links__list a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.__hidden {
    display: none;
}

.footer-info {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #8390ff;
}

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

.footer-info__flex-center {
    justify-content: center;
}

.footer-info__flex-center .footer-info__item:first-child {
    margin-right: 0;
}

.footer-info__flex .footer-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    font-family: 'Raleway', sans-serif;
}

.footer-info__flex .footer-info__item:first-child {
    margin-right: 137px;
}

.footer-info__flex .footer-info__item:first-child .footer-info-item__photo {
    width: 50%;
}

.footer-info__flex .footer-info__item .footer-info-item__photo {
    margin-right: 30px;
    padding-top: 15px;
}

.footer-info-item__photo a {
    display: block;
}

.footer-info__flex .footer-info__item .footer-info-item__photo span {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
}

.footer-info__flex .footer-info__item .footer-info-item__right p {
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin: 0 0 5px 0;
    line-height: 22px;
}

.footer-info__flex .footer-info__item .footer-info-item__right p a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    cursor: pointer;
}

.footer-info__flex .footer-info__item .footer-info-item__right p.mt {
    margin-top: 8px;
}

.footer-info__flex .footer-info__item .footer-info-item__right .footer-info__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.footer-info__flex .footer-info__item .footer-info-item__right .footer-info__links a {
    display: block;
}

.footer-info__flex
.footer-info__item
.footer-info-item__right
.footer-info__links
a:not(:last-child) {
    margin-right: 15px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .container:not(.description-section) {
        width: calc(100% - 30px);
    }

    .store-products .catalog-page__products .product {
        width: calc(100% / 3 - 24px);
    }

    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .container:not(.description-section) {
        width: calc(100% - 30px);
    }

    .catalog-page__reviews .reviews-slider .owl-carousel.owl-drag .owl-item {
        margin: 0 5px;
    }

    .store-products .catalog-page__products .product {
        width: calc(100% / 2 - 24px);
    }

    .catalog-page__products .product {
        width: calc(100% / 3 - 24px);
    }

    .catalog-page__payed-link .payed-link__publish {
        display: block;
    }

    .catalog-page__steps:before {
        top: 38px;
    }

    .catalog-page__steps .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: transparent;
        padding: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .catalog-page__steps .step:not(:first-child) {
        padding: 0;
        z-index: 1;
    }

    .catalog-page__steps .step:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }

    .catalog-page__steps .step:after {
        content: '';
        display: block;
        height: 34px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 44px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .catalog-page__steps .step:first-child:after {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: calc(50% + 17px + 5px);
    }

    .catalog-page__steps .step:before {
        width: 34px;
        min-width: 34px;
        height: 34px;
        z-index: 1;
        margin: 0;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.header__address {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 2px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin-left: 20px;
    padding-right: 30px;
    cursor: pointer;

}

.header__address label {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding-left: 20px;
}

.header__address-places {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    display: flex;
    align-items: center;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    position: relative;
    padding-left: 20px;
}

.header__address-places:before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    background-image: url("/img/location-pin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.change-address-popup {
    position: absolute;
    top: 100%;
    height: 40px;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #8390FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.change-address-popup input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 30px 0 10px;
}

.header__address-close-icon {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("/img/close-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    cursor: pointer;
}

.header__address-search-icon {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("/img/search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .container:not(.description-section) {
        width: 100%;
    }

    .header__burger {
        width: 16px;
        margin-right: 0;
    }

    .header__burger span:not(:first-child) {
        margin-top: 4px;
    }

    .header__logo {
        margin-left: 9px;
        margin-right: auto;
    }

    .store .header__logo {
        margin-left: 0;
    }


    .header__user {
        margin-left: 13px;
    }

    .header__user .user__picture {
        width: 41px;
        min-width: 41px;
        height: 41px;
    }

    .header__user .user__info {
        margin-left: 8px;
    }

    .header__user .user__info .name {
        font-size: 14px;
    }

    .header__user .user__info .position {
        margin-top: 4px;
        font-size: 11px;
    }

    .header__cart {
        margin-left: 9px;
    }

    .description-link {
        margin: 48px auto 0;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.3px;
    }

    .catalog-page__constraint-description {
        margin-top: 40px;
    }

    .catalog-page__constraint-description h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.3px;
        padding-bottom: 13px;
        max-width: 220px;
        margin: 0 auto;
    }

    .catalog-page__constraint-description p,
    .catalog-page__constraint-description .description-section {
        font-size: 18px;
        line-height: 162.5%;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

    .catalog-page__constraint-joined {
        margin-top: 40px;
    }

    .catalog-page__constraint-joined h2 {
        font-size: 18px;
    }

    .catalog-page__reviews {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-page__reviews h2 {
        font-size: 18px;
    }

    .catalog-page__empty {
        max-width: 100%;
    }

    .catalog-page__total-amount {
        margin-left: 0;
        width: 100%;
    }

    .catalog-page__header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;

        padding: 21px 0;
    }

    .catalog-page__header .header__title {
        font-size: 16px;
    }

    .catalog-page__header .header__title:before {
        width: 10px;
        height: 16px;
        margin-top: 0;
    }

    .catalog-page__header .header__link {
        font-size: 12px;
    }

    .catalog-page__search .search__input {
        height: 42px;
        padding: 0 43px;
        font-size: 12px;
    }

    .catalog-page__search .search__find {
        width: 12.5px;
        height: 12.5px;
    }

    .catalog-page__categories {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 16px -15px 0;
        overflow-x: auto;
    }

    .catalog-page__categories:after,
    .catalog-page__categories:before {
        content: '';
        display: block;
        width: 15px;
        min-width: 15px;
        height: 1px;
    }

    .catalog-page__categories .category {
        margin-top: 0;
        margin-left: 8px;
        padding: 0 8px;
    }

    .catalog-page__categories .category:first-child {
        margin-left: 0;
    }

    .catalog-page__result {
        padding: 16px 0;
    }

    .catalog-page__result .result__coutn {
        font-size: 12px;
    }

    .catalog-page__cart-empty {
        width: 260px;
        height: 154px;
    }

    .catalog-page__cart-items .cart-item {
        padding: 15px 16px 21px 8px;
        margin-top: 9px;

        flex-wrap: wrap;
    }

    .catalog-page__cart-items .cart-item__picture {
        width: 90px;
        height: 90px;
        min-width: 90px;
        margin-right: 18px;
    }

    .catalog-page__cart-items .cart-item__picture.single {
        width: 100%;
    }

    .catalog-page__cart-items .cart-item__product-name {
        font-size: 12px;
    }

    .catalog-page__cart-items .cart-item__product-name.single {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .catalog-page__cart-items .cart-item__product-price {
        font-size: 16px;
    }

    .catalog-page__cart-items .cart-item__quantity {
        padding: 0;
    }

    .catalog-page__cart-items .cart-item__quantity .quantity__input {
        width: 40px;
        height: 27px;
    }

    .catalog-page__cart-amount {
        margin-top: 24px;
    }

    .catalog-page__cart-amount .cart-amount__title {
        font-size: 16px;
    }

    .catalog-page__cart-amount .cart-amount__total {
        font-size: 18px;
    }

    .catalog-page__cart-comment {
        margin-top: 32px;
    }

    .catalog-page__cart-comment .cart-comment__text {
        height: 162px;
        font-size: 14px;
    }

    .catalog-page__cart-comment .cart-comment__limit {
        margin-top: 4px;
        font-size: 12px;
    }

    .catalog-page__reciever-info {
        padding: 16px 31px 16px 24px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .catalog-page__reciever-info p {
        font-size: 14px;
        line-height: 19px;
    }

    .catalog-page__form-groups .form-groups__input-group label {
        font-size: 14px;
    }

    .catalog-page__simple-checkbox.with-links {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog-page__simple-checkbox .simple-checkbox__text label {
        font-size: 14px;
    }

    .catalog-page__simple-checkbox .simple-checkbox__text a {
        font-size: 14px;
    }

    .catalog-page__pay-btn,
    .catalog-page__payed-btn {
        margin-left: 0;
        width: 100%;
        height: 50px;
        margin-top: 51px;
    }

    .catalog-page__payment-methods .payment-method {
        margin-top: 32px;
    }

    .catalog-page__group-title {
        margin-top: 23px;
    }

    .catalog-page__products {
        margin-left: 0;
        margin-top: -10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .catalog-page__products .product {
        margin: 12px 0 0;
        width: calc(50% - 4px);
    }

    .catalog-page__products .product__name {
        margin-top: 27px;
        padding: 0 10px;
        font-size: 12px;
    }

    .catalog-page__products .product__price {
        font-size: 14px;
    }

    .catalog-page__products .product__actions {
        margin-top: 10px;
        padding: 10px 16px 16px 10px;
    }

    .tabs-wrapper .tabs {
        border: none !important;
    }

    .catalog-page__cart-tabs .tabs .tabs__tab {
        font-size: 14px;
        z-index: 1;
        position: relative;
    }


    .custom__choice .label,
    .custom__sort .label {
        font-size: 12px;
    }

    .aside-menu__close {
        display: none;
    }

    .aside-menu__cover {
        background: transparent;
    }

    .aside-menu__inner {
        width: 230px;
    }

    .aside-menu__group-item {
        padding-left: 16px;
        font-size: 14px;
    }

    .aside-menu__group-item svg {
        margin-right: 15px;
    }

    .aside-menu__dots-list a {
        padding-left: 22px;
        font-size: 12px;
    }

    .aside-menu__dots-list a:before {
        width: 9px;
        min-width: 9px;
        height: 9px;
        border-width: 2px;
    }

    .aside-menu__dots-list a.active:before {
        border-color: #ebf0ff;
        -webkit-box-shadow: 0px 0px 0px 1px #ebf0ff;
        box-shadow: 0px 0px 0px 1px #ebf0ff;
    }

    .aside-menu__links {
        padding-left: 16px;
    }

    .catalog-cover .product-popup {
        width: calc(100% - 67px);
        padding: 66px 19px 28px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }

    .catalog-cover .product-popup__close {
        width: 32px;
        height: 32px;
    }

    .catalog-cover .product-popup__photos .photos__thumbs {
        width: 55px;
        flex-basis: 55px;
        margin-right: 10px;
    }

    .catalog-cover .product-popup__photos .photos__thumbs .thumb {
        width: 55px;
        height: 55px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .catalog-cover .product-popup__photos .photos__thumbs .thumb:not(:first-child) {
        margin-top: 10px;
    }

    .catalog-cover .product-popup__photos .photos__thumbs .thumb--video:before {
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }

    .catalog-cover .product-popup__photos .photos__original {
        width: 200px;
        height: 200px;
        flex: 1;
    }

    .catalog-page .product__label {
        font-size: 8px;
        top: 9px;
        left: -98px;
    }

    .catalog-page__products .product__picture {
        width: 100%;
        /* width: 150px; */
        height: 150px;
    }

    .store-products .catalog-page__products .product {
        width: calc(100% / 2 - 10px);
    }

    .catalog-cover .product-popup__close {
        right: 12px;
    }

    .catalog-cover .product-popup__photos .photos__original .original__control {
        display: none;
    }

    .catalog-cover .product-popup__photos .photos__dots {
        margin-top: 30px;
    }

    .catalog-cover .product-popup__code {
        margin-top: -36px;
        font-size: 12px;
        line-height: 120%;
    }

    .catalog-cover .product-popup__name {
        margin-top: 17px;
        font-size: 14px;
    }

    .catalog-cover .product-popup__description {
        margin-top: 11px;
        font-size: 12px;
    }

    .catalog-cover .product-popup__add-to-cart {
        height: 50px;
        font-size: 14px;
    }

    .catalog-cover .product-popup__add-to-cart:after {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        background: url(../img/cart-icon.svg) no-repeat center/contain;
        margin-left: 10px;
    }

    .footer-info__flex {
        flex-direction: column;
        align-items: center;
    }

    .footer-info__flex .footer-info__item {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .footer-info__flex .footer-info__item:first-child {
        margin: 0 0 70px 0;
    }

    .footer-info__flex .footer-info__item:first-child .footer-info-item__photo {
        width: 100%;
    }

    .footer-info__flex .footer-info__item .footer-info-item__photo {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .footer-info-item__right {
        text-align: center;
    }

    .footer-info__flex .footer-info__item .footer-info-item__right .footer-info__links {
        justify-content: center;
    }

    .footer-info-item__photo img {
        margin: 0 auto;
    }

    .footer-info__flex .footer-info__item .footer-info-item__photo span {
        margin-top: 10px;
    }
}

.seller-store .catalog-page__constraint-description {
    margin-top: 0;
}

.seller-store .catalog-page__steps {
    margin-bottom: 0 !important;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
    .catalog-page__products .product__price {
        font-size: 11px;
    }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
