.h-sliders {
    width: 100%;
    height: 533px;
    padding: 0;
}
.h-slide-1 {
    background: #cf1f43 url('/image/catalog/h-sliders/biasi_slide_1_image_1.png') no-repeat no-repeat right;
}
.h-slide-2 {
    background: #cf1f43 url('/image/catalog/h-sliders/biasi_slide_2_image_1.png') no-repeat no-repeat right;
}
.h-slide-container {
    position: relative;
    width: 1170px;
    height: 533px;
    margin-right: auto;
    margin-left: auto;
}
.h-slide-l {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 768px;
    height: 533px;
    padding-left: 60px;
    float: left;
    background-color: #cf1f43;
}
.h-slide-stamp {
    fill: #fff;
    width: auto;
    height: 44px;
    margin-bottom: 30px;
}
.h-slide-head-1 {
    font-family: 'OpenSansExtraBold', 'Open Sans', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 2px;
}
.h-slide-head-2 {
    font-family: 'OpenSansExtraBold', 'Open Sans', sans-serif;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
}
.h-slide-quality {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 25px 0 35px 0;
}

.quality-premium-comfort {

}
.h-slide-quality > svg {
    fill: #fff;
    margin-right: 17px;
}
.h-slide-text {
    width: 460px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.h-slide-image {
    position: absolute;
    top: 0;
    right: 245px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.h-slide-learn-more > a {
    width: 208px;
    height: 48px;
    border-radius: 24px;
    color: #404040;
    font-size: 12px;
    font-weight: bold;
    line-height: 3.8;
    text-align: center;
    background-color: #fff;
    padding: 16px 60px;
}
@media (max-width: 991px) {
    .h-sliders, .h-slide-container, .h-slide-l {
        height: 460px;
    }
    .h-slide-container {
        width: 100%;
    }
    .h-slide-l {
        padding-right: 40px;
        padding-left: 40px;
        width: 100%;
    }
    .h-slide-image {
        display: none!important;
    }
    .h-slide-text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .h-slide-l {
        padding-right: 15px;
        padding-left: 15px;
    }
    .h-slide-head-1 {
        font-size: 16px ;
    }
    .h-slide-head-2 {
        font-size: 28px;
    }
    .h-slide-text {
        font-size: 13px;
        line-height: normal;
    }
    .h-slide-learn-more {
        padding-bottom: 15px;
    }
}