:root {
    --black: #0e0e0e;
    --black-hover: #3a3a3c;
    --white: #ffffff;
    --gray: #999999;
    --dark-gray: #b3b3b3;
    --gray-link: #d7d7d7;
    --gray-status: #7d7d7d;
    --very-light-gray: #eeeef0;
    --light-gray: #f5f5f7;
    --light-gray-hover: #e1e1e3;
    --background-blue: #eef3fb;
    --error: #d70015;
    --blue: #2a65c5;
    --blue-hover: #5aa0f5;
}

.header-phone-menu__link_arrow {
    display: inline-block !important;
    margin-left: 8px;
}

.header__url_mod1 {
    font-size: 14px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.header__url_mod1:hover {
    color: #d7d7d7;
}
.header-phone-menu__link span {
    display: block;
}
.header__telegram {
    display: flex;
    align-items: center;
}
.touchevents .footer__sn-link-wh {
    opacity: 1 !important;
}

.city-search__li {
    position: relative;
}
.header-city {
    transition: width 1.5s ease;
}

.city-search__link-main_current:after {
    top: 0;
    margin-top: -3px;
}

/*.city-search__list, city-search__li-main{
    margin-bottom: 16px;
}*/
.home-hero__stop {
    border: none;
}

.main .breadcrumps__wrapper {
    padding-left: 0px;
}
/*.city-search__content {*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: start;*/
/*}*/

.catalog-body__compare-remove path {
    transition: 0.3s all ease;
}
.catalog-body__compare-remove:hover path {
    stroke: #0e0e0e;
}

.catalog-body__price .old-price p {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}
.catalog-body__desc {
    min-height: 57px;
}
.catalog-body__img-sl-pagination {
    /* display: flex;
    justify-content: center; */
    padding: 0px 15px;
}
.error-img404__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.basket__sidebar-calc-cost {
    white-space: nowrap;
}

.VD_BUTTON.button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #000000;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: 1.2s linear 0s infinite normal loaderRotate;
    opacity: 0;
}

.VD_BUTTON.ordersTime__button {
    display: flex;
    align-items: center;
    width: 106px;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: var(--black);
    text-align: center;
    border: none;
    outline: none;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    cursor: pointer;
}

@media (max-width: 575px) {
    .VD_BUTTON.ordersTime__button {
        width: 100%;
    }
}

.VD_BUTTON.ordersTime__button:hover {
    background-color: var(--black-hover);
    color: var(--white);
}

.VD_BUTTON.ordersTime__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid #000000;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: 1.2s linear 0s infinite normal loaderRotate;
    opacity: 0;
}
.VD_BUTTON.ordersTime__button._disabled,
.VD_BUTTON.ordersTime__button:disabled {
    background-color: #d7d7d7;
    pointer-events: none;
}
.VD_BUTTON.ordersTime__button:disabled:after {
    opacity: 1;
}

.alert {
    color: #0e0e0e !important;
    background-color: #e9e9e9 !important;
    border-color: transparent !important;
    border-radius: 10px !important;
}

.btn {
    display: inline-flex !important;
    height: 48px !important;
    padding: 0 20px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background: #0e0e0e !important;
    color: #fff !important;
    border: none !important;
    box-sizing: border-box !important;
}

.btn:hover {
    background-color: #4e4e50 !important;
    color: #fff !important;
}
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5) !important;
}
.widget-payment-checkout-info {
    margin-bottom: 5px;
}
.align-items-center .widget-payment-checkout-info {
    margin-left: 15px;
}

.OrderErrorMain {
    padding: 10px 0 1px 20px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 20px;
    border-left: 4px solid #fd7070;
}
.OrderErrorMain__Item {
    color: #dc3545;
    margin-bottom: 10px;
}

/* order vue fix style + */
/*#app .basket-menu.basket-menu_step{*/
/*    height: -webkit-fit-content !important;*/
/*    height: -moz-fit-content !important;*/
/*    height: fit-content !important;*/
/*}*/

