.social-block_ .likely{
    display: flex!important;
    margin: 0!important;
}

.social-block_ + .edit-btn-line{
    margin-top: 20px;
    margin-bottom: 5px;
}
.social-block_ + .edit-btn-line img{
    display: none;
}
.social-block_ + .edit-btn-line a{
   font-weight: 400;
   font-size: 20px;
   line-height: 20px;
}

.header-social ul{
    display: flex;
    list-style: none;
    margin: 0;
}

.header-social ul li{
   padding: 0 10px;
}

.header-social ul li:first-child{
    padding-left: 10px;
}

.longread-sec .header-social img{
    width: auto;
}

.header-social ul li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.header-social__telegram::before{
    content: url("../img/social/telegram.svg");
    opacity: 0;
    position: absolute;
}
.header-social__facebook::before{
    content: url("../img/social/facebook.svg");
    opacity: 0;
    position: absolute;
}
.header-social__threads::before{
    content: url("../img/social/threads.svg");
    opacity: 0;
    position: absolute;
}
.header-social__x::before{
    content: url("../img/social/x.svg");
    opacity: 0;
    position: absolute;
}
.header-social__rss::before{
    content: url("../img/social/rss.svg");
    opacity: 0;
    position: absolute;
}


.up-menu .header-social__telegram::before,
.mobile-top .header-social__telegram::before{
    content: url("../img/social/telegram_white.svg");
    opacity: 1;
}
.up-menu .header-social__telegram:hover:before,
.mobile-top .header-social__telegram:hover:before{
    display: none;
}
.up-menu .header-social__facebook:before,
.mobile-top .header-social__facebook:before{
    content: url("../img/social/facebook_white.svg");
    opacity: 1;
}
.up-menu .header-social__facebook:hover:before,
.mobile-top .header-social__facebook:hover:before{
    display: none;
}
.up-menu .header-social__threads:before,
.mobile-top .header-social__threads:before{
    content: url("../img/social/threads_white.svg");
    opacity: 1;
    position: absolute;
}
.up-menu .header-social__threads:hover:before,
.mobile-top .header-social__threads:hover:before{
    display: none;
}
.up-menu .header-social__x:before,
.mobile-top .header-social__x:before{
    content: url("../img/social/x_white.svg");
    opacity: 1;
    position: absolute;
}
.up-menu .header-social__x:hover:before,
.mobile-top .header-social__x:hover:before{
    display: none;
}
.up-menu .header-social__rss:before,
.mobile-top .header-social__rss:before{
    content: url("../img/social/rss_white.svg");
    opacity: 1;
    position: absolute;
}
.up-menu .header-social__rss:hover:before,
.mobile-top .header-social__rss:hover:before{
    display: none;
}


