.news-inner__top,
.featured-articles,
.photo-caption,
.section-title,
.author-widget,
.widget__icons-wrapper,
.widget__icons,
.widget_sponsor,
.widget {
    display: -ms-flexbox;
    display: flex
}

.photo-caption,
.section-title,
.widget__icons-wrapper,
.widget__icons,
.widget_sponsor,
.widget {
    -ms-flex-align: center;
    align-items: center
}

.widget__icons-wrapper .widget__icon {
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.widget__icons-wrapper .widget__icon.on-hover-fb:hover {
    background: #1877F2;
}

.widget__icons-wrapper .widget__icon.on-hover-x:hover {
    background: #616161;
}

.widget__icons-wrapper .widget__icon.on-hover-ln:hover {
    background: #0472b1;
}

.widget__icons-wrapper .widget__icon.on-hover-fb:hover>.icon:before,
.widget__icons-wrapper .widget__icon.on-hover-x:hover>.icon:before,
.widget__icons-wrapper .widget__icon.on-hover-ln:hover>.icon:before {
    color: #fff;
}

.all_news_btn {
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.all_news_btn:hover {
    background: #33333321;
}

.all_news_btn:hover>span,
.all_news_btn:hover>.circled-icon {
    color: #000;
}

.all_news_btn:hover>.circled-icon {}


.news-inner__top {
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.news-inner__top,
.widget_share {
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.photo-caption,
.section-title,
.author-widget,
.widget_sponsor {
    -ms-flex-pack: center;
    justify-content: center
}

.widgets-bottom__left,
.widgets-bottom__right {
    position: fixed;
    z-index: 1;
    bottom: 1.25rem
}

.widgets-bottom__left {
    left: 1.5rem
}

.widgets-bottom__right {
    right: 1.5rem
}

.widget {
    height: 2.5rem;
    padding: 0 .5rem;
    border-radius: 62.5rem;
    background-color: #fff;
    width: 15.5rem;
    border: .0625rem solid #e8e8e8
}

.widget:not(:last-child) {
    margin-bottom: .5rem
}

.widget_share .widget__icon:not(:last-child) {
    margin-right: .25rem
}

.widget_sponsor {
    flex-direction: column;
    height: 100%;
    border-radius: 1rem;
    border: 0;
    padding: 1.25rem 1rem
}

.widget_sponsor>img {
    height: 6rem
}

.widget_sponsor>div {
    margin-bottom: 1rem
}

.widget__number {
    margin-left: auto;
    margin-right: .5rem
}

.widget span {
    margin-left: .5rem
}

.author-widget {
    margin-bottom: .5rem;
    padding: 2.625rem 1rem 1rem;
    background-color: #fff;
    border: .0625rem solid #e8e8e8;
    border-radius: 1.25rem;
    position: relative
}

.author-widget__avatar {
    border: .375rem solid #e8e8e8;
    border-radius: 100%;
    position: absolute;
    top: -2rem;
    z-index: 1
}

.author-widget__avatar::before {
    content: "";
    height: 4.125rem;
    width: 4.125rem;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.author-widget__avatar:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    content: "";
    height: 2.25rem;
    width: 4.5rem;
    background-color: #fff;
    bottom: -0.375rem;
    z-index: -1
}

.author-widget__avatar img {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 100%;
    object-fit: cover
}

.author-widget__info {
    text-align: center
}

.author-widget__info div:first-child {
    margin-bottom: .125rem
}

@media(max-width: 1023px) {
    .widgets-bottom {
        margin-bottom: 1.25rem
    }

    .widgets-bottom__left,
    .widgets-bottom__right {
        position: static
    }

    .widgets-bottom__left {
        margin-bottom: 1rem
    }

    .widget {
        width: 100%
    }

    .widget_news .circled-icon,
    .widget_digest .circled-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .widget_share {
        flex-direction: column;
        border-radius: 0;
        border: 0;
        height: auto;
        margin-bottom: 3rem;
        margin-top: 2rem;
    }

    .all_news_btn {
        margin-bottom: 2rem;
    }

    .widget_share span {
        margin-left: 0;
        margin-bottom: 1rem
    }

    .widget_share .widget__icons {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 1
    }

    .widget_share .widget__icons::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        height: .0625rem;
        width: 100%;
        background-color: #e8e8e8;
        z-index: -1
    }

    .widget_share .widget__icons-wrapper {
        padding: 0 .875rem;
        background-color: #fff
    }

    .widget_share .widget__icon:not(:last-child) {
        margin-right: 1rem
    }

    .author-widget {
        margin-top: 3.75rem;
        padding: 3rem 1.25rem 1.25rem
    }

    .author-widget__avatar {
        border: .4375rem solid #e8e8e8;
        top: -2.6875rem
    }

    .author-widget__avatar::before {
        content: "";
        height: 5.25rem;
        width: 5.25rem
    }

    .author-widget__avatar:after {
        height: 2.75rem;
        width: 5.5rem;
        bottom: -0.5rem
    }

    .author-widget__avatar img {
        height: 4.5rem;
        width: 4.5rem
    }

    .author-widget__info div:first-child {
        margin-bottom: .25rem
    }
}

@media(max-width: 767px) {
    .widgets-bottom {
        margin-bottom: 1rem
    }

    .widget_share span {
        margin-bottom: .5rem
    }

    .author-widget {
        margin-top: 2.75rem;
        padding: 2.5rem 1rem 1rem
    }

    .author-widget__avatar {
        border: .375rem solid #e8e8e8;
        top: -2rem
    }

    .author-widget__avatar::before {
        height: 4.125rem;
        width: 4.125rem
    }

    .author-widget__avatar:after {
        height: 2.25rem;
        width: 4.5rem;
        bottom: -0.375rem
    }

    .author-widget__avatar img {
        height: 3.5rem;
        width: 3.5rem
    }
}

.section-title {
    height: 3rem
}

.section-title_border {
    border-top: .0625rem solid #e8e8e8;
    border-bottom: .0625rem solid #e8e8e8
}

@media(max-width: 1023px) {
    .section-title {
        height: 2.5rem
    }
}

.lead {
    border-top: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    padding: 1.5rem 0 0
}

.lead:after,
.lead::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem
}

.lead::after {
    content: "";
    top: -0.25rem
}

@media(max-width: 1023px) {
    .lead {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .lead:after,
    .lead::before {
        height: .375rem;
        width: .375rem
    }

    .lead::after {
        top: -0.1875rem
    }
}

.lead__content {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    padding: 0 0 1.5rem;
    text-align: center
}

.lead__content:after,
.lead__content::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem
}

.lead__content::before {
    content: "";
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .lead__content {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .lead__content:after,
    .lead__content::before {
        height: .375rem;
        width: .375rem
    }

    .lead__content::before {
        bottom: -0.1875rem
    }
}

.news-img {
    border-radius: 1rem;
    width: 100%
}

.news-img_mixed {
    border-radius: 1rem 0 1rem 0
}

.quote {
    padding: 4.5rem 2.25rem 2.25rem;
    text-align: center;
    border-radius: 1rem;
    background-color: #f4f4f4
}

.quote img {
    border-radius: 100%;
    border: .0625rem solid #e8e8e8;
    margin: 0 auto .5rem;
    max-width: fit-content;
    padding: .1875rem;
    width: 5rem;
    height: 5rem;
    object-fit: cover
}

.quote__text {
    padding: 0 5.75rem;
    position: relative
}

.quote__text::before,
.quote__text:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0) url("../../img/quote-vintage.png") center/cover no-repeat;
    height: 3.125rem;
    width: 3.75rem
}

.quote__text::before {
    left: 0;
    top: 0
}

.quote__text:after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.quote__text.narek_xl {
    line-height: 1.6
}

.quote__top {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative
}

.quote__top:after,
.quote__top::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem
}