@media (max-width: 766px) {
    #app .basket__checkbox {
        bottom: -50px;
    }
    .basket.step {
        margin-bottom: 0;
    }
    .footer.footer-small {
        padding-bottom: 20px;
    }
    .basket__sidebar._clone {
        margin-bottom: 50px;
    }
    #app .delivery__method-header {
        -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: start;
    }
}

#app .basket-menu.basket-menu_step .button__full {
    margin-bottom: 0;
}
#app .delivery__method-dates {
    margin-bottom: 0;
}

.modal__new-address .input-text__label-text {
    top: 12px;
}
.modal__new-address .textarea-text__label-text {
    right: 20px;
}
.modal__new-address
    .textarea-text.textarea-text-val
    ~ .textarea-text__label-text {
    right: auto;
}
@media (max-width: 1023px) {
    #app .delivery__method.delivery__method-courier .delivery__method-right,
    #app
        .delivery__method.delivery__method-courier._active
        .delivery__method-right {
        gap: 8px 40px;
    }
    #app .delivery__method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #app .delivery__method-header {
        padding: 8px;
        min-height: 36px;
        -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: start;
    }
    .modal__new-address .input-text_sl ~ .input-text__label-text {
        top: 9px;
    }
    .modal__new-address .textarea-text__label-text {
        top: 8px;
    }
    #app
        .delivery__method.delivery__method-courier.delivery__method-shop-courier._active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 45px;
    }
    #app
        .delivery__method.delivery__method-courier._active
        .delivery__method-result-box {
        -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: start;
    }
    /* #app
        .delivery__method.delivery__method-courier.delivery__method-shop-courier:after {
        bottom: auto;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0 10px 10px 10px;
        text-align: left;
        left: auto;
        width: 100%;
        right: auto;
        max-width: initial;
    } */
    .modal__new-address .new-address__form .step__form-box {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .modal__new-address .new-address__form .textarea-text {
        height: 90px;
        overflow: auto;
    }
    #app .delivery__method._active {
        border-color: #0e0e0e !important;
    }
    #app
        .delivery__method.delivery__method-courier._active
        .delivery__method-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
@media (max-width: 766px) {
    .modal__availability
        .availability-tabs.availability-tabs_step
        .availability__address {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    #app .delivery__method.delivery__method-courier._active {
        /*margin-bottom: 0;*/
    }
    #app .step__payment-item {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
}
@media (max-width: 500px) {
    #app .delivery__method-dates {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #app .delivery__method._active:not(.delivery__method-courier) {
        margin-bottom: 0;
    }
    #app
        .delivery__method.delivery__method-courier
        .delivery__method-result-box,
    #app
        .delivery__method.delivery__method-courier._active
        .delivery__method-result-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    #app .delivery__method.delivery__method-courier .delivery__method-right,
    #app
        .delivery__method.delivery__method-courier._active
        .delivery__method-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    #app .delivery__method-right {
        -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: start;
        gap: 0;
    }
    #app .delivery__method-result-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }
}
.btn-reset {
    cursor: pointer;
}
.fancybox__container[aria-modal="true"] .fancybox__content {
    visibility: visible;
    opacity: 1;
}
.header__hhead-contacts_item .header__hhead-contacts_ico {
    display: block;
}
.header__hhead-contacts_item:hover .header__hhead-contacts_ico,
.header__hhead-contacts_item:focus .header__hhead-contacts_ico {
    display: none;
}
.header__hhead-contacts_item .header__hhead-contacts_ico_hover {
    display: none;
}
.header__hhead-contacts_item:hover .header__hhead-contacts_ico_hover,
.header__hhead-contacts_item:focus .header__hhead-contacts_ico_hover {
    display: block;
}

/* order vue fix style - */

