@media (max-width: 1410px) {
    .dropdown_fullWidth {
        width: 1050px;
    }
}

.product_eas {
    display: none;
}

@media (max-width: 1405px) {
    .search {
        width: 600px;
    }

    .dropdown_fullWidth {
        width: 845px;
    }

    .catalog__wrapper .col {
        width: 33.333333%;
    }

    .order__right {
        margin: 0 0 0 30px;
    }
}

@media (max-width: 1199px) {
    .search {
        width: 465px;
    }

    .header__item:not(:last-child) {
        margin: 0 16px 0 0;
    }

    .nav > ul {
        gap: 0 20px;
    }

    .lang {
        margin: 0 10px;
    }

    .btn-callback {
        width: 44px;
        margin: 0 12px;
        flex-shrink: 0;
    }

    .btn-callback span {
        display: none;
    }

    .btn-callback i {
        margin: 0;
    }

    .header__top {
        position: relative;
    }

    .dropdown_fullWidth {
        width: 645px;
    }

    .dropdown {
        min-width: 300px;
    }

    .dropdown__col {
        width: 33.333333%;
    }

    .card__left {
        max-width: 520px;
    }

    .card__options-row {
        gap: 16px 10px;
    }

    .card__soc {
        height: 160px;
        padding: 26px 42px;
    }

    .card__soc-text {
        padding: 0 0 0 146px;
    }

    .card__soc-text p {
        font-size: 22px;
    }

    .card__name {
        font-size: 28px;
    }

    .card__content-left {
        max-width: 500px;
    }

    .card__content-right {
        top: 70px;
        padding: 20px;
    }

    .card__content-img {
        max-width: 220px;
        margin: 0 auto 16px;
    }

    .card__content-right .card__name {
        font-size: 18px;
        margin: 0 0 16px 0;
    }

    .catalog__table table thead th:first-child {
        padding-left: 5px;
    }

    .catalog__table table td:first-child {
        padding-left: 5px;
    }

    .td__wrap {
        width: 210px;
    }

    .catalog__table-btns {
        flex-direction: column;
        gap: 9px 0;
        padding: 0 0 0 15px;
    }

    .order__right {
        width: 400px;
    }

    .lk__nav {
        width: 200px;
        margin: 0 30px 0 0;
    }

    .orders__top {
        margin: 0 0 60px 0;
    }

    .orders__item-row {
        gap: 0 30px;
    }
}

