@media screen and (min-width:1281px){
    .card__content:hover .info-card__options {
        opacity: 1;
        pointer-events: auto;
    }
    .catalog-grid__item:hover .catalog-item__options {
        opacity: 1;
        pointer-events: auto;
    }
}
@media screen and (max-width:1280px){
    .card__content .info-card__options {
        opacity: 1;
        pointer-events: auto;
    }
    .catalog-grid__item .catalog-item__options {
        opacity: 1;
        pointer-events: auto;
    }
}

.bx-touch .card__content .info-card__options, .bx-touch .catalog-grid__item .catalog-item__options{
    opacity: 1;
    display: grid;
    pointer-events: auto;
}
.g-recaptcha > div {
    margin: 16px auto;
}
.modal-callback__form .recaptcha__wrap {
    display: flex;
    justify-content: center;
    max-width: 960px;
}
.modal-callback__form .recaptcha__wrap .g-recaptcha>div {
    margin: 16px;
}
.modal-callback__form .recaptcha__wrap .g-recaptcha.g-recaptcha-error {
    border: 2px solid #e03127;
    margin-bottom: 5px;
}
.js-add2favorite{
    display: none;
}
.header__options-mobile {
    display: none;
}
.header__compare {
    display: block;
    position: relative;
}
.header__compare.active:after {
    content: '';
    background: #c60b3c;
    border: 1px solid #f4f4f4;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 25px;
    border-radius: 50%;
}
.popup.popup-compare {
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    background: none;
    transition: none;
}
.popup-compare .popup__overlay{
    display: none;
}
.popup-compare .popup__table{
    width: 100%;
    height: auto;
    padding: 0;
    color: #1f1c1c;
}
.popup-compare .popup__block {
    box-shadow: 0 5px 15px rgba(28, 29, 31, 0.1);
    margin: 0 0 20px 0;
    width: 100%;
}
.popup-compare .popup-buy-shops {
    max-width: 1100px;
    width: 100%;
}
.popup-compare .popup-buy-shops .prod-item{
    box-shadow: none;
    justify-content: space-evenly;
    padding: 7px 35px 7px 60px;
}
.popup-compare .mess-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.popup-compare .link-action {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #c60b3c;
    cursor: pointer;
}
.popup-compare .prod-wrap{
    margin-left: 46px;
    margin-right: 15px;
    flex-basis: 60%;
}
.popup-compare .popup-buy-shops .prod-item .prod-logo {
    width: 75px;
    height: 75px;
}
.popup-compare .popup-buy-shops .prod-item .prod-name{
    margin-left: 0;
    margin-right: 0;
}
.popup-compare .popup-buy-shops .prod-item .prod-price{
    flex-basis: 20%;
}
.popup-compare .popup-buy-shops .popup__close {
    flex-basis: 10%;
}
.popup-compare .arrow_icon {
    transition: .2s;
    margin-left: 10px;
}


