

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_reability/style.css?1693807917697*/
.rehab-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.rehab-item__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */

    z-index: 3;
}

.hover-bg {
    background: rgba(17, 147, 184, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 2;
    opacity: 0;
    transition: all .2s linear;
}

.rehab-item:hover .hover-bg {
    opacity: 1;
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_reability/style.css?1693807917697 */
