

/* Start:/bitrix/templates/utes/components/bitrix/news.list/events_new/style.css?1743489552939*/
.filter-events-type-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    font-family: 'CoreRhino', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.filter-events-type.is-active {
    border-color:#009d7b;
}

.filter-events-type {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    padding: 8px 10px;
    border: 3px solid #D6D6D6;
    border-radius: 15px;
    color: #000000;
    cursor: pointer;
}

.events2__footer a.btn {
    color: #000000;
}


@media screen and (max-width: 576px) {
    .filter-events-type-tab {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }
    .filter-events-type {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .filter-events-type-tab {
        font-size: 14px;
    }
}
/* End */
/* /bitrix/templates/utes/components/bitrix/news.list/events_new/style.css?1743489552939 */
