.block .rss-img {
    transition: 0s display;
    padding: 12px;
}

.block .item.main_no_selected.rss {
    padding: 13px 0 0 7px;
}

.block .rss-img.blue{
    background: url(/images/rss/blue.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.block .rss-img.white{
    background: url(/images/rss/rss_white.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.block .rss-img.blue:hover {
    background: url(/images/rss/red.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

#rss-link {
    border-bottom-style: none;
    border-bottom: 0px solid white !important;
}

/* Блок соц сетей */
.social_button_group_footer {
    padding: 5px 0px 35px 0px;
    white-space:nowrap;
}

.social_button_group_footer .ya-share2 {
    float: left;
    width: 142px;
}

.social_button_group_footer .rss img {
    width: 22px;
    padding-top: 1px;
}

#footer-text .social_button_group_footer a {
    border-bottom-style: none;
}

.social_button_group ul li {
    padding: 0px;
    position: static;
}
/* End Блок соц сетей */
.block__presentation {
    width: 100% !important;
    height: 620px !important;
}

.link-full-presentation {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    color: #0065b3!important;
    border-bottom-color: rgba(80, 104, 124, 0.3);
}