
.section-top {
    background: #043DE1 url(../img/article/pattern.png) no-repeat 50% calc(100% + 520px);
    background-size: 873px;
    color: #fff;
    padding-bottom: 180px;
    padding-top: 105px;
}
.article-date {
    color: #DBE4FF;
    margin-top: 24px;
}

.section-top h1,
.section-top .h1 {
    margin-bottom: 0;
}

.wrap-top {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.section-top .go-back {
    color: #fff;
        margin-bottom: 28px;
}
.section-top .go-back:before {
    background-image: url(../img/icons/arrow-sm-left-light.svg);
}
.section-top .go-back:hover {
    color: #DBE4FF;
}




.top-logo {
    margin-top: 40px;
    width: 182px;
    margin-bottom: 46px;
}
.top-logo img {
    width: 100%;
}

.top-preview {
    border-radius: 16px;
    background: #1450FF;
    padding: 24px;
    height: 100%;
}
.top-preview h2,
.top-preview .h2 {
    margin: 0 0 16px 0;
}
.top-preview .text-s {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 767px) {
    .section-top {
        padding-top: 88px;
        padding-bottom: 108px;
        background-size: 480px;
        background-position: 50% calc(100% + 240px);
    }
    .go-back {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
    .article-date {
        margin-top: 16px;
    }
    .top-logo {
        margin-top: 32px;
        width: 145px;
        margin-bottom: 32px;
    }
    .top-preview h2, .top-preview .h2 {
        margin-bottom: 8px;
    }
    .top-preview .text-s {
        padding-bottom: 8px;
    }


}