/*! Varriables */
.wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width: 1699px) {
    .wrapper {
        max-width: 1340px;
    }
}

@media (max-width: 1399px) {
    .wrapper {
        max-width: 1180px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 24px;
}

.switch-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
}

.switch-block p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-left: 9px;
    color: #151A30;
}

.wrapper h1 {
    padding: 32px 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #151A30;
}

.catalog-content__center .profile__sort label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8F9BB3;
    margin-right: 16px;
}

.catalog-content__center .profile__sort .nice-select {
    width: 345px;
    height: 48px;
}

.catalog-content__center .form__select-group {
    height: 48px;
}

.wrapper .catalog-content {
    display: -ms-flexbox;
    display: flex;
}

    .wrapper .catalog-content .sidebar {
        width: 300px;
    }

.wrapper__block.left-sidebar.role-person .header__logo-mobile {
    display: none;
}

.wrapper .cart-info {
    display: flex;
    justify-content: flex-end;
}

.role-person .header__logo-mobile {
    display: none;
}


.role-person .header {
    padding-left: 0;
}

.wrapper__block.left-sidebar.role-person .wrapper {
    padding-top: 136px;
}

.wrapper__block.left-sidebar.role-person.tooltip-block .wrapper {
    padding-top: 176px;
}

.wrapper__block.role-person .wrapper {
    padding-top: 136px;
}

.wrapper__block.profile.role-person.tooltip-block .wrapper {
    padding-top: 166px;
}

.swiper-button-objects .swiper-button-next-object:hover, .swiper-button-objects .swiper-button-prev-object:hover {
    background: #1982FF;
}

.wrapper__block.left-sidebar .wrapper {
    padding-top: 16px;
}

.product-card__discount {
    padding: 8px 12px;
    height: 32px;
    background: #CCFCE3;
    border: 1px solid #00D68F;
    border-radius: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #00B887;
    z-index: 2;
    margin-bottom: 8px;
}

.left-sidebar .wrapper {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cart-t__title.link_product:hover {
    cursor: pointer;
}

.sidebar {
    width: 338px;
}

.sidebar__top {
    padding-bottom: 16px;
    width: 300px;
}


/*filter*/

.object__checkbox-wrap label {
    display: block;
    position: relative;
    padding: 5px 0 5px 45px;
    margin-bottom: 0;
}

.object__checkbox-wrap .object__filter-check span.name {
    color: #00204d;
}

.object__filter-check input, .object__filter-title-item input {
    opacity: 0;
    top: 0;
    position: absolute;
    height: 24px;
}

.object__filter-check .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    border: 2px solid #BAC4E0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: inherit;
}

.object__filter-check:hover .checkmark {
    border: 2px solid #8F9BB3;
}

.object__filter-check input:checked ~ .checkmark {
    width: 24px;
    height: 24px;
    background-size: 8px;
    background-color: #1982FF;
    border-color: #1982FF;
    background-image: url(../../images/catalog/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.object__filter-check input:checked:hover ~ .checkmark {
    background-color: #4399FF;
    border-color: #4399FF;
}

.object__checkbox-wrap {
    height: 100%;
}

.object__filter-separator {
    height: 0;
    margin: 16px 0;
    border-top: 1px solid #E1E5EB;
}

.sidebar-filter {
    margin-top: 16px;
}

.object__checkbox-wrap .object__filter-check:nth-child(n+6) {
    display: none;
}

.object__checkbox-wrap.open .object__filter-check:nth-child(n+6) {
    display: block;
}

.open-filter-all.hide {
    display: none;
}

.open-filter-all:hover, .close-filter-all:hover {
    cursor: pointer;
}

.open-filter-all, .close-filter-all {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #1982FF;
    margin-top: 16px;
}

.close-filter-all {
    display: none;
}

    .close-filter-all.open {
        display: block;
    }

.object__checkbox-unit {
    padding: 16px;
    border: 1px solid #D5DCE6;
    border-radius: 12px;
    margin-bottom: 16px;
    position: relative;
}

.object__filter-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
    margin-bottom: 24px;
}

.object__checkbox-wrap .object__filter-check span.name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #151A30;
}

/*filter*/

.sidebar__item {
    background: #F7F9FC;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
}

    .sidebar__item img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.cart-t__tags .tag img {
    width: 16px;
    height: 16px;
}

.product-card .cart-t__cold {
    margin-left: 8px;
}

.cart-t__cold:hover .tooltipable__tooltip {
    display: block !important;
    bottom: 30px;
    left: -25px;
}

.cart-t__tags .tag.wh,
.cart-t__cold {
    color: #8F9BB3;
    background: rgba(0,0,0,0);
    border: solid 1px #8F9BB3;
    border-radius: 4px;
    padding: 3px 6px !important;
    line-height: 1em;
    position: relative;
}

.cart-t__tags .tag.wh img,
.cart-t__cold img {
    width: 16px;
    height: 16px;
    margin: 0 !important;
    pointer-events: none;
    min-width: 16px;
    min-height: 16px;
}

.cart-t__tags .tag.wh img.highlighted {
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}

.cart-t__price-block .tooltipable:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sidebar__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sidebar__item svg {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.sidebar__item {
    position: relative;
}

    .sidebar__item:before {
        background-image: url(../../images/header/search/arrow-ios-right.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        right: 16px;
        top: 16px;
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
    }

    .sidebar__item img {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }

    .sidebar__item p {
        font-weight: bold;
        font-size: 15px;
        line-height: 24px;
        color: #151A30;
    }

ul li {
    list-style: none;
}

.menu-catalog__container * {
    margin: 0;
    padding: 0;
}

.menu-catalog__container li {
    list-style-type: none;
}

.menu-catalog__container ul ul {
    display: none;
}

.menu-catalog__container li.active > ul {
    display: block;
}

/* first level menu item */
.menu-catalog__container > ul > li > a {
    display: block;
}

.menu-catalog__container ul ul li a {
    display: block;
}

.child-menu-ul {
    border-radius: 8px;
}

.menu-catalog__container li.active .child-menu__link span {
    color: #1982FF;
}

.menu-catalog__container ul .child-menu-ul li .child-menu-ul li a {
    color: #8F9BB3;
    padding: 16px 16px 16px 24px;
}

.child-menu-ul .child-menu__link:after {
    top: 12px;
}

.catalog-content {
    overflow: hidden;
}

.catalog-content__center {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 24px;
}

.reset-filter .btn {
    width: 100%;
}

.catalog__slider-product {
    position: relative;
}

    .catalog__slider-product .swiper-slide {
        height: 222px;
        border-radius: 12px;
        position: relative;
    }

        .catalog__slider-product .swiper-slide a {
            width: 100%;
            height: 100%;
            display: block;
        }

    .catalog__slider-product .swiper-button-objects {
        top: -79px;
    }

    .catalog__slider-product .swiper-slide a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 12px;
    }

.catalog__slider-product {
    width: 100%;
    height: 222px;
}

.catalog-content__nav {
    padding: 10px 16px;
    width: 56px;
    height: 224px;
    background: #E8F2FF;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: -65px;
    z-index: 2;
}

    .catalog-content__nav .next-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
    }

    .catalog-content__nav:hover {
        cursor: pointer;
    }

.way-back {
    position: relative;
}

    .way-back .swiper-button-recently {
        top: -54px;
    }

/*.my-order__bottom a:hover {*/
/*    background: #0051B0;*/
/*}*/

.catalog-full__sale-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .catalog-full__sale-photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 24px;
    }

.catalog-full__banner-block {
    width: 100%;
    height: 376px;
    position: relative;
    margin-bottom: 32px;
}

.catalog-full__sale {
    position: relative;
    height: 200px;
    padding: 32px;
    border: 1px solid #D5DCE6;
    border-radius: 24px;
    margin-top: 32px;
}

.favorite__cookies-id {
    width: 24px;
    height: 24px;
    background-image: url(../../images/delivery/favorite.svg);
    background-repeat: no-repeat;
    min-width: 24px;
}

    .favorite__cookies-id:hover {
        cursor: pointer;
        width: 24px;
        height: 24px;
        background-image: url(../../images/delivery/favorite-hover.svg);
        background-repeat: no-repeat;
        min-width: 24px;
        background-size: 24px;
    }

    /*.header__right .header__location {*/
    /*    max-width: 320px;*/
    /*}*/

    /*.header__right .header__top-left {*/
    /*    max-width: inherit;*/
    /*}*/

    .favorite__cookies-id.favorite-active__product,
    .favorite__cookies-id[data-is-favorite] {
        background-image: url(../../images/delivery/favorite-active.svg);
        background-size: 24px;
        background-repeat: no-repeat;
    }

.catalog-full__sale-left p:first-child {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #151A30;
    margin-bottom: 8px;
}

.catalog-full__sale-left {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

    .catalog-full__sale-left p:last-child {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #1982FF;
    }

        .catalog-full__sale-left p:last-child span {
            padding: 8px 12px;
            gap: 10px;
            font-weight: 800;
            font-size: 14px;
            line-height: 16px;
            margin-left: 8px;
            color: #FFFFFF;
            background: #1982FF;
            border-radius: 8px;
        }

.catalog-full__sale-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 48px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-full__banner-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

    .catalog-full__banner-photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 24px;
    }

.catalog-full__banner-title p span {
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    -ms-flex-align: center;
    align-items: center;
    color: #151A30;
    padding: 8px 16px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 14px 13px 20px 4px #ffffff;
}

.catalog-full__banner-title {
    margin-bottom: 24px;
}

.catalog-full__banner-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 256px;
}

.catalog-full__banner-link {
    width: 131px;
    height: 56px;
}

    .catalog-full__banner-link .btn {
        height: 56px;
        padding: 0;
    }

.individual {
    margin: 32px 0 28px;
}

.individual__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

    .individual__top p {
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        color: #151A30;
    }

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

.commercial-offer {
    padding: 31px 16px 16px;
    height: 596px;
    background-color: #F7F9FC;
    border-radius: 16px;
}

    .commercial-offer .photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 16px;
    }

.product-card__bottom .product-card__valid-price {
    min-height: 16px;
}

.commercial-offer .subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
    padding-top: 15px;
}

.commercial-offer .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.product-page__slider-all .product-card {
    min-height: 625px;
}

