.s-yt-video-c {
    position: relative;
}

.s-yt-video__title {
    padding-top: 6px;
    margin-bottom: 45px;
    padding-right: 130px;
}

.s-yt-video-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.s-yt-video-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #484848;
    transition: all .3s;
}

@media (hover:hover)  {
    .s-yt-video-slider-arrow:hover {
        background-color: #6B6B6B;
    }
}

.s-yt-video-slider-arrow:active {
    background-color: #6B6B6B;
}

.s-yt-video-slider-arrow.swiper-button-disabled {
    background-color: #DADADA;
    pointer-events: none;
}

.s-yt-video-slider__slide-list {
    display: flex;
    flex-direction: column;
}

.s-yt-video-slider__slide-item {
    padding: 18px 0;
    border-top: 1px solid #484848;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.s-yt-video-slider__slide-item-l {
    width: 250px;
    flex: 0 0 auto;
}

.s-yt-video-slider__slide-item-m {
    flex: 1;
    min-width: 0;
    max-width: 685px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.s-yt-video-slider__slide-item-r {
    width: 180px;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

.s-yt-video-slider__slide-item-date {
    font-size: 24px;
    line-height: 29px;
    color: #484848;
    font-weight: 500;
}

.s-yt-video-slider__slide-item-img-c {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 30 / 17;
    width: 300px;
    flex: 0 0 auto;
}

.s-yt-video-slider__slide-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-yt-video-slider__slide-item-title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #0D1828;
}

.s-yt-video-slider__slide-item-desc {
    font-size: 14px;
    line-height: 19px;
    color: #484848;
}

.s-yt-video-slider__slide-item-link {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 39px;
    padding: 0 20px;
    background: transparent;
    border: 1px solid #0D1828;
    border-radius: 16px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #0D1828;
}

@media (hover:hover)  {
    .s-yt-video-slider__slide-item-link:hover {
        border-color: #6B6B6B;
        color: #6B6B6B;
    }
}

.s-yt-video-slider__slide-item-link:active {
    border-color: #6B6B6B;
    color: #6B6B6B;
}

@media (max-width: 1099px) {
    .s-yt-video-slider__slide-item {
        flex-wrap: wrap;
        gap: 14px;
    }

    .s-yt-video-slider__slide-item-l {
        width: calc(50% - 14px);
        order: 1;
        align-self: center;
    }

    .s-yt-video-slider__slide-item-m {
        width: 100%;
        flex: 0 0 auto;
        order: 3;
        max-width: 100%;
    }

    .s-yt-video-slider__slide-item-r {
        width: calc(50% - 14px);
        order: 2;
    }
}

@media (max-width: 767px) {
    .s-yt-video__title {
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .s-yt-video-slider__slide-item {
        padding: 18px 0;
        flex-direction: column;
    }

    .s-yt-video-slider__slide-item-l {
        width: 100%;
        order: 1;
    }

    .s-yt-video-slider__slide-item-m {
        order: 2;
        flex-direction: column;
        gap: 12px;
    }

    .s-yt-video-slider__slide-item-r {
        width: 100%;
        order: 3;
        justify-content: flex-start;
        padding-top: 10px;
    }

    .s-yt-video-slider__slide-item-date {
        font-size: 16px;
        line-height: 19px;
    }

    .s-yt-video-slider__slide-item-img-c {
        width: 100%;
    }

    .s-yt-video-slider__slide-item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .s-yt-video-slider__slide-item-desc {
        font-size: 14px;
        line-height: 19px;
    }

    .s-yt-video-slider-controls {
        bottom: 13px;
        top: auto;
        z-index: 2;
    }
}
.fr-head__img-c {
    position: relative;
}

.fr-head__img-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-c {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    justify-content: center;
    padding: 15px;
    z-index: 9999999999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: auto; 
}

.video-modal-c.active {
    display: flex;
    animation: modalShow 0.5s 0.01s forwards;
}

.video-modal {
    width: 960px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    pointer-events: all;
    margin: auto;
}

.video-modal__video-c {
    background: #000;
    height: 100%;
    width: 100%;
    position: relative;
}

.video-modal__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-modal__close-btn {
    display: flex;
    position: absolute;
    top: -30px;
    right: 0;
}

@media (max-width: 767px) {
    .fr-head__img-btn svg {
        width: 70px;
        height: 70px;
    }
}
body .swiper-wrapper:not(.swiper-wrapper-default-fix) {
	height: auto!important;
}