@media screen and (max-width: 1000px){
    .popup-compare .popup-buy-shops .prod-item .prod-price {
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 30px 7px 30px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-logo {
        width: 75px;
        height: 75px;
    }
    .popup-compare .prod-wrap {
        margin-left: 32px;
        flex-basis: 90%;
    }

    .popup-compare .popup-buy-shops .prod-item .prod-name {
        font-size: 14px;
        line-height: 18px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-price {
        text-align: left;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name .prod-price {
        font-size: 20px;
        line-height: 28px;
    }
    .popup-compare .popup-buy-shops .popup__close {
        flex-basis: 5%;
    }
}
@media screen and (max-width: 650px){
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 15px 7px 15px;
    }
    .popup-compare .prod-wrap {
        margin-left: 15px;
        flex-basis: 90%;
    }
}
@media screen and (max-width: 470px){
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 12px 7px 12px;
    }
    .popup-compare .prod-wrap {
        margin-left: 12px;
        flex-basis: 90%;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-logo {
        width: 45px;
        height: 45px;
    }
    .popup-compare .mess-text {
        font-size: 12px;
        line-height: 15px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name {
        font-size: 8px;
        line-height: 10px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name .prod-price {
        display: none;
    }
    .popup-compare .link-action {
        font-size: 10px;
        line-height: 13px;
    }
    .popup-compare .mess-text {
        margin-bottom: 4px;
    }
    .header__compare {
		display: block;
		margin-left: 0;
	}
    .header__options-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }
    .header__options-mobile .header__compare {
        margin-left: 0;
        display: flex;
        align-items: center;
		display: none;
    }
    .header__options-mobile .header__compare span{
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-left: 18px;
    }
    
    .body-white .header__options-mobile svg path {
        fill: #1f1c1c;
    }
    .header__options-mobile a svg path, .header__options-mobile div svg path {
        transition: .4s;
    }
}

.crumbs-compare .crumbs__wrapper{
    padding-left: 0;
}
.wrapper .compare__title,
.wrapper .compare-tab-content{
    color: #1f1c1c
}
.wrapper .compare__title{
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    margin: 20px 0 35px;
}
.compare-empty{
    margin: 30px 0 70px;
    text-align: center;
}
.compare-empty .compare-ttl{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
.compare-empty .compare-add-whith{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.compare-empty .compare-add-whith svg{
    margin-left: 10px;
}
.compare-empty .compare-catalog-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1f1c1c;
    border: 1.5px solid #1f1c1c;
    padding: 9px;
    width: 90%;
    max-width: 720px;
    display: inline-block;
    border-radius: 2px;
}

.categorySlider.compare .categorySlider__slide {
    cursor: pointer;
    padding-bottom: 21px;
}
.categorySlider.compare .categorySlider__slide.active{
    padding-bottom: 18px;
    border-bottom: 3px solid #c60b3c;
}

.categorySlider.compare .categorySlider__slide:after{
    display: none;
}

.categorySlider.compare .categorySlider__text {
    
}
.categorySlider.compare .categorySlider__text .item-count{
    color: #a7a7a7;
    margin-left: 5px;
}

.categorySlider.compare .categorySlider__slide.active .categorySlider__text,
.categorySlider.compare .categorySlider__slide:hover .categorySlider__text{
    color: #1f1c1c;
}

.compare-tab-content{
    display: none;
}
.compare-tab-content.active{
    display: block;
}

.js-compare svg path{
    fill: #1f1c1c;
}
.js-compare svg rect{
    stroke: #1f1c1c;
}

.js-compare:hover svg path{
    fill: #c60b3c;
}
.js-compare:hover svg rect{
    stroke: #c60b3c;
}
.js-compare.catalog-item__compare--active svg rect{
    stroke: #c60b3c;
}

.catalog-item__compare--active svg path,
.catalog-item__compare--active svg rect {
    fill: #c60b3c;
    stroke: #c60b3c;
}

.categorySlider.compare .categorySlider__slide.active .categorySlider__icon svg path,
.categorySlider.compare .categorySlider__slide:hover .categorySlider__icon svg path{
    fill: #1f1c1c;
}
.categorySlider.compare .swiper-button-prev svg circle,
.categorySlider.compare .swiper-button-next svg circle {
    stroke: #c60b3c;
}
.categorySlider.compare .swiper-button-prev svg path,
.categorySlider.compare .swiper-button-next svg path {
    fill: #c60b3c;
}

.categorySlider.compare .categorySlider__content {
    position: relative;
    padding-right: 70px;
    padding-left: 70px;
    border-bottom: 1px solid #dedede;
}
.categorySlider.compare .categorySlider__content.no-navigation {
    padding-right: 20px;
    padding-left: 20px;
}

.categorySlider.compare .swiper-button-next,
.categorySlider.compare .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f8f8f8;
    right: 1px;
}

.categorySlider.compare .swiper-button-prev:hover svg path,
.categorySlider.compare .swiper-button-next:hover svg path {
    fill: #c60b3c;
    stroke: #c60b3c;
}
.categorySlider.compare .swiper-button-disabled,
.categorySlider.compare  .swiper-button-disabled {
    filter: grayscale(1);
}


.add-product-to-basket {
    padding: 0 16px;
    background: #c60b3c;
    width: 100%;
    max-width: 320px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.add-product-to-basket.on-order,
.add-product-to-basket.eol {
    background: #e3e3e3;
    color: #272424;
}

.add-product-to-basket.eol {
    margin-top: unset;
    cursor: default;
}

.info-card .add-product-to-basket {
    display: block;
}
.add-product-to-basket.buy_onclick{
    background: #1f1c1c;
}
@media screen and (min-width: 1025px){
    .info-card .add-product-to-basket:not(.eol) {
        max-width: 200px;
    }
}
@media screen and (max-width: 1420px){
    .catalog__list .catalog-item__guarantee-icon {
        position: absolute;
        bottom: 16px;
        right: 16px;
    }

    .info-card .action-product-to-basket-wrap {
        display: grid;
        grid-gap: 20px;
    }
}

@media screen and (min-width: 1421px){
    .info-card .add-product-to-basket {
        margin-bottom: 25px;
    }
}

.add-product-to-basket.section-prod {
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
a.add-product-to-basket:hover{
    color: #fff;
}
a.header-basket-icon{
    color: #000;
    margin-left: 30px;
    position: relative;
}
@media screen and (max-width: 470px){
    a.header-basket-icon{
        margin-left: 0px;
    }
    .header__options {
        grid-gap: 15px;
    }
}
@media screen and (max-width: 360px){
    .header__options {
        grid-gap: 7px;
    }
}
.header__options a.header-basket-icon svg path {
    stroke: #fff;
}
.body-white .header__options a.header-basket-icon svg path {
    stroke: #1f1c1c;
}
.body-white .header__options a.header-basket-icon svg path {
    fill: inherit;
}
.header__options a.header-basket-icon:hover svg path {
    stroke: #c60b3c;
}

.header-basket-icon span {
    position: absolute;
    width: 19px;
    height: 20px;
    left: 15px;
    top: -7px;
    background: #C50034;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}





.menu__mobile_links {
    margin: 20px 0;
}
.menu__mobile_links p {
    margin: 22px 0;
}
.menu__mobile_links p a {
    display: flex;
    align-items: center;
}
.menu__mobile_links p a:hover {
    color: #c60b3c;
}
.menu__mobile_links p a i {
    width: 25px;
    margin: 0 15px 0 0;
}
.menu__mobile_links p a i svg {
    display: block;
    margin: 0 auto;
}
.menu__mobile_links p a:hover i svg path {
    fill: #c60b3c;
    color: #c60b3c;
}
.menu__mobile_links p a span {
    font-size: 16px;
    font-weight: 500;
}

.articles__title {
}
.body-white .articles__title, .body-white .filter-acticles__label, .body-white .item-articles__title, .body-white .textTitle-article__title, .body-white .article__justBlock h2, .body-white .article__justBlock h3 {
    color: #1f1c1c;
}
.body-white .article__justBlock h2, .body-white .article__justBlock h3 {
    max-width: 1073px;
    margin: 1em 0 .8em;
}
.body-white .acticles__item {
    padding: 27px 31px;
    background: #fff;
}
.body-white .item-articles__image img {
    object-fit: contain;
}
.article__justBlock ul, .article__justBlock ol {
    max-width: 1073px;
    padding: 0 0 0 127px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}
.article__justBlock ol li {
    margin: 0 0 0 22px;
}
@media screen and (max-width: 1420px){
    .article__justBlock ul, .article__justBlock ol {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 767px){
    .article__justBlock ul, .article__justBlock ol {
        padding: 0 0 0 16px;
    }
    .article__justBlock p {
        margin: 0 0 20px;
    }
}


.cabinet-tabs {
    display: flex;
    max-width: 1150px;
    gap: 16px;
    margin: 10px 0 30px;
}
.cabinet-tabs a {
    flex: 1;
    height: 150px;
    padding: 21px;
    background: #1f1c1c;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.cabinet-tabs a.a {
    background: #c50034;
}

.cabinet {
    max-width: 1150px;
}
.cabinet .personal-data {
}
.cabinet .personal-data > form, .cabinet .personal-data > section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.cabinet .personal-data > form strong, .cabinet .personal-data > section strong {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 1em;
}
.cabinet .personal-data > form aside, .cabinet .personal-data > section aside {
    width: 386px;
    margin: 0 18px 0 0;
    position: relative;
}
.cabinet .personal-data > form aside.three, .cabinet .personal-data > section aside.three {
    display: flex;
    gap: 18px;
}
.cabinet .personal-data > form aside.three div, .cabinet .personal-data > section aside.three div {
    position: relative;
}
.cabinet .personal-data > form aside label, .cabinet .personal-data > section aside label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.cabinet .personal-data > form aside > i,
.cabinet .personal-data > form aside div > i,
.cabinet .personal-data > section aside > i,
.cabinet .personal-data > section aside form > i,
.auth-popup-block .input-block > i,
.check-popup form .input-block > i {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: #272424;
    border-radius: 50%;
    cursor: pointer;
    z-index: 330;
    opacity: 0;
    pointer-events: none;
    transform: rotate(-30deg) scale(.8);
    transition: all .5s;
}
.cabinet .personal-data > form aside label+i,
.cabinet .personal-data > section aside label+i,
.auth-popup-block .input-block label+i,
.check-popup form .input-block label+i {
    top: 47px;
}
.cabinet .personal-data > form aside > i:before, .cabinet .personal-data > form aside > i:after,
.cabinet .personal-data > form aside div > i:before, .cabinet .personal-data > form aside div > i:after,
.cabinet .personal-data > section aside > i:before, .cabinet .personal-data > section aside > i:after,
.cabinet .personal-data > section aside div > i:before, .cabinet .personal-data > section aside div > i:after,
.cabinet .personal-data > section aside form > i:before, .cabinet .personal-data > section aside form > i:after,
.auth-popup-block .input-block > i:before, .auth-popup-block .input-block > i:after,
.check-popup form .input-block > i:before, .check-popup form .input-block > i:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 6px;
}
.cabinet .personal-data > form aside > i:before,
.cabinet .personal-data > form aside div > i:before,
.cabinet .personal-data > section aside > i:before,
.cabinet .personal-data > section aside div > i:before,
.cabinet .personal-data > section aside form > i:before,
.auth-popup-block .input-block > i:before,
.check-popup form .input-block > i:before {
    transform: rotate(45deg);
}
.cabinet .personal-data > form aside > i:after,
.cabinet .personal-data > form aside div > i:after,
.cabinet .personal-data > section aside > i:after,
.cabinet .personal-data > section aside div > i:after,
.cabinet .personal-data > section aside form > i:after,
.auth-popup-block .input-block > i:after,
.check-popup form .input-block > i:after {
    transform: rotate(-45deg);
}
.cabinet .personal-data > form aside i.eye-show,
.cabinet .personal-data > section aside i.eye-show,
.auth-popup-block .input-block i.eye-show,
.check-popup form .input-block i.eye-show {
    top: 1px;
    right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 48px;
    background: #fff;
    transition: none;
}
.cabinet .personal-data > form aside i.eye-show img,
.cabinet .personal-data > section aside i.eye-show img,
.auth-popup-block .input-block i.eye-show img,
.check-popup form .input-block i.eye-show img {
}
.cabinet .personal-data > form aside i.eye-show.a,
.cabinet .personal-data > section aside i.eye-show.a,
.auth-popup-block .input-block i.eye-show.a,
.check-popup form .input-block i.eye-show.a {
    border-radius: 0;
}
.cabinet .personal-data > form aside i.eye-show.s img,
.cabinet .personal-data > section aside i.eye-show.s img,
.auth-popup-block .input-block i.eye-show.s img,
.check-popup form .input-block i.eye-show.s img {
    opacity: .2;
}
.cabinet .personal-data > form aside i.eye-show:before,
.cabinet .personal-data > form aside i.eye-show:after,
.cabinet .personal-data > section aside i.eye-show:before,
.cabinet .personal-data > section aside i.eye-show:after,
.auth-popup-block .input-block i.eye-show:before,
.auth-popup-block .input-block i.eye-show:after,
.check-popup form .input-block i.eye-show:before,
.check-popup form .input-block i.eye-show:after {
    display: none;
}
.cabinet .personal-data > form aside i.a,
.cabinet .personal-data > section aside i.a,
.auth-popup-block .input-block i.a,
.check-popup form .input-block i.a {
    opacity: 1;
    pointer-events: all;
    transform: none;
}
.cabinet .personal-data > form aside input,
.cabinet .personal-data > section aside input,
.auth-popup-block .input-block input,
.check-popup form .input-block input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #272424;
    margin: 0 0 16px;
}
.cabinet input[type="password"]::-webkit-contacts-auto-fill-button,
.cabinet input[type="password"]::-webkit-credentials-auto-fill-button,
.auth-popup-block input[type="password"]::-webkit-contacts-auto-fill-button,
.auth-popup-block input[type="password"]::-webkit-credentials-auto-fill-button,
.check-popup form input[type="password"]::-webkit-contacts-auto-fill-button,
.check-popup form input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}
.cabinet .input-error,
.auth-popup-block .input-error {
    display: block;
    position: relative;
    padding: 8px 20px;
    background: #eb32230d;
    font-size: 14px;
    line-height: 1.2;
    color: #eb3223;
    margin: -16px 0 16px;
}
.cabinet .input-error.bb-error,
.auth-popup-block .input-error.bb-error {
    margin: 0 0 16px;
}
.code-error {
    display: flex;
    justify-content: center;
    margin: 0 0 -16px;
}
.cabinet .personal-data > form aside input[readonly],
.cabinet .personal-data > form aside input[disabled],
.cabinet .personal-data > section aside input[readonly],
.cabinet .personal-data > section aside input[disabled],
.auth-popup-block .input-block input[readonly],
.auth-popup-block .input-block input[disabled],
.check-popup form .input-block input[readonly],
.check-popup form .input-block input[disabled] {
    background: #dedede;
    border-color: #c2c2c2;
    color: #717171;
    cursor: not-allowed;
}
input.custom-date-input[readonly] {
    background: #fff!important;
    border-color: #272424!important;
    color: #212529!important;
    cursor: text!important;
}
.cabinet .personal-data > form aside input.error,
.cabinet .personal-data > section aside input.error,
.auth-popup-block .input-block input.error,
.check-popup form .input-block input.error {
    border-color: #eb3223;
}
.auth-popup-block input.auth-code-full.error {
    color: #eb3223;
}
.cabinet .personal-data > form aside input::placeholder,
.cabinet .personal-data > section aside input::placeholder,
.auth-popup-block .input-block input::placeholder,
.check-popup form .input-block input::placeholder {
    text-transform: uppercase;
}
.cabinet .personal-data > form hr, .cabinet .personal-data > section hr {
    width: 100%;
    height: 0;
    margin: 0;
}
.cabinet .personal-data > form aside label.agree,
.cabinet .personal-data > section aside label.agree,
.auth-popup-block label.agree,
.check-popup form label.agree {
    display: flex;
    align-items: start;
    margin: -7px 0 12px;
}
.cabinet .personal-data > form aside label.agree input,
.cabinet .personal-data > section aside label.agree input,
.auth-popup-block label.agree input,
.check-popup form label.agree input {
    display: none;
}
.cabinet .personal-data > form aside label.agree input+i,
.cabinet .personal-data > section aside label.agree input+i,
.auth-popup-block label.agree input+i,
.check-popup form label.agree input+i {
    min-width: 16px;
    height: 16px;
    border: 1px solid #272424;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.cabinet .personal-data > form aside label.agree input:checked+i,
.cabinet .personal-data > section aside label.agree input:checked+i,
.auth-popup-block label.agree input:checked+i,
.check-popup form label.agree input:checked+i {
    background: #272424;
    position: relative;
}
.cabinet .personal-data > form aside label.agree input:checked+i:after,
.cabinet .personal-data > section aside label.agree input:checked+i:after,
.auth-popup-block label.agree input:checked+i:after,
.check-popup form label.agree input:checked+i:after {
    content: '';
    width: 11px;
    height: 8px;
    background: url(../img/checked.svg);
    position: absolute;
    top: 3px;
    left: 2px;
}
.cabinet .personal-data > form aside label.agree span,
.cabinet .personal-data > section aside label.agree span,
.auth-popup-block label.agree span,
.check-popup form label.agree span {
    font-size: 10px;
    line-height: 1.2;
    margin: -2px 0 0;
}
.cabinet .personal-data > form aside label.agree span a,
.cabinet .personal-data > section aside label.agree span a,
.auth-popup-block label.agree span a,
.check-popup form label.agree span a {
    font-weight: 700;
    color: #c50034;
}
.cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"], .cabinet .personal-data > form input[type="button"], .cabinet .personal-data > form input[type="reset"],
.cabinet .personal-data > section button, .cabinet .personal-data > section input[type="submit"], .cabinet .personal-data > section input[type="button"], .cabinet .personal-data > section input[type="reset"],
.auth-popup-block button, .auth-popup-block input[type="submit"], .auth-popup-block input[type="button"], .auth-popup-block input[type="reset"],
.check-popup form button, .auth-popup-block input[type="submit"], .check-popup form input[type="button"], .check-popup form input[type="reset"] {
    height: 50px;
    padding: 0 60px;
    background: #272424;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.cabinet .personal-data > form button[disabled], .cabinet .personal-data > form input[type="submit"][disabled], .cabinet .personal-data > form input[type="button"][disabled], .cabinet .personal-data > form input[type="reset"][disabled],
.cabinet .personal-data > section button[disabled], .cabinet .personal-data > section input[type="submit"][disabled], .cabinet .personal-data > section input[type="button"][disabled], .cabinet .personal-data > section input[type="reset"][disabled],
.auth-popup-block button[type="submit"][disabled], .auth-popup-block input[type="submit"][disabled], .auth-popup-block input[type="button"][disabled], .auth-popup-block input[type="reset"][disabled],
.check-popup form button[type="submit"][disabled], .check-popup form input[type="submit"][disabled], .check-popup form input[type="button"][disabled], .check-popup form input[type="reset"][disabled] {
    background: #dedede;
    border: 1px solid #c2c2c2;
    color: #717171;
    cursor: not-allowed;
}
.auth-popup-block button[type="submit"].wait, .auth-popup-block input[type="submit"].wait,
.check-popup form button[type="submit"].wait, .check-popup form input[type="submit"].wait,
.personal-data button[type="submit"].wait, .personal-data input[type="submit"].wait {
    background: url(../img/wait.gif) no-repeat 50% 50%, #dedede!important;
    font-size: 0!important;
}

.easy-filter {
    display: inline-flex;
    vertical-align: top;
    height: 55px;
    margin: 0 0 32px;
}
.easy-filter a, #check-button {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #fff;
    font-weight: 600;
    color: #272424;
}
.easy-filter a.a, #check-button {
    background: #272424;
    color: #fff;
}

.check-block {
    display: inline-flex;
    vertical-align: top;
    height: 55px;
    margin: 0 0 20px 30px;
    transition: all .5s;
}
.no-warranties+.check-block {
    margin: 30px 0 0;
}
#check-button {
    text-transform: uppercase;
    cursor: pointer;
}
#check-info,
.check-info {
    align-self: center;
    position: relative;
    margin: 0 0 0 16px;
    z-index: 100;
}
#check-info i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 2px solid #1f1c1c;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
#check-info i:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #1f1c1c;
    border-top: 2px solid #1f1c1c;
    box-shadow: 0 2px 0 #f8f8f8 inset;
    transition: all .3s;
}
#check-info.a i {
    border-color: #c50034;
}
#check-info.a i:after {
    background: #c50034;
    border-color: #c50034;
}
#check-info div {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 400px;
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0px 6px 20px #e1e0e080;
    font-size: 12px;
    line-height: 1.24;
    color: #a7a7a7;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
