/* Убирает синий фон с кнопок при нажатии */
.uc-header-link {
    -webkit-tap-highlight-color: transparent;
}

/* Меню */
.uc-header-menu-link {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 3px;
    transition: 0.2s ease-in-out;
    
    &:hover {
        border: 2px solid #478963;
    }
}

.t-slds__arrow {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Фильтр (врачи) */
#rec806593450 {
    border-radius: 30px;
}

@media only screen and (max-width: 960px) {
    .t859__wrap_left {
           display: flex;
            width: 100%;
             align-items: center;
            justify-content: center;
    }
    
    .t859__wrap_right {
        text-align: center;
    }
    
    .t859__bgimg {
        width: 300px;
        height: 300px;
        max-width: 300px !important;
        max-height: 300px !important;
    }
    
    #rec806593450 {
    border-radius: 15px;
}
}
