#course{
    padding-top: 20px;
    background: #f3f3f3;
}

.title-course{
    color: #2d4862;
    font-size: 22px;
    font-family: 'SfuFuturaBold';
    text-align: center;
    position: relative;
    margin-bottom: 92px;
    line-height: 1.3;
}

.title-course:before{
    content: " ";
    height: 5px;
    width: 84px;
    background: #2b70b9;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.row-course{
    margin-left: -30px;
    margin-right: -30px;
}

.col-course{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 52px;
}

.item-course{
    height: 100%;
    width: 100%;
    background: #f9f9f9;
    position: relative;
    padding: 44px 33px 22px;
    border-radius: 20px;
    font-size: 22px;
    color: #3b556f;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.5;

    -webkit-box-shadow: 0px 10px 34px -10px rgba(161,161,161,1);
    -moz-box-shadow: 0px 10px 34px -10px rgba(161,161,161,1);
    box-shadow: 0px 10px 34px -10px rgba(161,161,161,1);
}

.image-item-course{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: -42px;
}

.list-mobile .image-item-course{
    width: 60px;
}
.list-mobile .item{
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.list-mobile .item-course{
    text-align: center;
}

.list-mobile .item-course{
    padding: 30px 15px 22px;
    font-size: 18px;
}
.list-mobile .owl-carousel .owl-nav button.owl-prev{
    width: 15px;
    height: 22px;
    background: url(../images/nav-slider-mobile.png) no-repeat;
    text-indent: -999999px;
    position: absolute;
    left: -10px;
}

.list-mobile .owl-carousel .owl-nav button.owl-next{
    width: 15px;
    height: 22px;
    background: url(../images/nav-slider-mobile.png) no-repeat;
    text-indent: -999999px;
    position: absolute;
    right: -10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.list-mobile .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 47%;
    width: 100%;
}
.owl-theme .owl-nav .disabled{
    opacity: 1;
}
.list-mobile{
    display: none;
}
@media screen and (max-width: 800px){
    .title-course{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .list-destop{
        display: none;
    }
    #course{
        padding-bottom: 30px;
    }
    .list-mobile{
        display: block;
    }
}