#check-info.a div {
    opacity: 1;
    pointer-events: all;
}


.tippy-box {
    background-color: unset;
}
.tippy-content {
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0px 6px 20px #e1e0e080;
    font-size: 12px;
    line-height: 1.24;
    color: #a7a7a7;
}

@media screen and (max-width: 767px) {
    .tippy-box {
        margin-right: 12px;
    }
}

.orders, .warranties {
}
.orders[data-tab-type="actual"] .finished {
    display: none !important;
}
.orders[data-tab-type="finished"] .actual {
    display: none !important;
}
.orders section, .warranties section {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
}
.warranties section:not(:first-child) {
    background: #2724241a;
    margin: 0 0 10px;
}
.warranties section.actual {
    background: #74a9731a;
}
.warranties section.finished {
    background: #c500341a;
}
.orders section b, .warranties section b {
    font-weight: 600;
    color: #1f1c1c;
}
.orders section > *, .warranties section > * {
    line-height: 1.2;
    padding: 16px 0;
    flex: 3;
}
.warranties section > * {
    padding: 16px 8px;
}
.orders section > :nth-child(5) {
    flex: 5;
}
.warranties section > :nth-child(4) {
    flex: 5;
}
.orders section > :last-child {
    max-width: 16px;
}
.orders section > span strong, .warranties section > span strong {
    display: none;
}
.orders section > a.open {
    height: 16px;
    position: relative;
}
.orders section > a.open:before, .orders section > a.open:after, .warranties section > a.open:before, .warranties section > a.open:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #a7a7a7;
    position: absolute;
    top: 7px;
    left: 0;
}
.orders section > a.open:before, .warranties section > a.open:before {
}
.orders section > a.open:after, .warranties section > a.open:after {
    transform: rotate(90deg);
}
.orders section.a > a.open:after {
    display: none;
}
.orders section.details {
    height: auto;
    border-top: 1px solid #2724241a;
    border-bottom: 1px solid #2724241a;
    margin: 15px 0 30px;
    display: none;
}
.orders section.details.a, .orders section.a+section.details {
    display: flex;
}
.orders section.details > b {
    flex: 3;
    font-size: 0;
}
.orders section.details div.details-container {
    flex: 17;
}
.orders section.details ul {
    margin: 0;
}
.orders section.details ul li {
    padding: 0;
    font-weight: 300;
}
.orders section.details ul li:after {
    display: none;
}
.orders section.details .customer-info {
    display: flex;
    padding: 24px 0;
}
.orders section.details .customer-info li {
    width: 300px;
    margin: 0 30px 0 0;
}
.orders section.details .customer-info li b {
}
.orders section.details .customer-info li p {
    margin: .7em 0 0;
}
.orders section.details .order-info {
    padding: 24px 0 0;
    border-top: 1px solid #2724241a;
}
.orders section.details .order-info p {
    padding: 16px 0 0;
}
.orders section.details .order-info li {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.orders section.details .order-info li i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    margin: 0 20px 0 0;
}
.orders section.details .order-info li i img {
    display: block;
    max-width: 100%;
}
.orders section.details .order-info li div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.orders section.details .order-info li div p {
    margin: 0;
}
.orders section.details .order-info li div p b {
    font-weight: 600;
}
.orders section.details .order-info li div p span {
}
.orders-more, .warranties-more {
    text-align: center;
    margin: 30px 0 0;
}
.orders-more p, .warranties-more p {
    font-size: 12px;
    font-weight: 500;
    color: #a7a7a7;
    margin: 0;
}
.orders-more p span, .warranties-more p span {
}
.orders-more b, .warranties-more b {
    display: block;
    font-size: 28px;
    font-weight: 600;
}
.orders-more b a, .warranties-more b a {
    color: #1f1c1c;
}

