.js-rehub-video-list {
    position: relative;
}

.c-slider--rehub-specialist-video.deactivate {
    /*filter: blur(2px) brightness(30%);*/
    pointer-events: none;
}
.c-slider--rehub-specialist-video.deactivate .c-slider__item{
    filter:  brightness(30%);
    /*pointer-events: none;*/
}
.c-slider--rehub-specialist-video .c-slider__item {
    max-height: 350px;
}

.rehub-specialist-warning {
    display: none;
    color: white;
    font-size: 24px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 40px;*/
    /*left: 50%;*/
    /*z-index: 3;*/
    padding: 15px;
    transform: translateX(-50%);
    background-color: #312E2E;
}

.news_block_ajax:has(.deactivate) .rehub-specialist-warning {
    display: block;
}

.rehub-specialist-video__carousel-nav {
    display: flex;
    padding: 40px 0 0;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.s-teh__search-found {
    text-align: center
}