/* Видео в зеро блоке */
.video_zero_block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video_zero_block >video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}


.cssl {
    border-radius:30px !important;
}

media screen and (max-width: 640px) {
    .t-btn_sm {
        height: 40px !important;
    }
}