.no-orders, .no-warranties {
}
.no-orders strong, .no-warranties strong {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 1em;
}
.no-orders p, .no-warranties p {
    color: #000;
    margin: 0;
}
.no-orders p a, .no-warranties p a {
    font-weight: 700;
}

.auth-popup, .check-popup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0004;
    overflow: auto;
    z-index: 22222;
    color: #212529;
    transition: all .5s;
    transform: scale(1.1) translateY(5%);
    opacity: 0;
    pointer-events: none;
}
.auth-popup.a, .check-popup.a {
    transform: none;
    opacity: 1;
    pointer-events: all;
}
.auth-popup-block, .check-popup form, .check-popup section {
    width: 100%;
    max-width: 450px;
    padding: 32px;  
    background: #fff;
    margin: 10px;
    position: relative;
    display: none;
}
.auth-popup-block.a, .check-popup form {
    display: block;
}
.auth-popup-block > i, .check-popup form > i, .check-popup section > i {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    height: 20px;
    background: url(../img/close.svg);
    cursor: pointer;
}
.auth-popup-block > strong, .check-popup form > strong, .check-popup section > strong {
    display: block;
    font-size: 25px;
    margin: 0 0 30px;
}
.auth-popup-block > p, .check-popup form > p, .check-popup section > p {
    font-size: 14px;
    line-height: 1.2;
    color: #717171;
    margin: 0 0 30px;
}
.auth-popup-block > p a, .check-popup form > p a, .check-popup section > p a {
    font-weight: 700;
}
.auth-popup-block .input-block, .check-popup form .input-block {
    position: relative;
}
.auth-popup-block .input-block input, .check-popup form .input-block input {
}
.auth-popup-block button[type="submit"], .check-popup form button[type="submit"] {
    display: block;
    width: 100%;
    margin: 16px 0 0;
}
.auth-popup-block label.agree, .check-popup form label.agree {
    margin: 15px 0 0;
}
.auth-popup-block .bottom-block {
    text-align: center;
    margin: 30px 0 0;
}
.auth-popup-block .bottom-block p {
    color: #212529;
    margin: 15px 0 0;
}
.auth-popup-block .bottom-block p a {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}
.auth-popup-block .bottom-block p.auth-popup-send-again+p {
    display: none;
}
.auth-popup-block .bottom-block p.auth-popup-send-again.e {
    display: none;
}
.auth-popup-block .bottom-block p.auth-popup-send-again.e+p {
    display: block;
}
.sms-code-input-block {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.sms-code-input-block input {
    width: 100%;
    padding: 0;
    font-size: 25px;
    text-align: center;
    margin: 0;
    letter-spacing: 20px;
}

.from-auth-wrap .sms-code-input-block, .from-auth-wrap  .sms-code-input-block input {
    background: transparent;
}

.custom-input-widget {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #272424;
    line-height: 48px;
    z-index: 300;
    cursor: text;
    opacity: 0;
}
.custom-date-input.error+.custom-input-widget {
    border-color: #eb3223;
}
.custom-input-widget.a {
    opacity: 1;
}
.custom-input-widget span {
}
.custom-input-widget span.focus {
    background: #c50034;
    border-radius: 2px;
    outline: 3px solid #c5003422;
    color: #fff;
}
.custom-input-widget input {
    position: fixed;
    top: -9vh;
    left: -9vw;
}



#custom-file-uploader {
    border: 1px dashed #0005;
}
#custom-file-uploader > div {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 20px;
    background: #0001;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    transition: all .5s;
}
#custom-file-uploader > div > * {
    position: relative;
    z-index: 20;
}
#custom-file-uploader > div i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    cursor: pointer;
    display: none;
}
#custom-file-uploader > div i img {
}
#custom-file-uploader > div div {
    color: #222;
    display: none;
}
#custom-file-uploader > div.empty div.cfu-status-select, #custom-file-uploader > div.progress div.cfu-status-loading, #custom-file-uploader > div.done div.cfu-status-loaded, #custom-file-uploader > div.wrong div.cfu-status-notloaded {
    display: block;
}
#custom-file-uploader > div.wrong div.cfu-status-notloaded {
    color: #eb3223;
}
#custom-file-uploader > div p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #0001;
    margin: 0;
    z-index: 10;
    display: none;
}
#custom-file-uploader > div p span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: #0002;
}
#custom-file-uploader > div input {
    display: none;
}
#custom-file-uploader .empty {
    background: transparent;
    cursor: pointer;
}
#custom-file-uploader .empty div span {
    color: #858585;
}
#custom-file-uploader .empty.hover {
    background: #0002;
}
#custom-file-uploader .empty.error {
    background: #c50034;
    opacity: .5;
}
#custom-file-uploader .empty i.cfu-upload {
    display: block;
}
#custom-file-uploader .progress {
}
#custom-file-uploader .progress p {
    display: block;
}
#custom-file-uploader .done {
}
#custom-file-uploader .wrong {
}
#custom-file-uploader .progress i.cfu-del, #custom-file-uploader .done i.cfu-del, #custom-file-uploader .wrong i.cfu-del {
    display: block;
}

