/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
body:not(.with_decorate) #headerfixed .fixed_row_6, body.with_decorate #headerfixed {
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-views.news-items:not(.projects) .item.big_block > .wrap .body-info {
    background: rgba(255, 255, 255, 0.8);
}
.item-views.news-items .item .body-info > .wrap {
    background: transparent;
}
.item-views.news-items:not(.projects) .item .image img {
max-height: 100% !important;
object-fit: cover;
}
.item-views.news-items .item.wti .previewtext {
max-height:none !important;
margin: 0 auto !important;
}
.item-views.news-items .item.wti .title{
    margin-bottom: 0px;
}