

/* Start:/about/our-video/style.css?15719974041538*/
.ix-video-big-correction{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-big .h2-title{text-align: left; }
.video-list{margin-top: 4em;display: flex;flex-wrap: wrap;justify-content: space-between;}
.video-list .video-list__item .video-list__block{margin: 1em;padding: 1em;border: 1px solid #eee;box-sizing: border-box;border-radius: 6px;}
.video-list .video-list__item .video-list__block:hover{border: 1px solid #ffd504;}
.video-list .video-box{margin-bottom: 1em;}


@media screen and (min-width: 992px){
    .video-list .video-list__item {
        width: 33.3333333333%;
    }
    .video-big .video-title{width: 24%;margin-left: 1%;}
    .video-big .video-box{width: 50%;}
    .video-big .video-text{width: 24%;margin-right: 1%;}
}    
@media screen and (min-width: 576px) and (max-width: 991px){
    .video-list .video-list__item {
        width: 50%;
    }
    .video-big{width: calc(100% - 30px);margin-left: 15px;margin-right: 15px;}
    .video-big .video-title{width: 49%;margin-left: 1%;}
    .video-big .video-box{width: 50%;margin-bottom: 1em;}
    .video-big .video-text{width: 10%;}
}
@media screen and (max-width: 575px){
    .video-list .video-list__item {
        width: 100%;
    }
    .video-big{width: calc(100% - 30px);margin-left: 15px;margin-right: 15px;}
    .video-big .video-title{width: 100%;margin-bottom: 1em;}
    .video-big .video-box{width: 100%;margin-bottom: 1em;}
    .video-big .video-text{width: 100%;margin-bottom: 1em;}
}
/* End */
/* /about/our-video/style.css?15719974041538 */