@media (min-width: 1441px) {
    .cmstore-global_no-show-pk {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .cmstore-global_no-show-laptop {
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .cmstore-global_no-show-laptop2 {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .popular-slider {
        width: 100%;
    }
    .select-box__list {
        bottom: 47px;
    }
}
@media (max-width: 768px) {
    .cmstore-global_no-show-mobile {
        display: none !important;
    }
    /*.catalog-body__price{
        display: grid;
        grid-template: 1fr / 1fr 1fr;
        min-height: 40px;
    }
    .catalog-body__price p:first-child{
        order: 1;
    }
    .catalog-body__price div:nth-child(2){
        order: 3;
    }
    .catalog-body__price div:nth-child(3){
        order: 2;
    }*/
    .catalog-body__price {
        display: grid;
        grid-auto-columns: min-content;
        grid-auto-rows: 16px;
        grid-gap: 5px;
        white-space: nowrap;
        min-height: 37px;
    }
    .catalog-body__price p:first-child {
        order: 1;
    }
    .catalog-body__price div:nth-child(2) {
        order: 3;
        grid-column: 1 / 5;
    }
    .catalog-body__price div:nth-child(3) {
        order: 2;
    }
    .catalog-body__desc {
        min-height: 34px;
    }
}
@media (max-width: 1440px) {
    .header-phone-menu__link svg {
        display: block;
    }
}
@media (max-width: 1440px) {
    .catalog-body__price {
        min-height: auto;
    }
}
/*html{*/
/*    --headH: 0px !important;*/
/*    !*--vh: 0px !important;*!*/
/*    !*--scroll: 0px !important;*!*/
/*}*/
/*.page{*/
/*    padding-top: 117px;*/
/*}*/

.banner img {
    height: auto;
    background-color: #f3f3f3;
    border-radius: 14px;
    max-height: 112px;
}

.catalog-body__img img {
    height: auto;
    /*background-color: #f3f3f3;*/
    border-radius: 14px;
}
/*.catalog-body__img{*/
/*    height: 252px;*/
/*}*/
.footer__ya-market img,
.footer__sn-link-img {
    border-radius: 10px;
}

.catalog-body__item {
    z-index: 0;
}

.bx_item_detail_rating .bx_stars_progress {
    background: #0e0e0e;
}
.price-range-input .bx-filter-parameters-box-container-block:hover {
    border-color: var(--gray);
}
.price-range-input .bx-filter-parameters-box-container-block.input-focused {
    border-color: var(--black);
}
.price-range-input
    .bx-filter-parameters-box-container-block
    .bx-filter-input-container {
    overflow: hidden;
}

.card-sliders__thumb-slide-content,
.cart-parameter__color-item {
    overflow: hidden;
}

.profile-menu {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
}

@media (min-width: 1023px) {
    .header__hhead-right {
        gap: 25px;
    }
}
.header__hhead-contacts_header-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.header__hhead-contacts_header-small .header__hhead-contacts_item {
    display: none;
}
@media (max-width: 1024px) {
    .header__hhead.header-small .header__wrapper .header-small__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 0.5fr auto 0.5fr;
        grid-template-columns: 0.5fr auto 0.5fr;
    }

    .header__hhead.header-big .header__hhead-left .header-city__link svg {
        display: none;
    }
    .header__hhead.header-big .header__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 0.5fr auto 0.5fr;
        grid-template-columns: 0.5fr auto 0.5fr;
    }
    .header__hhead.header-big .header__hhead-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .header__hhead.header-big .header__hhead-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        gap: 15px;
    }
    .header__hhead-contacts_header-small .header__hhead-contacts_item {
        display: inline-block;
    }
    .profile-menu.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.profile-menu__top {
    padding: 32px 0 20px;
    background: #0e0e0e;
}

.profile-menu__top-container {
    margin: 0 12px;
}

.profile-menu__container {
    margin: 0 20px;
}

@media (max-width: 575px) {
    .profile-menu__container {
        margin: 0 12px;
    }
}

.profile-menu__title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.profile-menu__auth {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.profile-menu__auth-link {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #7d7d7d;
    border-radius: 10px;
    box-shadow: 0 2px 6px 2px rgba(14, 14, 14, 0.2),
        0 1px 2px 0 rgba(14, 14, 14, 0.4);
}

.profile-menu__auth-link--logon {
    background: #3a3a3c;
}

.profile-menu__auth-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
}

.profile-menu__auth-headline {
    display: block;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.profile-menu__auth-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #d7d7d7;
}

.profile-menu__main {
    flex-grow: 1;
    padding: 20px 0;
    overflow: auto;
}

.profile-menu__list {
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e1e3;
    border-radius: 8px;
}

.profile-menu__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
}

