* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    /*height: 100%;*/
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    position: relative;
    height: 100%;
}
button,
input,
textarea {
    font-family: inherit;
    border-radius: 0;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header__body {
    position: relative;
    height: 80px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__logo:hover path {
    /*fill: #067960;*/
}
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
}
.header__list > li {
    padding-right: 24px;
    padding-left: 24px;
}
.header__list > li:first-child {
    padding-left: 0;
}
.header__list > li:last-child {
    padding-right: 0;
}
.header__sublink {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
}
.header__sublink::after {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 100%;
    left: 0;
}
/*<editor-fold desc="UF_DATA_CSS">*/
li.header__sublink.black-friday {
    /*background: linear-gradient(91.47deg, #1B1A19 30%, #FF000A 106.53%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*text-fill-color: transparent;*/
}
li.header__sublink.black-friday a{
    color:#f99760!important
}
@media (max-width: 1440px) {
    li.header__sublink.about-hide{
        display: none;
    }
}
/*</editor-fold>*/

.header__link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__link.active {
    color: #067960;
}

.header__link:hover {
    color: #8c8c8c;
}
.header__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__action_cart.header__action:hover {
    color: #067960;
    border: 1px solid black;
}
.header__action_sign {
    cursor: pointer;
}
.header__action_search {
    cursor: pointer;
}
/*.header__action_search svg {
    display: none;
}*/


.header__action_whishlist span.circle-wishlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 51.43%;
    background: #067960;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    margin-left: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.header__action_whishlist span.circle-wishlist.active {
    opacity: 1;
}
.header__burger {
    display: none;
}
.header__action_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    cursor: pointer;
    background: #FFFFFF;
    padding: 7px 9px;
    border-radius: 40px;
    justify-content: center;
    border: 1px solid transparent;
}
.header__action_cart.active {
    cursor: default;
}
.header__action_cart.active .header-cart__span {
    color: #067960;
}
.header-cart__icon {
    border-radius: 50%;
    background-color: #067960;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19px;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    font-size: 12px;
    color: #1b1a19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-cart__span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-popup {
    position: absolute;
    top: 100%;
    left: 300%;
    width: 100%;
    height: calc(100vh - 80px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-popup.open {
    left: 0;
}
.header-popup__wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 570px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.header-popup__wrapper::-webkit-scrollbar {
    width: 0;
}
.header-popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-search__content {
    padding-top: 40px;
    padding-left: 58px;
    padding-right: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
.header-search__input {
    position: relative;
}
.header-search__input input {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 40px;
    border-bottom: 1px solid #1b1a19;
    background-color: transparent;
    width: 100%;
    font-size: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-search__input input::-webkit-input-placeholder {
    color: #8c8c8c;
    font-size: 28px;
}
.header-search__input input::-moz-placeholder {
    color: #8c8c8c;
    font-size: 28px;
}
.header-search__input input:-ms-input-placeholder {
    color: #8c8c8c;
    font-size: 28px;
}
.header-search__input input::-ms-input-placeholder {
    color: #8c8c8c;
    font-size: 28px;
}
.header-search__input input::placeholder {
    color: #8c8c8c;
    font-size: 28px;
}
.header-search__input input:focus {
    border-bottom: 1px solid #067960;
}
.header-search__input button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    background-color: transparent;
}
.header-search__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.header-search__recomendations {
    color: #8c8c8c;
}
.header-search__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
}
.header-search__label {
    display: block;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    color: #1b1a19;
    font-size: 12px;
}
.header-menu {
    position: absolute;
    width: 100%;
    height: calc(100dvh - 52px);
    left: 100%;
    top: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #f5f5f5;
    overflow-y: hidden;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
}
.header-menu.open {
    left: 0;
}
.header-menu__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow-y: auto;
}
.header-menu__link {
    padding: 16px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 12px;
    color: #1b1a19;
}
.header-menu__link a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    color: #1b1a19;
}
.header-menu__link_sub_span {
    display: block;
    width: 100%;
    height: 100%;
}
.header-menu__submenu {
    background-color: #f5f5f5;
    position: absolute;
    width: 100%;
    height: calc(100vh - 52px);
    top: 0;
    left: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-menu__submenu.open {
    left: 0;
}
.header-menu__sign {
    padding: 0 16px;
}
.header-menu__sign span {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}
.header-menu__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-assortments {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    background-color: #f5f5f5;
    -webkit-transform: translateY(calc(-100% - 100px));
    -ms-transform: translateY(calc(-100% - 100px));
    transform: translateY(calc(-100% - 100px));
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    overflow: hidden;
}
.header-assortments.show {
    pointer-events: all;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-assortment {
    display: none;
}
.header-assortment.active {
    display: block;
}
.header-assortment.anim .header-assortment__list {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-assortment.anim .header-assortment__image {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-assortment.anim .header-assortment__column::before {
    height: 100%;
}
.header-assortment.anim .header-assortment__column:first-child {
    border: 0;
}
.header-assortment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-assortment__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.header-assortment__column::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #d7d7d7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.header-assortment__column:first-child {
    border: 0;
}
.header-assortment__column:first-child::before {
    display: none;
}
.header-assortment__column:first-child .header-assortment__list {
    padding-left: 0;
}
.header-assortment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
    padding: 32px;
    width: 289px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.header-assortment__link {
    color: #8c8c8c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.header-assortment__link:hover {
    color: #067960;
}

.header-menu__sublist li span.shortprint.new,
.header-assortment__link span.shortprint.new {/* NEW */
    position: absolute;
    width: 24px;
    height: 10px;
    padding-left: 6px;
    /*right: -24px;*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 130%;
}

.header-menu__sublist li span.shortprint.sale,
.header-assortment__link span.shortprint.sale {/* sale */
    position: absolute;
    width: 24px;
    height: 10px;
    padding-left: 6px;
    /*right: -24px;*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 130%;
}
.header-menu__sublist li span.shortprint.dot,
.header-assortment__link span.shortprint.dot {/* dot */
    font-size: 0px;
    vertical-align: middle;
    display: inline-flex;
    padding-left: 2px;
}

.header-menu__sublist li span.shortprint.dot:after,
.header-assortment__link span.shortprint.dot:after {/* dot */
    background-image:url('/local/templates/main/assets/img/icons/dotMenu.svg');
    content:'';
    width: 5px;
    height: 5px;
    background-size: 4px;
    background-repeat: no-repeat;
    background-position: left top;
}
@media (max-width: 768px) {
    .header-menu__sublist li span.shortprint.new,
    .header-assortment__link span.shortprint.new {/* NEW */
        font-size: 7px;
    }
    .header-menu__sublist li span.shortprint.dot:after,
    .header-assortment__link span.shortprint.dot:after {/* dot */
        width: 3px;
        height: 3px;
        background-size: 3px;
    }
}
.header-assortment__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-assortment__image {
    padding: 0px;
    padding-right: 0;
    width: 691px;
    height: 401px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.header-assortment__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header-cart__wrapper {
    padding: 40px 58px;
}
.header-cart__broadcrumbs {
    display: none;
}
.header-cart__header {
    margin-bottom: 48px;
}
.header-cart__name {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.header-cart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 15px;
    gap: 16px;
}
.header-cart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.header-cart__item .sale {
    color: #f99760;
}
.header-cart__remind {
    padding-top: 20px;
    color: #8c8c8c !important;
}
.header-cart__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 38px 0;
    padding: 16px 0;
    background-color: #067960;
    border: 1px solid #067960;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 568px) {
    .header-cart__btn {
        margin: 18px 0;
    }
}
.header-cart__btn:hover {
    background-color: transparent;
}

.header-cart__btn_c{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 38px 0;
    padding: 16px 0;
    width: 100%;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
@media (max-width: 568px) {
    .header-cart__btn_c {
        margin: 18px 0;
    }
}

.header-cart__btn_c.white{
    border: 1px solid #067960;
    background-color: transparent;
}
.header-cart__btn_c.white:hover{
    background-color: #067960;
    color: #ffffff;
}

.header-cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.header-cart__products {
    position: relative;
    min-height: 0;
    min-width: 0;
    max-width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
}
@media (max-width: 768px) {
    .header-cart__products {
        padding: 0;
    }
}
.header-cart__products .product-card {
    border: 0;
    max-width: 230px;
}
.header-cart__products .product-card::after,
.header-cart__products .product-card::before {
    display: none;
}
.header-cart__products .product-card::after {
    background-color: transparent;
    display: block;
    z-index: 1;
    inset: 0;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-cart__products .product-card:hover {
    border: 0;
}
.header-cart__products .product-card:hover::after {
    background-color: transparent;
}
.header-cart__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.header-cart__arrow::before {
    content: "";
    position: absolute;
    inset: -10px;
    cursor: pointer;
}
.header-cart__arrow_prev {
    left: 0;
}
.header-cart__arrow_next {
    right: 0;
}
.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.cart-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.cart-item__activities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-item__activities .cart-item__title a:hover{
    border-bottom: 1px solid #067960;
}
.cart-item__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}
.cart-item__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: #1b1a19;
    font-size: 12px;
    font-weight: 300;
}
.cart-item__select > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-item__select > div button {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    color: #8c8c8c;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.cart-item__price_old {
    color: #8c8c8c !important;
    text-decoration: line-through;
}
.cart-item__remove {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 300;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 26px;
}
.header-sign__wrapper {
    padding: 40px 58px;
}
.header-sign__header {
    margin-bottom: 48px;
}
.header-sign__close_mobile {
    display: none;
}
.header-sign__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.header-sign__subtitle {
    margin-bottom: 48px;
    padding-top: 20px;
}


.header-register__wrapper {
    padding: 40px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
.header-register__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.header-register__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.header-register__btn {
    width: 100%;
}
.header-submit.error .error {
    display: block;
}
.header-submit.error .order-submit__input input {
    background-color: #f99760;
}
.header-submit__back {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.header-submit__remind {
    color: #8c8c8c !important;
}
.header-submit__error {
    color: #db1c4a !important;
}
.header-submit__btn_error {
    background-color: #067960 !important;
}
.header-submit__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.header-submit .error {
    /*display: none;*/
}

.footer__wrapper {
    /*height: 209px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 24px;
}
.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__link {
    color: #fff !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__link:hover {
    color: #067960 !important;
}
.footer__social {
    -ms-grid-column-align: end;
    justify-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}
.footer__social a svg path{
    fill:white;
}
.footer__media svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__media svg:hover path {
    fill: #067960;
}
.footer__year {
    -ms-grid-column-align: end;
    justify-self: end;
    color: #fff !important;
}
.footer-mobile {
    display: none;
}
.footer-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-mobile__link {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #d7d7d7;
}
.footer-mobile__row {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-list {
    margin-bottom: 2px;
}
.banner-item a{
	width: 100%;
}
.banner-item img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    margin-top:2px;
}
.main-hero__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    position: relative;
}
.main-hero__image {
    width: 100%;
    height: 100%;
}
.main-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-hero__link {
    width: 47.8145695364%;
}
.home-arrival__header {
    padding: 24px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-arrival__title {
    color: #1b1a19;
}
.home-arrival__btn {
    color: #1b1a19;
    font-weight: 300;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.home-arrival__btn:hover {
    color: #067960;
}
.arrival-slider__btn_next,
.arrival-slider__btn_prev {
    display: none;
}
.arrival-slide {
    border: 1px solid #d7d7d7;
    border-left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .arrival-slide {
         height: calc((100% - 0px) / 2) !important;
    }
    .swiper {
        width: 100%;
        height: 100%;
        /*height: 178vw;*/
        margin-left: auto;
        margin-right: auto;
    }
    .home-arrival__slider {
        height: 178vw;
    }
    .home-arrival {
        height: 100%;
    }
}
@media (max-width: 375px) {
    .swiper {
        height: 175vw;
    }
}
.arrival-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.arrival-slide:hover {
    border: 1px solid #1b1a19;
    border-left: 0;
}
.arrival-slide:hover::before {
    background-color: #1b1a19;
}
.arrival-slide:hover .product-card__colors {
}
.arrival-slide:hover .product-card__like {
    opacity: 1;
    pointer-events: all;
}
.arrival-slide__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.arrival-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.arrival-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    padding-top: 0;
    position: relative;
    /*width: calc(100% - 35px);*/
    width: calc(100% - 0px);
}
.arrival-slide__price {
    color: #8c8c8c;
    font-size: 12px;
}
.home-capsul__header {
    padding: 24px;
    padding-left: 32px;
}
.home-capsul__content {
    position: relative;
    width: 100%;
}
.home-capsul__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-capsul__link {
    width: 23.8756613757%;
}
.catalog-hero__image {
    height: 350px;
}
.catalog-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog-content__header {
    padding: 24px 0;
}
.catalog-content__row {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px;
}
.catalog-content__title {
    color: #1b1a19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-weight: 300;
}
.catalog-content__title_big {
    font-size: 28px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.catalog-content__title_small {
    font-size: 12px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.catalog-content__subtitle {
    display: none;
}
.catalog-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
    gap: 4px;
}
.catalog-content__list li {
    cursor: pointer;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #1b1a19;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.catalog-content__list li:hover {
    border: 1px solid #1b1a19;
}
.catalog-content__list li.active {
    border: 1px solid #1b1a19;
}
.catalog-content__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.catalog-content__main.detail{
    position:relative;
    z-index:0;
}
@media (min-width: 2056px) {
    .catalog-content__main {
        -ms-grid-columns: (1fr) [5];
        grid-template-columns: repeat(5, 1fr);
    }
}
.catalog-content__main_3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
.product-card {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.product-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.product-card::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.product-card:hover {

}
.product-card:hover::after,
.product-card:hover::before {
    background-color: #1b1a19;
}
.product-card:hover .product-card__colors {
    opacity: 1;
}
.product-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.product-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    aspect-ratio: .733;
}

.product-card__color {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
}
.product-card__color.grey {
    background: #d5d5d9;
}
.product-card__color.orange {
    background: #d6ad91;
}
.product-card__color.green {
    background: #067960;
}
.product-card__color.black {
    background: #101012;
}
.product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    padding-right: 74px;
    padding-top: 0;
    position: relative;
    width: calc(100% - 0px);
}
.product-card__price {
    color: #8c8c8c;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.product-card__price .old {
    text-decoration: line-through;
}
.product-card__price .actual {
    color: #f99760;
}
.product-card__cart {
    display: block;
    position: absolute;
    right: 32px;
    bottom: 32px;
}
.product-card:hover .product-card__cart {
    display: block;
}

.product-content__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: calc((100% - 1448px) / 2);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-column-gap: 40px;
}

.product-content .reco_title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #1B1A19;
    padding-bottom: 24px;
    padding-top: 44px;
}
.product-content:not(:has(.product-card)) .reco_title {
    display: none;
}
.product-content .catalog-content__main.detail .product-card__remove{
    display: none;
}
.product-content__zoomed {
    max-width: 100%;
    min-width: 0;
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    z-index: 95;
}
.product-content__zoomed::-webkit-scrollbar {
    width: 0;
}
.product-content__zoomed.active {
    pointer-events: all;
    opacity: 1;

}
.product-content__zoomed .slider-zoomed__close {
    position: fixed;
    top: 101px;
    right: 20px;
    z-index: 1;
    background-color: #fff;
}
.product-content__zoomed .swiper {
    cursor: pointer;
}
.product-content__zoomed .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-content__zoomed .swiper-btn-next_zoomed,
.product-content__zoomed .swiper-btn-prev_zoomed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-content__zoomed .swiper-btn-next_zoomed::after,
.product-content__zoomed .swiper-btn-prev_zoomed::after {
    font-size: 0;
}
.product-content__zoomed .swiper-btn-prev_zoomed {
    left: 40px;
}
@media (max-width: 768px) {
    .product-content__zoomed .swiper-btn-prev_zoomed {
        left: 12px;
    }
}
.product-content__zoomed .swiper-btn-next_zoomed {
    right: 40px;
}
@media (max-width: 768px) {
    .product-content__zoomed .swiper-btn-next_zoomed {
        right: 12px;
    }
}
.product-content__slider {
    max-width: 100%;
    position: relative;
    min-width: 0;
    z-index: 0;
    cursor: pointer;
}
.product-content__slider .swiper-slide {
    overflow: hidden;
}
.product-content__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-content__slider .swiper-pagination {
    bottom: 15px;
}
@media (min-width: 768px) {
    .product-content__slider .swiper-pagination{
        display:none;
    }
}
.product-content__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: unset;
}
.product-content__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #067960;
}
.product-content__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-content__image_last {
    -ms-grid-row: 3;
    grid-row: 3;
}

