

/* Start:/local/components/bp/filter.menu/templates/.default/style.min.css?1636411647578*/
.filter-memu{padding:0}.filter-memu ul{padding:0}.filter-memu li{list-style:none}.filter-memu li a,.filter-memu li span{display:block;padding:10px 5px 10px 5px;cursor:pointer;text-decoration:none;color:#008a5f}.filter-memu li a:hover,.filter-memu li span:hover,.filter-memu li a.selected{background-color:#efefef}.filter-memu li span.active{color:#333;font-weight:bold}.filter-memu ul li a,.filter-memu ul li span{padding-left:12px}.filter-memu ul ul li a,.filter-memu ul ul li span{padding-left:24px}@media(min-width: 992px){.filter-memu li a,.filter-memu li span{padding:5px}}
/* End */


/* Start:/local/templates/blokpost_3.1/components/bitrix/system.pagenavigation/catalog/style.css?1689151859760*/
.paginator {
    display: block;
}

.paginator .static {
    position: relative;
    display: block;
    font-size:  0px;
    text-align: center;
}

.paginator .static .buttons {
    display: inline-block;
    font-size: 0px;
}

.paginator .static .buttons .button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    background: #fff;
}

.paginator .static .buttons .button.ui-state-active {
    
}

.paginator .static .buttons .tech-slider-button-left {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}
.paginator .static .buttons .tech-slider-button-right {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
}
/* End */


/* Start:/local/templates/blokpost_3.1/components/bitrix/catalog.section/tile_test_27.10/style.css?170806463525948*/
.hint-block {
    position: absolute;
    bottom: 0;
    left: 0;
}

.hint-block p {
    margin: 0;
    padding: 5px;
    background-color: white;
    border: .5px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    max-width: 150px;
    box-shadow: -5px 5px 13px 5px rgba(0, 0, 0, 0.28);
}

.tech-slider-button.tech-slider-button-right {
    right: -80px !important;
}

.body {
    position: relative;
}

.product-list.main .product-card-image-wrapper {
    height: 200px;
}

.product-list.main .product-card-image-wrapper img {
    max-width: 150px;
    max-height: 150px;
}

.product-list.main .row > div:nth-child(4n+1) {
    clear: none;
}

.product-list.main .row {
    display: flex;
    flex-wrap: wrap;
}

.product-list.main .row::before {
    content: none !important;
}

.product-list-item {
    width: 25% !important;
}

._itm {
    width: 100% !important;
}

.product-list.main .product-extra-actions .add-to-compare, .product-list.main .product-extra-actions .add-to-favorite {
    padding: 0.95em 1em;
}

.product-list.main .row > div:nth-child(3n+1) {
    clear: both;
}

/*new styles*/

._text-green {
    color: #0ebd33;
}

._text-red {
    font-size: 22px;
    font-weight: 700;
    color: #ff0000;
    cursor: pointer;
}

._mb0 {
    margin-bottom: 0 !important;
}

._rub-black {
    display: inline !important;
    width: auto !important;
    height: .75em;
    vertical-align: baseline;
}

.product-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.product-list .owl-carousel .owl-stage-outer {
    box-shadow: none;
}

.product-list ._itm {
    border: 1px solid rgba(95, 78, 27, .2) !important;
    position: relative;
    padding: 0 0 7px;
    width: 200px;
    height: 400px;
}

._sale {
    margin: 0;
    font-size: 18px !important;
    font-weight: 700;
    padding: 1px 10px;
    background-color: #f3c644;
}

/*a._sale-red {*/
/*    background-color: #000 !important;*/
/*    border: 1px solid black !important;*/
/*}*/

a._sale-red:hover {
    text-decoration: none;
    color: red !important;
    background-color: white !important;
    transition-duration: 0.2s;
}
/*a._sale-red:hover {*/
/*    color: black !important;*/
/*    background-color: white !important;*/
/*    transition-duration: 0.2s;*/
/*    border: 1px solid black;*/
/*}*/

._badge:hover {
    transition-duration: 0.2s;
}

.product-list ._itm ._sale-red {
    background-color: red;
    z-index: 1;
    font-size: .8em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px solid red;
    padding: 4.5px 1px;
}