.quote__top::before {
    content: "";
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .quote__top {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .quote__top:after,
    .quote__top::before {
        height: .375rem;
        width: .375rem
    }

    .quote__top::before {
        bottom: -0.1875rem
    }
}

.annotation {
    background-color: #fdf7e9;
    padding: 1.75rem 5.5rem 1.75rem 2.25rem;
    border-radius: 1rem;
    position: relative
}

.annotation::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0) url("../img/bookmark-vintage.png") center/cover no-repeat;
    height: 2.5625rem;
    width: 2.5625rem;
    right: 1.75rem;
    top: 0
}

.annotation.helv_lg {
    line-height: 1.6
}

.number {
    text-align: center;
    padding: 3.5rem 13rem;
    border-radius: 1rem;
    border: .0625rem solid #e8e8e8
}

.number__text {
    border-top: .0625rem solid #e8e8e8;
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.text-img {
    border-top: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    padding: 1.375rem 0
}

.text-img:after,
.text-img::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem
}

.text-img::after {
    content: "";
    top: -0.25rem
}

@media(max-width: 1023px) {
    .text-img {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .text-img:after,
    .text-img::before {
        height: .375rem;
        width: .375rem
    }

    .text-img::after {
        top: -0.1875rem
    }
}

.text-img:after,
.text-img::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem
}

