.video { 
    background-color: #201E1E;
    padding: 120px 0;
}

.video__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
}

.video__text {
    color: #ffffff;
    width: 45%;
}

.video-block {
    width: 48%;
}

.video__title {
    font-size: calc(20px + 20*(100vw / 1920));;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 40px;
}




.video-block__content {
    width: 100%;
    aspect-ratio: 16/9;
}

.video-block__inner {
    position: relative;
}
.video-block__button {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.video-block__button svg {
    width: 100px;
    height: 64px;
}




.slidermin__box img {
    height: 152px;
    width: 92%;
}

.slidermin__box img {
    object-fit: cover;
}

.slidermin .slick-current .slidermin__box img {
    border: 1px solid #ED2438;
    filter: brightness(40%);
}



@media (max-width: 1440px) {  
    .video { 
        padding: 80px 0;
    }

    .slidermin__box img {
        height: 100px;
    }
}

@media (max-width: 1024px) {  
    .video { 
        padding-top: 105px;
    }

    .video__title {
        line-height: 36px;
        margin-bottom: 20px;
    }

    .video-block__button svg {
        width: 80px;
        height: 51px;
    }

    .slidermin__box img {
        height: 80px;
    }
}


@media (max-width: 768px) {
    .video { 
        padding-top: 60px;
        padding-bottom: 45px;
    } 
    
    .video__box {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .video__text {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .video-block {
        width: 100%;
    }

    .video__title { 
        width: 80%;
        font-size: calc(20px + (20+20*0.7)*((100vw - 320px) / 1920));
    }

    .slidermin__box img {
        height: 60px;
    }
}



@media (max-width: 360px) {  
    .video { 
        padding: 30px 0;
    } 

    .video__title {
        line-height: 26px;
        margin-bottom: 10px;
        width: 65%;
    }

    .video-block__button svg {
        width: 68px;
        height: 43px;
    }

    .video__box {
        padding-bottom: 10px;
    }


    /* для 6 слайдов снизу */
    .slidermin {
        display: flex;
        flex-wrap: wrap;
    }

    .slidermin__item {
        width: 33%;
    }
}