.content-page {
    min-height: 520px;
    padding: 72px 0 90px;
    background: #fff;
    color: #242729;
}

.content-page__article { max-width: 1080px; }

.content-page__header {
    margin-bottom: 42px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.content-page__header h1 {
    position: relative;
    margin: 0;
    padding-bottom: 19px;
    color: #101214;
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.content-page__header h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 4px;
    background: var(--gym-yellow);
}

.content-page__body { color: #34383b; font-size: 17px; line-height: 1.85; }
.content-page__body > :first-child { margin-top: 0; }
.content-page__body > :last-child { margin-bottom: 0; }
.content-page__body p { margin: 0 0 24px; }
.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
    margin: 44px 0 18px;
    color: #111416;
    font-weight: 900;
    line-height: 1.25;
}
.content-page__body h2 { font-size: 28px; }
.content-page__body h3 { font-size: 22px; }
.content-page__body h4 { font-size: 18px; }
.content-page__body ul,
.content-page__body ol { margin: 0 0 26px; padding-left: 25px; }
.content-page__body li { margin-bottom: 9px; }
.content-page__body li::marker { color: var(--gym-yellow); font-weight: 800; }
.content-page__body a { color: #bd8200; text-decoration: underline; }
.content-page__body a:hover { color: #8b6000; }
.content-page__body strong { color: #111416; }
.content-page__body blockquote {
    margin: 32px 0;
    padding: 20px 26px;
    border-left: 4px solid var(--gym-yellow);
    background: #f6f6f6;
    color: #282c2e;
}
.content-page__body img { max-width: 100%; height: auto; border-radius: 5px; }
.content-page__body table { width: 100%; margin: 30px 0; border-collapse: collapse; }
.content-page__body th,
.content-page__body td { padding: 13px 15px; border: 1px solid #dedede; text-align: left; }
.content-page__body th { background: #111416; color: #fff; }

@media (max-width: 620px) {
    .content-page { padding: 48px 0 60px; }
    .content-page__header { margin-bottom: 30px; }
    .content-page__body { font-size: 16px; line-height: 1.75; }
    .content-page__body h2 { font-size: 24px; }
    .content-page__body table { display: block; overflow-x: auto; }
}