.profile-menu__link:not(:last-child)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e1e1e3;
}

.profile-menu__link-icon {
    display: block;
    width: 24px;
    height: 24px;
}

.profile-menu__link-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #0e0e0e;
    white-space: nowrap;
}

.profile-menu__link-details {
    margin-left: auto;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-menu__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.profile-menu__info-link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #7d7d7d;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 6px 2px rgba(14, 14, 14, 0.2),
        0 1px 2px 0 rgba(14, 14, 14, 0.4);
    background: #3a3a3c;
}

.profile-menu__info-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
}

.profile-menu__info-headline {
    display: block;
    margin-bottom: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.profile-menu__info-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #d7d7d7;
}

.profile-menu__map-link {
    position: relative;
    display: block;
    box-shadow: 0 2px 6px 2px rgba(14, 14, 14, 0.2),
        0 1px 2px 0 rgba(14, 14, 14, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.profile-menu__map-headline {
    position: relative;
    z-index: 2;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.profile-menu__map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.profile-menu__map-pin {
    position: absolute;
    width: 23px;
    height: 35px;
    z-index: 1;
    top: 37px;
    left: 52px;
}

.profile-menu__user {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.profile-menu__user:hover {
    color: #fff;
}

.profile-menu__user svg {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.menu-footer__control--profile {
    color: #999999;
}

.menu-footer__control.active {
    color: #0e0e0e;
}

.header-item__container {
    padding-bottom: 5px;
}
.header-item__container.more-items {
    overflow-x: auto;
    overflow-y: scroll;
}
.cart-parameter__radio {
    padding: 12px 12px;
    height: auto;
    line-height: 14px;
}
.viewed__wrapper .swiper-free-mode > .swiper-wrapper {
    margin: initial;
}

.catalog-filter .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.cart-parameter__color-item_bg svg {
    display: none;
}
.cart-parameter__color-item_bg_not_one:before {
    display: none;
}
.cart-parameter__color-item_bg_not_one svg {
    display: initial;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.catalog-body__control-icon.basket__favorites:before {
    background-size: 24px 24px;
}
.catalog-mini__available_status {
    font-weight: 600;
    text-align: right;
}

/* -- \Personal section menu ------------------------------------------------ */
.tabs__container.product-description img {
    width: 100%;
    height: auto;
}
.tabs__container.product-description br {
    display: none;
}

.modal__insurance_active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.blockScrollFix1 {
    position: fixed !important;
    width: 100% !important;
    /* height: calc(var(--vh, 1vh) * 100) !important; */
    height: calc(100vh - 0px);
    overflow: hidden !important;
    touch-action: none !important;
}

.blockPosFix {
    position: fixed;
}

.basket__control-mob-link.catalog-body__favorites.basket__favorites {
    position: relative;
}

.basket__control-mob-link.catalog-body__favorites.basket__favorites:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    background: url("../img/icon/favorite-fill-item.svg") 50% 50% / 24px 24px
        no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.basket__control-mob-link.catalog-body__favorites.basket__favorites.catalog-body__control-icon_active:before {
    opacity: 1;
}
.cart-parameter__radio._disabled {
    opacity: 0.2;
    display: none;
}
.cart-parameter__color-item._disabled {
    opacity: 0.2;
}

.cart-parameter__title._hidden,
.cart-parameter__list._hidden {
    display: none;
}

.page-compare-section__fix_margin_bottom {
    margin-bottom: 50px;
}

.hero-slide {
    height: auto !important;
}
.hero-slide a {
    display: block;
    height: auto !important;
}
.hero-slide img {
    width: 100%;
    height: auto !important;
    -o-object-fit: initial !important;
    object-fit: initial !important;
    -webkit-filter: contrast(1.05);
    filter: contrast(1.05);
}

@media screen and (max-width: 950px) {
    .main iframe {
        width: 100%;
        height: 350px;
    }
}

@media screen and (max-width: 500px) {
    .main iframe {
        width: 100%;
        height: 250px;
    }
}

.btn.news-slide__read {
    color: #0e0e0e !important;
    background-color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.news-slide__read:hover {
    background-color: #e1e1e3 !important;
}

.catalog__box .catalog-pagin__button {
    margin: 32px 0;
    margin-bottom: 0;
    min-width: auto;
}

.catalog__box .catalog-pagin__nav {
    margin-top: 32px;
}

@media (min-width: 767px) {
    .catalog__box .catalog-pagin__button {
        margin: 64px 0;
        margin-bottom: 0;
        min-width: 153.28px;
    }
    .catalog__box .catalog-pagin__nav {
        margin-top: 42px;
    }
}

@media (max-width: 1169px) {
    .header__hhead-right > .IS_HEADER_SUB_CAT {
        display: none;
    }
    .header__hhead-right > .IS_HEADER_DROP_DOWN {
        display: block;
    }
}
@media (min-width: 1170px) {
    .header__hhead-right > .IS_HEADER_SUB_CAT {
        display: flex;
    }
    .header__hhead-right > .IS_HEADER_DROP_DOWN {
        display: none;
    }
}

.IS_BETWEEN_CATALOG_N_SEARCH {
    color: #dc0000;
}
.IS_BETWEEN_CATALOG_N_SEARCH:hover {
    color: #0e0e0e;
}
@media (max-width: 799px) {
    .IS_BETWEEN_CATALOG_N_SEARCH {
        display: none;
    }
}

.footer__menu-title > a {
    color: #fff;
}
.footer__menu-title > a:hover {
    color: #fff;
}

.receipts-out {
    display: flex;
    max-height: 33px;
    overflow: hidden;
    margin-bottom: 18px;
}
.receipts-out.__open-state {
    max-height: unset;
    flex-wrap: wrap;
    flex-direction: column;
}
.receipts-block {
    flex: 1;
}
.receipts--opener {
    font-size: 14px;
    width: 130px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    transition: color 0.3s;
}
.receipts--opener:hover {
    color: #7d7d7d;
}
.receipts-out.__open-state > .receipts--opener {
    width: 100%;
    justify-content: flex-end;
}
.receipts-out.__open-state > .receipts--opener > svg {
    transform: rotate(180deg);
}

/* /pages /faq */

.info-section__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: 20px;
    color: #0e0e0e;
}

.info-section__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.info-section__list li.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-section__list li div {
    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;
}

.info-section__list li .index {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background-color: #0e0e0e;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
    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;
}

.info-head__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;
}
.faq-item__content .info-head__list li::before {
    color: #7d7d7d;
}

@media (max-width: 1024px) {
    .info-section__list li {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .info-head__list {
        font-size: 14px;
        line-height: 1.4285714286;
        gap: 8px;
    }

    .info-section__list {
        gap: 12px;
    }

    .info-section__list li svg {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    }

    .info-section__list li .index {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.3333333333;
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
    }

    .info-section__list li div {
        gap: 4px;
    }
}

/* /pages /faq +mod */
.faq-item__collapse * {
    color: #7d7d7d;
}

.faq-item__collapse .info-section__list li .index {
    background-color: #7d7d7d;
}

.faq-item__collapse .info-head__list li::before {
    color: #7d7d7d;
}

@media (max-width: 768px) {
    .faq-wrapper {
        font-size: 14px;
    }
}

/* .activation-gift-card--number {
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
} */

.catalog-filter .bx-filter .btn-reset {
    height: 36px !important;
    border: 2px solid #0e0e0e !important;
    color: #0e0e0e !important;
    background-color: #fff !important;
}

.catalog-filter .bx-filter .btn-reset:hover {
    background-color: #0e0e0e !important;
    color: #fff !important;
}
.modal {
    overscroll-behavior: none;
}
@media (max-width: 1023px) {
    .new-address__form {
        padding-bottom: 40px !important;
    }
}
.textarea-text__label-text {
    display: inline-flex;
    width: fit-content;
}
.order-page {
    height: 100%;
}
.order-page .availability__close-btn {
    width: 20px;
    height: 20px;
}
.tooltip-promotion-text {
    font-size: 14px;
    max-width: 240px;
    margin: 0;
}
.tooltip-promotion-link {
    font-size: 14px;
    color: #0060d5;
}
.tooltip-promotion {
    display: flex;
    flex-direction: column;
}
