.news-anons-wrapper{
    padding-top: 22px;
    padding-bottom: 46px;
    border-top: 1px solid #32a370;
}
.header-anons-block-cont{
    margin-bottom: 30px;
}
.news-anons-img-cont .box-cell{vertical-align: top;}
.news-anons-img-cont img{

}
.news-anons-header{
    font-family: "CuprumBold";
    font-size: 18px;
    color: #484848;
    line-height: 20px;
    padding-right: 20px;
    margin-bottom: 9px;
}
.news-anons-date{
    position: relative;
    font-family: "Cuprum";
    font-size: 14px;
    color: #8c8c8c;
    padding-left: 20px;
}
.news-anons-date:before{
    content: " ";
    display: block;
    background: url("/local/templates/buket_main/img/home_page/calendar_news_date.png") no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;

}
.news-anons-text{
    font-family: "Cuprum";
    font-size: 16px;
    color: #484848;
    position: relative;
}

.news-anons-text a{
    text-decoration: none;
    display: inline-block;
    /*position: absolute;*/
    background: url("/local/templates/buket_main/img/product_card/show_all_arrow.png") no-repeat;
    width: 7px;
    height: 12px;
    /*bottom: 5px;*/
    /*right: 8px;*/
}
@media only screen and (max-width: 767px) {
    .widget_today .shortBanner__desc.middle_name {
   display: none;
    }
    .widget_today .shortBanner__desc.right_icon{
        bottom: 5px;
        left: 85%;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (min-width: 1199px) {
    .widget_today .shortBanner__desc.right_icon{
        bottom: 5px;
        left: 75%;
        width: 45px;
        height: 45px;
    }
}