#bx-soa-paysystem .bx-soa-pp-company, .bx-soa-pp-delivery {
    width: auto!important;
    flex: 1;
}



.catalog__multibrand {
    display: grid;
    grid-template-columns: 264px 1fr;
    grid-gap: 43px 31px;
    margin-top: 68px;
}

.catalog__multibrand .kitchen_only_cntr, .catalog__multibrand .js-sort__extended, .catalog__multibrand .filter__hedliner {
    display: none;
}

.catalog__multibrand .textTitle {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0!important;
    overflow: hidden;
}

.catalog__multibrand .textTitle {
    position: relative;
}

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

.catalog__multibrand .textTitle .swiper-button-next,
.catalog__multibrand .textTitle .swiper-button-prev {
    background-color: unset;
}

.catalog__multibrand .textTitle .swiper-button-prev {
    transform: rotateY(180deg);
}

.catalog__multibrand .sort__top, .catalog__multibrand .sort__select{
    margin: 0;
    padding: 0;
}

.catalog__multibrand .filter {
    position: static;
    width: 100%;
    height: auto;
}

.catalog__multibrand .catalog-item {
    width: 100%;
}

.catalog__multibrand .filter__content {
    padding: 0;
    background: transparent;
    max-width: 100%;
    overflow: visible;
    height: auto;
}

