 .video__playlist { flex-wrap: wrap; }
 .video__item { width: 100%; padding: 0; }


 .video__item-link { width: 100%; }
 .video__descr { justify-content: space-around; }
              
 .video { margin-bottom: 210px; }

 .video__playlist {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
  }

 .video__item-link {
       position: relative;
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
       height: 370px;
       overflow: hidden;
       border-radius: 10px;
/*
width: 801px;
height: 371.488px;
flex-shrink: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>) lightgray -2.289px -53.948px / 100.286% 129.044% no-repeat;
*/

}

 .video__item-link::before {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
       padding-left: 3px;
       width: 75px;
       height: 75px;
       border: 5px solid #fff;
       background-color: transparent;
       border-radius: 100%;
       content: "►";
       font-size: 38px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       z-index: 8;
 }

 .video__descr {
      margin-top: 32px;
      display: flex;
      justify-content: end;
      align-items: center;
 }

 .video__logo {
     margin-right: 40px;
 }

 .video__descr-title {
    width: 67%;
    color: #1A3C5E;
 }

 .video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1A3C5E;
    color: #1A3C5E;
    height: 55px;
    width: 244px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
 }

 .video-btn:hover {
     background-color: #1A3C5E;
     color: #fff;
     transition: 0.5s;
  }


 .video__item-link img {
    width: 100%;
 }

 .video-block{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;    
    margin-top: 40px;
 }

 .video-block .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    right: 0px;
    margin-top: -95px;
    margin-right: -26px;
    z-index: 100;
    border-radius: 20px;
    background: var(--Black_main, #262626);
    box-shadow: 0px 15px 40px 0px rgba(142, 146, 163, 0.30);
    width: 86px;
    height: 38px;
    color: #fff;
    justify-content: space-around;
    align-items: center;
 }
 

 .video-block .owl-nav button span {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    height: 28px;    
 }


 .video-block .owl-dots{
    margin-top: 36px;
 }



@media (max-width: 1200px) {
    .video__playlist {
       display: flex;
       justify-content: flex-start;
       flex-wrap: wrap;
    }
    .video__item {
       margin-bottom: 40px;
    }
    .video__playlist {
       margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .video {
       margin-bottom: 90px;
    }
}

@media (max-width: 598px) {
    
    .statistic__item {
       flex: 0 0 300px;
    }
    
    .statistic__item:not(:last-child)::after {
       right: 18%;
    }
    
    .video__item-link{
       width: 100%;
    }
    
    .video__item-link img {
        width: 100%;
        height: auto;
    }
    
    .video__item {
        flex: 0 0 100%;
        margin-bottom: 0;    
    }

    .video__descr {
        margin-top: 15px;
    }

    .video-block {        
        padding: 30px 0 30px 30px;    
    }
                    
}


@media (max-width: 475px) {
    .video__item-link {
        height: 170px;
    }
} 
