.banner__slider{
    display: flex;
}
.banner__wrap__with-help{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.banner__item{}

.banner__item__img__box{
    position: relative;
    line-height: 1;
}
.banner__item__img{
    border-radius: 32px;
    background-color: #F6F6F6;
    background-image: var(--desktop-bg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    box-sizing: border-box;
    aspect-ratio: 1920 / 772;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .banner__item__img{
        background-image: var(--tablet-bg);
        aspect-ratio: 768/449;
    }
}
@media (max-width: 420px) {
    .banner__item__img{
        background-image: var(--mobile-bg);
        aspect-ratio: 420/380;
        /*aspect-ratio: 343/560;*/
    }
}


.banner__item__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
}
.banner__item__title{
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
    color: var(--white);
}
.banner__item__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--white);
    margin-top: 20px;
}
.banner__item__bottom{
    margin-top: 20px;
}
.promo-services__help {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px;
    gap: 16px;
    border: 1px solid var(--dark-40);
    border-radius: var(--bdrs);
}
.promo-services__help.promo-services__custom-banner{
    background: linear-gradient(175deg, #49b1df 0%, #1b3550 100%);
    border:none;
    border-radius: 32px;
    position: relative;
    max-width: 100%;
    flex: none;
    overflow: hidden;
}
.promo-services__help.promo-services__custom-banner:before {
    display: block;
    content: "";
    width: 346px;
    height: 283px;
    background: url(/local/templates/appsweb/img/pattern_left.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    margin-top: -60px;
    margin-right: -164px;
    opacity: 0.1;
}
.promo-services__custom-banner__image__wrap{
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .promo-services__help.promo-services__custom-banner{
        display: flex;
        width: 100%;
        max-width: 475px;
        aspect-ratio: 475 / 570;
    }
}

.promo-services__custom-banner__inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.promo-services__custom-banner__sale{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-100);
    border-radius: 64px;
    color: var(--dark-10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font: 400 20px/24px var(--ff)
}
.promo-services__custom-banner__content{
    text-align: center;
}
.promo-services__custom-banner__title{
    font-weight: 400;
    font-size: 30px;
    line-height: 113%;
    color: var(--white);
    margin-bottom: 4px;
}
.promo-services__custom-banner__desc{
    font-weight: 500;
    font-size: 15px;
    line-height: 156%;
    text-align: center;
    color: var(--white);
    margin-bottom: 16px;
}

.banner__wrap .slider__wrapper .slider__control__box .slider__control svg path{
    stroke: #333;
}
.banner__wrap .slider__wrapper .slider__control__box .slider__control {
    background-color: var(--white);
}
.banner__item__img__link{
    display: block;
}
.banner__item__img__box{
    position: relative;
}
@media (max-width: 991px) {
    /*.banner__item__img{
        object-fit: cover;
    }*/
    .banner__item__content{
        text-align: center;
        padding-bottom: 44px;
    }
    .banner__item__btn__wrap .banner__item__btn{
        display: block;
    }
    .banner__item__inner .slider__wrapper.banner__wrapper .lSSlideOuter .lSPager.lSpg{
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        padding: 0;
    }
    .banner__item__inner .slider__bottom__panel .slider__control__box {
        justify-content: center;
        margin-top: -114px;
    }
}

@media (min-width: 992px) {
    .banner__item__img__box:not(:hover) > .slider__bottom__panel{
        opacity: 0;
    }
    .banner__item__img__box > .slider__bottom__panel{
        position: absolute;
        right: 20px;
        top: 20px;
        margin-top: 0;
    }
    .banner__wrap__with-help{
        flex-direction: row;
        align-items: stretch;
        gap:20px;
    }
    .banner__wrap__with-help .banner__basic{
        width: calc(100% - 425px);
    }
    .promo-services__help{
        flex: none;
        width: 425px;
    }
    /*.banner__item__img{
        aspect-ratio: 1316/586;
    }*/
    .banner__item__content{
        padding: 50px;
    }
    .banner__item__title{
        font-size: 32px;
    }
    .banner__item__text{
        margin-top: 20px;
    }
    .banner__item__bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .banner__item__bottom:not(:has(.banner__item__btn__wrap)){
        justify-content: flex-end;
    }
    .promo-services__help {
        width: 425px;
    }
}

@media (min-width: 1400px) {
    .promo-services__custom-banner__title{
        font-size: 64px;
        margin-bottom: 27px;
    }
    .promo-services__custom-banner__desc{
        font-size: 16px;
        margin-bottom: 27px;
    }
    .promo-services__custom-banner__image__wrap{
        height: 100%;
    }
}
