.catalog__row.products.columns-4, .objective-products #product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.product__main-body_content.icon-text {
    display: none;
}
.top_banner a:hover {
    color: #dbdbdb;
}
.section-icons .wrapper .section__title {
    padding-top: 70px;
}
.product-row__slider {
    max-width: 100%;
}
.product-row__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.product-row__content .product__head {
    margin-top: 31px;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}


.product-row__content .product__main-row:not(:last-child) {
    margin-bottom: 32px;
}

.product__main .review-overall-rating {
    padding-top: 0;
    margin-top:17px;
    margin-bottom: 15px;
}
.product__main .product__main-body {
    margin-bottom: 32px
}

.product__main-row .price {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1F3357;
    position: relative;
}
.product__main-row .price .info-price {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 16px;
    height: 16px;
}

.product__main-row .price .info-price .wrapper-info-description {
    font-size: 14px;
    font-style: italic;
    text-transform: none;
    background: #fff;
    z-index: 9999999999;
    padding: 5px 0;
}

body .catalog__item .product-row {
    padding: 0;
    margin-bottom: 0;
}

body .catalog__item.product .bag-icon {
    padding: 12px;
    border-radius: 50%;
    transition: background-color 0.3s ease; /* плавность */

}
body .catalog__item.product .bag-icon:hover {
    background-color: rgba(222, 232, 248, 1);
}

.product__head .card-slider__actions .btn-circle {
    border-radius: 50%;
}
.product__head .card-slider__actions .btn-circle:hover {
    background: rgba(222, 232, 248, 1);
}

.bag-icon {
    display: flex;
    align-items: center
}
.card-slider__pagina {
    margin-top: 0;
}
.product__main-body_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
    height: 44px;
}

.price-text {
    display: none;
}
.product__main .product__main-body .card-product-order__icons .card-product-order__icons-label {
    font-size: 10px;
}

.product__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1F3357;
}
.catalog__head-filters {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    gap: 0;
}

.catalog__head-filters .woof .woof_redraw_zone {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    gap: 0;
}
.catalog__head-filters .woof {
    width: 100%;
}

.catalog__head-body {
    border: unset;
    padding: 24px;
    padding-top: 100px;
    max-width: 100%;
    position: fixed;
    width: 100vw;
    height: var(--vh, 100vh);
    min-height: var(--vh, 100vh);
    left: 0;
    top: 0;
    -webkit-transition: .46s;
    -o-transition: .46s;
    -moz-transition: .46s;
    transition: .46s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 60;
    background: #fff;
    display: block;
    overflow-y: auto;
}
.catalog__head-body.is-active {
    transform: translateX(0);
}
.catalog__head-filters .woof .woof_container {
    padding: 16px 0;
    width: 100%;
}
.catalog__head-filters .woof .woof_container:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}
.catalog__head-filters .woof .woof_container_inner h4 {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 24px;
}
.catalog__head-filters .woof .woof_container_inner h4:after {
    margin-left: auto;
}
.catalog__head-filters-item .dropdown__head .dropdown__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    min-width: 0;
    font-size: 24px;
}
.catalog__head-filters-item {
    padding: 16px 0;
    width: 100%;
}
.catalog__head-body.is-active .catalog__head-top {
    justify-content: space-between;
}
.catalog__head-body.bottom_mobile_menu.is-active .catalog__head-top {
    justify-content: space-between;
}
.banner_link_catalog {
    position: relative;
}
.banner_link_catalog img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.banner_link_catalog .title_banner_catalog {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: start;
    text-transform: uppercase;
    padding: 0 24px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.catalog__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1F3357;
}

.catalog__head-body.is-active {
    max-width: 40vh;
    overflow-y: hidden;
}
.catalog__head {
    margin-bottom: 48px;
}

