.video{

}
.video a{
    color: #3a3a3a;

}

.video-list__item-title{
    font-size: 16px;
    margin-top: 15px;
    color: #141414;
}
.video-list__item-title-link{
    color: #141414;
}
.video-list__item-link{
    display: inline-block;
    position: relative;
}
.video-list__item-link::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    background: url("/img/icon-youtube.png") no-repeat center center;
}
.video-list__item{
    margin-bottom: 30px;
}