.block__one__slide_img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.die-event { /*Плашка события (Запись доступна, регистрация открыта)*/
    width: 190px;
    height: 23px;
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    background: #FFB32C;
    margin: 0 auto;
    border-radius: 23px;
    padding: 0 10px;
    position: absolute;
    top: 10px;
}

.die-event.red {
    background: #F0521F;
}

.die-event p {
    line-height: 12px;
    text-align: center;
    margin-bottom: 3px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
    margin: 0 0 3px 0;
}

.in-main-page .block__one__slide_info {
    padding: 0 30px;
}

.in-dir-news .block__one__slide_info {
    padding: 0 5px;
}

.in-dir-news.block__one__slide_img.news-paiges {
    height: 140px;
    background-size: contain;
}

.vebinar-name {
    padding: 0 10px;
}

.vebinar-descr {
    color: #303030;
}

.in-dir-news .arrow_left_events {
    left: 5px;
}

.in-dir-news .arrow_right_events {
    right: 5px;
}

@media (min-width: 1200px) {
    .in-dir-news .die-event p {
        font-size: 11px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .in-dir-news .die-event p {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .in-dir-news .die-event {
        width: auto;
        border-radius: 18px;
        height: 18px;
        top: 7px;
    }
}