.event-block-date {
    display: flex;
}
.event-block-date-info {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}
@media (max-width: 748px) {
    .event-block-date-info {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
    }
}

.event-block-date > div:first-child {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    width: 35px;
}
.event-pack {
    display: flex;
}
@media (max-width: 748px) {
    .event-pack {
        display: flex;
        flex-direction: column;
    }
}
.event-pack-date {
    padding-right: 20px;
    color: #999999;
    width: 70px;
    margin-bottom: 10px;
    min-width: 70px;
}
.event-pack-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
@media (max-width: 748px) {
    .event-pack-info {
        padding-left: 5px;
    }
}
.event-pack-description {
    border-left: 1px solid #e1e1e1;
    padding: 0 0 5px 20px;
    position: relative;
    word-break: break-word;
}

.category_event_marker {
    min-width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 4px solid #ffffff;
    margin-right: 10px;
}
.category-event-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.category-event-date {
    margin-right: 20px;
    min-width: 80px;
}
.category-event-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.category-event-title-short {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
}

.scroll-to-first {
    position: sticky;
    left: 100%;
    bottom: 20px;

    width: 48px;
    height: 48px;
    border-radius: 50%;

    background-color: #3598DB;
    color: #fff;
    border: none;

    font-size: 22px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;

    z-index: 1000;
}

.scroll-to-first.show {
    opacity: 1;
    visibility: visible;
}

.category-event-description {
    display: inline-block;
}
.menu-lenta {
    margin-bottom: 30px;
}
.menu-lenta-box {
    /*display: flex;*/
    margin-bottom: 15px;
}
.menu-lenta-filter {
    display: flex;
}
@media (max-width: 748px) {
    .menu-lenta-filter {
        flex-direction: column;
    }
}
.type_event_info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 748px) {
    .type_event_info {
        display: flex;
        justify-content: space-between;
        width: 324px;
        flex-direction: column;
        gap: 10px;
    }
}
.type_event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.type_event img {
    width: 13px;
}
.menu-lenta-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    border: 1px solid #3598DB;
    color: #3598DB;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.menu-lenta-switch:first-child {
    border-radius: 2px 0 0 2px;
}
.menu-lenta-switch:last-child {
    border-radius: 0 2px 2px 0;
}
.menu-lenta-switch-active {
    background: #3598DB;
    color: #FFFFFF;
}
.menu-lenta-label {
    display: flex;
    color: #999999;
    margin-right: 5px;
    min-width: 115px;
    padding-bottom: 5px;
}
.menu-lenta-span {
    margin-left: 5px;
}
.type_event {
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 34px;
    border: 1px solid #52B85C;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
@media (max-width: 748px) {
    .type_event {
        width: 162px;
    }
}
.type_event_dropdown {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    width: 260px;
    padding: 20px;
    background: #ffffff;
    z-index: 10;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-top: 3px;
}
.type_event_category {
    display: flex;
    list-style-type: none;
    flex-direction: column;
}
.type_event_category_item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
}
.type_event_category_item * {
    cursor: pointer;
}
.type_event_category_item label {
    margin-left: 7px;
}
.period_event_page {
    display: none;
}
.period_event_page_active {
    display: block;
}
.period_event_tabs {
    display: flex;
}
.period_event_tab {
    font-size: 15px;
    margin-left: 10px;
    margin-bottom: 14px;
    padding-bottom: 5px;
    color: #3598DB;
    border-bottom: 1px solid transparent;
}
.period_event_tab:last-child {
    margin-left: 30px;
}
.period_event_tab_active {
    color: #000000;
    border-bottom: 1px solid #3598DB;
}
.period_event_group {
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.period_event_group input {
    width: 95px;
    padding: 5px 10px;
    border: 1px solid #CACACA;
    border-radius: 5px;
}
.period_event_year {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
}
.period_event_year * {
    cursor: pointer;
}
.period_event_year label {
    margin-left: 5px;
}
.event_marker {
    min-width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: -8px;
    top: 0;
    border: 4px solid #ffffff;
}
.event_marker_green {
    background: #52b85c;
}
.event_marker_yellow {
    background: #ffc90e;
}
.event_marker_red {
    background: #e41919;
}
.event_marker_gray {
    background: #8D8D8D;
}

.unset-filter span {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5F5E5E;
    font-size: 13px;
}

#unset_filter_lenta img, #unset_filter_lenta label {
    cursor: pointer;
}

.events-count-filter {
    margin-top: 20px;
}

.events-count-filter p {
    font-size: 14px;
}

/*MAIN*/


#lenta_id label {
    font-weight: normal;
}

.lenta-app-title {
    cursor: pointer;
    color: #0a0a0a;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 30px;
}