#video{
    padding-top: 110px;
    background: #eceef0;
    padding-bottom: 45px;
}

.video{
    position: relative;
}

.container-video{
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
}

.col-left-video{
    padding-top: 40px;
}

.videoyt{
    margin-bottom: 24px;
    padding: 15px;
    background: #333333;
    border-radius: 20px;
}

.cta-video{
    text-align: center;
}

.cta-video a{
    display: inline-block;
    background: #ef3c3f;
    height: 76px;
    line-height: 76px;
    border-radius: 40px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    transition: 0.4s;
}
.cta-video a:hover{
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(10px);
}
.col-right-video ul li{
    color: #333333;
    padding: 20px 20px 20px 40px;
    background: #FFFFff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 21px;
    position: relative;
}

.col-right-video ul li:before{
    content: " ";
    background: url(../images/icon-list-video.png) no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 7px;
    left: -35px;
}

.col-right-video ul li b{
    font-weight: bold;
}

.col-right-video{
    padding-left: 33px;
}

.bg-1-video{
    background: url(../images/bg-video1.png) no-repeat;
    width: 282px;
    height: 242px;
    position: absolute;
    top: 15%;
    left: -418px;
}

.cta-video-mobile{
    display: none;
}

@media only screen and (max-width : 768px) {
    .cta-video-mobile{
        text-align: center;
        display: block;
    }
    .cta-video-mobile a{
        display: inline-block;
        height: 43px;
        line-height: 43px;
        background: #ef3c3f;
        color: #FFFFff;
        font-size: 20px;
        padding: 0 30px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 20px;
        -webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);
        box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.34);

    }
}

@media only screen and (max-width : 414px) {
    .cta-video a{
        font-size: 19px;
        line-height: 41px;
        height: 40px;
    }
    .cta-video{
        margin-bottom: 24px;
    }
}