.catalog__multibrand .accordion__title p {
    color: #1F1C1C;
    font: 700 20px/24px 'Manrope', sans-serif;
}

.catalog__multibrand .filter__accordion .accordion__body {
    background: transparent;
}

.catalog__multibrand .filter__accordion .accordion__body {
    padding-top: 16px!important;
}

.catalog__multibrand .bottom-sort__color__title, .catalog__multibrand .bx-filter-param-text {
    color: #1F1C1C;
    font: 700 16px/22px 'Manrope', sans-serif;
    width: 100%;
}

.catalog__multibrand .bottom-sort__color-top {
    width: 29px;
    height: 29px;
}

.catalog__multibrand .bottom-sort__color-icon img {
    width: 21px;
    height: 21px;
}

.catalog__multibrand .filter .bottom-sort__colors {
    grid-template-columns: 1fr;
}

.catalog__multibrand .bottom-sort__color {
    grid-template-columns: 29px 1fr;
    grid-gap: 16px;
}

.catalog__multibrand .filter .filter__wrapper {
    overflow: visible;
}

.catalog__multibrand .filter__accordions {
    margin: 0;
}

.catalog__multibrand .filter__result {
    width: 100%;
    min-width: auto;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #C50034;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.catalog__multibrand .select-title__text {
    color: #1F1C1C;
    font: 700 16px/22px 'Manrope', sans-serif;
}

