.page-top-info section.page-top {
    padding-bottom: 0;
}
.topic__heading #pagetitle {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #24292F;
}
.cases-section-block .maxwidth-theme {
}
.cases-section-block .element-list {
    margin-bottom: 140px;
}

.cases-page-request-block .form-request-call-big {
    border-radius: 12px;
}
.cases-page-request-block.cases-page-section {
    padding: 0px 0 0px;
}
@media screen and (max-width: 991px) {
    .cases-section-block .element-list {
        margin-bottom: 80px;
    }
    .cases-page-request-block.cases-page-section {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .topic__heading #pagetitle {
        font-size: 36px;
        line-height: 44px;
    }
    .cases-section-block .element-list {
        margin-bottom: 24px;
    }
    .cases-page-request-block:not(.cases-page-section) {
        margin: 0 -24px 0 -24px;
    }
}