.product__wrapper .product-card {
    margin: 28px 8px 0;
    width: calc((100% - 8 * 8px) / 4);
    min-height: 666px;
    transition: 0.5s;
}

    .product__wrapper .product-card.pcard.paging-item .product-card__city .cart-t__tags {
        margin-top: 0;
    }

@media (max-width: 1199px) {
    .product__wrapper .product-card.pcard.paging-item .product-card__city {
        margin-bottom: 16px;
    }
}

.object__price-content {
    display: flex;
    align-items: center;
}

    .object__price-content span {
        margin: 0 8px;
        display: block;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
    }

.object__checkbox-price {
    margin-top: 16px;
    margin-bottom: 16px;
}

    .object__checkbox-price p {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #151A30;
        margin-bottom: 16px;
    }

.commercial-offer.product-card {
    position: relative;
    border: 0;
}

.js-collections, .js-buttons-recently, .js-buttons-way, .js-buttons-orders, .js-buttons-discontinued, .js-buttons-specials, .js-buttons-express, .js-buttons-viewed {
    margin-left: 32px;
}

.catalog-content__title-left {
    width: auto;
    flex: 1 1 auto;
}

    .catalog-content__title-left p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #8F9BB3;
        margin-top: 16px;
    }

.catalog-content__title-right {
    display: flex;
    justify-content: flex-end;
}

.catalog__my-order-title {
    display: flex;
    justify-content: space-between;
}

.my-order__item {
    padding: 22px 16px;
    border-bottom: 1px solid #D5DCE6;
}

.my-order__bottom a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1982FF;
    display: flex;
    align-items: center;
    margin-left: 8px;
}

    .my-order__bottom a span {
        margin-right: 8px;
        min-width: 42px;
    }

.commercial-offer.product-card .commercial-offer__button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: 56px;
}

.commercial-offer.product-card {
    min-width: 300px;
}

.product-card__to-card .product-card__count {
    display: none;
}

.product-card__to-card.count-block .product-card__count {
    display: block;
}

.product-card__to-card.count-block .js-to-cart {
    display: none;
}

.catalog-content__new .product-card__to-card .cart-t__count {
    margin-bottom: 0;
}

.product-card__to-card.count-block .cart-t__count .center {
    width: 120px;
    height: 55px;
}

    .product-card__to-card.count-block .cart-t__count .center:focus {
        background: inherit;
    }

