.panel-video .video-wrap {
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.panel-video h2 {
    font-size: 28.8px;
    line-height: 1.2;
}

.panel-video .video-wrap img {
    border-radius: 14px;
}

.panel-video .video-wrap .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel-video .video-wrap .video-play-button svg {
    height: 74px;
    width: 74px;
    transition: transform 0.5s ease;
}

.panel-video .video-wrap .video-play-button:hover svg {
    transform: scale(1.2);
}

.panel-video h2 span {
    color: #09a7f9;
}

.panel-video p.description {
    line-height: 1.17;
    max-width: 992px;
    margin: auto;
}

.panel-video.top_white_shadow:after {
    content: '';
    background-image: linear-gradient(#fff, #ffffff00);
    width: 100%;
    height: 80px;
    top: 0;
    right: 0;
    position: absolute;
}

body .fancybox__container {
    z-index: 9999;
}