.text-img::before {
    content: "";
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .text-img {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .text-img:after,
    .text-img::before {
        height: .375rem;
        width: .375rem
    }

    .text-img::before {
        bottom: -0.1875rem
    }
}

.text-img .news-img {
    -ms-flex: 0 0 calc(36.28% - .75rem);
    flex: 0 0 calc(36.28% - .75rem);
    max-width: calc(36.28% - .75rem)
}

.text-img_left .news-img {
    float: left;
    margin-right: 1.5rem
}

.text-img_right .news-img {
    float: right;
    margin-left: 1.5rem
}

.photo-caption {
    height: 1.5rem;
    padding: 0 .5rem;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .15)
}

.photo-caption span {
    color: rgba(255, 255, 255, .5)
}

@media(max-width: 1023px) {
    .lead {
        padding: 1rem 0 0
    }

    .lead__content {
        padding: 0 0 1rem
    }

    .news-img img {
        border-radius: .75rem
    }

    .news-img_mixed img {
        border-radius: .75rem 0 .75rem 0
    }

    .text-img {
        padding: 1.25rem 0
    }

    .text-img .news-img {
        -ms-flex: 0 0 calc(39.91% - .75rem);
        flex: 0 0 calc(39.91% - .75rem);
        max-width: calc(39.91% - .75rem)
    }

    .number {
        padding: 2rem 5.375rem
    }

    .number__text {
        margin-top: .75rem;
        padding-top: .75rem
    }

    .quote {
        padding: 1.75rem 1.5rem 1.25rem
    }

    .quote img {
        width: 4rem;
        height: 4rem
    }

    .quote__text {
        padding: 0 3.5rem
    }

    .quote__text::before,
    .quote__text:after {
        height: 1.5rem;
        width: 1.75rem
    }

    .quote__top {
        margin-bottom: 1rem;
        padding-bottom: 1.25rem
    }

    .annotation {
        padding: 1.5rem 3.5rem 1.5rem 1.5rem;
        border-radius: .75rem
    }

    .annotation::before {
        height: 1.75rem;
        width: 1.75rem;
        right: 1.5rem
    }

    .photo-caption {
        border-radius: .25rem
    }
}

@media(max-width: 767px) {
    .text-img .news-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: .5rem
    }

    .text-img_left .news-img {
        float: none;
        margin-right: 0
    }

    .text-img_right .news-img {
        float: none;
        margin-left: 0
    }

    .number {
        padding: 1.25rem
    }

    .quote {
        padding: 1.25rem
    }

    .quote img {
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 auto .25rem
    }

    .quote__text {
        padding: 2rem 0
    }

    .quote__top {
        padding-bottom: 1rem
    }

    .annotation {
        padding: 2rem 1.25rem 1.25rem 1.25rem
    }

    .annotation::before {
        height: 1.5rem;
        width: 1.5rem
    }
}

.recommended-read__title {
    margin-bottom: 1.25rem
}

@media(max-width: 1023px) {
    .recommended-read__title {
        margin-bottom: 1rem
    }
}

.featured-article {
    -ms-flex: 0 0 calc(33.3333333333% - 1.0833333333rem);
    flex: 0 0 calc(33.3333333333% - 1.0833333333rem);
    max-width: calc(33.3333333333% - 1.0833333333rem)
}

.featured-article:not(:last-child) {
    margin-right: 1.625rem
}

.featured-article__img {
    margin-bottom: .75rem
}

.featured-article__img img {
    width: 100%;
    border-radius: 1rem
}

.featured-articles_margin {
    margin-bottom: 4.25rem
}

@media(max-width: 1023px) {
    .featured-article {
        -ms-flex: 0 0 calc(50% - .75rem);
        flex: 0 0 calc(50% - .75rem);
        max-width: calc(50% - .75rem)
    }

    .featured-article__img {
        margin-bottom: .5rem
    }

    .featured-article__img img {
        border-radius: .75rem
    }

    .featured-article:not(:last-child) {
        margin-right: 1.5rem
    }

    .featured-article:nth-child(2) {
        margin-right: 0
    }

    .featured-article:nth-child(3) {
        display: none
    }

    .featured-articles_margin {
        margin-bottom: 2rem
    }
}

