@media screen and (min-width: 768px) {
    footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
        position: relative;
    }
    footer span.h3, .page-footer span.h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    footer span.h3 a::after, .page-footer span.h3 a::after {
        /*content: '\e907';*/
        position: relative;
        font-size: 6px;
        line-height: 30px;
        font-family: 'icomoon';
        transform: rotate(270deg);
        display: inline-block;
        transition: .2s;
        top: -3px;
        left: 1px;
    }
}
@media screen and (max-width: 980px) {
    footer span.h3, .page-footer span.h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
        font-weight: 500;
        margin-bottom: 15px;
        position: relative;
        font-size: 14px;
        line-height: 16px;
    }
    .footer-contact span.h3, .footer-contact span.h3 a {
        font-size: 24px;
        line-height: initial;
        color: #ddd;
        will-change: transform,opacity;
    }
}
footer span.h3.master a, .page-footer span.h3.master a {
    color: #ddd;
}
footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
    color: #ddd;
    will-change: transform,opacity;
}
.post-ftimg-hld.news-block__img {
    overflow: hidden;
    position: relative;
}
.news-block__img_centerer {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50%;
}
.news-block__img_centerer img {
    display: block;
    margin: 0 auto;
}