.product-info_constructor {
    height: calc(100svh - 180px);
}

.product-info__wrapper {
   /* max-width: 358px;*/
}
.product-info__header {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.product-info__footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.product-info__favor button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #067960;
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
}
.product-info__favor button .checked {
    display: none;
}
.product-info__favor button .default {
    display: block;
}
.product-info__favor button:hover {
    background-color: #067960;
}
.product-info__favor button.checked .checked {
    display: block;
}
.product-info__favor button.checked .default {
    display: none;
}

.product-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-size__list {
    margin-top: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    /*flex-wrap: wrap;*/
    max-width:354px;
}
@media (max-width: 568px) {
    .product-size__list {
        gap: 7px;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width:100%;
    }
    .product-size__list::-webkit-scrollbar  {
        display: none;
    }
}
.product-size__item input {
    display: none;
}

.product-size__item input:checked + label {
    border: 1px solid #1b1a19;
}

.product-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.product-color__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
.product-color__item input {
    display: none;
}

.product-gallery__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-result__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    background-color: #067960;
    color: #1b1a19;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.product-result__btn .product-result__buy {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.product-result__btn:hover .product-result__buy {
    opacity: 1;
}
.product-result__btn:hover .product-result__price,
.product-result__btn:hover .product-result__title {
    opacity: 0;
}
.product-result__buy {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-result__price,
.product-result__title {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-tabs {
    max-width: 358px;
}
@media(max-width: 992px) {
    .products-tabs {
        max-width: unset;
    }
}
.product-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-tabs__link {
    cursor: pointer;
    color: #8c8c8c !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-tabs__link:hover {
    color: #1b1a19 !important;
}
.product-tabs__link.active {
    color: #1b1a19 !important;
}
.product-tabs__content {
    /*position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    /*height: 100%;*/
    /*-webkit-transition: 0.3s;
    -o-transition: 0.3s;*/
    transition: 0.3s;
    margin-top:20px;
}
.product-tab {
    padding-top: 44px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* position: absolute;
    width: calc(100% + 2px);
    height: 100%;
    top: 0;
    left: 0; */
    background-color: #f5f5f5;
    padding-left: 2px;
    /* overflow-y: auto; */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    display: none;
    padding-left: 0 !important;
    width: unset !important;
    height: unset !important;
    padding-bottom: 24px;
}
.product-tab::-webkit-scrollbar {
    width: 0;
}
.product-tab.active {
    /*-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;*/
    display:block;
}
.product-tab.down-page {
   /* position: fixed;
    top: 80px;
    left: unset;
    right: -100%;
    height: 100% !important;*/
}
.product-tab.down-page.active {
   /* right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);*/
}
.product-tab__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}
.product-tab__back {
    cursor: pointer;
}
.product-tab__title {
    margin-bottom: 16px;
}
.product-tab__subtitle {
    margin-bottom: 32px;
}
.product-tab__subtitle_delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.product-tab__subtitle_delivery p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-tab__subtitle_delivery li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 3px;
}
.product-tab__list {
    margin-bottom: 32px;
}
.product-tab__list li {
    list-style: disc;
    list-style-position: inside;
}
.product-tab__text {
    color: rgba(0, 0, 0, 0.4) !important;
}
.product-tab .lh {
    line-height: 150%;
}
.product-guide {
    position: fixed;
    top: 70px;
    left: 100%;
    height: calc(100vh - 70px);
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 4;
    width: 79.5634920635%;
}
.product-guide.show {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.product-guide__wrapper {
    padding: 40px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
.product-guide__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-guide__header_mobile {
    display: none !important;
}
.product-guide__name {
    margin-bottom: 16px;
}
.product-guide__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}
.product-guide__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    min-width: 75%;
}
.product-guide__table {
    border-top: 1px solid #d7d7d7;
}
.product-guide__table.guide-table-column__no-border{
    border-top:unset;
}
.product-guide__image {
    width: 225px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    display: none;
}
.product-guide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-guide__remind {
    color: #8c8c8c !important;
}
.guide-table {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*-ms-grid-columns: (1fr) [4];*/
    /*grid-template-columns: repeat(4, 1fr);*/
    gap: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media (max-width: 568px) {
    .guide-table {
        display: grid;
    }
}
.guide-table__grid {
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}

.guide-table:has(.DLINA_PLECHA) {
    /*-ms-grid-columns: (1fr) [5];*/
    /*grid-template-columns: repeat(5, 1fr);*/
}
.guide-table__header {
    padding-top: 20px;
    /*padding-bottom: 16px;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    /*-ms-grid-column-span: 5;*/
    /*grid-column: span 5;*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.guide-table__header:has(:nth-child(2)),
.guide-table__header:has(:nth-child(2)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.guide-table__header:has(:nth-child(3)),
.guide-table__header:has(:nth-child(3)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
.guide-table__header:has(:nth-child(4)),
.guide-table__header:has(:nth-child(4)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.guide-table__header:has(:nth-child(5)),
.guide-table__header:has(:nth-child(5)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}
.guide-table__header:has(:nth-child(6)),
.guide-table__header:has(:nth-child(6)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
}
.guide-table__header:has(:nth-child(7)),
.guide-table__header:has(:nth-child(7)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
}
.guide-table__header:has(:nth-child(8)),
.guide-table__header:has(:nth-child(8)) ~ .guide-table__grid {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
}

.guide-table.guide-table-column6
,.guide-table.guide-table-column6  .guide-table__header{
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
}

.guide-table.guide-table-column5
,.guide-table.guide-table-column5  .guide-table__header{
    -ms-grid-column-span: 5;
    grid-column: span 5;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}

.guide-table__item {
    /*padding-bottom: 16px;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    min-height: 16px;
    /*max-width: 160px;*/
}
.guide-table__item-column{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.guide-table__item__top {
    padding: 16px 0;
}
.constructor-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.constructor-color__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.constructor-color__input {
    position: relative;
}
.constructor-color__input input {
    padding-right: 77px;
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background: #f5f5f5;
    width: 100%;
}
.constructor-color__input label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #d7d7d7;
}
.constructor-color__circle {
    width: 21px;
    height: 21px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    border-radius: 50%;
}
.product-shutter {
    display: none;
}
.product-shutter__wrapper {
    border-top: 1px solid #1b1a19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    background-color: #fff;
}
.product-shutter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.product-shutter__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.product-shutter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.product-shutter__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.product-shutter__favor {
    width: 47px;
    height: 47px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #88BCAC;
}
.product-shutter__favor.checked {
    background-color: #067960;
}
.product-today {
    position: fixed;
    top: 80px;
    left: 100%;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 4;
    width: 100%;
}
.product-today.show {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.product-today__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-today__image {
    padding: 32px;
    height: calc(100vh - 80px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 59.5238095238%;
}
.product-today__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-today__content {
    border-left: 1px solid #d7d7d7;
    padding-top: 64px;
    padding-left: 90px;
    padding-right: 44px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.product-today__content::-webkit-scrollbar {
    width: 0;
}
.product-today__back {
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.product-today__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
.today-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.today-item__main {
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
    line-height: 160%;
    font-size: 14px;
    font-weight: 300;
}
.today-item__address {
    color: rgba(0, 0, 0, 0.4);
}
.today-item__sizes {
    font-size: 14px;
    font-weight: 300;
    color: #1b1a19;
}
.product-content__main {
    gap: 0;
    grid-column-gap: 0;
}

.product-content__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 32px;
    /*position: sticky;*/
    top: 124px;
    height: 906px;
    z-index: 1;
}

.product-content__slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 910px;
    margin-left: 0;
    margin-right: 0;
    height: 906px;
    /*border: 2px solid #d7d7d7;*/
    /*border-left: 0;*/
}

.product-content__slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 18px;
}

.product-content__slider .product-content__slider_btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-content__slider .product-content__slider_btn-prev {
    left: 20px;
}

.product-content__slider .product-content__slider_btn-next {
    right: 20px;
}

.product-content__zoomed .swiper-button-next::after,
.product-content__zoomed .swiper-button-prev::after {
    display: none;
}

.product-content__zoomed .swiper-button-next svg,
.product-content__zoomed .swiper-button-prev svg {
    width: unset !important;
    height: unset !important;
}

.product-content__zoomed .swiper-button-next {
    /*-webkit-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
    /*pointer-events: none;*/
}

.product-content__zoomed .swiper-button-prev {
    /*-webkit-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*transform: rotate(-90deg);*/
    /*pointer-events: none;*/
}

.product-content .product-content__slider_btn {
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

.thumbs-slider {
    z-index: 0;
    background-color: transparent;
    position: relative;
    width: 130px;
    min-width: 0;
    top: unset;
    height: 906px;
    opacity: 1;
    pointer-events: all;
    overflow: unset;
}

.thumbs-slider .swiper {
    height: 906px;
    border: 1px solid #d7d7d7;
}

.thumbs-slider .swiper-slide {
    cursor: pointer;
    width: 128px;
    height: 130px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    border-bottom: 0;
}

.thumbs-slider .swiper-slide:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.thumbs-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.thumbs-slider .product-content__slider_btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.thumbs-slider .product-content__slider_btn::after {
    display: none;
}

.thumbs-slider .product-content__slider_btn.swiper-button-prev {
    top: 0 !important;
    margin: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbs-slider .product-content__slider_btn.swiper-button-prev svg {
    width: unset;
    height: unset;
}

.thumbs-slider .product-content__slider_btn.swiper-button-next {
    top: unset;
    bottom: 0 !important;
    margin: unset;
    -webkit-transform: translate(-50%, 50%) rotate(180deg);
    -ms-transform: translate(-50%, 50%) rotate(180deg);
    transform: translate(-50%, 50%) rotate(180deg);
}

.thumbs-slider .product-content__slider_btn.swiper-button-next svg {
    width: unset;
    height: unset;
}


.product-info__footer {
    padding-bottom: 71px;
}

.product-info__text {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #1b1a19;
    border-bottom: 1px solid #d7d7d7;
}

.product-info__price {
    font-size: 18px;
}
/*
.product-result {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 53px;
}

.product-result__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #067960;
}

.product-result__btn svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-result__buy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
  background-color: #067960;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: white !important;
}

.product-result__buy:active {
  background-color: #fff;
  color: #067960 !important;
}*/

.product-result__favor {
    background-color: white;
    width: 53px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    padding: unset;
}

.product-result__favor:active {
    background-color: #067960;
}

.product-result__favor:active svg path {
    stroke: white;
}

.product-result__bonus {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #f99760;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.product-result__bonus svg {
    cursor: pointer;
}

.product-hint {
    position: relative;
}

.product-hint::after {
    content: "";
    display: block;
    top: 100%;
    right: 0;
    width: 32px;
    height: 35px;
    position: absolute;
    pointer-events: none;
}

.product-hint:hover::after {
    pointer-events: all;
}

.product-hint:hover .product-hint__content {
    opacity: 1;
    pointer-events: all;
}

.product-hint__content {
    top: calc(100% + 35px);
    right: 0;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #1b1a19;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    width: 322px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 24px;
    pointer-events: none;
}

.product-hint__content svg {
    position: absolute;
    bottom: 100%;
    right: 30px;
    cursor: default;
}

.product-hint__content a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    line-height: 14.52px;
    color: #1b1a19;
    border-bottom: 1px solid #1b1a19;
}


/*.digi-dolyame-button--wrapper {
    display: none!important;
}*/
.order-checkbox input {
    display: none;
}
.order-checkbox input:checked + label .order-checkbox__box {
    border: 2px solid #bee7d8;
}
.order-checkbox input:checked + label .order-checkbox__box svg {
    opacity: 1;
}
.order-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}
.order-checkbox__span {
    font-size: 12px;
    font-weight: 300;
}
.order-checkbox__box {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    border-radius: 4px;
    border: 2px solid #d7d7d7;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-checkbox__box svg {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-checkbox__span a {
    color: #067960;
    text-decoration: underline;
}
.order-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.order-input .select {
    position: relative;
}
.order-input .select.open .select__header {
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    border: 1px solid #067960;
}
.order-input .select.open .select__content {
    opacity: 1;
    pointer-events: all;
}
.order-input .select.open .select__back {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.order-input .select__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 23px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #1b1a19;
    background-color: #bee7d8;
    border: 1px solid #bee7d8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-input .select__back {
    background: url(../img/icons/order-select-back.svg) center/auto no-repeat;
    width: 14px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-input .select__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.order-input .select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #067960;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
.order-input .select__item {
    padding: 15px 23px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #1b1a19;
    background-color: #f5f5f5;
    border-bottom: 1px solid #067960;
    cursor: pointer;
}
.order-input .select__item.selected {
    background-color: #bee7d8;
}
.order-input .select__item:last-child {
    border-bottom: 0;
    border-radius: 0 0 8px 8px;
}
.order-radio input {
    display: none;
}
.order-radio input:checked + label .order-radio__circle {
    border: 2px solid #bee7d8;
}
.order-radio input:checked + label .order-radio__circle::after {
    opacity: 1;
}
.order-radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}
.order-radio__circle {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.order-radio__circle::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background-color: #067960;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border-radius: 50%;
}
.order-radio__span {
    white-space: nowrap;
    text-wrap: nowrap;
}
.order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.order-broadcrumbs {
    padding: 24px 0;
}
.order-content {
    padding-bottom: 20px;
}
.order-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-details {
    border-right: 1px solid #d7d7d7;
    padding-bottom: 88px;
    min-height: calc(100vh - 80px);
}
.order-details__wrapper {
    padding: 0 90px;
    padding-top: 113px;
}

.order-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    cursor: pointer;
}
.order-detail__header.active .order-detail__status {
    border: 2px solid #067960;
    background-color: transparent;
}
.order-detail__header.activated .order-detail__status {
    border: 2px solid #067960;
    background-color: #067960;
}

.order-detail__header.error .order-detail__status {
    border: 2px solid #C6C6C6;
    background-color: #C6C6C6;
}
.order-detail__status {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    background-color: #c6c6c6;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}
.order-detail__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.order-detail__intervals {
    border-radius: 16px;
    border: 1px solid #bee7d8;
    overflow: hidden;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-detail__intervals input {
    display: none;
}
.order-detail__intervals label {
    padding: 16px 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1b1a19;
    font-size: 16px;
    line-height: 130%;
    background-color: #f0f9f6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    cursor: pointer;
}
.order-detail__intervals input:checked + label {
    background-color: #bee7d8;
}
.delivery-way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.delivery-way input {
    display: none;
}
.delivery-way input:checked + label {
    background-color: #bee7d8;
}

.delivery-way__subtitle {
    font-size: 12px;
    color: #1b1a19;
    font-weight: 300;
    opacity: 0.8;
    margin-top: 3px;
    margin-bottom: 10px;
}
.pickup-detail {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.pickup-detail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pickup-detail__info {
    text-align: right;
    color: #8c8c8c;
}
.pickup-detail__btn {
    cursor: pointer;
}
.order-address .not-pickup.hidden {
    display: none;
}
.order-address .pickup.hidden {
    display: none;
}
.order-payment__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.order-payment__promos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}
.order-payment__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.order-payment__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 160px;
    flex: 0 1 160px;
    padding: 16px;
    border-radius: 8px;
}
.order-payment .order-detail__wrapper {
    padding-top: 24px;
    gap: 48px;
}
.order-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.order-result {
    padding: 0 90px;
    padding-top: 69px;
}
.order-result__wrapper {
    padding-top: 113px;
}
.order-result__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}
.order-result__products .cart-item {
    max-height: 97px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 48px;
}
.order-result__item {
    padding-top: 20px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
}
.order-result__item .orange {
    color: #f99760;
}
.order-products {
    display: none;
}
.order-pickup {
    position: fixed;
    top: 80px;
    left: 100%;
    height: calc(100vh - 80px);
    background-color: #f5f5f5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 4;
    width: 85.8465608466%;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.order-pickup::-webkit-scrollbar {
    width: 0;
}
.order-pickup.show {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.order-pickup__wrapper {
    padding: 40px;
}
.order-pickup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-pickup__image {
    max-height: calc(100vh - 120px);
}
.order-pickup__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.order-pickup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
.order-pickup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order-pickup__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.order-pickup__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.order-pickup__input {
    position: relative;
}
.order-pickup__arrow {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-pickup__arrow:hover {
    right: 11px;
}
.order-pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.order-pickup__item {
    gap: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.order-pickup__item .order-pickup__btn {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
}
.order-pickup__item.active {
    gap: 16px;
    border: 1px solid #067960;
}
.order-pickup__item.active .order-pickup__btn {
    max-height: 53px;
}
.order-pickup__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: #e0e0e0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 52px;
    cursor: pointer;
}
.order-pickup__btn.work {
    background-color: #067960;
    border: 1px solid #067960;
}
.order-pickup__btn:hover {
    background-color: transparent;
    border: 1px solid #067960;
}
.order-pickup__when {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.pickup-mobile {
    display: none;
}
.pickup-mobile__close {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.pickup-mobile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 66px;
    border-bottom: 1px solid #e0e0e0;
}
.pickup-mobile__tab {
    padding: 12px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    color: #8c8c8c !important;
    transition: 0.3s;
}
.pickup-mobile__tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pickup-mobile__tab.active {
    color: #1b1a19 !important;
}
.pickup-mobile__tab.active::after {
    background-color: #1b1a19;
}
.pickup-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}
.pickup-mobile__shared {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.pickup-mobile__content {
    display: none;
}
.pickup-mobile__content.active {
    display: block;
}
.pickup-mobile__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pickup-mobile__list {
    padding: 0 16px;
    padding-bottom: 16px;
}
.order-status__broadcrumbs {
    padding: 24px 0;
}
.order-status__content {
    height: calc(100vh - 149px);
    max-width: 900px;
    margin: 0 auto;
    padding-top: 167px;
}
.order-status__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.order-status__subtitle {
    margin-top: 16px;
    margin-bottom: 32px;
}
.order-status__btn {
    max-width: 350px;
}
.order-status.success .error {
    display: none;
}
.order-status.error .success {
    display: none;
}
.account-page,
.stylist-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 80px);
}
.account-nav,
.stylist-nav {
    padding-left: calc((100% - 1448px) / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    border-right: 1px solid #d7d7d7;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
}
.account-nav__main,
.stylist-nav__main {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
.account-nav__menu,
.stylist-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.account-nav__item,
.style-nav__item {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #8c8c8c !important;
}
.account-nav__item.active,
.account-nav__item:hover
.style-nav__item.active,
.style-nav__item:hover {
    color: #1b1a19 !important;
}
.style-nav__item a{
    color: inherit;
}

ul.map-list {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

ul.map-list .map-block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

ul.map-list .map-block:before {
    background-image: url(/local/templates/main/assets/img/icons/cartPict.svg);
    content: '';
    display: inline-block;
    min-width: 17px;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: -1px;
    margin-right: 6px;
}
.account__broadcrumbs,
.stylist__broadcrumbs {
    padding: 24px 0;
}
.account__content,
.stylist__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow-x: hidden;
}
.stylist__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 1050px;
}
.stylist__content .stylist__wrapper .style-block_title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 16px;
}

.account__tab {
    display: none;
}
.account__tab.active {
    display: block;
}
.account-profile {
    padding: 100px;
}
.account-profile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    max-width: 454px;
}
.account-profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.account-profile__item_hidden {
    gap: 16px;
    display: none;
}
.account-profile__title {
    padding-bottom: 16px;
}

.account-profile__cashback {
    margin-bottom: 16px;
}

.account-profile__cashback .account-profile__text {
    max-width: 379px;
    /*height: 36px;*/
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    margin-bottom: 16px;
}

.account-profile__cashback .account-profile__percents {}

.account-profile__cashback .account-profile__lines {
    height: 7px;
    position: relative;
    margin-bottom: 8px;
}

.account-profile__cashback .account-profile__lines >div{
    position: absolute;
    height: 7px;
    width: 100%;
    border-radius: 10px;
}
.account-profile__cashback .account-profile__lines .account-profile__grey_line {
    background: #eee;
    z-index: 0;
}

.account-profile__cashback .account-profile__lines .account-profile__green_line {
    background: #11BA7D;
    z-index: 1;
}

.account-profile__cashback .account-profile__percent {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.account-profile__cashback .account-profile__percent > div{
    width: 23px;
    height: 21px;
    font-size: 16px;
    line-height: 130%;
}

.account-profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #d7d7d7;
}
.account-profile__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
}
.account-profile__subtitle {
    color: #8c8c8c !important;
}
.account-wishlist {
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.account-wishlist::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.account-wishlist__wrapper {
    padding-top: 132px;
}
.account-wishlist__list {
    display: none;
}
.account-wishlist__slider {
    min-width: 0;
}
.account-wishlist__slider .swiper-wrapper {
    max-width: 74.3386243386vw;
}
.account-wishlist__slider .swiper-slide {
    max-width: 33.3333%;
    z-index: -1;
    border: 1px solid #d7d7d7;
    border-left: 0;
}
.account-wishlist__slider .swiper-slide::after,
.account-wishlist__slider .swiper-slide::before {
    display: none;
}
.account-wishlist__slider .swiper-slide:first-child::before {
    display: block;
    background-color: #d7d7d7;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}
.account-wishlist__slider .swiper-slide:first-child:hover {
    border: 1px solid #1b1a19;
    border-left: 0;
}
.account-wishlist__slider .swiper-slide:first-child:hover::before {
    background-color: #1b1a19;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.account-wishlist__slider .swiper-slide:hover {
    border: 1px solid #1b1a19;
}
.account-wishlist .product-card.saled .product-card__image {
    opacity: 0.5;
}
.account-wishlist .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.account-wishlist .product-card__remove {
    font-size: 12px;
    font-weight: 300;
    color: #8c8c8c;
}
.account-history {
    padding: 100px;
    overflow-x: hidden;
}
.account-history__wrapper {
    max-width: 802px;
}
.account-history__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.account-history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.account-history__item {
    padding-top: 16px;
    padding-bottom: 26px;
    border-bottom: 1px solid #d7d7d7;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
}
.account-history__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.account-history__btn {
    background-color: transparent;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    font-weight: 300;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.account-history__btn:hover {
    border: 1px solid #067960;
}
.history-detail {
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #f5f5f5;
    padding: 100px;
    padding-bottom: 40px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}
.history-detail::-webkit-scrollbar {
    width: 0;
}
.history-detail.show {
    left: 0;
}
.history-detail__wrapper {
    max-width: 802px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
.history-detail__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.history-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.history-detail__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.history-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.history-detail__item .product-card {
    border: 0;
    max-width: 160px;
}
.history-detail__item .product-card::after,
.history-detail__item .product-card::before {
    display: none;
}
.history-detail__item .product-card:first-child::after {

}
.history-detail__item .product-card::after {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 0;
    pointer-events: none;
}
.history-detail__item .product-card:hover::after {
    background-color: transparent;
}
.history-detail__item .product-card__content {
    padding: 16px;
}
.history-detail__item .product-card__size {
    color: #8c8c8c;
    font-size: 10px;
}
.history-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.history-detail__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 26px;
    padding-top: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.history-detail__info li span:last-child {
    text-align: right;
}
.account-settings {
    padding: 100px;
}
.account-settings__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.account-settings__popup {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.account-settings__popup.active {
    height: 72px;
    margin-bottom: 50px;
}
.account-settings__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    border-radius: 16px;
    background-color: #bee7d8;
}
.account-settings__alert span {
    color: #177c58;
}
.account-settings__alert div {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #177c58;
}
.account-settings__alert svg {
    width: 9px;
    height: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9px;
    flex: 0 0 9px;
}
.account-settings__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
.account-settings__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.account-address {
    padding: 100px;
}
.account-address__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    max-width: 802px;
}
.account-address__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.account-address__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.account-address__item {
    padding-bottom: 26px;
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.account-address__btn {
    padding: 16px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.account-address__btn:hover {
    border: 1px solid #067960;
}
.account-address__footer {
    max-width: 454px;
}
.account-address__add {
    width: 100%;
}
.new-address {
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #f5f5f5;
    padding: 100px;
    padding-bottom: 40px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}
.new-address::-webkit-scrollbar {
    width: 0;
}
.new-address.show {
    left: 0;
}
.new-address__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    max-width: 802px;
}
.new-address__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    cursor: pointer;
}
.new-address__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.new-address__textarea {
    resize: none;
    height: 130px;
}
.new-address__footer {
    max-width: 454px;
}
.new-address__btn {
    width: 100%;
}
.help-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.help-nav__item {
    color: #8c8c8c !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.help-nav__item:hover {
    color: #1b1a19 !important;
}
.help-nav__item.active {
    color: #1b1a19 !important;
}
.help__wrapper {
    padding: 100px;
}
.help-tab {
    display: none;
}
.help-tab.active {
    display: block;
}
.help-tab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    max-width: 802px;
}
.help-tab__title {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}
.help-tab__list,
.style-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.help-tab__list .help-accordion__content ul li {
    list-style: disc;
    list-style-position: outside !important;
    padding-left: 0px;
    margin-left: 20px;
}

.help-tab__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.help-tab__text span {
    color: rgba(0, 0, 0, 0.4);
}
.help-accordion {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 32px;
    font-size: 14px;
}
.help-accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}
.help-accordion__header.active {
    margin-bottom: 16px;
}
.help-accordion__header.active .help-accordion__btn .hidden {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
.help-accordion__btn .hidden {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.collections-page {
    padding-bottom: 80px;
}
.collections-page__broadcrumbs {
    padding: 24px 0;
}
.collections-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 902px;
    margin: 0 auto;
}
.collections-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}
.collections-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.collections-link__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.collection-page__content {
    padding-top: 74px;
    max-width: 902px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    gap: 80px;
}
.collection-page__title {
    font-size: 28px;
    font-weight: 300;
    color: #1b1a19;
    text-align: center;
    max-width: 539px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.collection-page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.collection-page__desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.collection-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.collection-item__image {
    height: 850px;
}
.collection-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.collection-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.collection-gallery {
    padding-top: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}
.collection-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contacts-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.contacts-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.contacts-nav__item {
    color: #8c8c8c !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.contacts-nav__item:hover {
    color: #1b1a19 !important;
}
.contacts-nav__item.active {
    color: #1b1a19 !important;
}
.contacts-tab {
    display: none;
}
.contacts-tab.active {
    display: block;
}
.contacts-tab__wrapper {
    max-width: 802px;
}
.contacts-tab__title {
    margin-bottom: 16px;
}
.contacts-callback__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.contacts-callback__item {
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    gap: 32px;
}
.contacts-callback__item_first {
    text-align: left;
}
.contacts-callback__item_last {
    text-align: right;
}
.contacts-address__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 112px;
}
.contacts-address__image {
    margin-top: 16px;
}
.contacts-address__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contacts-address__wrapper {
    gap: 44px;
}
.footer__logo path {
    fill: #fff;
}
.header__sublink.disabled .header__link {
    pointer-events: none !important;
}
.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-card__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.product-card:hover .product-card__like {
    opacity: 1;
    pointer-events: all;
}
.product-card__like {
    position: absolute;
    top: 31px;
    right: 31px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 24px;
    height: 24px;
    transition: 0.3s;
}
.product-card__like:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.product-card__like.checked svg path {
    fill: #067960;
    stroke: #067960;
}
.product-card__like svg {
    width: 100%;
    height: 100%;
}
.product-card__like svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-color__list {
    gap: 0;
}
.product-color__item {
    padding: 0 8px;
}
.product-color__item:first-child {
    padding-left: 0;
}
.product-color__item:last-child {
    padding-right: 0;
}
.product-color__title {
    position: relative;
    height: 20px;
}
.product-color__title span {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
}
.product-color__title span.active {
    opacity: 1;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-card {
    border: 0 !important;
    margin-left: -1px;
    margin-top: -1px;
}
.product-card:nth-child(4n + 1) {
    margin-left: 0;
}
.product-card:nth-child(-n + 4) {
    margin-top: 0;
}
.product-card:hover::after {
    background-color: transparent !important;
    z-index: 2;
}
.product-card::before {
    display: none !important;
}
.product-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    z-index: 1;
}
.header-search__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
}
.header-search__products .product-card {
    margin-top: -1px !important;
    margin-left: 0 !important;
}
.header-search__products .product-card:first-child {
    margin-top: 0 !important;
}
.account-wishlist__wrapper .catalog-content__item {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #d7d7d7 !important;
}
.account-wishlist__wrapper .catalog-content__item:hover {
    z-index: 4;
    border: 1px solid #1b1a19 !important;
}
.account-wishlist__wrapper .catalog-content__item:after {
    display: none;
}
.constructor-checkbox .order-checkbox__label {
    gap: 15px;
    padding: 10px 0;
}
.constructor-checkbox .order-checkbox__span {
    color: #1b1a19;
    font-size: 16px;
    font-weight: 400;
}
.header-submit__remind.hidden {
    display: none;
}


body {
    font-family: Inter, sans-serif;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
/*body::-webkit-scrollbar {
    width: 0;
}*/
body.lock {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch;
}

.order-pickup__backdrop,
.product-guide-backdrop,
.product-guide__backdrop {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(47, 77, 66, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
}
.order-pickup__backdrop.active,
.product-guide-backdrop.active,
.product-guide__backdrop.active {
    opacity: 1;
    pointer-events: all;
}
.container {
    max-width: 1512px;
    padding: 0 32px;
    margin: 0 auto;
}
.main {
    padding-top: 80px;
}
.title {
    color: #1b1a19;
    font-size: 24px;
    font-weight: 300;
}
.product-info__title_percent{display: flex; gap: 10px;}
.percent {
    display: flex;
    width: 47px;
    height: 21px;
    padding: 6px;
    border-radius: 32px;
    background: #F99760;
    justify-content: center;
    align-items: center;
    color: white;
}

.home__link {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background: rgba(245, 245, 245, 0.22);
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    color: #fff;
    position: absolute;
    left: 32px;
    bottom: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.home__link:hover {
    opacity: 0.88;
}
.home__link span {
    color: #fff;
    /*color:#1b1a19;*/
}
.broadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.broadcrumbs__link {
    color: #8c8c8c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.broadcrumbs__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c6c6c6;
}
.broadcrumbs li:last-child .broadcrumbs__link {
    color: #1b1a19;
}
.broadcrumbs li:last-child .broadcrumbs__link::after {
    display: none;
}
.collapse:not(.collapse_show) {
    display: none;
}
.collapse.active {
    display: block;
}
@media (min-width: 768px) {
    .arrival-slider__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .product-card.swiper-slide {
        /*width: unset !important;*/
        /*max-width: 50%;*/
    }
}
@media (max-height: 960px) and (min-width: 769px) {
    .product-info_constructor {
        height: calc(100vh - 53px);
    }
    .header__actions {
        gap: 10px !important;
    }
}
@media (max-height: 900px) and (min-width: 769px) {
    .product-info_constructor {
        /*top: 96px;*/
        height: calc(100vh - 53px);
        gap: 24px;
    }
    .product-info_constructor .product-info__header {
        padding-bottom: 24px;
    }
    .product-info_constructor .product-info__main {
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 16px;
    }
    .product-info_constructor .product-info__footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-height: 800px) and (min-width: 769px) {
    .product-info_constructor {
        gap: 16px;
    }
    .product-info_constructor .product-info__header {
        padding-bottom: 16px;
    }
    .product-info_constructor .product-info__main {
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 12px;
    }
    .product-info_constructor .product-info__footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .product-info__footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-height: 700px) and (min-width: 769px) {
    .product-info_constructor {
        position: relative;
        top: unset;
        height: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}
@media (max-height: 950px) and (min-width: 769px) {

}
@media (max-height: 870px) and (min-width: 769px) {


    .product-info__footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-height: 780px) and (min-width: 769px) {

    .product-info__footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media (max-height: 680px) and (min-width: 769px) {

}
@media (max-height: 750px) and (min-width: 769px) {
    .product-tab {
        padding-top: 0;
    }
}
@media (min-width: 769px) {
    .order-pickup__item:hover {
        gap: 16px;
        border: 1px solid #067960;
    }
    .order-pickup__item:hover .order-pickup__btn {
        max-height: 53px;
    }
    .header-cart__footer .product-card.swiper-slide {
        /*width: 226.5px !important;*/
    }
}
@media (min-width: 992px) {
    .arrival-slider__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1600px) {
    .header__list > li {
        padding-right: calc(5px + 19 * (100vw - 768px) / 832);
        padding-left: calc(5px + 19 * (100vw - 768px) / 832);
    }
}
@media (max-width: 1512px) {
    .product-content__main {
        /*padding-right: 32px;*/
    }

    .product-content__slider {
        width: 56.5873015873vw;
    }
    .product-tab.down-page {
        padding-top: 44px;
    }
    .product-tab {
        padding-top: 0;
    }
    .order-details__wrapper {
        padding: 0 calc(16px + 74 * (100vw - 992px) / 520);
        padding-top: calc(0px + 113 * (100vw - 992px) / 520);
    }
    .order-result {
        padding: 0 calc(16px + 74 * (100vw - 992px) / 520);
        padding-top: 69px;
    }
    .order-result__wrapper {
        padding-top: calc(0px + 113 * (100vw - 992px) / 520);
    }
    .account-nav,
    .stylist-nav {
        padding-left: 32px;
        padding-right: 32px;
    }
    .collection-item__image {
        height: calc(400px + 450 * (100vw - 768px) / 744);
    }
}
@media (max-width: 1440px) {
    .header-assortment__image {
        width: calc(417px + 273 * (100vw - 992px) / 448);
    }
    .product-guide {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .header__link {
        font-size: calc(12px + 4 * (100vw - 992px) / 208);
    }
    .header__actions {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        gap: 20px;
    }
    .header__action {
        font-size: calc(12px + 4 * (100vw - 992px) / 208);
    }
    .header__action span {
        font-size: calc(12px + 4 * (100vw - 992px) / 208);
    }
    .footer__link {
        font-size: 14px;
    }
    .account-nav,
    .stylist-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
    .account-wishlist__slider .swiper-wrapper {
        max-width: 70vw;
    }
}
@media (max-width: 1100px) {
    .header-assortment__list {
        width: unset;
    }
}
@media (max-width: 1050px) {
    .footer__list {
        gap: 16px;
    }
    .footer__social {
        gap: 16px;
    }
}
@media (max-width: 992px) {
    .header__logo svg {
        width: 134px;
    }
    .header__action span {
        font-size: 12px;
    }
    .header-assortment__image {
        width: 417px;
        height: 301px;
    }
    .header-assortment__list {
        padding-top: 16px;
    }
    .header-assortment__column:nth-child(2) .header-assortment__list {
        padding-left: 16px;
    }
    .catalog-content__main {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-content__header {
        padding: 16px 0;
    }
    .product-guide__wrapper {
        padding: 24px 16px;
    }
    .product-today__content {
        padding: 32px;
    }
    .order-details__wrapper {
        padding-top: 0;
        padding-left: 0;
        padding-right: 16px;
    }
    .order-detail__intervals label {
        font-size: calc(12px + 2 * (100vw - 768px) / 224);
    }
    .order-result {
        padding: 0 16px;
        padding-top: 64px;
    }
    .order-result__wrapper {
        padding-top: 0;
    }
    .order-pickup {
        width: 100%;
    }
    .order-pickup__wrapper {
        padding: 24px;
    }
    .order-pickup__row {
        gap: 24px;
    }
    .order-status__content {
        padding-top: 48px;
    }
    .account-page,
    .stylist-page {
        gap: 0;
    }
    .account-nav,
    .stylist-nav {
        padding-left: 16px;
    }
    .account-nav__main,
    .stylist-nav__main {
        padding-top: 0;
    }
    .account-profile {
        padding: 48px;
    }
    .account-wishlist__wrapper {
        padding-top: 64px;
    }
    .account-history {
        padding: 48px;
    }
    .account-history__btn {
        padding: 8px;
    }
    .history-detail {
        padding: 48px;
    }
    .account-settings {
        padding: 48px;
    }
    .account-address {
        padding: 48px;
    }
    .new-address {
        padding: 48px;
    }
    .help__wrapper {
        padding: 48px;
    }
    .collections-page__content {
        padding: 0 16px;
    }
    .collections-page__list {
        width: 100%;
    }
    .collections-link__image {
        width: 100%;
    }
    .collection-page__content {
        max-width: unset;
        padding: 0 16px;
        padding-top: 24px;
    }
    .product-card:nth-child(4n + 1) {
        margin-left: -1px;
    }
    .product-card:nth-child(-n + 4) {
        margin-top: -1px;
    }
    .product-card:nth-child(3n + 1) {
        margin-left: 0;
    }
    .product-card:nth-child(-n + 3) {
        margin-top: 0;
    }
    .account-wishlist__wrapper .catalog-content__item {
        margin-top: 0 !important;
        margin-left: -1px !important;
    }
    .account-wishlist__wrapper .catalog-content__item:first-child {
        margin-left: 0 !important;
    }
    .container {
        padding: 0 16px;
        max-width: unset;
    }
    .title {
        font-size: 16px;
    }

}
@media (max-width: 900px) {
    .footer__link {
        font-size: 10px;
    }
}
@media (max-width: 768px) {
    .header__sublink {
        display: none;
    }
    .header__body {
        height: 52px;
    }
    .header__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        gap: 16px;
    }
    /*.header__action_sign {*/
    .header__actions li:nth-child(3){
        display: none;
    }
    .header__action_search span {
        display: none;
    }
    .header-cart__icon {
        font-size: 8px;
    }
    .header-cart__span {
        display: none;
    }
    .header-popup {
        height: 100dvh;
    }
    .header-popup__wrapper {
        width: 100%;
        padding: 0;
    }
    .header-search__content {
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-search__header {
        display: none;
    }
    .header-search__input input::-webkit-input-placeholder {
        font-size: 18px;
    }
    .header-search__input input::-moz-placeholder {
        font-size: 18px;
    }
    .header-search__input input:-ms-input-placeholder {
        font-size: 18px;
    }
    .header-search__input input::-ms-input-placeholder {
        font-size: 18px;
    }
    .header-search__input input::placeholder {
        font-size: 18px;
    }
    .header-search__labels {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-search__label {
        padding: 8px;
    }
    .header-assortment {
        display: none;
    }
    .header__action_cart{
        background: unset;
        padding: unset;
    }
    .header-cart__wrapper {
        padding-bottom: 100px;
    }
    .header-cart__header {
        display: none;
    }
    .header-cart__broadcrumbs {
        display: block;
        padding: 16px;
    }
    .header-cart__main {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-cart__btn {
        margin-top: 16px;
        padding: 12px 0;
    }
    .header-cart__footer {
        gap: 0;
        /*padding: 0 16px;*/
    }
    .header-cart__footer .header-cart__name {
        border: 0;
    }
    .header-sign__close,
    .header-sign__name {
        display: none;
    }
    .header-sign__header {
        margin-bottom: 0;
    }

    .header-sign__subtitle {
        padding-top: 16px;
        margin-bottom: 24px;
    }
    .header-sign__close_mobile {
        display: block;
        border-bottom: 1px solid #d7d7d7;
        width: 100%;
        padding: 16px;
    }
    .header-register__wrapper {
        padding: 16px;
    }

    .header-submit__main {
        gap: 24px;
    }
	.banner-item{ /*height:50px;*/}
    .main-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-hero__block {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .main-hero__link {
        width: calc(100% - 32px);
        left: 16px;
        bottom: 16px;
    }
    .home-arrival__header {
        padding: 16px;
    }
    .arrival-slider__btn_next,
    .arrival-slider__btn_prev {
        display: block;
        width: 14px;
        height: 20px;
    }
    .arrival-slider__btn_next::after,
    .arrival-slider__btn_prev::after {
        display: none;
    }
    .home-capsul__header {
        padding: 16px;
    }
    .home-capsul__image {
        /*height: 300px;*/
    }
    .home-capsul__link {
        width: calc(100% - 32px);
        left: 16px;
        bottom: 16px;
    }
    .catalog-content__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
        margin-top: 24px;
    }
    .catalog-content__title {
        gap: 4px;
    }
    .catalog-content__title_big {
        font-size: 18px;
    }
    .catalog-content__title_small {
        font-size: 8px;
    }
    .catalog-content__subtitle {
        display: block;
        padding-top: 16px;
        padding-left: 16px;
        color: #1b1a19;
        font-size: 16px;
        font-weight: 300;
        border-top: 1px solid #d7d7d7;
    }
    .catalog-content__list {
        gap: 4px;
    }
    .catalog-content__list li {
        padding: 8px;
    }
    .product-content__zoomed {
        top: 52px;
        height: calc(100dvh - 52px);
        overflow-y: unset;
    }
    .product-content__zoomed .slider-zoomed__close {
        top: 72px;
    }
    .product-content__zoomed .swiper {
        height: 100%;
    }
    .product-content__image {
        display: none;
    }
    .product-content__main {
        padding: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .product-content__gallery {
        width: 100vw;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 0;
        z-index: unset;
        position: unset;
        top: unset;
    }

    .product-content__slider {
        width: 100vw;
        height: unset;
        border-right: 0;
        border: 1px solid #d7d7d7;
    }
    /*.product-content__image {
        height: calc(500px + 200 * (100vw - 375px) / 393);
    }*/
    .product-info {
        -ms-grid-column-align: unset;
        justify-self: unset;
        /*padding: 0 16px;*/
        padding-top: 24px;
        position: relative;
        top: unset;
        height: unset;
        padding-bottom: 0;
        gap: 0;
        overflow-y: unset;
        overflow-x: unset;
    }
    .product-info__wrapper {
        max-width: unset;
    }

    .product-info__title {
        font-size: 22px;
    }

    .product-info__footer {
        display: none;
    }
    .product-tabs__list {
        padding-top: 24px;
        border-bottom: 1px solid #d7d7d7;
    }
    .product-tabs__link {
        position: relative;
        padding: 16px 0;
    }
    .product-tabs__link::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #1b1a19;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .product-tabs__link.active::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .product-tabs__content {
        position: relative;
        left: unset;
        margin-top:0px;
    }
    .product-tab {
        position: relative;
        display: none;
        padding-top: 24px;
        padding-bottom: 24px;
        height: unset;
        width: 100%;
        padding-left: 0;
    }
    .product-tab.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        display: block;
        z-index: unset;
    }
    .product-tab__header {
        display: none;
    }
    .product-tab__subtitle {
        margin-bottom: 16px;
    }
    .product-tab__list {
        margin-bottom: 16px;
    }
    .product-guide {
        /*overflow-y: auto;*/
        top: 39px;
        height: 100dvh;
    }
    .product-guide__wrapper {
        padding: 0;
        gap: 0;
        padding-bottom: 50px;
    }
    .product-guide__header {
        display: none;
    }
    .product-guide__header_mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        border: 0;
        width: 100%;
        height: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px;
        border-bottom: 1px solid #d7d7d7;
        border-radius: 0;
    }
    .product-guide__content {
        padding: 16px;
    }
    .product-guide__row {
        /*-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }
    .product-guide__main {
        width: 100%;
        gap: 20px;
        min-width: 100%;
    }
    .product-guide__table {
        width: 100%;
        gap: 10px;
        overflow-x: auto;
        justify-content: flex-start;
        margin: 0 16px;
        width: calc(100% + (16px * 2));
        padding: 0 16px;
    }
    .guide-table__header {
        /*width: max-content;*/
        /*max-width: 600px;*/
    }
    .guide-table__header div {

    }
    .guide-table__item {
        width: 100px;
        height: auto;
        /*height: -webkit-fit-content;*/
    }
    .constructor-color {
        gap: 32px;
    }
    .constructor-color__input input {
        padding-right: 55px;
        padding-left: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .constructor-color__input label {
        width: 39px;
    }
    .constructor-color__circle {
        width: 15px;
        height: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
    }
    .product-shutter {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 85;
    }
    .product-shutter.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .product-today {
        height: calc(100dvh - 52px);
        top: 52px;
    }
    .product-today__row {
        display: none;
    }
    .product-today__back {
        width: 100%;
        max-width: unset;
    }
    .today-item {
        padding: 12px 15px;
        border: 1px solid #d7d7d7;
        border-radius: 8px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .today-item.active {
        border: 1px solid #067960;
    }
    .today-item__main {
        border-bottom: 0;
        padding: 0;
    }

    .order-input .select__header {
        height: 47px;
    }
    .order-input .select__title {
        font-size: 12px;
    }
    .order-input .select__item {
        font-size: 12px;
    }
    .order__item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .order-broadcrumbs {
        padding: 16px 0;
    }
    .order-content__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48px;
    }
    .order-details {
        min-height: unset;
        border: 0;
        padding-bottom: 0;
    }
    .order-details__wrapper {
        padding: 0;
    }
    .order-result__wrapper {
        display: flex;
        flex-direction: column;
    }
    .order-result__wrapper >*:not(.account-profile__cashback) {order:2}
    .order-result__wrapper >.account-profile__cashback {order:1; padding-bottom: 48px; }
    .order-pickup {
        width: 100%;
    }
    .order-detail__header {
        padding-bottom: 8px;
    }
    .order-detail__intervals label {
        font-size: 16px;
    }
    .pickup-detail {
        padding: 12px;
        border-radius: 8px;
    }
    .order-footer {
        gap: 16px;
    }
    .order-result {
        padding: 0;
    }
    .order-result__title {
        padding-bottom: 16px;
    }
    .order-products {
        display: none;
        margin-top: 48px;
        padding-bottom: 88px;
    }
    .order-products .product-card::after {
        background-color: #d7d7d7;
    }
    .order-products .product-card:hover::after {
        background-color: #1b1a19;
    }
    .order-pickup {
        top: 52px;
        height: calc(100dvh - 52px);
    }
    .order-pickup__wrapper {
        padding: 0;
    }
    .order-pickup__row {
        display: none;
    }
    .order-pickup__btn {
        height: 39px;
    }
    .pickup-mobile {
        display: block;
    }
    .order-status__broadcrumbs {
        padding: 16px 0;
    }
    .order-status__content {
        height: calc(100dvh - 100px);
    }
    .account-page,
    .stylist-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: calc(100dvh - 52px);
    }
    .account-nav,
    .stylist-nav {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        border-right: 0;
        padding: 0;
    }
    .account-nav__title,
    .stylist-nav__title {
        display: none;
    }
    .account-nav__menu,
    .stylist-nav__menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 20px;
        position: relative;
        overflow-x: auto;
        gap: 24px;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .account-nav__menu::after,
    .stylist-nav__menu::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        /*background-color: #d7d7d7;*/
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .account-nav__menu::-webkit-scrollbar,
    .stylist-nav__menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .account-nav__item,
    .style-nav__item {
        padding: 16px 0;
        position: relative;
        white-space: nowrap;
    }
    .account-nav__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }
    .account-nav__item.active::after {
        background-color: #1b1a19;
    }
    .account__broadcrumbs,
    .stylist__broadcrumbs  {
        padding: 16px 0;
        padding-left: 20px;
    }
    .account-profile {
        padding: 16px 20px;
    }
    .account-profile__wrapper {
        max-width: unset;
        gap: 16px;
    }
    .account-wishlist__wrapper {
        padding-top: 0;
    }
    .account-wishlist__slider {
        display: none;
    }
    .account-wishlist__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .account-wishlist__list .product-card {
        border-top: 0;
        border-bottom: 1px solid #d7d7d7;
    }
    .account-wishlist__list .product-card::after,
    .account-wishlist__list .product-card::before {
        display: none;
    }
    .account-wishlist__list .product-card:hover {
        border-right: 1px solid #d7d7d7;
    }
    .account-history {
        padding: 16px;
    }
    .account-history__item {
        padding: 15px 0;
    }
    .account-history__btn {
        padding: 8px;
    }
    .history-detail {
        padding: 0;
    }
    .history-detail__wrapper {
        gap: 0;
    }
    .history-detail__back {
        padding: 20px 16px;
        border-bottom: 1px solid #d7d7d7;
        max-width: none;
    }
    .history-detail__back span {
        display: none;
    }
    .history-detail__content {
        padding: 16px;
        padding-top: 0;
    }
    .history-detail__name {
        padding-top: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .history-detail__item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .history-detail__item .product-card {
        max-width: unset;
        max-height: unset;
    }
    .history-detail__item .product-card:first-child::after {
        border-left: 0;
    }
    .history-detail__item .product-card:first-child:hover {
        border-left: 1px solid #1b1a19;
    }
    .history-detail__item .product-card::after {
        border: 0;
    }
    .history-detail__info li {
        padding: 16px 0;
    }
    .account-settings {
        padding: 16px;
    }
    .account-settings__wrapper {
        max-width: unset;
    }
    .account-settings__popup {
        display: none;
    }
    .account-settings__title {
        display: none;
    }
    .account-settings__main {
        margin-bottom: 16px;
    }
    .account-address {
        padding: 16px;
    }
    .account-address__btn {
        padding: 8px;
    }
    .account-address__item {
        padding-bottom: 15px;
        gap: 30px;
    }
    .account-address__footer {
        max-width: unset;
    }
    .new-address {
        padding: 0;
    }
    .new-address__wrapper {
        gap: 0;
    }
    .new-address__back {
        max-width: unset;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        padding: 20px 16px;
    }
    .new-address__main {
        padding: 0 16px;
        padding-top: 16px;
        margin-bottom: 88px;
    }
    .new-address__footer {
        padding: 0 16px;
        padding-bottom: 16px;
    }
    .help-nav__item {
        padding: 16px 0;
        position: relative;
        white-space: nowrap;
    }
    .help-nav__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
        display: none;
    }
    .help-nav__item.active {
        text-decoration: underline;
    }
    .help-nav__item.active::after {
        background-color: #1b1a19;
        display: none;
    }
    .help__wrapper {
        padding: 32px 20px;
    }
    .help-tab__text {
        gap: 8px;
    }
    .help-accordion {
        padding-bottom: 32px;
    }
    .collections-page__broadcrumbs {
        padding: 16px 0;
    }
    .collections-page__content {
        padding: 0;
    }
    .collections-page__list {
        gap: 44px;
    }
    .collection-page__content {
        padding: 0;
        padding-top: 24px;
        gap: 24px;
    }
    .collection-page__title {
        font-size: 18px;
    }
    .collection-page__desc,
    .collection-page__main {
        padding: 0 16px;
    }
    .collection-item {
        gap: 16px;
    }
    .collection-item__image {
        height: 400px;
    }
    .collection-item__footer {
        padding: 0 16px;
    }
    .collection-gallery {
        padding-top: 24px;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .contacts-nav__menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-left: 20px;
        gap: 24px;
    }
    .contacts-nav__menu::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #d7d7d7;
    }
    .contacts-nav__item {
        padding: 16px 0;
        position: relative;
        white-space: nowrap;
    }
    .contacts-nav__item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }
    .contacts-nav__item.active::after {
        background-color: #1b1a19;
    }
    .arrival-slider_desktop {
        display: none;
    }
    .product-card__like {
        opacity: 1;
        width: 24px;
        height: 24px;
    }
    .product-card.swiper-slide {
        margin: 0 !important;
        margin-left: 0 !important;
    }
    .header-cart__footer .product-card.swiper-slide {
        margin-left: 0;
        max-width: unset;
    }
    .header-search__products {
        display: -ms-grid;
        display: grid;
        max-width: unset;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .header-search__products .product-card {
        margin-left: -1px !important;
    }
    .header-search__products .product-card:nth-child(2n + 1) {
        margin-left: 0 !important;
    }
    .header-search__products .product-card:nth-child(-n + 2) {
        margin-top: 0 !important;
    }
    .account-wishlist__wrapper .catalog-content__item:hover {
        border: 1px solid #d7d7d7 !important;
    }
    .constructor-checkbox .order-checkbox__label {
        padding: 0;
    }
    .constructor-checkbox .order-checkbox__span {
        font-size: 12px;
    }
    .order-pickup__backdrop,
    .product-guide__backdrop {
        display: none;
    }
    .main {
        padding-top: 52px;
    }

    .footer__social a svg path{
        fill:black;
    }
}
@media (max-width: 768px) {
    .home-arrival__slider {
        height: 100%;
    }
    .home-arrival .swiper-grid-column>.swiper-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media (max-width: 768px) and (max-width: 410px) {
    .account-nav__menu::after,
    .stylist-nav__menu::after {
        width: 410px;
    }
}

@media (max-width: 650px) {
    .catalog-content__main {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .order-status__btn {
        max-width: unset;
    }
    .collection-gallery {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .product-card:nth-child(3n + 1) {
        margin-left: -1px;
    }
    .product-card:nth-child(-n + 3) {
        margin-top: -1px;
    }
    .product-card:nth-child(2n + 1) {
        margin-left: 0;
    }
    .product-card:nth-child(-n + 2) {
        margin-top: 0;
    }
    .broadcrumbs__link {
        font-size: 10px;
        width: max-content;
    }
}
@media (max-width: 624px) {
    .help-nav__menu::after {
        width: 624px;
    }
}
@media (max-width: 568px) {
    .home-arrival .arrival-slide__image img {
        aspect-ratio: 195 / 266;
    }
    .product-card.swiper-slide {
        aspect-ratio: 215 / 368;
    }
}


@media (max-width: 500px) {
    .order-detail__intervals label {
        padding: calc(10px + 6 * (100vw - 320px) / 180) 8px;
        font-size: calc(10px + 4 * (100vw - 320px) / 180);
    }
}
@media (max-width: 450px) {
    .cart-item__activities {
        padding-top: 5px;
    }

    .cart-item {
        gap: 0;
    }
    .product-content__gallery {
        max-height: 450px;
    }
    .cart-item__main {
        gap: 10px;
    }
    .cart-item__select {
        white-space: nowrap;
    }
    .cart-item__price {
        gap: 6px;
        white-space: nowrap;
    }
    .arrival-slide__content {
        gap: 4px;
        padding: 16px;
        padding-right: 40px;
        width: calc(100% - 20px);
        width: calc(100% - 0px);
    }
    .arrival-slide__price {
        font-size: 8px;
    }
    .product-card__content {
        gap: 4px;
        padding: 16px;
        padding-right: 40px;
        width: calc(100% - 0px);
    }
    .product-card__price {
        /*font-size: 8px;*/
    }
    .product-card__cart {
        right: 16px;
        bottom: 16px;
    }
    .product-card__cart svg {
        width: 20px;
        height: 20px;
    }
    .product-content__slider {
        max-height: 450px;
    }
    .collection-gallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 375px) {
    .product-content__image {
        height: 500px;
    }
    .guide-table {
        grid-gap: calc(10px + 10 * (100vw - 320px) / 55);
    }
    .history-detail__item {
        display: -ms-grid;
        display: grid;
    }
    .broadcrumbs {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(275px + 55 * (100vw - 320px) / 55);
    }
}
.header-submit__repeat {
    display: none!important;
    cursor: pointer;
}

.header-submit__repeat.active {
    display: flex!important;
}