

/* Start:/local/templates/purpur/components/bitrix/news.list/category_blocks_new/style.css?17564195144908*/


.sections-products__link {
    transition: 0.2s color;
}

.sections-products__link-bg {
    transition: 0.4s transform;
}

.sections-products__item {
    margin-bottom: 10px;
    position: relative;
}

.sections-products__item:last-child {
    margin-bottom: 0;
}


.sections-products__link {
   /* background: #f5f5f5 url(/img/products-categories/mobile/profi.jpg) no-repeat right top;*/
    background-size: 150px auto;
    background-position: right -50px top -25px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 20px;
    color: #202020;
    letter-spacing: 1px;
    position: relative;
}

.sections-products__link:active {
    color: #f06292;
}

/*
.sections-products__item--decor .sections-products__link {
    background-image: url(/img/products-categories/mobile/dekor.jpg);
    background-size: 170px auto;
		background-position: right -30px center;
}

.sections-products__item--cosmet .sections-products__link {
    background-image: url(/img/products-categories/mobile/uhod.jpg);
    background-size: 170px auto;
    background-position: right -30px top -15px;
}

.sections-products__item--hair .sections-products__link {
    background-image: url(/img/products-categories/mobile/hair.jpg);
    background-size: 175px auto;
    background-position: right -35px top -20px;
}

.sections-products__item--organic .sections-products__link {
    background-image: url(/img/products-categories/mobile/organik.jpg);
    background-size: 185px auto;
    background-position: right -50px top -15px;
}

.sections-products__item--parfum .sections-products__link {
    background-image: url(/img/products-categories/mobile/parfume.jpg);
    background-size: 170px auto;
    background-position: right -30px top -15px;
}
*/



.sections-products__link .sections-products__link-bg {
    display: none;
}

.sections-products__link .sections-products__link-bg--m {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: auto 100% !important;
    display: block;
    background-position: right !important;
}

@media (min-width: 1200px) {
    .sections-products__list {
        max-width: 1220px;
        padding: 0 20px;
        margin: 0 auto;
        min-height: 325px;
        position: relative;
        display: -webkit-flex;
        display: flex;
    }

    .sections-products__item {
        margin: 0 20px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;

        width: calc((100% - 80px) / 5);
        height: 325px;
    }

    .sections-products__item:last-child {
        margin: 0;
    }

    .sections-products__link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 320px;
        background: #f5f5f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1.5px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .sections-products__link span {
        border-bottom: 1px solid #d4d4d4;
        transition: 0.2s border-bottom-color;
    }
    .sections-products__link:hover {
        color: #f06292;
    }
    .sections-products__link:hover span {
        border-bottom: 1px solid rgba(240,98,146,.4);
    }


    .sections-products__link .sections-products__link-bg--m {
        display: none;
    }

    .sections-products__link .sections-products__link-bg {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -51%);
        transform: translate(-50%, -51%);
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: 100% !important;
        display: block;
    }

    .sections-products__link .sections-products__link-img {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .sections-products__link:hover .sections-products__link-bg {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .sections-products__link--text-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 150px;
    }
}
/* End */
/* /local/templates/purpur/components/bitrix/news.list/category_blocks_new/style.css?17564195144908 */