.catalog__multibrand .select-title__icon svg {
    fill: #1F1C1C;
}

.catalog__multibrand .range__input:last-child {
    height: 50px;
    border: 1px solid #272424;
}

.catalog__multibrand .wrapper.textTitle__wrapper {
    width: 90%;
}

.catalog__multibrand .wrapper.textTitle__wrapper .swiper-wrapper, .catalog__multibrand .tag_link {
    width: max-content;
}

.catalog__multibrand .catalog-item__list li div {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.catalog__multibrand .accordion__icon svg path {
    stroke: #000!important;
}

.catalog__multibrand .filter .range__input-wrapper:after {
    background: #272424;
}

.catalog__multibrand .filter .range__bar {
    margin: 0;
}

.catalog__multibrand .sort-width {
    grid-template-columns: 1fr;
}

.catalog__multibrand .accordion--active .accordion__icon svg {
    transform: rotate(0);
}

.catalog__multibrand .accordion__icon svg {
    transform: rotate(180deg);
}

.catalog__multibrand .filter-labels {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: 16px;
}

.catalog__multibrand .vis-clear .filter-labels {
    display: flex;
}

.catalog__multibrand .filter__hedliner .filter-labels {
    grid-column: 1/3;
    grid-row: 2/3;
}

.catalog__multibrand .filter-labels li {
    width: max-content;
    background: #E7E7E7;
    color: #1F1C1C;
    padding: 0 15px 0 36.6px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 500 16px/22px 'Manrope', sans-serif;
    position: relative;
}

.catalog__multibrand .filter-labels li::before {
    content: "";
    background: center/cover url("../img/close-label.svg") no-repeat;
    width: 11.6px;
    height: 11.6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.catalog__multibrand .filter__hedliner.vis-clear .filter-labels {
    margin: 32px 0;
}

.catalog__multibrand .vis-clear .filter__cancel {
    display: flex;
    color: #C60B3C;
    border-bottom: 1px dotted #C60B3C;
    width: max-content;
    font: 500 16px/22px 'Manrope', sans-serif;
    margin-bottom: 9px;
}

.catalog__multibrand .filter__cancel {
    display: none;
}

.catalog__multibrand .filter-reset, .catalog__multibrand .filter-apply {
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font: 700 14px/18px 'Manrope', sans-serif;
    color: #272424;
    margin-top: 16px;
    border: 1px solid #272424;
    transition: .3s ease;
    display: none;
}

.catalog__multibrand .filter-reset:hover, .catalog__multibrand .filter-apply {
    background: #C60B3C;
    border-color: #C60B3C;
    color: #fff;
}

.catalog__multibrand .filter-apply {
    margin-top: 32px;
    display: flex;
}

.catalog__multibrand .vis-clear ~ .filter-reset {
    display: flex;
}

.catalog__multibrand .sort-width__item.disabled {
    opacity: .5;
    cursor: default;
}

.catalog__multibrand .sort-width__item input + p {
    padding-left: 40px;
    position: relative;
}

.catalog__multibrand .sort-width__item input + p::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #272424;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sort-width__item input:checked + p:after {
    width: 16px;
    height: 16px;
    top: calc(50% + 1px);
    left: 4px;
}

.prod-price__price-not-relevant {
    color: #a7a7a7;
    text-decoration: line-through;
    margin-left: 20px;
    font: 600 20px/24px 'Manrope', sans-serif;
}

.popup-buy-shops .prod-item .prod-price {
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1420px){
    .cabinet-tabs {
        max-width: none;
        overflow: auto;
        scrollbar-width: none;
    }
    .cabinet-tabs::-webkit-scrollbar {
        display: none;
    }
    .cabinet-tabs a {
        flex: auto;
        min-width: 280px;
    }
    .cabinet .personal-data > section aside+aside {
        margin: 20px 0 0;
    }
    .cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"] {
        width: 386px;
    }

    .catalog__multibrand {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .catalog__multibrand .textTitle {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .catalog__multibrand .wrapper.textTitle__wrapper {
        padding: 0;
        width: 100%;
    }

    .catalog__multibrand .sort__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .catalog__multibrand .bx-filter {
        position: fixed;
        transform: translateX(-100%);
        left: 0;
        top: 0;
        width: 320px;
        z-index: 100;
        height: 100%;
    }

    .catalog__multibrand .filter  {
        background: #f4f4f4;
        padding: 32px 16px;
        height: 100%;
    }

    .catalog__multibrand .bx-filter.open {
        transform: translateX(0);
    }

    .catalog__multibrand .filter__title {
        font: 700 28px/34px "Manrope", sans-serif;
        color: #1F1C1C;
    }

    .catalog__multibrand .header-filter__close svg path {
        stroke: #1F1C1C!important;
        width: 19.5px!important;
        height: 19.5px!important;
    }

    .catalog__multibrand .filter__accordions {
        gap: 32px;
    }

    .catalog__multibrand .filter__hedliner {
        display: grid;
        grid-template-columns: auto 1fr;
        justify-content: space-between;
        margin-bottom: 34px;
    }

    .catalog__multibrand .filter__header {
        display: none;
    }

    .catalog__multibrand .filter__hedliner .filter__cancel {
        grid-column: 1/3;
        grid-row: 3/4;
        display: none;
    }

    .catalog__multibrand .filter__hedliner {
        margin-bottom: 32px;
    }

    .catalog__multibrand .filter__wrapper {
        padding: 0;
    }

    .catalog__multibrand .header-filter__close {
        margin: 0 0 0 auto;
    }

    .popup-buy-shops .prod-item .prod-price {
        flex-direction: column;
        justify-content: center;
    }

}
@media screen and (max-width: 767px){
    .cabinet .personal-data > form aside, .cabinet .personal-data > section aside {
        width: 100%;
        margin: 0;
    }
    .cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"] {
        width: 100%;
    }
    .orders section, .warranties section {
        display: block;
        height: auto;
        background: #fff;
        padding: 13px 16px;
        position: relative;
        margin: 0 0 16px;
    }
    .orders > section:first-child, .warranties > section:first-child {
        display: none!important;
    }
    .orders section span, .warranties section span {
        display: block;
        padding: 0;
        margin: 0 0 .8em;
    }
    .orders section span:nth-child(1), .warranties section span:nth-child(1) {
        display: none;
    }
    .orders section span:nth-child(2) {
        font-size: 0;
        margin: 0 0 5px;
    }
    .orders section span:nth-child(6) {
        font-weight: 600;
        margin: 0;
    }
    .orders section span:nth-child(2) strong {
        font-size: 14px;
    }
    .warranties section span:nth-child(2) strong {
        margin: 0 0 .8em;
    }
    .warranties section span:nth-child(3) {
        display: none;
    }
    .orders section span:nth-child(3) strong, .orders section span:nth-child(6) strong {
        display: none;
    }
    .orders section > span strong, .warranties section > span strong {
        display: block;
        font-weight: 600;
        margin: 0 0 .3em;
    }
    .orders section > a.open {
        position: absolute;
        bottom: 16px;
        right: 16px;
        width: 16px;
    }
    .orders section.details {
        padding: 0 16px;
        border: 0;
        margin: -32px 0 32px;
    }
    .orders section.details > b, .orders section.details > :last-child {
        display: none;
    }
    .orders section.details .customer-info {
        display: block;
        padding: 16px 0;
    }
    .orders section.details .customer-info li {
        width: auto;
        margin: 0 0 .8em;
    }
    .orders section.details .order-info {
        padding: 0;
        border: 0;
        margin: -10px 0 0;
    }
    .orders section.details .order-info li {
        margin: 0 0 20px;
    }
    .orders section.details .order-info li i {
        width: 60px;
    }
    .check-block {
        margin: 0 0 20px;
    }
    #check-info div {
        max-width: calc(100vw - 32px);
        left: -50vw;
    }
    .auth-popup-block, .check-popup form, .check-popup section {
        max-height: 100%;
        overflow: auto;
        margin: 0;
    }
    .easy-filter {
        width: 100%;
        background: #fff;
    }
    .easy-filter a {
        flex: auto;
        justify-content: center;
        padding: 0;
    }
    #bx-soa-paysystem .bx-soa-pp-company, .bx-soa-pp-delivery {
        flex: auto!important;
        width: 100%!important;
    }

    .catalog__multibrand .kitchen_only_cntr_m {
        display: none;
    }
}
@media screen and (max-width: 450px){
    .cabinet-tabs {
        margin: 10px -20px 30px;
    }
    .easy-filter {
        width: calc(100% + 40px);
        padding: 0 20px;
        background: #fff;
        margin: 20px -20px;
    }
}

.prod-price__price-not-relevant {
    color: #a7a7a7;
    text-decoration: line-through;
    margin-left: 20px;
    font: 600 20px/24px 'Manrope', sans-serif;
}
@media screen and (max-width: 1024px) {
    .catalog__multibrand .bx-filter {
        width: 100%;
    }
}