@media(max-width: 767px) {
    .featured-article {
        -ms-flex: 0 0 14.5rem;
        flex: 0 0 14.5rem;
        max-width: 14.5rem
    }

    .featured-article:not(:last-child) {
        margin-right: 1rem
    }

    .featured-article:nth-child(2) {
        margin-right: 1rem
    }

    .featured-article:nth-child(3) {
        display: block
    }

    .featured-articles {
        overflow: auto;
        margin: 0 -1rem;
        padding: 0 1rem
    }

    .featured-articles::-webkit-scrollbar {
        display: none
    }

    .featured-articles_margin {
        margin: 0 -1rem 2rem
    }
}

.container {
    padding: 2rem 0
}

.content p {
    font: 400 1.25rem/1.7 "DejaVuSerif", "Tahoma", sans-serif;
    color: inherit;
    letter-spacing: -0.012em
}

@media(max-width: 1023px) {
    .content p {
        font-size: 1rem;
        line-height: 1.75
    }
}

.content p:not(:last-child) {
    margin-bottom: 1rem
}

@media(max-width: 1023px) {
    .content p:not(:last-child) {
        margin-bottom: .75rem
    }
}

.content>p,
.content>.h2-font {
    margin: 0 7rem
}

.content>.h2-font {
    margin-bottom: 2.25rem
}

.news-inner__top {
    padding: 0 2rem;
    margin-bottom: .125rem
}

.news-inner__date {
    text-align: center
}

.news-inner__copy,
.news-inner__back {
    margin-top: .25rem
}

.news-inner__img {
    margin-bottom: 1.5rem;
    position: relative
}

.news-inner__img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% - 1rem);
    width: calc(100% - 1rem);
    border-radius: .75rem 0 .75rem 0;
    border: .0625rem solid rgba(255, 255, 255, .2)
}

.news-inner__img img {
    border-radius: 1rem 0 1rem 0;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain
}

.news-inner__img .photo-caption {
    position: absolute;
    right: 1.5rem;
    bottom: 1.75rem
}

.news-inner__title {
    text-align: center;
    margin-bottom: 1.5rem
}

.news-inner__chips {
    margin-bottom: 2.25rem
}

.ad_wide {
    margin-bottom: 2.625rem
}

@media(max-width: 1023px) {
    .container {
        padding: 1rem 0
    }

    .content>p,
    .content>.h2-font {
        margin: 0
    }

    .content>.h2-font {
        margin-bottom: 1.25rem
    }

    .news-inner__top {
        align-items: center;
        padding: 0;
        margin-bottom: 1rem
    }

    .news-inner__copy,
    .news-inner__back {
        margin-top: 0
    }

    .news-inner__img {
        margin-bottom: 1.25rem
    }

    .news-inner__img::before {
        border-radius: .625rem 0 .625rem 0
    }

    .news-inner__img img {
        border-radius: .75rem 0 .75rem 0
    }

    .news-inner__img .photo-caption {
        bottom: 1.5rem
    }

    .news-inner__img,
    .news-inner__title {
        margin-bottom: 1.25rem
    }

    .news-inner__chips {
        margin-bottom: .75rem
    }

    .ad_wide {
        margin-bottom: 1.5rem
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 0 4rem
    }

    .content>.h2-font {
        margin-bottom: 1rem
    }

    .news-inner__top {
        margin: 0 -1rem 1rem;
        padding: .75rem 1rem;
        background-color: #f4f4f4
    }

    .news-inner__title {
        margin-bottom: 1rem
    }

    .news-inner__back .circled-icon,
    .news-inner__copy .circled-icon {
        background-color: #fff
    }

    .news-inner__chips {
        margin-bottom: 1rem
    }

    .news-inner__img {
        margin: 0 -1rem
    }

    .news-inner__img::before {
        display: none
    }

    .news-inner__img img {
        border-radius: 0
    }

    .news-inner__img .photo-caption {
        bottom: 1rem;
        right: 1rem
    }

    .ad_wide {
        margin-bottom: 1.25rem
    }
}

/* ============================================================
   Page template (page.php) — scoped styles only
   Активируется добавлением класса .page-template-inner на .container
   Не влияет ни на какие другие страницы.
   ============================================================ */

.page-template-inner .content {
    color: #1a1a1a;
}

.page-template-inner .content > *,
.page-template-inner .content > p,
.page-template-inner .content > ul,
.page-template-inner .content > ol,
.page-template-inner .content > h1,
.page-template-inner .content > h2,
.page-template-inner .content > h3,
.page-template-inner .content > h4,
.page-template-inner .content > h5,
.page-template-inner .content > h6,
.page-template-inner .content > blockquote,
.page-template-inner .content > figure,
.page-template-inner .content > table,
.page-template-inner .content > pre,
.page-template-inner .content > .h2-font {
    margin-left: 7rem;
    margin-right: 7rem;
}

