.richtext_block .content {
    font-weight: 300;
    font-size: 1.375em;
    letter-spacing: -0.005em;
    line-height: 1.675;
}
.richtext_block .content p {
    margin: 1.675em 0;
}
.richtext_block .content h1 {
    font-size: 2.68em;
    line-height: 1.406;
    font-weight: 400;
    margin: 1.2em 0;
}
.richtext_block .content h2 {
    font-weight: 400;
    line-height: 1.26;
    font-size: 1.32em;
    margin: 1.2em 0;
}
.richtext_block .content h3 {
    font-weight: 400;
    font-size: 1.27em;
    line-height: 1.16;
    margin: 1.2em 0;
}
.richtext_block .content h4 {
    line-height: 1.67;
    font-weight: 400;
    font-size: 1em;
    margin: 1.2em 0;
}
.richtext_block .content blockquote {
    background-color: #FAFAFA;
    padding: 1.5em;
    border-radius: 1em;
    box-sizing: border-box;
    margin: 1em 0;
}
.richtext_block .content blockquote ul,
.richtext_block .content blockquote ol {
    padding-left: 1.25em;
}
.richtext_block .content blockquote ul li:not(:last-child),
.richtext_block .content blockquote ol li:not(:last-child) {
    margin-bottom: 1.675em;
}
.richtext_block .content blockquote p:first-child,
.richtext_block .content blockquote ul:first-child {
    margin-top: 0;
}
.richtext_block .content blockquote p:last-child,
.richtext_block .content blockquote ul:last-child {
    margin-bottom: 0;
}
.richtext_block .content b,
.richtext_block .content strong {
    font-weight: 400;
}

.richtext_block .content *:first-child {
    margin-top: 0;
}
.richtext_block .content *:last-child {
    margin-bottom: 0;
}
.richtext_block .content img {
    display: block;
    max-width: 100%;
    margin: 1.675em auto;
    border-radius: 1em;
}
.richtext_block .show_butt_wrap {
    margin-top: 2.25em;
    text-align: center;
}
.richtext_block .show_butt {
    min-width: 15em;
}
.richtext_block table {
    margin: 1.5em auto;
    font-size: 0.875em;
    color: #46597B;
    line-height: 1.2;
}
.richtext_block table td {
    border: 1px solid #F2F4FD;
    padding: 0.75em 1.25em;
}
.richtext_block table thead td {
    background-color: #F2F4FD;
    font-weight: 500;
    color: #273143;
}
@media(max-width: 1199px) {
    .richtext_block .content {
        font-size: 1em;
    }
    .richtext_block .content blockquote {
        padding: 1.25em 1em;
    }
}