@media screen and (max-width: 1560px) {
    .product__head .product__title {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1490px) {
    .product__head .product__title {
        font-size: 26px
    }
}

@media screen and (max-width: 1197px) {
    .product__head .product__title {
        font-size: 23px
    }
}

@media screen and (max-width: 900px) {
    .catalog__head-body.is-active {
        max-width: 100vh;
    }
    .catalog__row.products.columns-4, .objective-products #product-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-icons .slider-icons-row .slick-dots {
        padding: 26px 0 0
    }
    .catalog {
        margin-top: 52px
    }

    .catalog.objective-products {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .objective-template-default .catalog.objective-products {
        margin-bottom: 0;
    }
}
.product__main-row.product__main-row--gap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__head .card-slider__actions {
    position: unset;
}
.catalog__head-top {
    justify-content: start;
    gap: 8px
}

.info-price .wrapper-info-description {
    display: none;
}
@media screen and (max-width: 768px) {
    .catalog__head {
        margin-bottom: 24px;
    }
    .info-price:hover .wrapper-info-description {
        display: block
    }
    .catalog__head-body.bottom_mobile_menu.is-active .catalog__title {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #08090C;
    }
    .catalog__head-filters .woof .woof_list li label {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #1F3357;
        text-transform: none;
    }
    .catalog__head-filters .woof .woof_block_html_items {
        width: 100%;
    }
    .catalog__head-filters .woof .woof_container_inner h4:after {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path d='M18 11V13H6V11H18ZM13 6V18H11V6H13Z' fill='%231F3357'/></svg>") no-repeat center;
    }

    .catalog__head-filters .woof .woof_container.is-active h4:after {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path d='M18 10V12H6V10H18Z' fill='%231F3357'/></svg>") no-repeat center;
    }
    .woof_checkbox_count {
        display: none;
    }
    .catalog__head-filters .woof .woof_container_inner h4, .catalog__head-filters-item .dropdown__head .dropdown__text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #1F3357;
    }
    .catalog__head-filters .woof .woof_block_html_items {
        overflow-x: hidden;
    }
    .catalog__head-filters {
        margin-top: 27px
    }
    .catalog__head-filters .woof .woof_container:not(:last-child) {
        border-color: rgba(222, 232, 248, 1)
    }
    .catalog {
        margin-top: 40px;
    }
    .product__main-row .price {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #1F3357;
    }
    /*body .catalog__item.product .bag-icon svg {*/
    /*    width: 18px;*/
    /*    height: 16px;*/
    /*}*/
    .product-row__content .product__main-row--gap {
        margin-top: 0;
    }
    .archive .product__main-body_content {
        font-weight: 400;
    }
    .section-icons .wrapper .section__title {
        padding-top: 0;
    }
    .card-product-order__icons-block .card-product-order__icons-image img {
        width: 40px;
        height: 31px;
    }
    .product-row__content .product__head {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-row__content .product__main-row:not(:last-child) {
        margin-bottom: 0;
    }
    .product__main .product__main-body .card-product-order__icons {
        flex-wrap: nowrap;
        align-items: start;
        width: unset;
        margin-right: 15px;
    }
    .product__main .product-labels {
        display: none;
    }
    .product__main .review-overall-rating {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 9.5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product__main .review-overall-rating .review-stars {
        padding-right: 0;
    }
    .review-overall-rating .review-count {
        padding-top: 0;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: #7A788F;
    }
    .review-stars .star {
        width: 10px;
        height: 10px;
    }

    .review-stars {
        height: 10px;
    }
    .product__main .product__main-body .product__price {
        display: none;
    }

    .product__main .product__main-body .counter__input {
        display: none;
    }
    .product__main .product__main-body .counter__input .counter {
        width: 100%;
        flex-wrap: nowrap;
    }
    .product__main .product__main-body .counter__input .counter .counter__input-hidden {
        width: 100%
    }

    .catalog__row.products.columns-4 {
        gap: 16px 10px !important;
    }
    .product__main .product__main-body .card-product-order__icons .card-product-order__icons-label {
        display: none;
    }

    body .catalog__item .product-row {
        padding: 16px 0 0 0 !important;
    }
    .product__main-body_content {
        padding-top: 8px;
    }
    .product__main-body_content.icon-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 72px;
    }

    .card-product-order__icons .card-product-order__icons-block {
        display: none;
    }

    body .product__add-to-cart span {
        font-size: 10px !important;
    }

    body .product__add-to-cart .btn__text.added__text-1 {
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-size: 10px !important;
    }
    .added-product .added__text-2 {
        display: flex;
        gap: 5px;
    }

    body .product__add-to-cart .added .btn__text.added__text-1 {
        display: none;
    }

    .catalog__item.product {
        border: none !important;
    }

    .btn-circle {
        color: rgba(45, 54, 84, 1)
    }

    .catalog__item.product:hover {
        box-shadow: none !important;
    }

    .product__main .product__main-body {
        margin-bottom: 0;
        display: block;
    }

    .price-text {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    body .product__main .product__add-to-cart {
        padding-top: 0;
    }

    .product__main .product__add-to-cart .btn {
        width: 100%;
        padding: 14px 5px;
        font-size: 16px
    }

    body .product__main-body_content {
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #1F3357 !important;
    }

    .product__head .product__title {
        width: 82px;
        max-width: 82px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;

        color: #1F3357;
    }
    .product__head .card-slider__actions .btn-circle .btn-circle__icon .icon {
        color:rgba(45, 54, 84, 1)
    }


    .product__head .card-slider__actions .btn-circle  {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 400px) {
    body .product__add-to-cart span {
        font-size: 9.5px !important;
    }
    body .product__add-to-cart .btn__text.added__text-1 {
        font-size: 9.5px !important;
    }
}