.product-list ._itm ._fav {
    display: block;
    position: absolute;
    right: 9px;
    top: 12px;
    background-image: url('/local/templates/blokpost_3.1/i/fav-ico.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    width: 14px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 1;
}

.product-list ._itm ._fav._in {
    background-image: url('/local/templates/blokpost_3.1/i/fav-in-ico.png');
}

.product-list ._itm ._image-hldr {
    position: relative;
}

.product-list ._itm ._image {
    /*height: 133px;*/
    height: 41.5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: -1px;
    margin-top: 30px;
}

.product-list ._itm ._image ._nav {
    display: none;
}

.product-list ._itm ._image ._pagination {
    display: none;
}

.product-list ._itm ._image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-list ._itm ._image-hldr ._badge a {
    color: #000;
    text-decoration: none;
}

/*.product-list ._itm ._sale-timer {*/
/*    height: 20px;*/
/*    margin-bottom: 10px;*/
/*    color: #000;*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.product-list ._itm ._sale-timer ._clock {*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    background-color: #f3c644;*/
/*    padding: 0 5px;*/
/*    margin-right: 7px;*/
/*}*/

/*.product-list ._itm ._sale-timer ._clock span {*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*}*/

/*.product-list ._itm ._sale-timer ._clock span b {*/
/*    font-weight: normal;*/
/*}*/

/*.product-list ._itm ._sale-timer ._clock i {*/
/*    font-style: normal;*/
/*}*/

.product-list ._itm ._name {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}

.product-list ._itm ._name a {
    color: #000;
}

.product-list ._itm ._name a:hover {
    color: #00b927;
    text-decoration: none;
}


.product-list ._itm ._old-price ._num {
    text-decoration: line-through;
}

.product-list ._itm ._red-price {
    display: flex;
    color: #000;
}

.product-list ._itm ._red-price ._nums {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
}

.product-list ._itm ._red-price ._nums ._text-red {
    font-size: .85rem;
    font-weight: bold;
}

.product-list ._itm ._red-price ._note {
    font-size: .6em;
    line-height: normal;
    text-align: center;
}

.product-list ._itm ._extra {
    display: none;
}

.product-list ._itm ._cart {
    display: none;
}

.basket-quantity__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

#quantity-input {
    text-align: center;
    max-width: 60px;
    margin: 0 5px;
}

#quantity-add {
    margin-bottom: 4px;
}


#size-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .product-list ._img {
        border-right: none;
    }

    .product-list .row .product-list-item:nth-child(2n+2) {
        border-right: 1px solid rgba(95, 78, 27, .2) !important;
    }

    .product-list .row .product-list-item:nth-child(n + 3) ._itm {
        border-top: none !important;
    }

    .product-list-item {
        width: 50% !important;
    }

    .product-list ._itm {
        height: auto !important;
    }

    ._itm {
        width: auto !important;
    }

    .catalog-goods-list {
        width: 75% !important;
    }

    .catalog-side-menu {
        width: 25% !important;
    }

    .popup-window-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .basket-popup__product-image {
        display: flex;
    }

    .basket-popup__product-image > img {
        margin: 0 auto;
    }

    .popup-window-content > p {
        text-align: center;
        margin-top: 0;
    }

    .basket-popup__product-price {
        margin-top: 10px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .basket-popup__product-old-price {
        text-decoration: line-through;
    }

    .basket-popup__product-new-price, .basket-popup__product-old-price {
        margin: 0;
    }

    .basket-quantity__container {
        align-items: center;
    }

    .just-IM {
        padding: 4.45px;
    }
}

@media screen and (max-width: 767px) {

    .catalog-goods-list {
        width: 100% !important;
    }

    ._itm {
        height: auto !important;
    }

    .catalog-side-menu {
        width: 100% !important;
    }

    ._sale {
        font-size: 14px !important;
        padding: 3.5px 10px !important;
    }

    .desc-mark-text {
        padding: 6px 6px 4px 6px !important;
    }

    .just-IM {
        padding: 4px !important;
    }
}

