.top-content {
    margin:0;
    padding:0;
}

.top-component {
    padding: 0!important;
}

.swiper-container .toggle-pagination,
.swiper-container .swiper-button-disabled
{
    display: none!important;
}
.swiper-container:hover .toggle-pagination
{
    display: block!important;
}

.promo-ribbon-elements {
    /*background-color: #efefef7a;*/
    padding: 0 15px 15px 15px;
}

.promo-ribbon-elements .ribbon-item {
    position: relative;
}

.promo-ribbon-elements .ribbon-item a{
    display: flex;
    align-items: center;
    flex-direction: column;

    text-align: left;
    border-radius: 0 !important;
    padding: 0;
    margin: 0 !important;
    line-height: 13px;
    height: auto;
    vertical-align: middle !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(135,135,135,0) 59%, rgba(229,229,229,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(59%,rgba(135,135,135,0)), color-stop(100%,rgba(229,229,229,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(135,135,135,0) 59%,rgba(229,229,229,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(135,135,135,0) 59%,rgba(229,229,229,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(135,135,135,0) 59%,rgba(229,229,229,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(135,135,135,0) 59%,rgba(229,229,229,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e5e5e5',GradientType=0 );
    border: 1px solid #F7F7F7;
    border-bottom: 3px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    font-size: 13px;
    position: relative;

}

.promo-ribbon-elements .ribbon-item img {
    width: auto;
    height: 50px;
}


.promo-ribbon-elements .ribbon-item .ribbon-item-title {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 14px;
   /* display: table;
    vertical-align: middle;*/
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 900px) {
    .top-content {
        margin:15px 0;
    }
    .promo-ribbon-elements {
        padding: 15px 0;
    }
    .swiper-container .toggle-pagination
    {
        display: block!important;
    }

}

@media screen and (max-width: 481px) {
    .swiper-container .toggle-pagination
    {
        display: block!important;
    }

    .promo-ribbon-elements .ribbon-item img {
        width: auto;
        height: 80px;
    }

    .promo-ribbon-elements .ribbon-item .ribbon-item-title {
        color: #000;
        padding: 10px 5px 10px 5px;
        font-size: 16px;
        line-height: 16px;
        width: 100%;
        text-align: center;
    }
}
