

/* Start:/local/templates/main/components/bitrix/news/specialists/style.css?17895667421044*/
.specialists {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

@media(max-width: 425px) {
    .specialists {
        gap: 1.5rem 0.75rem;
    }
}

@media(max-width: 768px) {
    .specialists {
        justify-content: center;
    }
}

.specialists-item {
    max-width: 172px;
    width: 100%;
}

@media(max-width: 425px) {
    .specialists-item {
        max-width: 172px;
        width: 48%;
    }
}


.doctors-block_item-arrow {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url("/local/templates/main/img/doctors/doctors_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.3s all ease;
}

.doctors-block_item:hover .doctors-block_item-arrow {
    opacity: 1;
    transition: 0.3s all ease;
}
.doctors-block_item:hover {
    box-shadow: 0 40px 56px 0 rgba(0, 0, 0, 0.05), 0 0 14px 0 rgba(0, 0, 0, 0.03);
    transition: 0.3s all ease;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?178956665451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/main/components/bitrix/news/specialists/style.css?17895667421044 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?178956665451 */