.page-template-inner .content > h1,
.page-template-inner .content > h2,
.page-template-inner .content > h3,
.page-template-inner .content > h4,
.page-template-inner .content > h5,
.page-template-inner .content > h6,
.page-template-inner .content > .h2-font {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.012em;
}

.page-template-inner .content > h1 { font-size: 2rem; }
.page-template-inner .content > h2,
.page-template-inner .content > .h2-font { font-size: 1.625rem; }
.page-template-inner .content > h3 { font-size: 1.375rem; }
.page-template-inner .content > h4 { font-size: 1.125rem; }

.page-template-inner .content > h1:first-child,
.page-template-inner .content > h2:first-child,
.page-template-inner .content > h3:first-child,
.page-template-inner .content > h4:first-child,
.page-template-inner .content > .h2-font:first-child {
    margin-top: 0;
}

.page-template-inner .content ul,
.page-template-inner .content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    list-style-position: outside;
}

.page-template-inner .content ul {
    list-style: disc;
}

.page-template-inner .content ol {
    list-style: decimal;
}

.page-template-inner .content ul ul,
.page-template-inner .content ol ol,
.page-template-inner .content ul ol,
.page-template-inner .content ol ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.page-template-inner .content li,
.page-template-inner .content p,
.page-template-inner .content blockquote {
    font: 400 1.25rem/1.7 "DejaVuSerif", "Tahoma", sans-serif;
    color: inherit;
    letter-spacing: -0.012em;
}

.page-template-inner .content li {
    margin-bottom: .5rem;
    padding-left: .25rem;
}

.page-template-inner .content li::marker {
    color: #999;
    font-weight: 600;
}

.page-template-inner .content li:last-child {
    margin-bottom: 0;
}

.page-template-inner .content li > p {
    margin: 0 0 .5rem;
}

.page-template-inner .content li > p:last-child {
    margin-bottom: 0;
}

.page-template-inner .content blockquote {
    border-left: .25rem solid #e8e8e8;
    padding: .25rem 0 .25rem 1.25rem;
    color: #555;
    font-style: italic;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.page-template-inner .content a {
    color: #b8232a;
    text-decoration: none;
    border-bottom: 1px solid rgba(184, 35, 42, .25);
    transition: border-color .2s ease, color .2s ease;
}

.page-template-inner .content a:hover {
    color: #8a1a20;
    border-bottom-color: #8a1a20;
}

.page-template-inner .content img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    margin: 1rem 0;
}

.page-template-inner .content hr {
    border: 0;
    border-top: 1px solid #e8e8e8;
    margin: 2rem 0;
}

.page-template-inner .content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.page-template-inner .content table th,
.page-template-inner .content table td {
    border: 1px solid #e8e8e8;
    padding: .625rem .875rem;
    text-align: left;
    vertical-align: top;
}

.page-template-inner .content table th {
    background-color: #f7f7f7;
    font-weight: 600;
}

.page-template-inner .news-inner__title {
    margin-top: .5rem;
    margin-bottom: 2rem;
}

@media(max-width: 1023px) {
    .page-template-inner .content > *,
    .page-template-inner .content > p,
    .page-template-inner .content > ul,
    .page-template-inner .content > ol,
    .page-template-inner .content > h1,
    .page-template-inner .content > h2,
    .page-template-inner .content > h3,
    .page-template-inner .content > h4,
    .page-template-inner .content > h5,
    .page-template-inner .content > h6,
    .page-template-inner .content > blockquote,
    .page-template-inner .content > figure,
    .page-template-inner .content > table,
    .page-template-inner .content > pre,
    .page-template-inner .content > .h2-font {
        margin-left: 0;
        margin-right: 0;
    }

    .page-template-inner .content > h1 { font-size: 1.5rem; }
    .page-template-inner .content > h2,
    .page-template-inner .content > .h2-font { font-size: 1.25rem; }
    .page-template-inner .content > h3 { font-size: 1.125rem; }
    .page-template-inner .content > h4 { font-size: 1rem; }

    .page-template-inner .content li,
    .page-template-inner .content p,
    .page-template-inner .content blockquote {
        font-size: 1rem;
        line-height: 1.75;
    }

    .page-template-inner .content ul,
    .page-template-inner .content ol {
        padding-left: 1.25rem;
    }
}

@media(max-width: 767px) {
    .page-template-inner .content ul,
    .page-template-inner .content ol {
        padding-left: 1.125rem;
    }
}