#student{
    padding-top: 32px;
    padding-bottom: 20px;
}

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

.title-student:before{
    content: " ";
    height: 5px;
    width: 84px;
    background: #2b70b9;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wapper-item-slider-student{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 75px;
    padding-bottom: 25px;
}
.wapper-slider-student{

}

.image-student{
    width: 144px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
}

.title-item-student{
    text-align: center;
    color: #3b556f;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.comment-student{
    color: #3b556f;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
}

.item-slider-student{
    background: #f9f9f9;
    border-radius: 15px;
    padding: 85px 74px 45px;
    -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);
}

.wapper-slider-student .owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: -13px; */
    position: absolute;
    width: 100%;
    z-index: 9999999;
    bottom: -10px;
}

.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: #acacac;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #022344;
}
.wapper-slider-student .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;
}

.wapper-slider-student .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";
}

.wapper-slider-student .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 47%;
    width: 100%;
    display: none;
}

@media screen and (max-width: 800px){
    .title-student{
        font-size: 20px;
    }
    .wapper-slider-student .owl-theme .owl-dots{
        display: none;
    }
    .wapper-item-slider-student{
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-item-student{
        font-size: 16px;
    }
    .comment-student{
        font-size: 16px;
    }
    .item-slider-student{
        padding: 85px 22px 45px;
    }
    .wapper-slider-student .owl-theme .owl-nav{
        display: block;
    }
}



