.slaider_block .owl-item .content{
    cursor: default;
}
.slaider_block .owl-carousel .item .block-slider-link {
    display: table;
    height: 100%;
    float: initial;
    width: 100%;
cursor: pointer;
}
.slaider_block .owl-carousel .item .block-slider-link .content {
    display: table-cell;
    height: 435px;
    vertical-align: middle;
    padding: 0 20px 0 60%;
    float: initial;
    width: 350px;
cursor: pointer;
}
.owl-carousel .block-slider-link .content .btn {
    width: 145px;
    height: 20px;
    border-radius: 1px;
    line-height: 0;
    padding: 20px 0;
    margin-top: 30px;
}
.main_slider_title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
@media only screen and (max-width: 767px){
.main_slider_title {
    font-size: 16px;
    margin: 20px 0;
}
}