.n-v-prog-cntr-container {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}
.section-title {
    position: relative;
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 15px;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    height: 6px;
    background-color: #feb526;
}
.play-btn.grey .play-btn-ico path {
    fill: rgba(255,255,255,.8);
}
.play-block{
    padding: 0px 0 40px;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}
.d-cntrls {
    display: inline-flex;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 25px;
    transform: translateY(-50%);
}
.d-cntrls__item {
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-left: 3px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #feb526;
    transition: .6s ease;
    width: auto;
    padding: 0 5px;
    background: transparent;
}
.d-cntrls__item.active-itm {
    border-color: #feb526;
    background: #feb526;
}
.content-top-slider .swiper-slide-thumb-active .video-container::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: linear-gradient(rgba(65,109,254,.3) -1.67%,rgba(65,109,254,0) 83.32%);
    transform: translateY(100%);
}
.prg-dt-fltr__month{
    color: white;
    font-size: 18px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
}
.video-container__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 7;
    background: transparent;
    border: none;
    outline: none;
}
.play-btn-ico {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.month-pick-container {
    position: relative;
    max-width: 930px;
    margin: 20px auto;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-slide .month-sl {
    padding: 2px 0 8px;
    width: 100%;
}
.month-pick-container::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(81.45deg,rgba(33,84,250,0) -38%,rgba(17,52,169,.5) 65.04%,rgba(33,84,250,0) 100%);
}
.month-swpr .swiper-slide .active, .month-swpr .swiper-slide .month-sl:hover {
    background-color: #feb526;
}
.prog-swpr .video-container.cntr .main-vid__lnk:before{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 7;
    background: transparent;
    border: none;
    outline: none;
    background: url("../img/btn-video_.svg");
}
.video-container_{
    width: 100%;
    cursor: pointer;
    padding-bottom: 50px;
}
.video-container_:hover:before, .video-container_.active:before{
    position: absolute;
    content: '';
    bottom: 80px;
    left: 0;
    right: 0;
    height: 80px;
    background-image: linear-gradient(rgba(65,109,254,.3) -1.67%,rgba(65,109,254,0) 83.32%);
    transform: translateY(100%);
}
.video-container__lnk_{
    position: relative;
}
.d-cntrls__item{
    cursor: pointer;
}
.video-container_.active .video-container__lnk_::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #feb526;
    z-index: 10;
}
.video-container.cntr iframe{
    position: absolute;
    top: 0;
    /* display: none; */
    left: 0;
    width: 100%;
    height: 100%;
}
.video-desc_{
    position: relative;
    margin-top: 10px;
}
.video-desc_ .video-desc__date{
    font-size: 16px;
    text-align: center;
}
.content-top-slider .swiper-slide{
    background: none;
}
.video-container_ .video-container__media{
    position: relative;
}
.month-swpr .swiper-slide {
    text-align: center;
    background: transparent;
}
.month-pick-container .swiper-button-next.cust-sw-btn {
    right: 0;
    background-image: linear-gradient(to right,rgba(65,109,254,.2),rgba(65,109,254,0))!important;
    background-size: cover;
}
.month-pick-container .swiper-button-next.cust-sw-btn:after{
    display: none;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.month-pick-container .swiper-button-next, .month-pick-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    transform: translateY(-50%);
}
.content-top-slider{
    overflow: visible;
}
.n-v-prog-cntr-container h1{
    color: white;
}
.about.play {
    padding: 50px 0;
    background-image: url("../img/curves_.svg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.month-pick-container .swiper-button-next.cust-sw-btn {
    right: -40px;
    background-image: linear-gradient(to right,rgba(65,109,254,.2),rgba(65,109,254,0))!important;
    background-size: cover;
}
.month-pick-container .swiper-button-prev.cust-sw-btn {
    left: -40px;
    background-image: linear-gradient(to left,rgba(65,109,254,.2),rgba(65,109,254,0))!important;
    background-size: cover;
}
.month-pick-container .swiper-button-prev.cust-sw-btn:after{
    display: none;
}
.month-pick-container .cust-btn__ico {
    width: 12px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prog-pick-container {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}
/*.prog-swpr {*/
/*    max-width: 820px;*/
/*    margin: 0 auto;*/
/*}*/
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
}
.video-container__lnk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}
.prog-swpr .video-container__media {
    object-fit: cover;
}
.video-desc {
    display: block;
    width: 100%;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    margin-bottom: -26px;
}
.prog-pick-container .swiper-button-next:after, .prog-pick-container .swiper-button-prev:after{
   display: none;
}
.video-desc .video-desc__date{
    color: white;
    font-size: 16px;
    text-align: center;
}
.prog-pick-container .video-container{
    cursor: pointer;
}
.prog-swpr .video-desc__title {
    display: none;
}
.prog-swpr .video-desc__rubric {
    display: none;
}
.prog-swpr .video-desc__date {
    font-size: 16px;
    text-align: center;
}
.prog-pick-container .swiper-button-next, .prog-pick-container .swiper-button-prev {
    width: 35px;
    height: 40px;
    margin: 0;
    top: 20%;
}
.play-btn{
    cursor: pointer;
}
.prog-pick-container .swiper-button-prev {
    left: -45px;
}
.prog-pick-container .swiper-button-next{
    right: -45px;
}
.prog-pick-container .cust-btn__ico {
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prog-pick-container .cust-btn__ico path {
    fill: rgba(255,255,255,.5);
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.month-sl{
    cursor: pointer;
}
.month-sl-fltr{
    color: #111;
    font-size: 22px;
    line-height: 28px;
    display: inline;
    text-decoration: none;
    font-family: SegoeUI,sans-serif;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 990px){
    .month-pick-container .swiper-button-next.cust-sw-btn{
        right: -3px;
    }
    .play-block{
        padding: 0;
    }
    .month-pick-container .swiper-button-prev.cust-sw-btn{
        left: -3px;
    }
    .prog-pick-container .swiper-button-prev, .prog-pick-container .swiper-button-next{
        display: none;
    }
    .month-pick-container .content-top-slider {
        padding: 0 30px;
    }
}
@media (max-width: 768px){
    .prog-swpr .video-container.cntr .main-vid__lnk:before{
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    .d-cntrls {
        right: 0;
        left: -2px;
        top: 68px;
    }
    .n-v-prog-cntr-container .section-title{
        padding-bottom: 50px;
    }
}