@media (min-width: 768px) {

    .product-list ._itm ._image {
        height: 228px;
    }

    .product-list ._itm ._sale-proc {
        font-size: 1em;
        padding: 4px 9px;
        top: 11px;
    }

    .product-list ._itm ._sale-proc:after {
        border-width: 7px;
        right: 6px;
    }

    .product-list ._itm ._fav {
        width: 23px;
        height: 22px;
        right: 15px;
        top: 15px;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-prev, .product-list .owl-theme .owl-controls .owl-nav div.owl-next {
        width: 22px;
        height: 44px;
        top: 50%;
        margin-top: -22px;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-prev {
        left: -12px;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-next {
        right: -12px;
    }

    /*.product-list ._itm ._sale-timer {*/
    /*    justify-content: center;*/
    /*}*/

    /*.product-list ._itm ._sale-timer ._clock {*/
    /*    background-color: transparent;*/
    /*    padding: 0;*/
    /*}*/

    /*.product-list ._itm ._sale-timer ._clock span b {*/
    /*    background-color: #fecd06;*/
    /*    margin: 0 1px;*/
    /*    padding: 0 3px;*/
    /*}*/

    .product-list ._itm ._name {
        text-align: center;
        font-size: 1em;
    }

    .product-list ._itm ._old-price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 13px;
        vertical-align: center;
        font-size: 18px !important;
    }

    .product-list ._itm ._old-price ._rub-black {
        margin-bottom: 3px;
        margin-left: 4px;
    }

    .product-list ._itm ._old-price ._num {
        text-decoration-color: #0ebd33;
    }

    .product-list ._itm ._red-price {
        height: 53px;
    }

    .product-list ._itm ._red-price ._nums {
        font-size: 1.4rem;
    }

    .product-list ._itm ._red-price ._nums ._text-red {
        font-size: 1.2rem;
    }
}

.size-button {
    height: 29px;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #a0a0a0;
    margin: 0 4px 8px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    padding: 5px 12px;
    box-sizing: border-box;
    vertical-align: center;
}

.size-button.active {
    border-color: #00b927;
    color: #00b927;
    font-weight: bold;
}


@media (min-width: 1200px) {

    .product-list ._itm {
        border-color: transparent;
        border-bottom: 0;
    }

    .product-list ._itm:hover {
        border: 1px solid #f3c644;
    }

    .product-list ._itm ._image {
        height: 200px;
    }

    .product-list ._itm ._sale-timer ._lbl {
        font-size: 1em;
    }

    .product-list ._itm ._sale-timer ._lbl:after {
        width: 14px;
        height: 18px;
    }

    .product-list ._itm ._sale-timer ._clock {
        line-height: 28px;
    }

    .product-list ._itm ._sale-timer ._clock span b {
        margin: 0 1px;
        padding: 0 5px;
    }

    .product-list ._itm ._old-price {
        font-size: 1em;
        height: 15px;
    }

    .product-list ._itm ._red-price {
        height: 62px;
        display: flex;
        align-items: center;
    }

    .product-list ._itm ._red-price ._nums {
        font-size: 1.65rem;
    }

    .product-list ._itm ._red-price ._nums ._text-red {
        font-size: 1.3rem;
    }

    .product-list ._itm ._red-price ._note {
        justify-content: center;
        flex-direction: column;
        max-width: 90px;
        font-size: .8em;
    }

    .product-list ._itm ._cart {
        position: absolute;
        top: 100%;
        right: 0;
    }

    .product-list ._itm ._cart button {
        margin-top: -46px;
        position: absolute;
        top: 80%;
        right: 38px;
        padding: 11px 10px 10px;
        font-size: 14px;
        line-height: 0.5;
        display: inline-block;
        width: 115px;
        height: 40px;
        background-color: #00B927;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 700;
        outline: none;
        -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px #00B927;
        white-space: nowrap;
    }

    .green-button {
        padding: 11px 10px 10px;
        font-size: 14px;
        line-height: 0.5;
        display: inline;
        height: 40px;
        background-color: #00B927;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 700;
        outline: none;
        -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px #00B927;
        white-space: nowrap;
        vertical-align: center;
    }

    .popup-window-buttons {
        height: 30px;
    }

    .popup-window-content {
        background: none !important;
        margin-bottom: 10px !important;
    }

    .product-list ._itm ._cart button.active, .green-button.active {
        background-color: #00B927;
        color: #fff;
        border-color: #00B927;
    }

    .product-list ._itm ._cart button:hover, .green-button:hover {
        text-decoration: none;
        color: #00B927;
        background-color: white;
        transition-duration: 0.3s;
    }

    .product-list ._itm:hover ._cart {
        display: block;
    }

    #to-cart-modal-wrapper {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1045 !important;
        background: #333;
        opacity: .5;
    }

    .basket-popup {
        width: 630px;
        background-color: #fff;
    }

    .basket-popup__container {
        position: relative;
        padding: 30px;
    }

    .basket-popup__title {
        font-size: 32px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .basket-popup__product-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .basket-popup__product-image {
        margin-right: 20px;
    }

    .basket-popup__product-image img {
        max-width: 105px;
    }

    .basket-popup__product-name {
        font-size: 12px;
        line-height: 1.2;
        font-weight: 600;
        color: #00b927;
        text-decoration: none;
        display: block;
        max-width: 350px;
        margin-bottom: 12px;
    }

    .basket-popup__product-size {
        font-weight: 600;
    }

    .basket-popup__product-price {
        margin-left: auto;
        line-height: 14px;
        text-align: right;
    }

    .basket-popup__product-old-price {
        text-decoration: line-through;
        font-size: 14px;
        font-weight: 400;
    }

    .basket-popup__product-new-price {
        font-weight: 700;
        font-size: 16px;
    }

    .basket-popup__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }

    .basket-popup__buttons a {
        max-width: 250px;
        border-radius: 5px;
        text-decoration: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 25px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .basket-popup__btn-continue {
        border: 1px solid #00b927;
        color: #00b927;
    }

    .basket-popup__btn-continue:hover {
        color: #fff;
        background-color: #00b927;
    }

    .basket-popup__btn-in-basket {
        color: #fff;
        background-color: #00b927;
        border: 1px solid transparent;
    }

    .basket-popup__btn-in-basket:hover {
        color: #00b927;
        background-color: #fff;
        border: 1px solid #00b927;
    }

    .basket-popup__border {
        height: 1px;
        background-color: #000;
        margin-top: 35px;
        margin-bottom: 27px;
    }

    .basket-quantity__container {
        white-space: nowrap;
        margin-right: 20px;
    }

    .basket-quantity__container > * {
        display: inline-block;
        width: 15%;
        text-align: center;
        text-decoration: none;
        border-radius: 0.2em;
        outline: none;
        vertical-align: middle;
    }

    .basket-quantity__container a {
        color: #00B927;
        font-size: 1.25em;
        font-weight: 500;
        padding: 0;
    }

    .basket-quantity__container a:hover {
        background: #f4f4f4;
    }

    .basket-quantity__container a.disabled {
        background: #f4f4f4;
        cursor: not-allowed;
        color: gray;
    }

    .basket-quantity__container input {
        border: 1px solid #c5c5c5;
        padding: 2px;
        min-width: 35px;
    }

    .basket-quantity__container input::-webkit-outer-spin-button,
    .basket-quantity__container input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .size-button {
        height: 29px;
        font-size: 14px;
        display: inline-block;
        border: 2px solid #a0a0a0;
        margin: 0 4px 8px;
        border-radius: 5px;
        background-color: transparent;
        text-align: center;
        cursor: pointer;
        padding: 5px 12px;
        box-sizing: border-box;
        vertical-align: center;
    }

    .size-button.active {
        border-color: #00b927;
        color: #00b927;
        font-weight: bold;
    }

    .alert {
        font-weight: bold;
    }

    .alert-danger {
        color: red;
    }

    .alert-success {
        color: green;
    }

    #cart-btn {
        display: none;
        height: 39px;
    }

    .product-list ._itm ._extra {
        height: 5em;
        position: absolute;
        top: 100%;
        left: -1px;
        right: -1px;
        background-color: #fff;
        border: 1px solid #f3c644;
        border-top: 0;
        padding: 0 17px;
    }

    .product-list ._itm:hover ._extra {
        display: block;
    }

    .product-list ._itm ._extra ._tags {
        height: 2em;
        font-size: 12px;
    }

    .product-list ._itm ._extra ._tags a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        border: 1px solid #f3c644;
        color: #333333;
        padding: 0 8px;
        line-height: 1.4;
    }

    .product-list ._itm ._extra ._tags a:hover {
        background-color: #f3c644;
        text-decoration: none;
    }

    .product-list ._itm ._extra ._btm-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
    }

    .product-list ._itm ._extra ._rating ._rv-num {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        color: #333333;
        line-height: 1;
        margin-top: 2px;
    }

    .product-list ._itm ._extra ._rating ._rv-num:hover {
        text-decoration: none;
        border-bottom: 1px dashed #333333;
    }

    .product-list ._itm ._extra ._dlvr {
        text-align: right;
        line-height: 1.2;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-prev, .product-list .owl-theme .owl-controls .owl-nav div.owl-next {
        margin-top: -3.5em;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-prev {
        left: -9px;
    }

    .product-list .owl-theme .owl-controls .owl-nav div.owl-next {
        right: -9px;
    }

    .product-list ._itm ._image ._nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .product-list ._itm ._image ._nav ._nav-itm {
        height: 100%;
        flex: 1 1 auto;
    }

    .product-list ._itm ._image ._pagination {
        position: absolute;
        right: 0;
        left: 0;
        top: 4px;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        visibility: hidden;
    }

    .product-list ._itm:hover ._image ._pagination {
        visibility: visible;
    }

    .product-list ._itm ._image ._pagination i {
        flex: 1 1 auto;
        height: 4px;
        background-color: #ffeb9b;
        margin: 0 3px;
    }

    .product-list ._itm ._image ._pagination i._in {
        background-color: #f3c644;
    }
}

.section-description {
    margin-top: 30px;
}


._itm {

}

.card-image {
    width: 200px;
}

._image-hldr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.mark-block {
    margin-top: 10px;
    z-index: 3;
    position: absolute;
    display: flex;
    align-items: center;
    top: -10px;
    left: 0;
}



.just-IM {
    background-color: #ff0000;
    font-size: 12px;
    color: white;
    padding: 4.35px;
    font-weight: 700;
    transition: all .2s;
    border: 1px solid transparent;
}

.just-IM:hover {
    color: red;
    background-color: #fff;
    border: 1px solid red;
    text-decoration: none;
    transition: all .2s;
}


.icon-block {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.icon-btn {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    border: none;
    display: flex;
    width: 40px;
    height: 35px;
    border-radius: 30px;
    z-index: 10;
}

.icon-btn:first-child {
    justify-content: end;
    background-color: rgba(243,198,68, 0.3);
    transition: all .2s;
}
/*.icon-btn:last-child {*/
/*    background-color: rgba(14,148,71, 0.3);*/
/*    transition: all .2s;*/
/*}*/

.icon-btn:first-child:hover {
    background-color: rgba(243,198,68, 0.5);
    transition: all .2s;
}
/*.icon-btn:last-child:hover {*/
/*    background-color: rgba(14,148,71, 0.5);*/
/*}*/


.add2favorite {
    z-index: 2;
    width: 30px;
    fill: transparent;
    transition: all .2s;
}

._in .add2favorite {
    fill: #f3c644;
    transition: all .2s;
}
._in .star-contur {
    fill: #f3c644;
    transition: all .2s;
}
._in .add2favorite {
    fill: #f3c644;
    transition: all .2s;
}

.star-contur {
    fill: #000;
    transition: all .2s;
}

.add2cart {
    margin-right: 3px;
    margin-top: 5px;
    z-index: 2;
    width: 50px;
    transition: all .2s;
}

.add2cart:hover,
.add2cart:hover * {
    fill: #0ebd33;
    transition: all .2s;
}

._desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.desc-mark-text {
    display: inline;
    height: 26px;
    width: auto;
    border: 1px solid #f3c644;
    background-color: #f3c644;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 0 6px;
    font-size: 15px;
}

.desc-mark-text:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-color: #f3c644;
}

.desc-mark {
    z-index: 3;
    height: 26px;
}

.desc-prices {
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    height: 32px;
}

.sale-price {
    color: #00b927;
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.base-price {
    text-decoration: line-through;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.1;
    color: #000;
    height: 26px;
}

.desc-info {
    padding-left: 10px;
    display: flex;
    height: 60px;
}

.desc-text {
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.product-list ._itm {
    border-right: none !important;
}

.product-list .row .product-list-item:nth-child(4n+4) {
     border-right: 1px solid rgba(95, 78, 27, .2) !important;
}

.product-list .row .product-list-item:nth-child(n + 5) ._itm {
    border-top: none !important;
}

.bonus-price {
    font-size: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 700;
}
.product-list ._itm ._image ._pagination {
    display: none;
}

/*13.10.2023 добавил руками разделение на две колонки на мобилках*/
@media screen and (max-width: 576px) {
    .product-list.main .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-list.main .row .col-lg-4 {
        width: 50% !important;
    }
    .paginator .static .buttons .tech-slider-button-right {
        right: 1px !important;
    }

    ._text-red {
        font-size: 16px !important;
    }
    .sale-price._price._text-green {
        font-size: 16px !important;
    }
    .bonus-price {
        font-size: 16px !important;
    }
    .base-price._old-price {
        font-size: 16px !important;
    }
}



/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/search_catalog/style.min.css?1743494754538*/
.paginator{display:block}.paginator .static{position:relative;display:block;font-size:0px;text-align:center}.paginator .static .buttons{display:inline-block;font-size:0px}.paginator .static .buttons .button{display:inline-block;vertical-align:middle;padding:10px 15px;margin-left:2px;margin-right:2px;font-size:12px;background:#fff}.paginator .static .buttons .tech-slider-button-left{position:absolute;display:block;top:0px;left:0px}.paginator .static .buttons .tech-slider-button-right{position:absolute;display:block;top:0px;right:0px}
/* End */
/* /local/components/bp/filter.menu/templates/.default/style.min.css?1636411647578 */
/* /local/templates/blokpost_3.1/components/bitrix/system.pagenavigation/catalog/style.css?1689151859760 */
/* /local/templates/blokpost_3.1/components/bitrix/catalog.section/tile_test_27.10/style.css?170806463525948 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/search_catalog/style.min.css?1743494754538 */
