.section_video .section__content {
    padding-top: 40px;
    padding-bottom: 90px;
}

.video-section {}
.video-section__content {}
.video-section__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.24;
    color: #FFFFFF;
    margin-top: 20px;
}
.video-section__side {
    position: relative;
}
.video-section__side .video-list {
    overflow: hidden;
    max-height: 260px;
}
.video-section_mt {
    margin-top: 20px;
}

.video-frame {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer;
}
.video-frame iframe,
.video-frame__cover,
.video-frame__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-frame iframe {
    z-index: 5;
}
.video-frame__cover {
    object-position: center center;
    object-fit: cover;
}
.video-frame_yt:before {
    content: "\e906";
    font-family: "ural-icons";
    font-size: 80px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    transition: color 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(255,255,255,0.5);
    z-index: 2;
}
.video-frame_yt:hover:before {
    color: #ED1D24;
}
.video-frame_yt.video-frame_sm:before {
    font-size: 48px;
}
.video-frame_loaded .video-frame__cover {
    display: none;
}
.video-frame_detail {
    margin-bottom: 80px;
}
.video-frame_gradient {
    cursor: default;
}
.video-frame_gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 10%,rgba(0,0,0,0.2) 100%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .video-frame_main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        padding: 0;
    }
    .video-frame_main .video-frame__video {
        object-position: center center;
        object-fit: cover;
    }
}

.video-list {}
.video-list__item {
    display: block;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.video-list__item_active,
.video-list__item:hover {
    opacity: 1;
}
.video-list__item_active .video-list__name {
    color: #ED1D24;
}
.video-list__item-inner {
    align-items: center;
}
.video-list__item:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.video-list__cover {}
.video-list__cover-img {}
.video-list__desc {}
.video-list__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}
.video-list__helper {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    color: #696969;
    margin-top: 8px;
}
@media screen and (max-width: 991px) {
    .video-section__content {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 768px) {
    .video-section__name {
        font-size: 21px;
    }
    .video-frame_yt:before {
        font-size: 120px;
    }
    .video-list__name {
        font-size: 15px;
    }
}
@media screen and (min-width: 992px) {
    .video-section__side .video-list {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        max-height: 100%;
    }
}

.video-block {}
.video-block__list:not(.video-block__list_inherit) {
    margin-left: -6px;
    margin-right: -6px;
}
.video-block__item-wrapper {
    margin-bottom: 20px;
}
.video-block__list:not(.video-block__list_inherit) .video-block__item-wrapper {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}
.video-block__item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    z-index: 1;
}
.video-block__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 40.62%, rgba(0, 0, 0, 0.71) 69.27%);
}
.video-block__name {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    color: #FFFFFF;
}
.video-block_mt {
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
    .video-block__desc {
        padding: 20px 30px;
    }
    .video-block__name {
        font-size: 18px;
    }
}

.video-slider {
    position: relative;
}
.video-slider .swiper-button-prev {
    left: 0;
    right: auto;
}
.video-slider .swiper-button-next {
    right: 0;
    left: auto;
}