.sl-promo {
    display: flex;
    overflow: hidden;
    max-height: 462px;
    width: 100%;
    margin: 0 0 45px 0;
}

.sl-promo_mb {
    margin-bottom: -20px
}

.sl-promo__left {
    margin-right: 30px;
    width: calc(75.7% - 30px)
}

.sl-promo__left,.sl-promo__right {
    flex: none;
    display: flex;
    align-items: center
}

.sl-promo__right {
    flex-direction: column;
    justify-content: space-between;
    width: 24.3%
}

.sl-promo__right_day {
    border-radius: 6px;
    align-self: normal;
    overflow: hidden
}

.sl-promo__right_day .owl-carousel.owl-drag .owl-item {
    margin-bottom: 0
}

.sl-promo__right-item {
    flex: none;
    position: relative;
    width: 100%;
    height: calc(50% - 15px)
}

.sl-promo__right-item a {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.sl-promo__right img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.sl-promo__right {
    flex-direction: column;
    justify-content: space-between;
    width: 20.8%;
}
.sl-promo__left {
    margin-right: 30px;
    width: calc(55.7% - 30px);
}
.sl-promo__right.q1 {
    margin-right: 30px;
}
.sl-promo__left {
    position: relative;
}
.h-slider__content {
    position: absolute;
    top: 100px;
    flex: none;
    width: 50%;
    left: 73px;
}
.h-slider__title {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
}
.h-slider__info {
    display: block;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
}
.h-slider__brand {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
}
.content-cols--mainpage:not(:last-child) {
    margin: 0 0 0px;
}
@media (max-width: 768px) {
    .sl-promo__right {
        width: 100%;
               display: inherit ;
    }
    .sl-promo__right-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.sl-promo {
   display: inherit;
    overflow: hidden;
    max-height: inherit;
    width: 100%;
    margin: 0 0 45px 0;
}
.sl-promo__left {
    width: 100%;
}
.h-slider__l-mobile {
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.h-slider__brand {
    font-size: 10px;
}
.h-slider__title {
    font-size: 20px;
}
.h-slider__info {
    font-size: .75rem;
}
.h-slider__content {
    position: absolute;
    top: 17px;
    flex: none;
    width: 50%;
    left: 28px;
}
}