.advantage-block{
    overflow: hidden;
    text-align: center;
}
.advantage-block .advantage{
    display: inline-block;
    width: 18%;
    min-width: 150px;
    box-sizing: border-box;
    text-align: center;
    color: #1B7D8C;
    font-size: 15px;
    padding-bottom:10px;
    vertical-align: top;
}
.advantage .adv-image{
    height: 127px;
}

.all-feeds{
    text-decoration: none;
    display: inline-block;
    line-height: 32px;
}
.center-header{

}
.certificates-wrapper{
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background: #f6f6f6;
    padding:0 0 20px 0;
}

#certificates{
    margin-top: 10px;
    padding-bottom: 15px;
    box-shadow: 0 2px 3px #e5e5e5;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fixed-bottom-banner{
    position: fixed;
    bottom: 0;
    right: 0;
    background: url(/local/static/images/avtosbor-banner.png) 0 0 no-repeat;
    width: 200px;
    height: 170px;
    display: none;
}

@media screen and (max-width:700px){
    #index-banners{
        display: none !important;
    }
    .catalog-section-list li a{
        background: none !important;
    }
}
@media screen and (max-width:500px){
    .advantage-block{display: flex;flex-wrap: wrap;}
    .advantage-block .advantage{
        width: 50%;
        min-width: auto;
        padding:0 5px 15px;
    }
}