.header-change .header-social ul li a.header-social__telegram:hover, 
.news-sec .header-social ul li a.header-social__telegram:hover,
.longread-sec .header-social ul li a.header-social__telegram:hover{
    background: none;
    background-image: url("../img/social/telegram.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
}
.header-change .header-social ul li a.header-social__facebook:hover, 
.news-sec .header-social ul li a.header-social__facebook:hover,
.longread-sec .header-social ul li a.header-social__facebook:hover{
    background: none;
    background-image: url("../img/social/facebook.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
}
.header-change .header-social ul li a.header-social__threads:hover, 
.news-sec .header-social ul li a.header-social__threads:hover,
.longread-sec .header-social ul li a.header-social__threads:hover{
    background: none;
    background-image: url("../img/social/threads.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
}

.header-change .header-social ul li a.header-social__x:hover, 
.news-sec .header-social ul li a.header-social__x:hover,
.longread-sec .header-social ul li a.header-social__x:hover{
    background: none;
    background-image: url("../img/social/x.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
}

.header-change .header-social ul li a.header-social__rss:hover, 
.news-sec .header-social ul li a.header-social__rss:hover,
.longread-sec .header-social ul li a.header-social__rss:hover{
    background: none;
    background-image: url("../img/social/rss.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
}

.header-change .header-social ul li a.header-social__telegram:hover img,
.news-sec .header-social ul li a.header-social__telegram:hover img, 
.longread-sec .header-social ul li a.header-social__telegram:hover img, 
.header-change .header-social ul li a.header-social__threads:hover img, 
.news-sec .header-social ul li a.header-social__threads:hover img, 
.longread-sec .header-social ul li a.header-social__threads:hover img, 
.header-change .header-social ul li a.header-social__x:hover img, 
.news-sec .header-social ul li a.header-social__x:hover img, 
.longread-sec .header-social ul li a.header-social__x:hover img, 
.header-change .header-social ul li a.header-social__facebook:hover img, 
.news-sec .header-social ul li a.header-social__facebook:hover img,
.longread-sec .header-social ul li a.header-social__facebook:hover img, 
.header-change .header-social ul li a.header-social__rss:hover img, 
.news-sec .header-social ul li a.header-social__rss:hover img,
.longread-sec .header-social ul li a.header-social__rss:hover img{
    display: none;
}

.header-social ul li a img{
    margin-right: 0;
}

.social-block_.soc{
    margin-top: 36px;
}

.longread-glav-bl .social-block_{
    margin-top: 30px;
}

/* footer social  */
.content-footer .header-social ul li a{
    background: white;
}
.content-footer .header-social__telegram:hover{
    background: none;
    background-image: url("../img/social/telegram_white.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}
.content-footer .header-social__telegram::before{
    content: url("../img/social/telegram_white.svg");
}
.content-footer .header-social__telegram:hover img{
    display: none;
}
.content-footer .header-social__facebook:hover{
    background: none;
    background-image: url("../img/social/facebook_white.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}
.content-footer .header-social__facebook::before{
    content: url("../img/social/facebook_white.svg");
}
.content-footer .header-social__facebook:hover img{
    display: none;
}
.content-footer .header-social__threads:hover{
    background: none;
    background-image: url("../img/social/threads_white.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}
.content-footer .header-social__threads::before{
    content: url("../img/social/threads_white.svg");
}
.content-footer .header-social__threads:hover img{
    display: none;
}
.content-footer .header-social__rss:hover{
    background: none;
    background-image: url("../img/social/rss_white.svg");
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
}
.content-footer .header-social__rss::before{
    content: url("../img/social/rss_white.svg");
    opacity: 0;
    position: absolute;
}
.content-footer .header-social__rss:hover img{
    display: none;
}

.social-block_{
    display: flex;
    align-items: center;
}
.social-block_ .header-social{
    margin-bottom: 0;
    margin-left: 15px;
}
.social-block_ span{
    font-family: 'Clear Sans Light', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: black;
}
.news-sec .social-block_ span{
    padding-bottom: 5px;
}

.social-block_{
    flex-wrap: wrap;
}

@media (max-width: 1024px) and (min-width: 767px) {
    .header-social ul li:first-child {
        padding-left: 0px;
    }
}

@media (min-width: 767px) {
    .content-footer .header-social {
        margin-left: -10px;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .content-footer .header-social {
        margin-left: -2px;
    }
}

@media (max-width: 767px) {
    .longread-glav-bl .social-block_ {
        margin-top: 40px;
    }

    .change-cinema .social-block_.soc{
        padding: 0 15px;
    }

    .news-glav-bl .social-block_{
        padding: 0 10px;
    }

    .header-change__info .header-social{
        display: none;
    }
}

@media (min-width: 1025px) {
    .up-menu .header-social{
        margin-left: -10px;
    }
}

@media (max-width: 1024px) {
    .news-sec .social-block_.soc{
        padding: 0 10px;
    }

    footer .header-social{
        margin-top: -117px;
        margin-left: -17px;
    }
}

.mobile-top .header-social a:nth-of-type(4), .mobile-top .header-social a:nth-of-type(5){
    display: none;
}

@media (max-width: 767px) {
    .mobile-modal .header-social .header-social__x{
        display: none;
    }

    .mobile-modal .header-social{
        /* width: 150px; */
        margin-left: 4%;
    }
    .mobile-modal .header-social ul li {
        padding: 0 11px;
    }
    .mobile-modal .header-social ul li:last-child {
        padding-right: 0;
    }

    footer .header-change__info .header-social {
        display: flex;
    }

    footer .header-social ul li {
        padding: 0 20px;
    }
    footer .header-social {
        margin-top: 8px;
        margin-left: 12px;
    }
    .social-block_ span{
        font-size: 16px;
        line-height: 16px;
    }

    .news-glav-bl .header-social ul li,
    .longread-sec .header-social ul li,
    .social-block_.soc .header-social ul li,
    .socia .header-social ul li{
        padding: 0 7px;
    }

    .news-glav-bl .header-social ul li:last-child,
    .longread-sec .header-social ul li:last-child,
    .social-block_.soc .header-social ul li:last-child,
    .socia .header-social ul li:last-child
    {
        padding: 0 0 0 6px; 
    }

    .social-block_ .header-social,
    .social-block_.soc .header-social,
    .socia .header-social {
        margin-left: 12px;
    }

    .social-block_ + .edit-btn-line a {
        font-size: 16px;
        line-height: 16px;
        display: inline-flex;
        align-items: end;
    }
}

@media (max-width: 350px){
    .news-glav-bl .header-social ul li, .social-block_.soc .header-social ul li, .socia .header-social ul li, .longread-sec .header-social ul li {
        padding: 0 0px 0 5px;
    }
    .mobile-modal .header-social ul li {
        padding: 0 7px;
    }
}

@media (max-width: 374px){
    .news-glav-bl .header-social ul li,
    .longread-sec .header-social ul li,
    .social-block_.soc .header-social ul li,
    .socia .header-social ul li{
        padding: 0 6px;
    }
    .likely .likely__widget {
        margin: 0px 6px !important;
    }
    .likely .likely__widget:last-child {
        margin: 0px 0 0 6px !important;
    }
    .social-block_ .header-social, .social-block_.soc .header-social, .socia .header-social {
        margin-left: 0;
    }
    .social-block_.soc{
        margin-bottom: 20px;
    }
}

@media (max-width: 356px){
    .news-glav-bl .header-social ul li, .longread-sec .header-social ul li, .social-block_.soc .header-social ul li, .socia .header-social ul li {
        padding: 0 2px;
    }
    .header-social ul li:first-child, .news-glav-bl .header-social ul li:first-child, .longread-sec .header-social ul li:first-child,
    .socia .header-social ul li:first-child, .social-block_.soc .header-social ul li:first-child {
        padding-left: 5px;
    }
    .news-glav-bl .header-social ul li:last-child, .longread-sec .header-social ul li:last-child, .social-block_.soc .header-social ul li:last-child, .socia .header-social ul li:last-child {
        padding: 0 0 0 2px;
    }
}