.section-offer-brands{
    padding: 78px 0 112px 0;
}

.section-offer-brands__headline{
    display: block;
    max-width: 742px;
    margin: 0 auto;


}

.section-offer-brands__headline .secion-sub-title{
    text-align: center;
}
.section-offer-brands__headline .h2{
    text-align: center;
    margin: 0;
}
.section-offer-brands__headline p{
    text-align: center;
    margin-top: 12px;
}
.section-offer-brands__cards{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 64px;
}

.section-offer-brands__cards figure{
    background-color: rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.section-offer-brands__cards .offer-brands-card{
    width: 192px;
    display: block;
    margin-right: 29px;
    margin-bottom: 29px;
    margin-top: 0;
}
.section-offer-brands__cards:not(.style-2) .offer-brands-card:first-child,
.section-offer-brands__cards:not(.style-2) .offer-brands-card:nth-child(4n),
.section-offer-brands__cards:not(.style-2) .offer-brands-card:nth-child(6n){
    margin-top: 15px!important;
}
.section-offer-brands__cards:not(.style-2) .offer-brands-card:nth-child(2n),
.section-offer-brands__cards:not(.style-2) .offer-brands-card:nth-child(5n){
    margin-top:-15px;
}

.section-offer-brands__cards:not(.style-2) .offer-brands-card:nth-child(3n){
    margin-top: 0;
}
.section-offer-brands__cards.style-2 .offer-brands-card{
    margin-top: 0;
}
.section-offer-brands__cards.style-2 .offer-brands-card:nth-child(2n){
    margin-top: 25px;
}
.section-offer-brands__cards .offer-brands-card:last-child{
    margin-right: 0;

}
.section-offer-brands__logos{
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.section-offer-brands__logos-sticky{
    position: absolute;
    bottom: 65px;
    left: auto;
    right: -5px;
    background: url(./img/brends.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 200px;
    height: 340px;
    z-index: 5;
}
.section-offer-brands__logos::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
    z-index: 2;
}
.section-offer-brands__logos::after{
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
    z-index: 2;
}

.row-logos{
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.section-offer-brands__logos figure{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    overflow: hidden;

}
.section-offer-brands__logos figure img{
    width: 100px;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.section-offer-brands__advantages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.section-offer-brands__advantages li::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url(img/check-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-offer-brands__advantages li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin: 0 16px 32px 16px;
}

.section-offer-brands__logos-img{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
}
.section-offer-brands__logos-img figure{
    margin: 0;
    width: 100%;
}
.section-offer-brands__logos-img img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .section-offer-brands__cards{
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-offer-brands__cards .offer-brands-card{
      margin: 0 13px;
    }
}
@media screen and (max-width:767px) {
    /* .section-offer-brands__cards .offer-brands-card{
        width: 250px;
    } */
    .section-offer-brands__cards .offer-brands-card img{
        width: 100%;
    }
    .section-offer-brands__advantages li{
        margin: 0 5px 32px;
        width: 150px;
        font-size: 16px;
    }
    .section-offer-brands__advantages li::before{
        width: 20px;
        height: 20px;
    }
    .section-offer-brands{
        padding: 96px 0;
    }
    .section-offer-brands__logos-sticky{
        background: none;
        display: none;
    }
    .section-offer-brands.pb-0 .section-offer-brands__logos{
        padding-bottom: 0;
    }
    
}

/* @media screen and (max-width:570px) {
    .section-offer-brands__cards .offer-brands-card{
        margin-right: 0;
    } 
    .section-offer-brands__cards.style-2 .offer-brands-card:nth-child(2n){
        margin-top: 0px;
    }
} */