.cart-t__count.count-js {
    position: relative;
    width: 100%;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card__to-card .cart-t__count .center {
    width: 90px;
}

.cart-t__count .down, .cart-t__count .up {
    position: absolute;
}

.cart-t__count .down {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.cart-t__count .up {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.product-card__to-card.count-block .cart-t__count {
    height: 56px;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__code__to-card.count-block .cart-t__count .up svg rect {
    fill: #1982FF;
}

.product-card__to-card.count-block .cart-t__count .down svg rect {
    fill: #1982FF;
}

.product-card {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E1E5EB;
    box-sizing: border-box;
    border-radius: 16px;
}

    .product-card:hover {
        box-shadow: 0 11px 23px -22px rgba(20, 0, 141, 0.71);
    }

.product-card__code {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.catalog-content.catalog-content-selections .catalog-content__center .individual.individual-catalog:first-child {
    margin-top: 0;
}

.catalog-content.catalog-content-selections .catalog-content__title-full {
    display: block;
    width: 100%;
}

.product-card__code span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-right: 12px;
}

.cart-t__tags .tag.tag-individual {
    background: #E8F2FF;
    border: 1px solid #1982FF;
}

.product-card__code img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.product-card__code p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
}

.js-caterogy-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.catalog__change-list img {
    filter: grayscale(0);
}

.wrapper__top .catalog__change-table div {
    background-image: url(../../images/header/order/menu-no-active.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper__top .catalog__change-table.active div {
    background-image: url(../../images/header/order/menu.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-color {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .price-color.color-blue {
        display: flex;
        align-items: center;
    }

    .price-color img {
        margin-right: 6px;
    }

.btn.btn-disabled {
    padding: 16px 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8F9BB3;
    border: 1px solid #8F9BB3;
    background: inherit;
}

    .btn.btn-disabled:hover {
        color: #8F9BB3 !important;
    }

.product-card__bottom .product-card__price .price-color.color-blue span, .product-card__price-right .price-color.color-blue span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #0095FF;
    margin-left: 0;
}

.product-card__bottom .product-card__price .price-color.color-yellow span, .product-card__price-right .price-color.color-yellow span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #FFAA00;
    margin-left: 0;
}

.product-card__bottom .product-card__price .price-color.color-red span, .product-card__price-right .price-color.color-red span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #FF3D71;
    margin-left: 0;
}

.product-card__bottom .product-card__price .price-color.color-green span, .product-card__price-right .price-color.color-green span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #00D68F;
    margin-left: 0;
}

.price-color.color-blue span {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #0095FF;
}

.catalog__change-list.active img {
    filter: url(../../images/header/order/grid.svg);
}

.catalog-content__objects-card {
    margin: 0 -4px 16px;
    width: 100%;
    position: relative;
}

.catalog__change-table img {
    filter: grayscale(0);
}

.catalog__change-table.active img {
    filter: url(../../images/header/order/menu.svg);
}

.catalog-content__objects-card .swiper-slide {
    display: inline-grid;
}

.catalog-content__objects-card .swiper-slide {
    height: auto;
}

.js-slider-category {
    width: 100%;
}

.catalog-content__card-item {
    border: 1px solid #E1E5EB;
    border-radius: 12px;
    margin: 0;
    transition: 0.5s;
    padding: 12px 12px 120px;
    position: relative;
}

    .catalog-content__card-item:hover {
        cursor: pointer;
        border: 1px solid #1982FF;
    }

    .catalog-content__card-item:empty {
        height: 187px;
    }

.links-block-bread {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 80%;
}

    .links-block-bread a {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #8F9BB3;
        position: relative;
        transition: 0.5s;
    }

        .links-block-bread a:hover {
            color: #1982FF;
        }

    .links-block-bread span {
        font-weight: bold;
        font-size: 15px;
        line-height: 24px;
        color: #8F9BB3;
        display: block;
        overflow: hidden;
        width: 40%;
        min-width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-flex: inherit;
        flex: inherit;
    }

.catalog-content__title {
    width: 100%;
}

.catalog-content__card-item p.title {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #151A30;
    margin-bottom: 12px;
    padding-right: 15px;
}

.catalog-content__card-title {
    display: flex;
}

    .catalog-content__card-title p.title {
        width: auto;
        flex: 1 1 auto;
    }

    .catalog-content__card-title img {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }

.catalog-content__card-photo {
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
}

.catalog-content__card-item .s1-subtitle {
    margin-bottom: 32px;
}


.product-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 69px;
    max-height: 69px;
    text-decoration: inherit;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    position: relative;
    margin-bottom: 11px;
    -webkit-box-orient: vertical;
}

    .product-card__title p {
        font-weight: 800;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 11px;
    }

    .product-card__title a {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #151A30;
        margin-bottom: 8px;
    }

.product-card__city {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #8F9BB3;
    margin-bottom: 0;
}

    .product-card__city p.country-name {
        max-width: calc(100% - 110px);
        margin-left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product__list-table .price-color {
    margin-bottom: 0;
}

.product-card__price p {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #151A30;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__price .price-spinner {
    margin-bottom: 8px;
}

.product-card__price p .count,
.product-card__price .product-card__remaining {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
}

.product-card__valid-price p {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
    margin-bottom: 16px;
}

.product-card__freezing {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    background: #E8F2FF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
    z-index: 2;
    margin-right: 10px;
    height: 32px;
    margin-bottom: 8px;
}

    .product-card__freezing img {
        margin-right: 8px;
        width: 16px;
        height: 16px;
    }

.product-card__valid-price {
    margin-top: 16px;
}

    .product-card__valid-price a {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #1982FF;
        display: flex;
        justify-content: center;
    }

        .product-card__valid-price a span {
            margin-left: 8px;
        }

.product-card__to-card a {
    display: block;
}

.product-card__sale {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
    z-index: 2;
    height: 32px;
    background: #E8F2FF;
    border: 1px solid #1982FF;
    border-radius: 8px;
    margin-bottom: 8px;
}

    .product-card__sale p {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #1982FF;
    }

    .product-card__sale img {
        width: 16px;
        height: 16px;
    }

.product-card__city-all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-card__gallery {
    position: relative;
    width: 265px;
    height: 252px;
}

.product-card__city-all p {
    margin-left: 12px;
}

.product-card__title:hover, .product-card__title p:hover {
    cursor: pointer;
}

.link-full {
    display: block;
    width: 100%;
    height: 100%;
}

.collection {
    margin: 28px 0;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .product-card .product-card__bottom {
        margin-top: auto;
    }

.product-card__gallery .swiper-wrapper {
    height: 260px;
}

.product-card__wrapper .swiper-slide {
    position: relative;
    height: 220px;
    background: #fff;
}

    .product-card__wrapper .swiper-slide .no-photo {
        width: 142px;
        height: 118px;
    }

    .product-card__wrapper .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .product-card__wrapper .swiper-slide a img {
            position: absolute;
            width: auto;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

/* Стили для информации о последней покупке */
.last-purchase-info {
    width: 99px;
    height: 24px;
    opacity: 1;
    padding: 4px 8px;
    gap: 8px;
    border-radius: 8px;

    position: absolute;
    bottom: 32px;
    left: 0px;
    display: inline-flex;
    align-items: center;
    background: #ECE6FA;
    cursor: pointer;
    z-index: 10;
}

.last-purchase-info__icon {
    width: 16px;
    height: 16px;

    filter: invert(47%) sepia(80%) saturate(731%) hue-rotate(226deg) brightness(94%) contrast(90%);
}

.last-purchase-info__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;

    color: #B66AEC;
    white-space: nowrap;
}

.last-purchase-info__tooltip {

    position: absolute;
    bottom: 0;
    left: calc(100% + 8px);
    display: none;
    padding: 12px;
    background: #1A1A1A;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 140px;
}

.last-purchase-info__tooltip div {
    margin: 0;
}

.last-purchase-info__tooltip div:not(:last-child) {
    margin-bottom: 8px;
}

.last-purchase-info:hover .last-purchase-info__tooltip {
    display: block;
}

.wrapper__block {
    max-width: 1600px;
    margin: 0 auto;
}

.product__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.product-card__gallery .swiper-pagination-bullet {
    background: rgba(143, 155, 179, 0.5);
    width: 51px;
    height: 2px;
    opacity: 1;
    border: 0;
}

.product-card__gallery .swiper-pagination-bullet-active {
    border: 0;
}

.catalog-content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.catalog-content__new {
    display: flex;
    width: 100%;
}

.wrap-4pl .header__blank-form {
    display: block;
    width: 134px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #1982FF;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.5s;
}

.header__blank-form.disabled {
    filter: grayscale(100%);
}

img.disabled {
    filter: grayscale(100%);
}

input[type=search]::-ms-clear {
    display: none;
}

.wrap-4pl .header__blank-form:hover {
    cursor: pointer;
    background: #4399FF;
}

.header__blank-form-mobile {
    display: block;
    width: 100px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #1982FF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.wrapper__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding-right: 16px;
}

    .wrapper__top .catalog__change {
        width: 120px;
        height: 48px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .wrapper__top .catalog__change-table {
        padding: 12px 16px;
        width: 56px;
        height: 48px;
        background: #1982FF;
        border-radius: 8px;
        position: relative;
    }

        .wrapper__top .catalog__change-table:hover {
            cursor: pointer;
        }

    .wrapper__top .catalog__change-list {
        padding: 12px 16px;
        width: 56px;
        height: 48px;
        background: #E8F2FF;
        border-radius: 8px;
    }

        .wrapper__top .catalog__change-list:hover {
            cursor: pointer;
        }

.catalog__change-list svg rect {
    transition: 0.5s;
}

.catalog__change-list svg rect {
    fill: #1982FF;
}

.catalog__change-list:hover svg rect {
    fill: #1982FF;
}

.catalog__change-table svg rect {
    transition: 0.5s;
}

.wrapper__top .catalog__change-table:hover svg rect {
    fill: #1982FF;
}

.wrapper__top .catalog__change-table svg rect {
    fill: #1982FF;
}

.wrapper__top .catalog__change-list.active {
    background: #1982FF;
}

    .wrapper__top .catalog__change-list.active svg rect {
        fill: #fff;
    }

.wrapper__top .catalog__change-table {
    background: #E8F2FF;
    position: relative;
}

    .wrapper__top .catalog__change-table.active {
        background: #1982FF;
    }

.wrapper__top .catalog__change-list div {
    background-image: url(../../images/header/order/menu2.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper__top .catalog__change-list {
    position: relative;
}

    .wrapper__top .catalog__change-list.active div {
        background-image: url(../../images/header/order/grid.svg);
        height: 24px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.cart-t__send-to-card .cartbtn {
    color: #fff !important;
}

.one-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px 8px 24px;
    height: 48px;
    background: #F7F9FC;
    border-radius: 12px;
    transition: 0.5s;
}

    .one-tag:hover {
        background: #EDF1F7;
    }

    .one-tag p {
        font-weight: bold;
        font-size: 15px;
        line-height: 24px;
        color: #151A30;
        margin-right: 12px;
    }

    .one-tag img {
        width: 16px;
        height: 16px;
    }

        .one-tag img:hover {
            cursor: pointer;
        }

.filter-catalog__tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .filter-catalog__tags .one-tag {
        margin-right: 8px;
    }

    .filter-catalog__tags .reset-all {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #1982FF;
        margin-left: 22px;
        transition: 0.5s;
    }

        .filter-catalog__tags .reset-all:hover {
            cursor: pointer;
            color: #0051B0;
        }

.product-card__t {
    padding: 24px 0;
    border-bottom: 1px solid #E1E5EB;
}

.product__list-table.cart-t.paging-container {
    border-top: 1px solid #E1E5EB;
}

.product-card__t {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.product__list-table .cart-t__info .text {
    margin-top: 4px;
}

.cart-t__photo {
    width: 120px;
    height: 120px;
    margin-right: 24px;
    border-radius: 12px;
}

.cart-t__block-right {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-t__photo-block {
    width: 88px;
    height: 88px;
    margin-right: 16px;
    border-radius: 12px;
}

    .cart-t__photo-block a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

        .cart-t__photo-block a img {
            width: auto;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            max-height: 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.cart-t__photo-block--auto-kp {
    position: relative;
    border: 3px solid #9F2DF0;
    box-sizing: border-box;
}

.cart-t__photo-block-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 0 0;
    pointer-events: none;
}

.cart-t__photo-block-badge--auto-kp {
    background-color: #9F2DF0;
}

.cart-t__photo-block-badge--auto-kp img {
    width: 12px;
    height: 12px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    filter: brightness(0) invert(1);
}

/* Плиточное представление: выделение карточки с АвтоКП */
.product-card--auto-kp {
    border: 3px solid #9F2DF0;
    box-sizing: border-box;
}

.product-card__auto-kp-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 12px 0 0;
    background-color: #9F2DF0;
    pointer-events: none;
    z-index: 2;
}

.product-card__auto-kp-badge img {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}

.manager-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    white-space: nowrap;
}
.manager-tag.regular {
    background: #CCFCE3;
    color: #00D68F;
}
.manager-tag.discontinued {
    background: #FFD6D9;
    color: #FF3D71;
}
.manager-tag.never-bought {
    background: #FFF1C2;
    color: #FFAA00;
}

.cart-t__price-block .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #151A30;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-t__price-block .price-wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
}

.cart-t__right .cart-t__price-block:last-child .price {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}

.cart-t__right .price-old {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    text-decoration-color: #ff3d71;
    text-decoration-line: line-through;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
}

.cart-t__price-block .price-unit {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #8F9BB3;
    margin-left: 4px;
}

.cart-t__price-block .price-act {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #8F9BB3;
    text-align: center;
}


.popup-all__form-price .price {
    font-weight: bold;
}

.popup-all__form-price .price-act {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #8F9BB3;
    margin-bottom: 16px;
}

.product-card__t .cart-t__photo-block {
    width: 120px;
    height: 120px;
}

.cart-t__price-block .tooltipable {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #8F9BB3;
    position: relative;
}

    .cart-t__price-block .tooltipable svg {
        margin-left: 4px;
    }

.cart-t__center {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 24px;
}

.price__valid {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #8F9BB3;
    margin: 8px 0 22px;
    justify-content: center;
}

.product__list-table .product-card__valid-price .open-price {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.cart-t__count.count-js {
    background: inherit;
}

.cart-t__right .cart-t__price-block .product-card__valid-price a {
    margin-bottom: 0;
}

.product-card__valid-price .add-request {
    margin-bottom: 0;
}

.product__list-table .product-card__valid-price .open-price img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.cart-t__right {
    min-width: 220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product__list-table .cart-t__info {
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.cart-t__descriptions {
    display: flex;
}

.cart-t__description-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    margin-bottom: 8px;
}

.cart-t__descriptions .cart-t__description-item {
    width: 420px;
}

.cart-t__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #151A30;
    display: -webkit-box;
    overflow: hidden;
    min-height: 24px;
    max-height: 47px;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
}

.basket-page__product .cart-t__title a {
    width: 100%;
}

.cart-t__title a {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #151A30;
    display: -webkit-box;
    overflow: hidden;
    min-height: 24px;
    max-height: 47px;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.cart-t__info {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
}

.product__list-table .cart-t__info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
}

.product__list-table .cart-t__info .ltext {
    display: inline-block;
    padding: 0px 10px 0px 5px;
    font-weight: 700;
    font-size: 14px;
    color: #8F9BB3;
}

.cart-t__tags .tag.tag-discount span {
    margin-left: 0;
}

.cart-t__tags .tag.tag-discount {
    padding: 4px 12px;
    height: 24px;
    background: #CCFCE3;
    border: 1px solid #00D68F;
    border-radius: 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #00B887;
}

.cart-t__info .city {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
}

.product__list-table .cart-t__to-cart {
   width: 240px;
}

.product__list-table .cart-t__right .cart-t__price-block:last-child .price {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.product__list-table .cart-t__right .cart-t__price-block:last-child .price.price-red {
    color: #FF3D71;
}

.product__list-table .cart-t__price-block .price-unit {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8F9BB3;
    margin-left: 8px;
    white-space: nowrap;
}

.download-XLS-order .my-order__item {
    padding: 12px 16px;
}

.cart-t__count {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
    height: 56px;
    background: #F7F9FC;
    border-radius: 8px;
    margin-bottom: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-card__count.cartcount .cart-t__count {
    background: inherit;
}

.cart-t__count .down, .cart-t__count .up {
    width: 24px;
    height: 24px;
    background: inherit;
}

.cart-t__count .center {
    text-align: center;
    width: 35px;
    padding: 0;
}

.cart-t__tags {
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
}

    .cart-t__tags .tag {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #1982FF;
        padding: 4px 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        background: #E8F2FF;
        border-radius: 8px;
    }

.contracts .product__wrapper {
    margin-top: 0;
}

.product__wrapper .cart-t__count .center {
    width: 100%;
}

.section-pagination__content {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-left: 0;
}

    .section-pagination__content .nav-item {
        width: 40px;
        margin: 0 4px;
        background: #F7F9FC;
        border-radius: 4px;
        box-sizing: border-box;
        height: 40px;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        transition: 0.5s;
    }

        .section-pagination__content .nav-item:hover {
            cursor: pointer;
        }

        .section-pagination__content .nav-item a {
            font-weight: bold;
            font-size: 15px;
            line-height: 24px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            color: #8F9BB3;
            width: 40px;
            -ms-flex-pack: center;
            justify-content: center;
            transition: 0.5s;
        }

            .section-pagination__content .nav-item a:hover {
                color: #1982FF;
            }

        .section-pagination__content .nav-item .number {
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;
            display: flex;
            align-items: center;
            text-align: center;
            color: #151A30;
            width: 40px;
            -ms-flex-pack: center;
            justify-content: center;
            transition: 0.5s;
            padding: 10px 8px;
        }

            .section-pagination__content .nav-item .number:hover {
                color: #1982FF;
            }

    .section-pagination__content .is-active {
        background: #1982FF !important;
    }

        .section-pagination__content .is-active a {
            color: #fff !important;
            font-weight: 800;
            font-size: 16px;
            line-height: 20px;
        }

    .section-pagination__content .nav-item.arrow {
        padding: 10px;
        width: 40px;
        height: 40px;
        background: #1982FF;
        border-radius: 4px;
        transition: 0.5s;
    }

        .section-pagination__content .nav-item.arrow:hover {
            cursor: pointer;
            background: #0365D9;
        }

        .section-pagination__content .nav-item.arrow.disabled {
            background: #D4D8E1;
            border-radius: 4px;
        }

            .section-pagination__content .nav-item.arrow.disabled:hover {
                cursor: inherit;
                background: #D4D8E1;
            }

.product-card__t:last-child {
    border-bottom: 0;
}

.show-count {
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .show-count p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        margin-right: 10px;
    }

.orders-paging .show-count .nice-select {
    width: 81px;
    height: 40px;
}

.orders-paging .selectors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.orders-paging .sort-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

    .orders-paging .sort-select label {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #151A30;
        margin-right: 8px;
        margin-bottom: 0;
    }

    .orders-paging .sort-select .nice-select {
        width: 136px;
        height: 40px;
    }

.product__wrapper .product__list-table, .product__wrapper .product__list {
    display: none;
}

    .product__wrapper .product__list-table.active {
        display: block;
    }

    .product__wrapper .product__list.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.show-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    margin-left: 10px;
}

.section__bottom-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.product__wrapper .product-card {
    margin-bottom: 16px;
    margin-top: 0;
}

.product__wrapper {
    margin-top: 32px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
}

.wrapper__top-tooltip {
    padding: 12px 16px;
    background: #1982FF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 24px;
    position: fixed;
    max-width: 1320px;
    top: 90px;
}

    .wrapper__top-tooltip:before {
        width: 1px;
        height: 100%;
        right: -12px;
        content: '';
        background: #E1E5EB;
        top: 0;
        position: absolute;
    }

    .wrapper__top-tooltip img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .wrapper__top-tooltip a {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        margin-left: 16px;
        transition: 0.5s;
    }

        .wrapper__top-tooltip a:hover {
            opacity: 0.5;
        }

.wrapper__top-tooltip-credit {
    padding: 7px 12px;
    background: #FF3D71;
    border-radius: 10px 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
    position: fixed;
    max-width: 1600px;
    width: 100%;
    z-index: 99;
    top: 0;
}

    .wrapper__top-tooltip-credit .close {
        width: 25px;
        height: 25px;
        margin-left: 16px;
        position: absolute;
        right: 8px;
        opacity: 1;
    }

        .wrapper__top-tooltip-credit .close:hover {
            cursor: pointer;
        }

    .wrapper__top-tooltip-credit img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .wrapper__top-tooltip-credit a {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        margin-left: 16px;
        transition: 0.5s;
        padding: 2px 16px;
        border: 1px solid #FFFFFF;
        border-radius: 8px;
    }

        .wrapper__top-tooltip-credit a:hover {
            opacity: 0.5;
        }

.wrapper__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-catalog {
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E5EB;
}

.swiper-pagination {
    height: 16px;
    z-index: 55;
}

.vsb-main button {
    overflow: hidden;
    width: 220px;
    min-width: 220px !important;
    max-width: 200px !important;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    background: #f1d6b6 !important;
    -o-text-overflow: ellipsis;
}

.vsb-main .title {
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 10px;
    text-overflow: ellipsis;
    color: #9d7a52;
    -o-text-overflow: ellipsis;
}

.vsb-main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.multi-select-container {
    width: 247px;
    background: #F7F9FC;
    border-radius: 8px;
    height: 48px;
}

    .multi-select-container .multi-select-button {
        border: 1px solid #F7F9FC;
        transition: 0.5s;
    }

.multi-select-button:after {
    transition: 0.5s;
}

.multi-select-container:hover {
    cursor: pointer;
}

    .multi-select-container:hover .multi-select-button {
        cursor: pointer;
        border: 1px solid #1982FF;
    }

        .multi-select-container:hover .multi-select-button:after {
            background-image: url(../../images/header/show-arrow.svg);
            background-size: 24px;
            width: 24px;
            height: 24px;
            font-size: 0;
            right: 16px;
            position: absolute;
            top: 16px;
        }

.multi-select-container.multi-select-container--open .multi-select-button {
    border: 1px solid #1982FF;
    background: #fff;
}

    .multi-select-container.multi-select-container--open .multi-select-button:after {
        background-image: url(../../images/header/show-arrow.svg);
        background-size: 24px;
        width: 24px;
        height: 24px;
        font-size: 0;
        right: 16px;
        position: absolute;
        top: 16px;
    }

.multi-select-button {
    width: 100%;
    padding: 8px 12px;
    height: 48px;
    background: #F7F9FC;
    border-radius: 8px;
    border: 0;
    position: relative;
}

    .multi-select-button:after {
        background-image: url(../../images/catalog/category/ar-d.svg);
        background-size: 24px;
        width: 24px;
        height: 24px;
        font-size: 0;
        right: 6px;
        position: absolute;
        top: 12px;
    }

.multi-select-button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.multi-select-menu {
    top: 40px;
    max-height: 308px;
    border: 1px solid #E4E9F2;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px;
    z-index: 5;
}

.multi-select-menuitems .multi-select-menuitem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #151A30;
    position: relative;
    width: 100%;
}

.multi-select-container.multi-select-container--open .multi-select-button:after {
    transform: rotate(-180deg);
}

.multi-select-menuitems .multi-select-menuitem input {
    width: 20px;
    height: 20px;
    border: 1px solid #C5CEE0;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 12px;
}

.child-menu.child-menu__level.active > .arrow-list {
    transform: rotate(180deg);
}

.child-menu.active > .arrow-list {
    transform: rotate(180deg);
}

.multi-select-menu::-webkit-scrollbar {
    width: 5px;
}

.multi-select-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #99a3b9;
}

.multi-select-menu::-webkit-scrollbar-thumb {
    background-color: #99a3b9;
    outline: 1px solid #e8f2ff;
}

.select__content::-webkit-scrollbar {
    width: 5px;
}

.select__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #99a3b9;
}

.select__content::-webkit-scrollbar-thumb {
    background-color: #99a3b9;
    outline: 1px solid #e8f2ff;
}

.multi-select-container--open .multi-select-menu {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.multi-select-menuitems .multi-select-menuitem:last-child {
    margin-bottom: 0;
}

.multi-select-button {
    padding-right: 30px;
    text-overflow: ellipsis;
    padding-top: 14px;
    overflow: hidden;
    display: block;
}

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

.multi-select-button {
    box-shadow: inherit;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    bottom: 16px !important;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 302px;
    }

.product-card__gallery .swiper-pagination-bullet {
    background: inherit;
    position: relative;
}

    .product-card__gallery .swiper-pagination-bullet:before {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #D4D8E1;
        content: '';
        width: 100%;
    }

.product-card__gallery .swiper-pagination-bullet-active {
    background: inherit;
    border: 0;
    position: relative;
}

    .product-card__gallery .swiper-pagination-bullet-active:before {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #1982FF;
        content: '';
        width: 100%;
    }

#accordian .menu .child-menu:hover {
    border-radius: 4px;
}

    #accordian .menu .child-menu:hover .child-menu__link span {
        color: #1982FF;
    }

#accordian.menu-catalog__container ul .child-menu-ul li .child-menu-ul li a:hover {
    color: #1982FF;
}

.catalog-content__nav {
    transition: 0.5s;
}

    .catalog-content__nav:hover {
        background: #BFDCFF;
    }

.text-success {
    color: #1982ff !important;
}


.nice-select:hover:after {
    border-bottom: 2px solid #1982FF;
    border-right: 2px solid #1982FF;
}

.nice-select:after {
    border-bottom: 2px solid #1982FF;
    border-right: 2px solid #1982FF;
}

.cart-t__right .cart-t__price-block .product-card__valid-price a {
    text-align: right;
}

.product-card__valid-price a:hover {
    color: #0051B0;
}

.tooltip-block {
    position: relative;
}

.tooltipable__tooltip {
    display: none;
    position: absolute;
    bottom: 25px;
    right: -42px;
    width: auto;
    padding: 5px 8px;
    height: auto;
    background: #101426;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100px;
    text-align: center;
    min-height: 25px;
    max-width: 100px;
    z-index: 1;
}

    .tooltipable__tooltip:before {
        background-image: url("../../images/catalog/sidebar/tooltip.svg");
        width: 14px;
        height: 7px;
        content: '';
        position: absolute;
        bottom: -7px;
    }


.tooltipable__tooltip.tooltip-bottom{
  min-width: min-content;
  max-width: 200px;
  width: max-content;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin-top: 7px;
}

.tooltipable__tooltip.tooltip-bottom:before{
  left: auto !important;
  transform: none !important;
  rotate: 180deg;
  top: -7px; 
}

.tooltipable:hover {
    cursor: pointer;
}

    .tooltipable:hover .tooltipable__tooltip {
        display: -ms-flexbox;
        display: flex;
    }

    .tooltipable:hover svg rect {
        fill: #1982FF;
    }

.product-card__code:hover .tooltipable__tooltip {
    display: block;
    bottom: 33px;
    left: 94px;
    z-index: 5;
}

.product-card__code:hover {
    cursor: pointer;
}

    .product-card__code:hover p {
        color: #0051B0;
    }

.cart-t__info-tooltip .tooltipable__tooltip {
    display: none;
}

.cart-t__info-tooltip {
    position: relative;
}

.product__list-table .cart-t__info-tooltip {
    margin-right: 10px;
}

.product__list-table .cart-t__tags .tag.wh,
.product__list-table .cart-t__cold {
    margin-right: 10px;
}

.product-card__to-card.count-block .cart-t__count {
    transition: 0.5s;
}

    .product-card__to-card.count-block .cart-t__count .center {
        width: 100%;
    }

.cart-t__info-tooltip:hover .tooltipable__tooltip {
    display: block;
}

.cart-t__info-tooltip:hover .city {
    color: #0051B0;
    cursor: pointer;
}

.header__cart.open a p {
    color: #1982FF;
}


    .header__cart.open a p.in-cart-caption {
        color: #FFFFFF;
    }

.header__cart.open a:hover p.in-cart-caption {
    color: #FFFFFF;
}

.wrapper__block.left-sidebar.role-person.tooltip-inner .wrapper {
    padding-top: 144px;
}

.product-card__code {
    position: relative;
}

.product-card__city p {
    margin-left: 12px;
}

.cart-t__price-block .tooltipable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .cart-t__price-block .tooltipable .tooltip-block {
        margin-left: 4px;
    }

.multi-select-menuitems .multi-select-menuitem input {
    background: inherit;
}

.product-card__sale-all {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    flex-wrap: wrap;
}

    .product-card__sale-all .product-card__sale {
        margin-right: 10px;
    }

        .product-card__sale-all .product-card__sale:last-child {
            margin-right: 0;
        }

.product-card__badges {
    position: absolute;
    z-index: 3;
    height: 32px;
    line-height: 32px;
}

    .product-card__badges.inline {
        position: relative;
    }

    .product-card__badges.left {
        left: 0px;
        top: 0px;
    }

    .product-card__badges.right {
        right: 10px;
        top: 0px;
    }

    .product-card__badges .product-badge {
        display: inline-block;
    }

    .product-card__badges.left .product-badge {
        margin-right: 5px;
    }

    .product-card__badges.right .product-badge {
        margin-left: 5px;
    }

    .product-card__badges .product-badge.favorite {
        padding: 5px;
        border: solid 1px #eee;
        border-radius: 5px;
        background-color: rgba(255,255,255,.5);
    }

    .product-card__badges .product-badge.request {
        padding: 5px;
        border: solid 1px #eee;
        border-radius: 5px;
        background-color: rgba(255,255,255,.5);
    }

    .product-card__badges .product-badge.indi {
        padding: 8px 12px;
        height: 32px;
        background: #E8F2FF;
        border-radius: 8px;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #1982FF;
    }

        .product-card__badges .product-badge.indi p {
            font-style: inherit;
            font-weight: inherit;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
            margin-right: inherit;
        }

    .product-card__badges .product-badge.discount,
    .product-card__badges .product-badge.specials {
        padding: 5px 7px;
        height: 24px;
        background: #CCFCE3;
        border: 1px solid #00D68F;
        border-radius: 5px;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #00B887;
        display: inline-block;
    }

.badge-request {
    width: 24px;
    height: 24px;
    background-image: url(/images/delivery/file-plus.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 24px;
    opacity: .4;
    cursor: pointer;
}

    .badge-request:hover {
        width: 24px;
        height: 24px;
        background-image: url(/images/delivery/file-plus-hover.svg);
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        min-width: 24px;
        opacity: 1;
        cursor: pointer;
        background-size: 20px;
    }

.badge-request__link:hover .badge-request {
    width: 24px;
    height: 24px;
    background-image: url(/images/delivery/file-plus-hover.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 24px;
    opacity: 1;
    cursor: pointer;
    background-size: 20px;
}

.badge-request__link {
    display: flex;
    align-items: center;
}

.btn-scroll {
    width: 68px;
    height: 68px;
    background: #1982FF;
    border-radius: 16px;
    position: fixed;
    bottom: 170px;
    right: 40px;
    transition: 0.5s;
    z-index: 8;
    display: none;
}

.catalog-content.catalog-content-selections .swiper-button-objects {
    display: none;
}

.catalog__full .product-card__city p.country-name {
    max-width: calc(100% - 110px);
    margin-left: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog__full .product-card__city {
    max-width: 185px;
    margin-left: 0;
    white-space: nowrap;
}

.catalog__full .product-page__slider-all .cart-t__tags {
    margin-top: 0;
}

.catalog__full .product-page__slider-all .product-card__city {
    max-width: 100%;
}

.catalog__full .swiper-wrapper {
    margin-left: -8px;
}

.catalog__full .js-slider-banner .swiper-wrapper {
    margin-left: 0;
}

.catalog__full .product-page__slider-all .product__wrapper .product-card {
    min-width: 295px;
}

.cart-t__price-block-laptop {
    margin-bottom: 8px;
}

.product__list-table .cart-t__to-cart {
    margin-top: 22px;
}

@media (max-width: 1599px) {
    .catalog__full .product-page__slider-all .product__wrapper .product-card {
        width: 100%;
    }

    .product-card__gallery {
        width: 100%;
    }

    .product-card__city p.country-name {
        max-width: calc(100% - 110px);
    }
}

@media (max-width: 1339px) {
    .btn-scroll {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 1279px) {
    .wrapper__block.profile.role-person.tooltip-block .wrapper {
        padding-top: 110px;
    }

    .role-person .header__logo-mobile {
        display: block;
        position: relative;
        margin-right: 16px;
    }

    .catalog__full .product__wrapper .product-card {
        min-height: 666px;
    }
}

@media (max-width: 719px) {
    .wrap-4pl .header__blank-form {
        display: none;
    }

    .header__right.header__right-4pl {
        margin-left: 0;
    }

    .wrapper__block.profile.role-person.tooltip-block .wrapper {
        padding-top: 166px;
    }

    .catalog__full .swiper-wrapper {
        margin-left: 0;
    }

    .catalog__full .product__wrapper .product-card {
        min-height: inherit;
    }

    .btn-scroll {
        bottom: 14px;
        right: 14px;
        width: 45px;
        height: 45px;
    }
}

.btn-scroll .count {
    width: 25px;
    height: 25px;
    background: #FF3D71;
    border-radius: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -8px;
    right: -6px;
    padding-top: 4px;
}

.btn-scroll img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .product-page__slider-all .product-card {
        min-height: 100%;
    }

    .btn-scroll img {
        width: 22px;
        height: 22px;
    }

    .product-card__bottom {
        margin-top: 26px;
    }
}

.btn-scroll:hover {
    cursor: pointer;
    box-shadow: 0px 11px 13px -7px rgba(25, 130, 255, 0.62);
}

.btn-scroll:active, .btn-scroll:focus {
    background: #0365D9;
    box-shadow: 0px 11px 13px -7px rgba(25, 130, 255, 0.62);
}

.btn-scroll.open {
    display: block;
}

.filter-catalog__select .select__title {
    width: 220px;
}

.select__title {
    width: 220px;
    background: #F7F9FC;
    border: 1px solid #F7F9FC;
    border-radius: 8px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 14px 30px 14px 12px;
    position: relative;
}

    .select__title:after {
        background-image: url(../../images/catalog/category/ar-d.svg);
        background-size: 24px;
        width: 24px;
        height: 24px;
        font-size: 0;
        right: 6px;
        position: absolute;
        top: 12px;
        content: '';
    }

    .select__title:hover {
        cursor: pointer;
    }

        .select__title:hover:after {
            background-image: url(../../images/header/show-arrow.svg);
            background-size: 24px;
            width: 24px;
            height: 24px;
            font-size: 0;
            right: 6px;
            position: absolute;
            top: 12px;
        }

.filter-catalog__select {
    height: 56px;
}

    .filter-catalog__select.open {
        height: 100%;
    }

        .filter-catalog__select.open .select__title {
            border: 1px solid #1982FF;
            background: #fff;
        }

            .filter-catalog__select.open .select__title:after {
                transform: rotate(-180deg);
                background-image: url(../../images/header/show-arrow.svg);
            }

.select__content {
    margin-top: 4px;
    max-height: 144px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px;
    z-index: 5;
    float: left;
    min-width: 100%;
    background: #fff;
    border: 1px solid #E4E9F2;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    display: none;
    width: 100%;
}

.menu-catalog__container ul .child-menu-ul li .child-menu-ul li.active a {
    color: #1982FF;
}

.child-menu.child-menu__level.active-class > .arrow-list {
    transform: rotate(180deg);
}

.select__content .checkbox:last-child .checkbox__label > span {
    margin-bottom: 0;
}

#accordian .menu .child-menu.child-menu__level.active-class .child-menu-ul.child-menu__level-ul .child-menu.active .arrow-list {
    transform: rotate(-180deg);
}

.filter-catalog__select.open .select__content {
    display: block;
    overflow-x: hidden;
}

.filter-catalog__select {
    width: 247px;
    position: relative;
}

.filter__item label, .filter__item-id label {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #71677A;
    margin-top: -2px;
    display: block;
}

.checkbox__label > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox__label > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    font-style: normal;
    text-transform: initial;
    display: flex;
    margin-bottom: 28px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #151A30;
    position: relative;
    width: 100%;
    padding-left: 30px;
}

    .checkbox__label > span::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #C5CEE0;
        box-sizing: border-box;
        border-radius: 3px;
        margin-right: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        background-position: center center;
        background-size: 50% 50%;
        background: rgba(143, 155, 179, 0.16);
        border: 1px solid #C5CEE0;
        box-sizing: border-box;
        border-radius: 3px;
        top: 0;
        position: absolute;
        left: 0;
    }

    .checkbox__label > span::after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: -0;
        left: 0;
        border-radius: 3px;
    }

    .checkbox__label > span::after, .checkbox__label > span::before {
        content: '';
        background-repeat: no-repeat;
    }

.checkbox__label > input:checked + span::after {
    background: #3F6FFF;
    background-image: url(../../images/basket/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-content__center .wrapper__top {
    padding-right: 0;
}

.catalog-content__category {
    margin-top: 16px;
}

.wrapper .catalog-content {
    padding: 32px 24px 0;
}

.wrapper .catalog-content__category h1 {
    padding: 0 16px 16px 0;
}

.catalog-content__category .wrapper__top .catalog__change {
    margin-bottom: 16px;
}


.left-sidebar .catalog__full .catalog__slider-product {
    max-width: 100%;
    position: relative;
}

.swiper-button-objects, .swiper-button-recently {
    width: 120px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .swiper-button-objects .swiper-button-prev-object, .swiper-button-objects .swiper-button-next-object,
    .swiper-button-recently .swiper-button-prev-object, .swiper-button-recently .swiper-button-next-object {
        width: 56px;
        height: 48px;
        background: #E8F2FF;
        border-radius: 8px;
        transition: 0.5s;
    }

.swiper-button-next-object img, .swiper-button-prev-object img {
    display: none;
}

.swiper-button-prev-object:after {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-right: 0;
    content: '';
    background: inherit;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #1982FF;
    border-right: 2px solid #1982FF;
}

.swiper-button-prev-object, .swiper-button-next-object {
    position: relative;
    width: 56px;
    height: 48px;
    background: #E8F2FF;
    border-radius: 8px;
    transition: 0.5s;
}

    .swiper-button-prev-object:hover, .swiper-button-next-object:hover {
        background: #1982FF;
    }

.js-slider-banner .swiper-button-prev-object, .js-slider-banner .swiper-button-next-object {
    width: 56px;
    height: 56px;
}

    .js-slider-banner .swiper-button-prev-object:after {
        top: 23px;
    }

    .js-slider-banner .swiper-button-next-object:after {
        top: 23px;
    }

.swiper-button-objects {
    display: flex;
}

.swiper-button-banner {
    display: flex;
    justify-content: space-between;
    padding: 0 59px;
}

.js-slider-banner {
    position: relative;
}

.swiper-button-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 1;
}

.swiper-button-next-object:after {
    position: absolute;
    top: 18px;
    left: 22px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-right: 0;
    content: '';
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #1982FF;
    border-right: 2px solid #1982FF;
}

.swiper-button-next-object:hover:after, .swiper-button-prev-object:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.swiper-button-prev-object.swiper-button-disabled:after {
    border-top: 2px solid #8F9BB3;
    border-right: 2px solid #8F9BB3;
}

.swiper-button-prev-object.swiper-button-disabled:hover:after {
    border-top: 2px solid #8F9BB3;
    border-right: 2px solid #8F9BB3;
}

.swiper-button-next-object.swiper-button-disabled {
    background: #D4D8E1 !important;
}

    .swiper-button-next-object.swiper-button-disabled:after {
        border-top: 2px solid #8F9BB3;
        border-right: 2px solid #8F9BB3;
    }

    .swiper-button-next-object.swiper-button-disabled:hover:after {
        border-top: 2px solid #8F9BB3;
        border-right: 2px solid #8F9BB3;
    }

.swiper-button-objects .swiper-button-prev-object:hover, .swiper-button-objects .swiper-button-next-object:hover,
.swiper-button-recently .swiper-button-prev-object:hover, .swiper-button-recently .swiper-button-next-object:hover {
    cursor: pointer;
}

.individual {
    position: relative;
}

.swiper-button-prev-object.swiper-button-disabled {
    background: #D4D8E1 !important;
}

.swiper-button-objects .swiper-button-prev-object img, .swiper-button-objects .swiper-button-next-object img {
    padding: 9px 15px;
}

.swiper-button-recently .swiper-button-prev-object img, .swiper-button-recently .swiper-button-next-object img {
    padding: 8px 15px;
}

.catalog-content__title-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 32px;
}

.individual.individual-new .individual__top {
    display: flex;
    align-items: center;
}

.individual.individual-new p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8F9BB3;
    margin-top: 16px;
}

.catalog-content__title-full h2, .individual__top h2 {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #151A30;
}

.left-sidebar .catalog-content.catalog__full .catalog-content__center {
    padding-left: 0;
    position: relative;
}

.left-sidebar .wrapper {
    max-width: 1600px;
}

.js-slider-banner .swiper-wrapper {
    height: 376px;
}

.catalog-content.catalog__full .catalog__slider-product {
    width: 100%;
    height: 224px;
    max-width: 100%;
}

/*.left-sidebar .catalog-content.catalog__full .catalog-content__center {*/
/*    padding-left: 16px;*/
/*}*/

.individual .product-card {
    width: auto;
}

.catalog-content__center {
    width: 100%;
}

.left-sidebar .catalog-content.catalog__full .catalog__slider-product {
    width: 100%;
}

.catalog-content.catalog-content-selections .catalog__slider-product {
    margin-bottom: 32px;
}

.catalog-content.catalog-content-selections .s1-subtitle {
    margin-bottom: 32px;
}

.catalog__slider-product {
    margin-bottom: 32px;
}

.swiper-button-recently {
    top: 8px;
}

.product-page__slider-all .product__wrapper .product-card {
    margin-bottom: 0;
}

.individual.individual-catalog .individual__top {
    padding-right: 0;
    margin-bottom: 16px;
}

.profile__filter-mobile-block {
    display: none;
}

.individual.individual-catalog .individual__top p {
    line-height: 28px;
}

.individual.individual-catalog .catalog-content__title-left p:first-child {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #151A30;
    margin-bottom: 16px;
    margin-top: 0;
}

.collection.collection-catalog .individual__top {
    padding-right: 0;
}

.catalog-content.catalog-content-selections .s1-subtitle {
    line-height: 18px;
    margin-bottom: 0;
}

.left-sidebar .catalog-content.catalog__full .catalog-content__center {
    width: 100%;
}

.product__list-table .product-card__price-right {
    margin-left: 0;
}

.product__list-table .cart-t__info .city {
    margin-right: 0;
}

.catalog-content__title-sushi.catalog-content__objects-card .js-slider-category {
    width: 101%;
}

.catalog-content__title-sushi.catalog-content__objects-card {
    margin: 0 -4px 16px 0;
}

    .catalog-content__title-sushi.catalog-content__objects-card .swiper-wrapper {
        margin-left: 0;
    }
/*.catalog-content__title-sushi .catalog-content__objects-card{*/
/*    margin-top: 24px;*/
/*}*/
.product-card__price-right span:nth-child(2) {
    display: -webkit-box;
    max-width: 135px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card__price .open-price {
    display: flex;
}

    .product-card__price .open-price img {
        margin-right: 8px;
    }

.product-card__valid-price .open-price.disabled,
.product-card__valid-price .open-price[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.product-card__price-right {
    display: block !important;
}

    .product-card__price-right .count {
        display: block;
    }

.product-card__bottom .product-card__price {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .product-card__bottom .product-card__price .price {
        margin-right: 8px;
    }

        .product-card__bottom .product-card__price .price.price-red {
            color: #FF3D71;
        }

    .product-card__bottom .product-card__price .price-old {
        font-size: 13px;
        font-style: normal;
        font-weight: 800;
        text-decoration-color: #ff3d71;
        text-decoration-line: line-through;
        text-decoration-thickness: 1px;
        text-decoration-style: solid;
    }

.product-card__bottom.not-available .price,
.product-card__bottom.not-available .price-old,
.cart-t__price-block.not-available .price,
.cart-t__price-block.not-available .price-old,
.cart-t__price-block.not-available .price-act {
    color: #D4D8E1;
    text-decoration-color: #D4D8E1;
}

.product-card.pcard .product-card__bottom .product-card__price {
    flex-wrap: initial;
}

.cart-t__send-to-card .button-group,
.product-card__bottom .product-card__to-card .button-group {
    display: flex;
    gap: 6px;
}

.catalog__my-order-item {
    padding: 24px;
    border: 1px solid #D5DCE6;
    border-radius: 12px;
}

    .catalog__my-order-item .catalog__my-order-date {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4px;
        -ms-flex-align: center;
        align-items: center;
    }

        .catalog__my-order-item .catalog__my-order-date p {
            margin-right: 10px;
            width: auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            font-weight: 800;
            font-size: 16px;
            line-height: 20px;
            color: #151A30;
            margin-bottom: 8px;
        }

        .catalog__my-order-item .catalog__my-order-date .tag_name span {
            white-space: nowrap;
            display: block;
        }

    .catalog__my-order-item .title-order span {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #8F9BB3;
    }

    .catalog__my-order-item .catalog__my-order-time {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #8F9BB3;
        margin-bottom: 24px;
    }

    .catalog__my-order-item .catalog__my-order-link a {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #1982FF;
    }

    .catalog__my-order-item .catalog__my-order-link p {
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        color: #151A30;
    }

        .catalog__my-order-item .catalog__my-order-link p span {
            font-weight: 400;
            color: #8f9bb3;
        }

@media screen and (max-height: 800px ) {
    .my-order__item {
        padding: 6px 8px;
    }

    .catalog__my-order-item .catalog__my-order-time {
        margin-bottom: 4px;
    }
}

.tag_name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
}

.delivered {
    background: #CCFCE3;
}

.tag_name span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.delivered span {
    color: #00B887;
}

.catalog__my-order {
    margin: 32px 0 32px;
}

    .catalog__my-order h2 {
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
        color: #151A30;
    }

.catalog__my-order-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #D5DCE6;
    align-items: center;
}

.catalog__my-order-slider .swiper-slide {
    min-height: 130px;
}

.in-processing {
    background: #E8F2FF;
    border-radius: 8px;
}

    .in-processing span {
        color: #1982FF;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
    }

    .in-processing img {
        width: 16px;
        height: 16px;
    }

.preselected .in-processing {
    border: 1px solid #1982FF;
}

.way span {
    color: #1982FF;
}

.catalog__my-order-slider {
    position: relative;
}

.way {
    background: #EDF1F7;
}

.wrapper__block.profile.left-sidebar .filter-catalog__select {
    width: 230px;
}

.wrapper__block.profile.left-sidebar .multi-select-container {
    width: 220px;
}

.product-card__city {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper__text-before-block {
    display: flex;
    padding: 24px;
    border: 1px solid #D5DCE6;
    border-radius: 16px;
    margin-bottom: 32px;
}

.catalog-content.catalog-content-selections .product__list .product-card {
    margin: 0 8px 0;
    width: calc((100% - 8 * 8px) / 4);
    min-height: 560px;
    max-height: 560px;
}

.wrapper__text-before-block-img img {
    max-width: 100%;
}

.wrapper__text-before-block-img {
    width: 120px;
    height: 100px;
    margin-right: 32px;
    min-width: 120px;
}

.wrapper__text-before-block-info {
    width: auto;
    flex: 1 1 auto;
}

    .wrapper__text-before-block-info h5 {
        margin-bottom: 16px;
        font-weight: 800;
        font-size: 18px;
        line-height: 24px;
        color: #151A30;
    }

    .wrapper__text-before-block-info p.s1-subtitle {
        margin-bottom: 0;
    }

.product-card__city .cart-t__tags {
    margin-left: 8px;
}

    .product-card__city .cart-t__tags .tag img {
        margin-right: 0;
    }

.product-card__city .tag img.snow {
    width: 16px;
    height: 16px;
}

.tag-freezing p {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
    margin: 0 0 0 8px;
}

.cart-t__tags .tag {
    margin-right: 6px;
}

.wrapper__block.profile.left-sidebar .profile__mobile-block.order__mobile-block .filter-catalog__select {
    width: auto;
}

.wrapper__block.profile.left-sidebar .profile__mobile-block.order__mobile-block .form__select-group {
    margin-right: 0;
}

.catalog-content.catalog-content-selections .catalog-content__title-full {
    margin-top: 0;
    margin-bottom: 32px;
}

.catalog-content__title-full h1, .individual__top h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #151A30;
    margin-bottom: 0;
    padding: 0;
}

.catalog-content.catalog-content-selections .catalog-content__title-full h1 {
    margin-top: 32px;
}

.catalog__change-block {
    display: flex;
    align-items: center;
}

    .catalog__change-block p {
        margin-right: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #8F9BB3;
    }

.sidebar-filter__mobile-text, .filter__apply-all {
    display: none;
}

.object__checkbox-unit-delete {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
}

    .object__checkbox-unit-delete:hover {
        cursor: pointer;
    }

.product-card__valid-price .add-request {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #1982FF;
    margin-bottom: 16px;
}

.catalog-content__objects-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

    .catalog-content__objects-tags .catalog-content__tag-item {
        padding: 8px 12px;
        border: 1px solid #D5DCE6;
        border-radius: 12px;
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #151A30;
        margin: 0 12px 12px 0;
        transition: 0.5s;
    }

        .catalog-content__objects-tags .catalog-content__tag-item:hover {
            border: 1px solid #1982ff;
        }

.cart-t__title-top {
    display: flex;
    align-items: center;
    width: auto;
    flex: 1 1 auto;
}

.product-card__title {
    -webkit-box-orient: vertical;
}

.product-card__city p.subtitle {
    max-width: 195px;
    display: -webkit-box;
    overflow: hidden;
    min-height: 15px;
    max-height: 15px;
    text-decoration: inherit;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position: relative;
    -webkit-box-orient: vertical;
    margin-left: 0;
}

.cart-t__cub {
    position: relative;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

    .cart-t__cub .tooltipable__tooltip {
        right: inherit;
        left: -20px;
    }

    .cart-t__cub:hover {
        cursor: pointer;
    }

        .cart-t__cub:hover .tooltipable__tooltip {
            display: block;
        }

.product-page__slider-all .cart-t__count {
    margin-bottom: 0;
}

@media (max-width: 1599px) {
    .cart-t__descriptions .cart-t__description-item {
        width: 50%;
    }

    .product__wrapper .product-card {
        min-height: 671px;
        width: calc((100% - 6 * 8px) / 3);
    }
}

@media (max-width: 1339px) {
    .wrapper__block.profile.left-sidebar .multi-select-container {
        width: 145px;
    }

    .wrapper__block.profile.left-sidebar .filter-catalog__select {
        width: 165px;
    }

    .wrapper__block.profile.left-sidebar .profile__mobile-block.order__mobile-block .filter-catalog__select {
        width: auto;
    }

    .wrapper {
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .select__title {
        width: 100%;
    }

    .filter-catalog__select {
        width: 24%;
    }

    .cart-t__price-block {
        margin-top: 12px;
    }

        .cart-t__price-block .price {
            text-align: left;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .product-card__t {
        -ms-flex-align: inherit;
        align-items: inherit;
    }

    .product-card {
        margin: 28px 8px 0;
        width: calc((100% - 4 * 8px) / 2);
        min-height: 625px;
    }

    .show-text {
        display: none;
    }

    .catalog-content__center {
        overflow: hidden;
    }

    .product-card__t {
        position: relative;
    }

    .cart-t__price-block .tooltipable {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cart-t__price-block .price-act {
        margin-bottom: 6px;
    }

    .product-card__gallery {
        height: 255px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 20px;
    }

    .product-card__gallery .swiper-wrapper {
        height: 250px;
    }

    .individual__content .product__list .product-card:last-child, .collection .product__list .product-card:last-child {
        display: none;
    }

    .commercial-offer.product-card {
        background: #fbdaeb;
    }

    .commercial-offer .photo {
        opacity: 0;
    }

    .product-card__gallery .swiper-pagination-bullet {
        width: 47px;
    }

    .multi-select-container {
        width: 100%;
    }

    .product__list-table.cart-t .cart-t__price-block .tooltipable {
        display: none;
    }

    .sidebar__top, .wrapper .catalog-content .sidebar {
        width: 280px;
    }

    .wrapper__top-tooltip-credit {
        max-width: 93%;
    }

    .cart-t__descriptions .cart-t__description-item {
        width: 50%;
    }

    .cart-t__tags {
        margin-top: 8px;
    }
}

@media (max-width: 1339px) {
    .catalog-content.catalog-content-selections .product__list .product-card {
        margin: 0 8px 0;
        width: calc((100% - 6 * 8px) / 3);
        max-height: 585px;
    }

    .catalog__my-order .my-order__right .sum-block {
        padding-left: 0;
        min-width: 140px !important;
    }

    .catalog__my-order .my-order__right .volume {
        display: block !important;
    }

    .catalog__my-order .my-order__right .sum-block .price, .catalog__my-order .my-order__right .sum-block .subtitle {
        text-align: right;
    }
}

@media (max-width: 1279px) {


    .catalog-content.catalog-content-selections .product__list .commercial-offer.product-card {
        display: none;
    }

    .catalog-content.catalog-content-selections .product__list .product-card {
        width: calc((100% - 4 * 8px) / 2);
        min-height: 625px;
    }

    .product-card__gallery {
        margin: 0 auto;
    }

    .product-card__discount .my-order__right .sum-block {
        display: none;
    }

    .cart-t__right .cart-t__price-block .product-card__valid-price a {
        margin-top: 10px;
    }

    .cart-t__price-block-laptop {
        display: flex;
        margin-bottom: 24px;
        width: 100%;
    }

    .price__valid {
        margin: 0 0 0 12px;
    }

    .product__list-table .cart-t__to-cart {
        width: 240px;
    }

    .cart-t__block-right {
        flex-wrap: wrap;
    }

    .object__checkbox-unit {
        border: 0;
        padding: 0;
        margin-bottom: 32px;
    }

    .cart-t__right {
        min-width: 100%;
        width: 100%;
    }

    .product__list-table .cart-t__right .cart-t__price-block:last-child .price {
        justify-content: flex-start;
    }

    .object__checkbox-wrap label {
        padding: 5px 0 5px 35px;
    }

    .cart-t__price-block {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }

    .object__filter-title {
        font-weight: 800;
        font-size: 18px;
        line-height: 24px;
    }

    .object__checkbox-unit-delete {
        right: 0;
        top: 4px;
    }

    .wrapper .catalog-content .sidebar {
        display: none;
    }

    .wrapper__top .profile__sort {
        width: auto;
        flex: 1 1 auto;
    }

    .catalog-content__center {
        padding-left: 0;
    }

        .catalog-content__center .profile__sort .nice-select {
            width: 100%;
        }

    .profile__filter-mobile-block {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        width: 122px;
        height: 48px;
        background: #E8F2FF;
        border-radius: 8px;
        justify-content: center;
        margin: 0 24px;
    }

        .profile__filter-mobile-block p {
            margin-left: 8px;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #1982FF;
        }

    .product__wrapper .product-card {
        width: calc((100% - 4 * 8px) / 2);
    }

    .product__wrapper .product-card {
        min-height: 666px;
    }

    .product-page__slider-all .product__wrapper .product-card {
        width: 100%;
    }

    .catalog-content__title-right {
        min-width: 320px;
    }

    .wrapper__block.left-sidebar.role-person.tooltip-block .wrapper {
        padding-top: 120px;
    }

    .wrapper__top-tooltip-credit {
        max-width: 100% !important;
    }

    .product__wrapper.swiper-wrapper {
        margin: 32px -8px 0;
    }

    .product-card__gallery {
        width: 298px;
        height: 260px;
    }

    .catalog-content__new .product__wrapper .product-card {
        min-height: 666px;
    }

    .cart-t__cub {
        margin-left: 12px;
    }
}

@media (max-width: 1199px) {
    .wrapper__block.role-person .wrapper {
        padding-top: 70px;
    }

    .sidebar-filter__mobile-text {
        display: flex;
        margin-bottom: 32px;
        justify-content: space-between;
    }

        .sidebar-filter__mobile-text img.close {
            width: 24px;
            height: 24px;
        }

        .sidebar-filter__mobile-text p {
            font-weight: 800;
            font-size: 26px;
            line-height: 32px;
            color: #151A30;
        }

    .wrapper .catalog-content .sidebar.show {
        display: block;
    }

        .wrapper .catalog-content .sidebar.show .filter__apply-all {
            display: block;
        }

        .wrapper .catalog-content .sidebar.show #accordian, .wrapper .catalog-content .sidebar.show .sidebar__top {
            display: none;
        }

    .sidebar.show .sidebar-filter {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background: #fff;
        padding: 16px;
        overflow: auto;
        margin-top: 0;
        height: 100vh;
        overflow-x: hidden;
        width: 100%;
    }

        .sidebar.show .sidebar-filter .object__checkbox-wrap {
            height: auto;
        }

    .wrapper__block.left-sidebar.role-person .wrapper {
        padding-top: 80px;
    }

    .swiper-button-banner {
        padding: 0 16px;
    }
}

@media (max-width: 1023px) {
    .wrapper__top .profile__sort {
        order: 1;
    }

    .profile__filter-mobile-block {
        order: 2;
    }

    .catalog__change-block {
        order: 3;
    }

    .catalog__my-order .my-order__right {
        display: none;
    }

    .product-card {
        min-height: 625px;
    }

    .wrapper__top-tooltip-credit, .wrapper__top-tooltip-credit a {
        font-size: 10px;
    }

    .wrapper__top-tooltip-credit {
        max-width: 89%;
    }

    .catalog-full__banner-center {
        left: 50px;
    }

    .profile__sidebar {
        width: 88px;
    }

    .wrapper__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrapper h1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .wrapper__top .catalog__change {
        -ms-flex-order: 2;
        order: 2;
    }

    .wrapper__top-tooltip {
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0;
        margin-left: 16px;
        margin-bottom: 24px;
    }

        .wrapper__top-tooltip:before {
            display: none;
        }

    .wrapper .catalog-content .sidebar {
        display: none;
    }

    .catalog-content__center {
        width: 100%;
        padding-left: 0;
    }

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

    .product-card__gallery {
        margin: 0 auto;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px !important;
    }

    .filter-catalog__tags .one-tag, .filter-catalog__tags .reset-all {
        margin-bottom: 16px;
    }

    .filter-catalog__tags .reset-all {
        margin-top: 12px;
    }

    .left-sidebar .product-card__gallery {
        width: 268px;
    }
}

@media (max-width: 719px) {
    .catalog-content__new .product__wrapper .product-card {
        min-height: 100%;
    }

    .wrapper__block.role-person .wrapper {
        padding-top: 120px;
    }

    .catalog-content.catalog-content-selections .product__list .product-card {
        width: 100%;
        min-height: auto;
        max-height: auto;
        margin: 0;
    }

        .catalog-content.catalog-content-selections .product__list .product-card:nth-child(3) {
            display: none;
        }

    .wrapper__top-tooltip-credit a {
        display: none;
    }

    .wrapper__block.left-sidebar.role-person .wrapper {
        padding-top: 110px;
    }

    .links-block-bread {
        flex-wrap: wrap;
    }

    .product__wrapper.swiper-wrapper {
        margin: 24px 0 0;
    }

    .wrapper__top-tooltip-credit {
        padding: 7px 36px 7px 12px;
    }

    .catalog__change-block, .wrapper__top .profile__sort label {
        display: none;
    }

    /*.catalog-full__banner-block {*/
    /*    height: auto;*/
    /*}*/
    .catalog-content__title-right {
        width: 100%;
        justify-content: space-between;
    }

    .product-page__slider-all .product__wrapper .product-card {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper__block.left-sidebar.role-person.tooltip-block .wrapper {
        padding-top: 150px;
    }

    .product__wrapper .product-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        min-height: 100%;
    }

    .product-card .product-card__bottom {
        position: relative;
        bottom: inherit;
        left: inherit;
        width: 100%;
    }

    .product-card__title {
        display: -webkit-box;
        overflow: visible;
        min-height: auto;
        max-height: initial;
        text-decoration: inherit;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-line-clamp: inherit;
        position: relative;
        margin-bottom: 0;
    }

    .product-card__city {
        margin-bottom: 8px;
    }

    .catalog-content.catalog__full .product-card__city {
        margin-bottom: 0;
    }

    .product-card__bottom .product-card__price {
        margin-bottom: 12px;
    }

    .wrapper__text-before-block {
        flex-wrap: wrap;
    }

    .wrapper__text-before-block-img {
        margin-bottom: 32px;
    }

    .profile__filter-mobile-block {
        margin-right: 0;
    }

    .catalog-content__title-full {
        display: block;
    }

    .catalog-full__sale {
        display: none;
    }

    .catalog-content__title-left {
        margin-bottom: 24px;
    }

    .individual__top {
        padding-right: 0;
    }

    .catalog__my-order .my-order__bottom a {
        display: none;
    }

    .catalog__my-order .my-order__bottom {
        flex-wrap: wrap;
    }

    .individual__top a .btn-out-lg, .catalog-content__title-full a .btn-out-lg {
        max-width: 157px;
    }

    .wrapper__block.left-sidebar.role-person .header__logo-mobile {
        display: block;
    }

    .catalog-full__sale-photo {
        border: 1px solid #E1E5EB;
        border-radius: 24px;
    }

        .catalog-full__sale-photo img {
            border-radius: 24px;
        }

    .section-pagination__content .nav-item.arrow {
        padding: 3px 0;
        width: 40px;
        height: 40px;
    }

    .show-count {
        display: none;
    }

    .section-pagination {
        margin: 0 auto;
    }

    .multi-select-container {
        margin-bottom: 12px;
    }

    .wrapper h1 {
        width: 100%;
    }

    .filter-catalog__tags .reset-all {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 26px;
    }

    .filter-catalog {
        padding-bottom: 6px;
    }

    .filter-catalog__tags .one-tag, .filter-catalog__tags .reset-all {
        margin-bottom: 10px;
    }

    .wrapper__top-tooltip {
        display: none;
    }

    .wrapper__top .catalog__change {
        display: none;
    }

    .filter-catalog__select {
        width: 48%;
        margin-bottom: 16px;
    }

    .filter-catalog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-card {
        width: 100%;
        min-height: 625px;
    }

    .product__list {
        margin: 0 auto;
    }

    .product__wrapper .product-card {
        margin: 0 0 16px;
    }

    .product__wrapper .product__list.active {
        max-width: 400px;
    }

    .individual__content .product__list .product-card:nth-child(2) {
        display: none;
    }

    .commercial-offer.product-card, .commercial-offer.product-card {
        width: 100%;
        height: 480px;
        margin: 0 auto;
        max-width: 480px;
    }


    .individual__top {
        display: block;
    }

    .individual {
        margin: 28px 0 24px;
    }

    .individual__top p {
        margin-bottom: 10px;
    }

    .collection .product-card {
        margin: 24px 8px 0;
    }

    .collection .product__list .product-card:nth-child(2) {
        display: none;
    }

    .product-card {
        width: 100%;
        min-height: 625px;
        max-width: 480px;
    }

    .commercial-offer.product-card, .commercial-offer.product-card {
        min-height: 625px;
    }

    .collection {
        margin: 24px 0;
    }

        .collection .product-card {
            margin: 24px auto 0;
        }

    .individual .individual__content {
        height: 480px;
    }

    .filter-catalog__select {
        margin-bottom: 12px;
        height: 48px;
    }

    .catalog__my-order-title {
        display: block;
    }

        .catalog__my-order-title a .btn-out-lg {
            max-width: 157px;
        }

    .catalog__my-order .my-order__top {
        -ms-flex-wrap: wrap;
        flex-wrap: initial;
    }

        .catalog__my-order .my-order__top .number {
            margin-top: 0;
            order: 1;
            width: auto;
            flex: inherit;
        }

        .catalog__my-order .my-order__top .in-processing, .catalog__my-order .my-order__top .way {
            order: 2;
        }
}

@media (max-width: 480px) {
    .tooltip-block .header {
        top: 50px;
    }

    .tooltip-menu #sm_menu_ham {
        top: 78px;
    }

    .wrapper__block.left-sidebar.role-person.tooltip-block .wrapper {
        padding-top: 170px;
    }

    .wrapper__top-tooltip-credit {
        max-width: 100%;
    }

        .wrapper__top-tooltip-credit, .wrapper__top-tooltip-credit a {
            padding-right: 22px;
        }

    .wrapper__top-tooltip-credit {
        top: 0;
        margin-left: 0;
    }

    .commercial-offer.product-card {
        min-width: auto;
    }

    .catalog__my-order-item .catalog__my-order-date p {
        font-size: 12px;
        line-height: 16px;
    }

    .product__list-table.cart-t.active .cart-t__right {
        min-width: 0;
        width: 100%;
    }

    .product__list-table.cart-t.active .product-card__t .cart-t__to-cart {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .product__list-table.cart-t.active .cart-t__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product__list-table.cart-t.active .cart-t__price-block {
        width: 100%;
    }

        .product__list-table.cart-t.active .cart-t__price-block .price-act {
            text-align: left;
        }

    .product__list-table.cart-t.active .cart-t__center {
        width: auto;
        padding-right: 30px;
    }

    .cart-t__tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cart-t__tags .tag {
            margin-bottom: 8px;
        }

    .catalog-full__sale-left {
        margin-bottom: 20px;
        padding: 20px 20px 10px 0px;
    }

    .wrapper__block.profile.left-sidebar .multi-select-container, .wrapper__block.profile.left-sidebar .filter-catalog__select {
        width: 100%;
    }

    .wrapper__block.left-sidebar.role-person .wrapper {
        padding-top: 110px;
    }

    .role-person .header__logo-mobile {
        display: block;
    }

    .wrapper__block.left-sidebar .wrapper {
        padding-top: 46px;
    }

    .left-sidebar .catalog-content.catalog__full .individual .individual__top {
        display: block;
    }

    .catalog-full__sale-left p:first-child {
        font-size: 22px;
        line-height: 26px;
    }

    .catalog-full__sale-left p:last-child {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .catalog-full__sale-center {
        padding: 0 20px;
    }

    .catalog-full__sale-right {
        width: 200px;
    }

    .catalog-full__sale-center {
        display: block;
    }

    .left-sidebar .wrapper {
        max-width: 100%;
    }

    .catalog-full__banner-title p span {
        font-size: 22px;
        line-height: 32px;
    }

    .catalog-full__banner-center {
        left: 32px;
    }

    .left-sidebar .catalog-content__center {
        width: 100%;
        padding-left: 0;
    }

    .left-sidebar .wrapper {
        width: 100%;
    }

    .catalog__slider-product {
        width: 100%;
        max-width: 100%;
    }

    .profile__sidebar {
        width: 100%;
    }

    .cart-t__info {
        display: block;
    }

    .product-card__sale {
        right: 20px;
    }

    .catalog__slider-product .swiper-slide a img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .filter-catalog__select {
        width: 100%;
        margin-bottom: 12px;
        height: 48px;
    }

    .section-pagination__content .nav-item {
        height: 35px;
        width: 30px;
    }

        .section-pagination__content .nav-item .number {
            font-size: 14px;
            line-height: 24px;
            width: 25px;
        }

        .section-pagination__content .nav-item.arrow {
            padding: 3px 0;
            width: 30px;
            height: 35px;
        }

    .wrapper {
        padding-top: 72px;
    }

    .product-card__wrapper .swiper-slide {
        height: 220px !important;
    }

    .product-card__gallery {
        height: 250px;
    }

    .wrapper .catalog-content {
        padding: 32px 16px 0;
    }

    .swiper-button-objects, .swiper-button-recently {
        right: 0;
    }

    .individual .product-page__individual-slider .swiper-button-recently {
        top: 75px;
        left: 0;
        right: inherit;
    }

    .product__wrapper {
        margin-top: 24px;
    }

    .product-card__city-all {
        margin-bottom: 26px;
    }

    .individual {
        margin: 32px 0 0;
    }

    .catalog__my-order {
        margin: 32px 0 32px;
    }

    .tooltip-menu #sm_menu_ham.open {
        top: 16px;
    }

    .catalog-full__banner-block {
        height: 360px;
    }

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

@media (max-width: 350px) {
    .product-card__wrapper .swiper-slide {
        width: 258px !important;
    }

    .product-card__gallery {
        width: 100%;
    }

    .product-card__wrapper .swiper-slide {
        height: 215px !important;
    }

    .product-card__gallery .swiper-wrapper {
        height: 260px;
    }

    .product-card__gallery {
        height: 260px;
    }

    .product-card {
        min-height: 550px;
    }
}

.video-player.fancybox-content {
    padding:0px;
    border-radius:16px;
}