.bottom-banners__item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-bottom: 32px; */
}
.bottom-banners__item:last-child{
    margin-bottom: 0;
}


.bottom-banners__image{
    width: 50%;
}
.bottom-banners__text{
    width: 50%;
}
.bottom-banners__image{
    padding: 39px 0px 0px 20px;
}
.bottom-banners__image-link{
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    margin: 0 auto;
}

.bottom-banners__top-title-wrap{
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}
.bottom-banners__top-icon{
    position: absolute;
    left: -3px;
    top: -1px;
}
.bottom-banners__top-title-wrap--wicon{
    padding-left: 14px;
}

.bottom-banners__title{
    /* font-size: 2.4em;
    font-size: clamp(1.6rem, 1.009rem + 1.1vw, 2.4rem);
    line-height: 1.278; */
    padding-bottom: 14px;
}
.bottom-banners__title--pb24{
    padding-bottom: 24px;
}
.bottom-banners__text{
    padding: 20px 75px 26px 20px;
}
.bottom-banners__preview-text{
    padding-bottom: 25px;
}

.bottom-banners__item--text-side-left .bottom-banners__image{
    order: 1;
    padding: 39px 60px 0px 0px;
}
.bottom-banners__item--text-side-left .bottom-banners__text{
    padding: 20px 20px 23px 75px;
}
.bottom-banners__item--wgoods .bottom-banners__title{
    /* font-size: 2.666rem;
    font-size: clamp(1.6rem, 1.009rem + 1.3vw, 2.666rem);
    line-height: 1.151; */
}
.bottom-banners__item--wgoods .bottom-banners__top-title-wrap{
    padding-bottom: 7px;
}
.bottom-banners__item--wgoods .bottom-banners__title{
    padding-bottom: 16px;
}

.bottom-banners__price{
    background-color: #FCDE77;
    margin-right: 9px;
    /* padding: 1px 5px 2px 7px; */
    padding: 4px 12px 4px 12px;
}

.bottom-banners__price-wrap{
    padding-bottom: 31px;
}

.bottom-banners__button-wrap--all .bottom-banners__button--first{
    margin-right: 8px;
}

.bottom-banners__item--wgoods .bottom-banners__image{
    width: 55%;
}
.bottom-banners__item--wgoods .bottom-banners__text{
    width: 45%;
}
.bottom-banners__item--wgoods .bottom-banners__image{
    padding-top: 81px;
}
.bottom-banners__under-goods{
    padding: 26px 16px 10px 16px;
}
.bottom-banners__under-goods-link .svg{
    display: inline-block;
    margin-left: 8px;
}
.bottom-banners__button-wrap{
    margin-top: -10px;
}
.bottom-banners__button-wrap .btn {
    margin-top: 10px;
}
.bottom-banners__text-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom-banners__text-inner>div:last-child{
    padding-bottom: 0;
}

.bottom-banners__item--text-side-center .bottom-banners__text{
    width: 100%;
    padding: 32px 55px;
}

.bottom-banners__image-inner-wrap{
    padding-top: 60.5%;
    position: relative;
    width: 100%;
}
.bottom-banners__item--text-side-right .bottom-banners__image-inner-wrap{
    padding-top: 64.5%;
}

@media(max-width: 991px){
    .bottom-banners__item--wgoods .bottom-banners__image {
        padding-top: 32px;
    }
    .bottom-banners__item--text-side-left .bottom-banners__image{
        padding-right: 32px;
    }
    .bottom-banners__item--text-side-left .bottom-banners__text{
        padding-left: 32px;
    }

}
@media(min-width: 992px){
    .bottom-banners__item--no-img{
         min-height: 480px;   
    }
}

@media(max-width: 767px){
    /* .bottom-banners__image{
        display: none;
    } */
    .bottom-banners__text{
        width: 100%;
        padding: 34px 20px 25px;
    }
    .bottom-banners__item--wgoods .bottom-banners__text{
        width: 100%;
        padding: 27px 20px 25px;
    }
    .bottom-banners__text-inner{
        padding: 0;
    }
    .bottom-banners__under-goods{
        padding-bottom: 0;
    }
    body .bottom-banners .bottom-banners__image {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .bottom-banners__item {
        flex-direction: column;
    }
    .bottom-banners__title{
        /* font-size: 24px; */
        line-height: 35px;
    }
    .bottom-banners__top-title-wrap{
        padding-bottom: 4px;
    }
    .bottom-banners__item{
        margin-bottom: 24px;
    }
    .bottom-banners__button-wrap .btn.btn-md {
        --pt-button: 8px;
        --pb-button: 9px;
        --pr-button: 14px;
        --pl-button: 14px;
        font-size: 1em;
    }
    .bottom-banners__price-wrap {
        padding-bottom: 19px;
    }
    .bottom-banners__item--text-side-left.bottom-banners__item--no-img .bottom-banners__text{
	padding: 27px 20px;
    }
}
.bottom-banners__item--wgoods .bottom-banners__title + .bottom-banners__button-wrap{
    padding-top: 16px;
}