div#div_col_body_user {
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Service */
div#div_row_services{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Elements */
div.row_element{
    padding-top: 40px;
    padding-bottom: 40px;
}
.h2_service{
    line-height: 1;
    display: block;
    text-align: center;
}
div.col_serv_car{
    padding: 20px 35px;
    border-radius: 20px;
}
div.col_serv_car img{
    border-radius: 20px;
}
div.div_serv_car .slick-prev,
div.div_serv_car .slick-next{
    height: 40px;
    width: initial;
}
div.div_serv_car .slick-prev{
    left: 5px;
}
div.div_serv_car .slick-next{
    right: 5px;
}
#div_row_datab .txt_area_lines,
#div_row_datab .txt_area_lines p span{
    line-height: 1;
}
.div_cont_butvid{
    margin-top: 15px;
}
.img_ser_vid{
    height: 30px;
}
.mod_vidser{
    height: 80%;
}
.div_cont_mod_vidser{
    height: 100%;
}
.div_cont_mod_vidser iframe.ifr_video {
    height: 100%;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    div.col_serv_car {
        margin-top: 20px;
    }
}