

/* Start:/local/templates/nowmedtech/components/bitrix/catalog.section.list/programms-list/style.css?1712815618870*/
.services-list {

}
.services-list a {
    position: relative;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.services-list a:hover,
.services-list a.active {
    color: #fff;
}
.services-list a span {
    /*color: #fff;
    background-color: #26aed4;*/
    position: relative;
    z-index: 11;
}
.services-list a:before {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    background-color: rgba(28, 174, 212, 0.5);
    bottom: 0;
    box-shadow:
            0 0 50px rgba(51, 51, 51, 0.35),
            0 0 30px rgba(51, 51, 51, 0.2);
}
.services-list a:hover:before,
.services-list a.active:before {
    bottom: -30px;
    left: -30px;
    opacity: 1;
    right: -30px;
    top: -30px;
}
/* End */
/* /local/templates/nowmedtech/components/bitrix/catalog.section.list/programms-list/style.css?1712815618870 */
