@font-face {
    font-family: 'icons';
    font-display: swap;
    src: url('../fonts/iconmoon/icomoon.eot?saml3s');
    src: url('../fonts/iconmoon/icomoon.eot?saml3s#iefix') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.ttf?saml3s') format('truetype'), url('../fonts/iconmoon/icomoon.woff?saml3s') format('woff'), url('../fonts/iconmoon/icomoon.svg?saml3s#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.b-rub{
    display: none;
}

.current-price:after {
    content: "\e927";
    position: relative;
    bottom: 1px;
    font: 15px/1 icons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.blog__item_section{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.catalog-item{
    /* padding: 20px; */
}

    .catalog-image__fix{
        text-align: center;
    }

    .catalog-title{
        padding: 15px 25px;
        min-height: 66px;
        overflow: hidden;
    }

    .price{
        padding: 0 25px;
        font-size: 20px;
        font-weight: bold;
    }


/*slider arrows*/
.lSAction > a{
    background: none;
}

.lSAction div.arrow{
    background: #8D8D8D;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lSAction svg{
    width: 25px;
    height: 12px;
    transform: rotate(-90deg);
}

.lSPrev svg{
    /* transform: rotate(90deg); */
}