@media (max-width: 990px) {
img.catalog-brand__logo {
    width: 100%;
    max-width: 152%;
}
}

img.catalog-brand__logo {
    max-width: 100%;
}




.section_latest {
    padding-top: 80px;
    padding-bottom: 57px;
    background-color: #F3F4F6;
}
.section_latest .item_product {
    margin-top: 20px;
    display: block;
    color: #000;
}
.section_latest .images_product {
    display: block;
    position: relative;
}
.section_latest .name_product {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 9px;
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    display: block;
}
.section_latest .text {
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000;
}
.section_latest .image_product {
    max-width: 300px;
    max-height: 300px;
    z-index: 1;
    display: block;
    position: relative;
}
.section_latest .image_product__back {
    max-width: 270px;
    max-height: 250px;
    left: 100px;
    top: -15px;
    z-index: 0;
    position: absolute;
}
.section_latest .more_items {
    display: flex;
    flex-wrap: wrap;
}
.section_latest .align_center {
    padding-top: 35px;
    text-align: center;
}
.section_latest .btn_main {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #FF1038;
    border-radius: 25px;
    padding: 12px 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section_latest .btn_main:hover {
    background-color: #e10e31;
}