.last-news-categories {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 5px;
}
.last-news-categories a {
    font-size: 12px;
    text-transform: uppercase;
    color: #C8C8C8;
}
.last-news-categories a:hover {
    border-bottom: none;
}
.last-news-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
	    padding: 3px 0;
	    margin-left: 20px;
}
.last-news-item-cat-title {
    display: none;
}
.last-news-item:hover .last-news-item-cat-title {
    display: inline-block;
}
.last-news-item .posted-time {
    font-size: 12px;
    color: #C8C8C8;
    margin-right: 25px;
}
.last-news-item .last-news-item-title {
    line-height: 20px;
    font-size: 14px;
    color: #575757;
    margin-right: 10px;
}
.last-news-item .last-news-item-title:hover {
    color: #277BCC;
}
.last-news-item a:hover {
    border-bottom: none;
}
.last-news-item .last-news-item-cat-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #C8C8C8;
}
.last-news-load-more {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    color: #3A9EFF;
    margin-top: 15px;
    margin-left: 20px;
    display: inline-block;
}

.top-news-item-title {
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    color: #575757;
}
.top-news-block {
    height: 290px;
}
.top-news-item a:hover {
    background-color: transparent;
}
.top-news-item-cat {
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #C8C8C8;
}
.top-news-item-views {
    display: inline-block;
    margin-left: 15px;
}
.social-bar .social-bar-wrap {
    display: flex;
justify-content: space-around;
}
.social-bar i {
    color: #fff;
}
.social-bar .icon {
    width: 42px;
    height: 42px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
}
.social-bar .icon:hover {
    border-bottom: none;
}
.social-bar .youtube-icon {
    background-color: #FF0000;
}
.social-bar .telegram-icon {
    background-color: #23b0e1;
}
.social-bar .vk-icon {
    background-color: #507299;
}
.social-bar .twitter-icon {
    background-color: #1d9dec;
}