@media (max-width: 991px) {
    .order-main-data {
        flex-wrap: wrap;
    }

    .order-main-data .order_info_text_block {
        width: 30%;
    }

    .orders__item-btns {
        flex-direction: column;
        gap: 10px;
    }

    .orders__item-btn,
    .orders__item-btns .add__cart {
        width: 100%;
    }

    .catalog__table table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1px;
    }

    .catalog__table table tr .td__mrc {
        order: 8;
    }

    .catalog__table table tr .td__price {
        padding: 0px 0 0 85px;
        order: 4;
    }

    .catalog__table table tr .td__price .catalog__table-desc {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .td__price .catalog__table-desc span.base-price {
        font-weight: 500;
    }

    .td__price .catalog__table-desc .price_old {
        font-size: 15px;
    }

    .td__price .catalog__table-desc span.price-wrap {
    }

    .header__top-right {
        flex-grow: 1;
        justify-content: flex-end;
    }

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

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 60px 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nav.active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .nav > ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 48px 0;
        order: 1;
    }

    .xs-btn-callback button,
    .nav > ul > li > a {
        font-size: 16px;
        font-weight: 500;
    }

    .btn-callback {
        display: none;
    }

    .btn-numbers {
        display: block;
    }

    .btn-numbers i {
        font-size: 24px;
        color: #fff;
    }

    .lang {
        margin: 45px 0;
        order: 3;
    }

    .lang__item {
        font-size: 24px;
        justify-content: center;
    }

    .lang__dropdown {
        width: 100%;
        text-align: center;
    }

    .b-mobile {
        display: block;
    }

    .menu-icon {
        cursor: pointer;
        transition: 0.3s;
    }

    .menu-icon__wrapper {
        position: relative;
        width: 31px;
        height: 24px;
        margin: 0 auto 0;
    }

    .menu-icon.active b {
        transition: 0.5s;
    }

    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 3px;
        background: #3ed182;
        border-radius: 8px;
        -webkit-transition: background-color 0.35s,
        -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s,
        transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1),
        opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .menu-icon .b-menu__line_1 {
        top: 0;
    }

    .menu-icon .b-menu__line_2 {
        width: 100%;
        top: 10px;
    }

    .menu-icon .b-menu__line_3 {
        top: 19px;
    }

    .menu-icon.active .b-menu__line {
        background: #3ed182;
    }

    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
        width: 100%;
    }

    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
        width: 100%;
    }

    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .header__content {
        position: relative;
    }

    .search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #262626;
        z-index: 4;
        padding: 10px;
        display: none;
    }

    .search.active {
        display: block;
    }

    .search__btn {
        top: 10px;
        right: 10px;
    }

    .xs-search {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: #fff;
        background: #3ed182;
        border-radius: 12px;
        margin: 0 12px 0 0;
    }

    .btn-callback {
        width: 40px;
        height: 40px;
        background: #3ed182;
        border-radius: 12px;
    }

    .btn-callback i {
        font-size: 24px;
        color: #fff;
    }

    .xs-btn-callback {
        display: block;
    }

    .header__catalog ul li {
        display: block;
        position: relative;
    }

    .header__catalog ul li.drop .icon-arrow-right {
        position: absolute;
        top: 0px;
        right: 0;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: inherit;
        transition: 0.3s;
    }

    .header__catalog ul li:not(:last-child) {
        margin: 0;
    }

    .header__catalog ul li a {
        height: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .dropdown {
        min-width: auto;
        min-height: inherit;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 5px 0 0 0;
        margin: 0 0 0 10px;
        border: none;
        display: none;
        transition: inherit;
    }

    .dropdown .dropdown {
        margin: 0 0 0 15px;
    }

    .dropdown__col {
        width: 100%;
    }

    .header__catalog ul li.drop.active > a {
        color: #333;
    }

    .header__catalog ul li.drop.active > .icon-arrow-right {
        transform: rotate(90deg);
        color: #333;
    }

    .dropdown_fullWidth {
        width: auto;
        padding: 5px 0 0 0 !important;
        margin: 0 !important;
    }

    .dropdown__row {
        margin: 0;
        gap: 10px 0;
    }

    .dropdown__col {
        padding: 0;
    }

    .dropdown__item {
        height: auto !important;
        flex-direction: row-reverse;
        justify-content: flex-end !important;
        text-align: left;
    }

    .dropdown__item-img {
        width: 70px;
        flex-shrink: 0;
        margin: 0 10px 0 0;
    }

    .dropdown__item-name {
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    .header__catalog {
        left: 0;
        padding: 0 15px;
        width: 100%;
    }

    .header__catalog-left {
        width: 100%;
        padding: 15px;
        border-radius: 8px !important;
    }

    .catalog__btn.active:before {
        content: "\e90c";
    }

    .catalog__btn:after {
        position: absolute;
        top: 50%;
        left: 44px;
        transform: translateY(-50%);
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #fff;
        display: none;
    }

    .catalog__btn.active:after {
        display: block;
    }

    .card__content-left {
        max-width: 100%;
    }

    .card__content-right {
        display: none;
    }

    .card__left {
        max-width: 50%;
    }

    .card__slider-item {
        height: 400px;
    }

    .card__left .item__fav {
        z-index: 5;
    }

    .card__nav ul li a {
        padding: 16px 20px 16px 20px;
    }

    .card__soc {
        height: 110px;
        max-width: 369px;
    }

    .card__soc-text {
        padding: 0 20px 0 95px;
    }

    .card__soc-text p {
        font-size: 14px;
    }

    .card__soc-btn {
        width: 95px;
        height: 25px;
        font-size: 10px;
    }

    .card__soc-btn:after {
        bottom: -11px;
        right: -10px;
        width: 19px;
        height: 31px;
        background-size: contain;
    }

    .cart__table table thead td:nth-child(3) {
        width: 115px;
    }

    .cart__table table thead td:nth-child(4) {
        width: 180px;
    }

    .articles .col {
        width: 33.333333%;
    }

    .catalog__wrapper .col {
        width: 50%;
    }

    .catalog__table:before {
        display: none;
    }

    .catalog__table table {
        display: block;
    }

    .catalog__table table thead {
        display: none;
    }

    .catalog__table table tbody {
        display: block;
    }

    .catalog__table table tbody tr {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
        padding: 0 0 24px 0;
        margin: 0 0 24px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .catalog__table table tr td {
        display: block;
        padding: 0;
        border: none;
        width: auto !important;
    }

    .catalog__table table tr td.td__checkbox {
        order: 1;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .td__img {
        order: 2;
        margin: 0 14px 0 0px;
    }

    .catalog__table table tr td.td__wrap {
        order: 3;
        margin: 0 6px 24px 0;
        width: 65% !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .catalog__table-name {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .td__mrc {
        order: 5;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    /*.td__mrc_ed-cart{*/
    /*  order: 6;*/
    /*  padding: 0 0 0 85px;*/
    /*  width: 100% !important;*/
    /*}*/
    .td__ost {
        order: 6;
    }

    .product_eas {
        order: 7;
        display: block;
        padding: 0px 0 0 85px !important;
        width: 100% !important;

    }

    .product_eas i {
        font-style: normal;
        display: block;
        font-weight: 400;
        font-size: 13px;
        color: #313131;
    }

    .product_eas span {
        font-weight: 400;
        font-size: 15px;
        color: #313131;
    }

    .product_eas .ss-cart {
        display: block;
    }

    .sdfsdfs {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 0 0 12px 0;
    }


    .td__price {
        order: 8;
    }

    .catalog__table table tr td.td__q {
        order: 4;
    }

    .catalog__table table tr td.td__mrc,
    .catalog__table table tr td.td__ost,
    .catalog__table table tr td.product_eas,
    .catalog__table table tr td.td__price {
        width: 100% !important;
        margin: 0 0 12px 0;
        padding: 0 0 0 38px;
    }

    .catalog__table table tr td.td__mrc {
        margin: 0;
    }

    .td-btns {
        position: absolute;
        top: 0;
        right: 0;
    }

    .catalog__table-desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 0 0 12px 0;
    }

    .catalog__table table tr td.td__mrc .catalog__table-desc {
        border: none;
        padding: 0;
    }

    .catalog__table-desc i {
        font-style: normal;
        display: block;
        font-weight: 400;
        font-size: 13px;
        color: #313131;
    }


    .catalog__table-quantity {
        margin: 0 0 0 20px;
    }

    .catalog__table-btns {
        flex-direction: row;
        padding: 0;
        gap: 0 8px;
    }

    .order__wrapper {
        flex-direction: column-reverse;
    }

    .order__right {
        width: 100%;
        margin: 0 0 48px 0;
    }

    .order__right-container {
        padding: 16px 10px 16px 16px;
    }

    .order__item-img {
        width: 73px;
        margin: 0 12px 0 0;
    }

    .orders__top {
        display: block;
        margin: 0 0 30px 0;
    }

    .orders__search {
        margin: 0 0 15px 0;
    }

    .adress__item {
        display: block;
    }

    .adress__item-left {
        margin: 0 0 20px 0;
    }

    .delivery .content__nav ul li a {
        font-size: 16px;
    }

    .payment .col {
        width: 50%;
    }

    .contacts__wrapper {
        flex-direction: column-reverse;
    }

    .contacts__left {
        margin: 0;
    }

    .contacts__bottom {
        margin: 60px 0 0 0;
        flex-direction: column-reverse;
    }

    .contacts__map {
        width: 100%;
        order: 2;
    }

    .contacts__map iframe {
        height: 350px !important;
    }

    .contacts__bottom-xs {
        display: block;
        order: 3;
    }

    .contacts__bottom .title {
        display: none;
    }

    .contacts__bottom-xs .title {
        display: block;
    }

    .contacts__form {
        order: 1;
        width: 100%;
        max-width: 100%;
        margin: 32px 0 0 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    .header__contacts {
        order: 2;
        margin: 45px 0 0 0;
    }

    .header__contacts-dropdown {
        position: static;
        display: block;
    }

    .header__contacts-btn {
        display: none;
    }

    .header__contacts-top a {
        font-size: 18px;
    }

    .header__contacts-dropdown a {
        font-size: 18px;
    }

    .header__contacts .icon-phone {
        margin: -4px 12px 0 0;
    }

    .header__contacts-dropdown a .icon-phone {
        margin: -4px 12px 0 0;
    }

    .header__item-top span {
        display: none;
    }

    .header__item-ico {
        margin: 0;
    }

    .header__item:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .catalog__btn {
        width: 200px;
        height: 40px;
    }

    .footer__content {
        flex-wrap: wrap;
        gap: 32px 10px;
        padding: 48px 0;
    }

    .footer__left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__left .footer__logo {
        margin: 0 0 16px 0;
    }

    .footer__left .footer__item-social {
        justify-content: center;
    }

    .footer__item-regions {
        flex-basis: 100%;
        width: 100%;
        order: 10;
    }

    .footer__regions-toggle {
        cursor: pointer;
        user-select: none;
        padding-right: 24px;
        position: relative;
    }
    .footer__regions-icon {
        display: inline-flex;
        align-items: center;
        margin-left: 6px;
        vertical-align: middle;
        transition: transform 0.2s;
    }
    .footer__item-regions.is-open .footer__regions-icon {
        transform: rotate(180deg);
    }

    .footer__regions-list-wrap {
        display: none;
    }
    .footer__item-regions.is-open .footer__regions-list-wrap {
        display: block;
    }

    .footer__regions-list {
        grid-template-columns: 1fr;
        gap: 8px 0;
    }

    .footer__item {
    }

    .footer__item_info {
        flex-basis: 100%;
        width: 100%;
    }

    .footer__item-title {
        font-size: 14px;
        margin: 0 0 16px 0;
    }

    .footer__item ul li,
    .footer__item ul li a {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .title {
        font-size: 24px;
    }

    .blog .swiper-slide {
        max-width: 162px;
        margin: 0 10px 0 0;
    }

    .blog__item-name {
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    .blog__item-row {
        margin: 0 0 10px 0;
    }

    .blog__item-text p {
        font-size: 10px;
    }

    .section__top {
        margin: 0 0 24px 0;
    }

    .blog__image img {
        height: 283px;
        object-fit: cover;
    }

    .blog__image {
        margin: 0 0 48px 0;
    }

    .text {
        margin: 0 0 48px 0;
    }

    .section__slider .swiper-slide {
        max-width: 162px;
        margin: 0 5px 0 0;
    }

    .item {
        padding: 8px;
    }

    .item__name {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item__date {
        font-size: 10px;
    }

    .item__row-text {
        font-size: 10px;
        margin: 0 0 0 8px;
    }

    .item__stars .star {
        width: 12px;
        background-size: contain;
    }

    .item__img {
        height: 130px;
        padding: 10px 0 0 0;
    }

    .item__img img {
        object-fit: contain;
    }

    .item__label {
        left: 8px;
        font-size: 10px;
        height: 18px;
        padding: 0 7px;
    }

    .item__fav {
        width: 16px;
        height: 16px;
        background-size: contain;
        top: 8px;
        right: 8px;
    }

    .slider__item {
        height: 311px;
    }

    .slider__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider__item--no-mob {
        height: auto;
    }

    .slider__item--no-mob img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

    .mainSlider .swiper-slide {
        max-width: 111px;
        margin: 0 6px;
    }

    .mainSlider__item-img {
        height: 84px;
    }

    .mainSlider__item-name {
        font-size: 12px;
    }

    .mainSlider .slider__arrow {
        display: none;
    }

    .mainSlider .swiper-container:before,
    .mainSlider .swiper-container:after {
        display: none;
    }

    .mainSlider .container {
        padding: 0;
    }

    .mainSlider {
        margin: 32px 0 48px 0;
    }

    .section_1 .container {
        padding: 0;
    }

    .section_1 .section__top {
        padding: 0 15px;
    }

    .section_1 .swiper-wrapper {
        padding: 0 0 0 15px;
    }

    .blog .container {
        padding: 0;
    }

    .blog .swiper-wrapper {
        padding: 0 0 0 15px;
    }

    .blog .section__top {
        padding: 0 15px;
    }

    .catalog__btn:after {
        left: 41px;
    }

    .search__dropdown {
        margin: 0;
    }

    .card__wrapper {
        display: block;
        margin: 0 0 32px 0;
    }

    .card__left {
        max-width: 100%;
    }

    .card__right {
        margin: 24px 0 0 0;
    }

    .card__nav {
        display: none;
    }

    .card__char ul li b {
        flex-shrink: inherit;
        text-align: right;
    }

    .card__reviews-item {
        padding: 20px;
    }

    .card__options-row {
        gap: 16px 24px;
    }

    .card__name {
        font-size: 24px;
        margin: 0 0 16px 0;
    }

    .card__soc {
        margin: 24px 0 0 0;
    }

    .card__soc-text {
        padding: 0 20px 0 60px;
    }

    .card__desc .card__section-title {
        display: block;
    }

    .card__section-title {
        margin: 0 0 24px 0;
        font-size: 24px;
    }

    .cart .title {
        margin: 0;
    }

    .cart__table:before {
        display: none;
    }

    .cart__table table thead {
        display: none;
    }

    .cart__table table {
        display: block;
    }

    .cart__table table tbody {
        display: block;
    }

    .cart__table table tbody tr {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 24px 0;
        position: relative;
    }

    .cart__table table tbody td {
        padding: 0 !important;
        border: none;
    }

    .cart__table table tbody td:nth-child(1) {
        width: 63px;
        margin: 0 16px 0 0;
        position: absolute;
    }

    .cart__table table tbody td:nth-child(2) {
        width: 50%;
        margin: 0 26px 0 79px;
    }

    .cart__table table tbody td:nth-child(3) {
        display: none;
    }

    .cart__table table tbody td:nth-child(4) {
        width: 100%;
        margin: 16px 0 0 79px;
    }

    .cart__table table tbody td:nth-child(5) {
        width: 100%;
        margin: 16px 0 0 79px;
    }

    .cart__text .item__fav {
        background-size: contain;
        position: absolute;
        top: 13px;
        right: 29px;
    }

    .cart__delete {
        position: absolute;
        top: 21px;
        right: 0;
        color: #f00000;
    }

    .cart__total {
        justify-content: space-between;
    }

    .cart__total-price {
        font-size: 16px;
    }

    .cart {
        padding: 0 0 80px 0;
    }

    /* Cart modal scroll fix for mobile */
    #myCart .modal-content {
        max-height: 90vh;
        display: flex;
        flex-direction: column;
    }

    #myCart .popup_cart {
        display: flex;
        flex-direction: column;
        max-height: 100%;
        overflow: hidden;
    }

    #myCart .popup_cart .header {
        display: flex;
        flex-direction: column;
        max-height: 100%;
        overflow: hidden;
    }

    #myCart .popup_cart .popup_cart_title {
        flex-shrink: 0;
    }

    #myCart .popup_cart .cart__table {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(90vh - 250px);
        -webkit-overflow-scrolling: touch;
    }

    #myCart .popup_cart .cart__total {
        flex-shrink: 0;
        margin-top: auto;
        padding-top: 16px;
    }

    .articles .row {
        margin-top: -24px;
    }

    .articles .col {
        width: 50%;
        margin-top: 24px;
    }

    .articles .title {
        margin: 0 0 24px 0;
    }

    .section {
        margin: 0 0 40px 0;
    }

    .catalog__container {
        display: block;
        position: relative;
    }

    .catalog__filter {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #e8e8e8;
        background: #fff;
        border-radius: 8px;
        width: 100%;
        height: 41px;
        padding: 0 16px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #313131;
        margin: 0 0 24px 0;
        position: relative;
    }

    .catalog__filter:after {
        position: absolute;
        top: 16px;
        right: 16px;
        background: url("../img/select-arrow.svg") center no-repeat;
        content: "";
        width: 14px;
        height: 9px;
        transition: 0.3s;
    }

    .catalog__top {
        display: block;
        margin: 0 0 8px 0;
    }

    .catalog__top .title {
        margin: 0 0 24px 0;
    }

    .catalog__sort {
        width: 100%;
    }

    .catalog__aside {
        position: absolute;
        top: 49px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 3;
        display: none;
    }

    .catalog__filter.active:after {
        transform: rotate(180deg);
    }

    .modalCart .modal-content {
        padding: 16px;
    }

    .catalog__btns {
        display: none;
    }

    .catalog__table table tbody tr {
        padding: 0 0 24px 24px;
    }

    .catalog__table table tr td.td__checkbox {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .catalog__table table tr td.td__wrap {
        width: calc(100% - 87px) !important;
        margin: 0 0 24px 0;
    }

    .catalog__table-name {
        min-height: 32px;
        font-size: 16px;
        margin: 0 0 16px 0;
        padding: 0 90px 0 0;
    }

    .catalog__table table tr td.td__mrc,
    .catalog__table table tr td.td__ost,
    .catalog__table table tr td.td__price {
        padding: 0px 0 0 70px;
    }

    .order__item-text {
        display: block;
    }

    .order__item-price {
        text-align: left;
        margin: 12px 0 0 0;
    }

    .order__item-name {
        max-width: 100%;
    }

    .order__right-title {
        font-size: 16px;
        padding: 20px;
    }

    .order__right-delivery {
        padding: 16px;
    }

    .order__right-total {
        padding: 16px;
    }

    .content__nav {
        margin: 0 0 24px 0;
    }

    .content__nav ul li a {
        font-size: 16px;
    }

    .order__block .row .col {
        width: 100%;
    }

    .order__btn {
        margin: 48px auto 0;
    }

    .lk .title {
        margin: 0 0 24px 0;
    }

    .lk__wrapper {
        display: block;
    }

    .lk__nav {
        width: 100%;
        margin: 0 0 32px 0;
        position: relative;
    }

    .lk__nav ul {
        width: 100%;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        background: #fff;
        padding: 16px;
        z-index: 2;
        margin: 5px 0;
    }

    .lk__nav ul li a {
        font-size: 14px;
    }

    .lk__nav ul li:last-child a {
        border: none;
        padding: 0;
    }

    .lk__nav-toggle {
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        width: 100%;
        height: 41px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #313131;
        position: relative;
        padding: 0 16px;
        display: none;
    }

    .lk__nav-toggle:after {
        position: absolute;
        top: 50%;
        right: 16px;
        content: "";
        transform: translateY(-50%);
        background: url("../img/select-arrow.svg") no-repeat;
        width: 13px;
        height: 8px;
    }

    .settings .order__block:not(:last-child) {
        margin: 0 0 24px 0;
    }

    .adress__item {
        padding: 20px;
    }

    .adress__item-change {
        width: 50%;
    }

    .adress__item-delete {
        width: 50%;
    }

    .adress__item:not(:last-child) {
        margin: 0 0 12px 0;
    }

    .delivery .content__nav {
    }

    .responsive-select {
        display: block;
        display: none;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        width: 100%;
        height: 41px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #313131;
        padding: 0 16px;
        background: #fff url("../img/select-arrow.svg") right 16px center no-repeat;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0 0 26px 0;
    }

    .payment .row {
        margin-right: 0;
        margin-left: 0;
    }

    .payment .col {
        width: 100%;
        padding: 0;
    }

    .delivery__block ul li {
        flex-wrap: wrap;
        gap: 16px 10px;
    }

    .delivery__block ul li b {
        display: block;
    }

    .delivery__block-top {
        font-size: 16px;
        padding-left: 20px;
        margin: 0 0 24px 0;
    }

    .delivery__block-top:before {
        top: 4px;
    }

    .contacts__map iframe {
        height: 200px !important;
    }

    .contacts__form .input:not(:last-child) {
        margin: 0 0 16px 0;
    }

    .contacts .title {
        margin: 0 0 32px 0;
    }

    .user__modal {
        right: -20px;
        border: 1px solid #e8e8e8;
        z-index: 10;
    }

    .user__modal:before {
        right: 23px;
    }

    .breadcrumbs .mobile-breadcrumbs {
        display: block;
    }

    .breadcrumbs ul {
        display: none;
        flex-wrap: wrap;
        gap: 5px 0;
    }

    .delivery .content__nav ul li a {
        font-size: 14px;
    }

    .out-of-stock {
        text-align: right;
    }

    .card__content-left p {
        font-size: 16px;
    }

    .card__options {
        min-height: inherit;
    }

    .orders__item-row {
        padding-top: 0px;
    }

    .order-main-data .order_info_text_block {
        width: 48%;
    }

    .order_info_text_wrap > div > div:last-child {
        width: 100%;
    }

    .maTOe {
        width: 33.333333%;
    }

    .maTOe b {
        display: block;
        margin: 0 0 8px 0;
    }

    .gridProduct {
        display: flex;
        flex-wrap: wrap;
    }

    .unstap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .gridProduct .prods {
        float: none;
        padding: 0;
        margin: 0;
    }

    .orderinfos {
        display: none;
    }

    .gridProduct .images {
        width: 60px;
        float: none;
    }

    .line_acti-wrap {
        display: flex;
        justify-content: center;
    }

    .card__delivery-block ul li strong span {
        margin: 0 0 0 -50px;
    }

    .item__wrap {
        flex-wrap: wrap;
    }

    .item__price, .price_old {
        font-size: 16px;
    }

    .add__cart {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
}

@media (max-width: 585px) {
    .orders__item {
        padding: 0 0 24px 0;
    }

    .orders__item-row {
        display: block;
        position: relative;
        padding-right: 150px;
        padding-left: 20px;
    }

    .orders__item-row:before {
        height: 100%;
    }

    .orders__item-col:not(:first-child) {
        margin: 16px 0 0 0;
    }

    .orders__item-btns {
        position: absolute;
        top: 0;
        right: 0;
    }

    .orders__item:not(:last-child) {
        margin: 0 0 24px 0;
    }

    .orders__search-input {
        padding-left: 13px;
        font-size: 12px;
    }

    .order_info_text_wrap > div {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .order_info_text_wrap > div > div:last-child {
        width: 100%;
    }
}

@media (max-width: 486px) {
    .user__modal {
        right: -125px;
    }

    .user__modal:before {
        display: none;
    }
}

@media (max-width: 439px) {
}

@media (max-width: 389px) {
}

@media (max-width: 530px) {
}


@media (max-width: 420px) {
    .ajax_items .item__row .add__cart {
        width: 100% !important;
    }

    .catalog__table-btns{
        align-items: center;
    }

    .ajax_items .add__cart {
        width: 35px !important;
        height: 35px;
        font-size: 22px;
        /*margin-top: 4px;*/
    }

}

@media (max-width: 720px) {

    .in_line_priz {
        position: relative !important;
        top: -9px !important;
    }

    .section__slider .item__wrap {
        position: relative;
        top: 1px;
    }

    .section__slider .item__capacity {
        display: none;
    }
}

@media (max-width: 400px) {
    .in_line_priz {
        position: relative !important;
        top: -78px !important;
    }
}



@media (max-width: 530px) {
    .item__wrap{
        position: relative;
    }

    .item__name{
        min-height: 20px;
    }
}
