.wrapper_bottom_slider {
    display: flex;
}
.wrapper_bottom_slider_box {
    border-right: 1px solid #EAE9EF;
}
.wrapper_bottom_slider_box {
    border-right: 1px solid #EAE9EF;
    padding: 16px 16px 16px 0;
}
.slider_box_img {
    margin-bottom: 24px;
}
.slider_box_img img {
    background-color: #F5F4F7;
    padding: 17px;
    border-radius: 50%;
}
.slider_box_text h5 {
    margin: 0 0 24px 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #302861;
}
.slider_box_text p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #21272A;
}
.wrapper_home_new_slider {
    width: 100%;
}
.sections_new_goods {
    margin-bottom: 88px;
}
::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list {
    display: block;
    width: inherit;
}
.home_slider_content_items {
    display: block;
    width: 100%;
}
.why_we_top {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.why_we_top_box.left {
    height: 320px;
    padding: 16px;
}
.why_we_top_box.right {
    background-size: cover;
}
.why_we_top_box.right img {
    width: auto;
    max-width: none;
}
.section_why_we {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 85px;
}
.why_we_bottom {
    display: flex;
    width: 100%;
}
.why_we_top_box.center {
    height: 320px;
}
.section_home_reviews {
    display: flex;
    margin-bottom: 140px;
}
.reting_stars_detail {
    display: flex;
    justify-content: start;
}
.bx_item_detail_rating {
    margin-bottom: 10px;
}
.bx_item_detail_rating td {
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating {
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: auto;
    height: 30px;
    background: #fff;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg {
    position: relative;
    z-index: 101;
    background: url(/images/reviews/star_green.png) no-repeat;
    background-size: 23px 23px;
    width: 23px;
    display: inline-flex;
    height: 23px;
}
.bx_item_detail_rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.bx_stars_progress_box {
    display: flex;
    width: 137px;
}
.bx_stars_progress_box .bx_stars_bg_green {
    position: relative;
    z-index: 100;
    background: url(/images/reviews/green_bg_star.png) no-repeat;
    width: 25%;
    display: inline-flex;
    height: 24px;
}

.main-info-messeage {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ed6a5a;
    line-height: 1.2;
    text-align: center;
    /* border-top: 1px solid #EAE9EF; */
}

@media screen and (max-width: 1200px){
    .why_we_top_box.right {
        margin: 0 auto;
    }
    .why_we_top_box.left {
        margin: 0 auto;
    }
    .why_we_top_box.center {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px){
    .home_reviews_item {
        width: 50%;
    }
    .main_content_wrapper {
        padding-top: 30px;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px){
    .wrapper_bottom_slider {
        display: flex;
        flex-wrap: wrap;
    }
    .home_reviews_item {
        width: 100%;
    }
    .wrapper_bottom_slider_box {
        padding-right: 0;
        width: 100%;
    }
    .why_we_top_box_content.right {
        position: relative;
        flex-wrap: wrap;
    }
    .why_we_top_box.right {
        width: 100%;
    }
    .box_content_img.right {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        padding: 0;
    }
    .box_content_text.right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .why_we_top_box.left {
        width: 100%;
    }
}