body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Inter, "Fira Sans", sans-serif;
    font-size: 14px;
    background: #fff;
    color: #1b1b1b;
    line-height: 1.4
}

body .site-main {
    flex-grow: 1
}

.h1, .h2, .h3, .h4 {
    font-weight: 700;
    margin: 0
}

.h2 {
    font-size: 30px
}

.h3 {
    font-size: 20px;
    line-height: 130%
}

.h4, .lg {
    font-size: 18px
}

.color-main {
    color: #164c7f
}

.color-grey {
    color: #505050
}

.txt, p {
    /*font-family: Lora, serif;*/
    font-family: Inter, Serif;
}

hr {
    margin: 0
}

.img-opacity {
    transition: opacity .3s
}

.img-opacity:hover {
    opacity: .6
}

.table-responsive {
    overflow: auto
}

.newspaper-table {
    width: 100%;
    font-family: Inter, serif;
    min-width: 800px
}

.newspaper-table thead td {
    background-color: #164c7f;
    padding: 13px 10px;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #164c7f
}

.newspaper-table tbody tr:nth-child(even) {
    background: #cde1f8
}

.newspaper-table tbody td {
    padding: 10px;
    border: 1px solid #bababa;
    vertical-align: top
}

.newspaper-table tbody td a {
    text-decoration: underline !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-15 {
    margin-top: 15px
}

.my-35 {
    margin: 35px 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.my-30 {
    margin: 30px 0
}

.ml-30 {
    margin-left: 30px
}

.h-100 {
    height: 100%
}

.img-responsive {
    height: auto;
    max-width: 100%
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row > * {
    padding-left: 10px;
    padding-right: 10px
}

.debug {
    outline: red solid 1px
}

.border-left {
    border-left: 1px solid #bababa
}

.border-right {
    border-right: 1px solid #bababa
}

.list-null {
    list-style: none;
    padding: 0;
    margin: 0
}

.img-round {
    border-radius: 50%
}

.gy-20 {
    margin-bottom: -20px
}

.gy-20 > * {
    padding-bottom: 20px
}

.gy-30 {
    margin-bottom: -30px
}

.gy-30 > * {
    padding-bottom: 30px
}

.gx-5 {
    margin-left: -5px;
    margin-right: -5px
}

.gx-5 > div {
    padding-left: 5px;
    padding-right: 5px
}

.gy-10 {
    margin-bottom: -10px
}

.gy-10 > * {
    padding-bottom: 10px
}

.gx-10 {
    margin-left: -10px;
    margin-right: -10px
}

.gx-10 > div {
    padding-left: 10px;
    padding-right: 10px
}

.none {
    display: none
}

.text-center {
    text-align: center
}

.d-inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.sticky {
    position: sticky;
    top: 35px
}

.mr-10 {
    margin-right: 10px
}

.float-left {
    margin-bottom: 20px
}

.newspaper-content-post {
    width: 100%
}

.clear-both::after, .clear-both::before {
    content: "";
    clear: both;
    display: block
}

.newspaper-txt-content p > a, .newspaper-txt-content > a {
    color: #164c7f;
    font-weight: 700
}

.newspaper-txt-content img, .newspaper-txt-content p {
    margin-bottom: 20px
}

.newspaper-center-slider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    width: 100%
}

.newspaper-center-slider__container {
    flex-grow: 1;
    flex: 0 0 calc(100% - 60px - 60px);
    max-width: calc(100% - 60px - 60px)
}

.newspaper-center-slider__container img {
    margin-bottom: 0
}

.newspaper-center-slider__arrow {
    flex: 0 0 60px;
    max-width: 60px
}

.newspaper-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.newspaper-play__container {
    position: relative
}

.nospace {
    white-space: nowrap
}

[data-fancybox] {
    cursor: pointer
}

.newspaper-border-newspaper {
    padding: 25px 20px;
    border: 5px solid #c4c4c4;
    position: relative;
    text-align: center
}

.newspaper-border-newspaper:after, .newspaper-border-newspaper:before {
    content: "";
    width: 30px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    top: -5px;
    left: 50%;
    margin-left: -15px
}

.newspaper-border-newspaper:after {
    bottom: -5px;
    top: initial
}

.newspaper-border-newspaper img {
    margin-bottom: 30px
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap
}

.breadcrumb a {
    color: #bababa;
    margin-right: 5px;
    text-decoration: none
}

/*.breadcrumb li:not(:last-child) a:after {*/
/*    content: "/"*/
/*}*/

.newspaper-tab-content:not(.is-active) {
    display: none
}

.newspaper-tab-control {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #164c7f;
    flex-wrap: nowrap;
    margin-bottom: 5px
}

.newspaper-tab-control:not(.is-active) {
    color: #505050
}

.newspaper-tab-control:not(.is-active) svg {
    fill: #505050
}

.newspaper-tab-control:hover {
    color: #164c7f
}

.newspaper-tab-control svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #164c7f
}

.newspaper-link-dark {
    color: #1b1b1b;
    transition: color .3s;
    text-decoration: none
}

.newspaper-link-dark:hover {
    color: #164c7f
}

.newspaper-link-main {
    color: #164c7f;
    transition: color .3s;
    text-decoration: none
}

.newspaper-link-main svg {
    fill: #164c7f
}

.newspaper-link-main svg:last-child {
    margin-left: 5px
}

.newspaper-link-main:hover {
    color: #1b1b1b
}

.newspaper-link-main:hover svg {
    fill: #1b1b1b
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-dots button, .slick-dots li {
    padding: 0;
    margin: 0;
    font-size: 0
}

.slick-dots .slick-active button {
    background-color: #164c7f
}

.slick-dots button {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #164c7f;
    margin: 0 5px;
    border-radius: 50%
}

.slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #164c7f;
    transition: background-color .3s;
    cursor: pointer
}

.slick-arrow:hover svg {
    fill: #fff
}

.slick-arrow svg {
    fill: #164c7f
}

.slick-arrow:hover {
    background-color: #164c7f
}

.slick-arrow.is-next {
    margin-left: 20px
}

.newspaper-social {
    display: flex
}

.newspaper-social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bababa;
    border-radius: 50%;
    transition: background-color .3s
}

.newspaper-social a:hover {
    background-color: #164c7f
}

.newspaper-social a svg {
    fill: #fff
}

.newspaper-search__icon {
    height: 40px;
    display: flex;
    align-items: center
}

.newspaper-search__form {
    height: 40px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #164c7f
}

.newspaper-search__form--white {
    border: transparent
}

.newspaper-search__input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px
}

.newspaper-search__input:focus {
    outline: 0
}

.newspaper-search__input, .newspaper-search__input::placeholder {
    color: #164c7f
}

.newspaper-search__button {
    width: 40px;
    border: none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.blockOut {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    z-index: 190;
    cursor: pointer
}

.newspaper-news__item {
    border-bottom: 1px solid #bababa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.newspaper-news__item:before {
    content: "";
    background-color: #bababa;
    width: 1px;
    position: absolute;
    bottom: 20px;
    top: 0;
    right: 100%
}

.newspaper-news__list {
    position: relative
}

.newspaper-news__list:after, .newspaper-news__list:before {
    content: "";
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20
}

.newspaper-news__list:before {
    width: 21px;
    left: -1px
}

.newspaper-news__list:after {
    left: initial;
    right: 0
}

.pagination {
    margin-top: 35px;
    font-size: 16px
}

.pagination li:first-child {
    margin-right: 5px
}

.pagination li:last-child {
    margin-left: 5px
}

.pagination svg {
    width: 8px;
    fill: #bababa;
    height: 14px
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination a {
    margin: 0 7px;
    color: #bababa;
    text-decoration: none
}

.pagination a.active {
    color: #164c7f
}

.newspaper-pdf-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bababa;
    display: flex;
    align-items: center
}

.newspaper-pdf-item svg {
    margin-right: 15px
}

.newspaper-form-input {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #bababa;
    box-sizing: border-box;
    border-radius: 5px;
    height: 60px;
    font-size: 16px;
    color: #1b1b1b;
    padding-left: 20px;
    transition: background-color .3s, border .3s
}

.newspaper-form-input::placeholder {
    color: #505050
}

.newspaper-form-input:focus {
    border-color: #164c7f;
    background: #fff;
    outline: 0
}

.newspaper-form-input.is-sm {
    height: 40px;
    font-size: 14px;
    padding-left: 10px
}

.newspaper-form-input.is-light {
    background-color: #fff
}

.newspaper-form-datepicker {
    position: relative
}

.newspaper-form-datepicker input {
    z-index: 3;
    background-color: transparent !important;
    position: relative
}

.newspaper-form-datepicker svg {
    position: absolute;
    width: 20px;
    height: 18px;
    z-index: 2;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

textarea {
    height: initial !important;
    padding: 15px
}

option, select {
    cursor: pointer
}

select {
    padding-right: 15px
}

.newspaper-btn {
    height: 50px;
    min-width: 345px;
    border: 1px solid #164c7f;
    background-color: #164c7f;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding-top: 2px;
    transition: background-color .3s
}

.newspaper-btn:hover {
    background-color: #fff;
    color: #164c7f
}

.newspaper-btn.is-sm {
    height: 40px
}

.newspaper-btn.is-block {
    width: 100%;
    min-width: 100%
}

.newspaper-post-dot a {
    padding-left: 20px;
    position: relative
}

.newspaper-post-dot a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #164c7f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%
}

.newspaper-post-dot a:not(:last-child) {
    margin-bottom: 20px
}

.newspaper-post-grid {
    border: 1px solid #bababa
}

.newspaper-post-grid__content {
    padding: 15px
}

.newspaper-post-grid__picture {
    width: 100%;
    margin: 0 !important
}

.newspaper-post-actions {
    display: flex;
    align-items: center
}

.newspaper-post-action {
    color: #bababa;
    text-decoration: none;
    transition: color .3s;
    display: flex;
    align-items: center
}

.newspaper-post-action:hover {
    color: #164c7f
}

.newspaper-post-action:first-child {
    margin-right: 15px
}

.newspaper-post-action svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #bababa
}

.newspaper-post-action.is-white {
    color: #fff
}

.newspaper-post-action.is-white svg {
    fill: #fff
}

.newspaper-post-thumb {
    height: 250px;
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    overflow: hidden
}

.newspaper-post-thumb.is-full {
    height: 100%
}

.newspaper-post-thumb:hover .newspaper-post-thumb__picture {
    transform: scale(1.2)
}

.newspaper-post-thumb, .newspaper-post-thumb:hover {
    color: #fff
}

.newspaper-post-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0, rgba(255, 255, 255, 0) 100%);
    z-index: 4
}

.newspaper-post-thumb__content {
    position: relative;
    z-index: 5
}

.newspaper-post-thumb__picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.newspaper-post-inline__picture {
    margin-bottom: 20px
}

.newspaper-post-inline__picture img {
    width: 100%
}

.newspaper-post-category {
    color: #bababa;
    border: 1px solid #bababa;
    height: 27px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-decoration: none
}

.newspaper-post-category:hover {
    color: #fff;
    background: #164c7f;
    border-color: #164c7f
}

.form-checkbox {
    font-size: 16px;
    color: #bababa
}

.form-checkbox input:checked + label:before {
    background-color: #164c7f
}

.form-checkbox input {
    display: none
}

.form-checkbox label {
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.form-checkbox label:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #164c7f;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.form-checkbox label:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icons/check.svg) center/55% no-repeat;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.form-checkbox:not(:last-child) {
    margin-bottom: 10px
}

.newspaper-footer {
    border-top: 1px solid #bababa;
    margin-top: 50px
}

.newspaper-footer__top {
    padding: 30px 0
}

.newspaper-footer__bottom {
    border-top: 1px solid #bababa;
    padding: 15px 0
}

.newspaper-footer__bottom-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.newspaper-footer__bottom-row > * {
    margin: 5px 0
}

.newspaper-footer__social {
    margin-top: 30px
}

.newspaper-footer__social a {
    margin: 0 7px
}

.newspaper-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #bababa
}

.newspaper-header__top {
    background: #164c7f
}

.newspaper-header__bottom {
    border-top: 1px solid #bababa
}

.newspaper-header__center {
    padding: 20px 0
}

.newspaper-header__center-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.newspaper-header__categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0
}

.newspaper-header__categories .current-menu-item a:before {
    width: 100%
}

.newspaper-header__categories a {
    height: 40px;
    display: flex;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    padding: 0 10px
}

.newspaper-header__categories a:hover:before {
    width: 100%
}

.newspaper-header__categories a:before {
    content: "";
    left: 0;
    right: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #164c7f;
    transition: width .3s
}

.newspaper-header__search {
    width: 315px
}

.newspaper-header__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.newspaper-header__menu .current-menu-item a {
    background: #1e66aa
}

.newspaper-header__menu a {
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 15px;
    white-space: nowrap;
    transition: background-color .3s
}

.newspaper-header__menu a:hover {
    background: #1e66aa
}

.newspaper-header__social a {
    margin-left: 15px
}

.container {
    max-width: 1300px;
    padding: 0 30px
}

.newspaper-bar {
    width: 300px;
    background-color: #505050;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: auto;
    transform: translateX(-100%);
    z-index: 200;
    transition: transform .3s
}

.newspaper-bar.is-open {
    transform: none
}

.newspaper-bar__crosse {
    position: absolute;
    top: 30px;
    right: 20px
}

.newspaper-bar__ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.newspaper-bar__ul li:not(:last-child) {
    margin-bottom: 10px
}

.newspaper-bar__ul li.current-menu-item a {
    color: #fff
}

.newspaper-bar__ul a {
    color: #bababa;
    text-decoration: none;
    font-size: 16px;
    transition: color .3s
}

.newspaper-bar__ul a:hover {
    color: #fff
}

.newspaper-bar__social a {
    margin-right: 15px
}

.site-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-menu > ul > li > a {
    margin-left: 25px;
    color: #fff;
    text-decoration: none
}

.site-menu > ul > li > a:hover {
    text-decoration: underline
}

.newspaper-home-popular-post {
    width: 270px;
    margin-right: 20px
}

.newspaper-page__head {
    margin-bottom: 30px
}

.newspaper-page__aside {
    position: relative;
    z-index: 3
}

.newspaper-page__wrapper.no-border {
    border: none
}

@media (min-width: 576px) {
    .float-left {
        float: left;
        margin-right: 20px
    }

    .newspaper-post-inline__picture {
        margin-right: 25px;
        margin-bottom: 0;
        flex: 0 0 200px;
        max-width: 200px
    }

    .newspaper-post-inline {
        display: flex
    }
}

@media (min-width: 768px) {
    .gx-15 {
        margin-right: -15px;
        margin-left: -15px
    }

    .gx-15 > div {
        padding-left: 15px;
        padding-right: 15px
    }

    .newspaper-content-post {
        max-width: 300px
    }

    .newspaper-home-posts__wrap {
        flex: 0 0 calc(100% - 315px);
        max-width: calc(100% - 315px);
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #bababa
    }

    .newspaper-home-videos {
        padding: 25px;
        border: 5px solid #bababa;
        position: relative
    }

    .newspaper-home-videos:after, .newspaper-home-videos:before {
        content: "";
        width: 250px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        left: 200px;
        top: -5px
    }

    .newspaper-home-videos:after {
        bottom: -5px;
        top: initial
    }

    .newspaper-page {
        display: flex
    }

    .newspaper-page__aside {
        flex: 0 0 295px;
        max-width: 295px
    }

    .newspaper-page__wrapper {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #bababa;
        flex: 0 0 calc(100% - 295px - 20px);
        max-width: calc(100% - 295px - 20px)
    }
}

@media (min-width: 992px) {
    .gx-20 {
        margin-left: -20px;
        margin-right: -20px
    }

    .gx-20 > div {
        padding-left: 20px;
        padding-right: 20px
    }

    .newspaper-social.is-block {
        display: block
    }

    .newspaper-social.is-block a:not(:last-child) {
        margin-bottom: 15px
    }

    .site-menu > ul {
        display: flex !important
    }

    .newspaper-home-posts__aside {
        flex: 0 0 295px;
        max-width: 295px
    }

    .newspaper-home-posts__aside-slider > div {
        margin-bottom: 20px
    }

    .newspaper-home-posts__main {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #bababa;
        flex: 0 0 calc(100% - 315px);
        max-width: calc(100% - 315px)
    }
}

@media (max-width: 991.98px) {
    .newspaper-border-newspaper {
        border-width: 1px
    }

    .order-first-lg {
        order: -1
    }

    .newspaper-social.is-block {
        justify-content: space-between;
        margin-bottom: 30px
    }

    .newspaper-news__list:after, .newspaper-news__list:before {
        width: 10px
    }

    .newspaper-news__list:before {
        width: 11px
    }

    .newspaper-post-thumb {
        height: 100%
    }

    .newspaper-footer__logo {
        max-width: 200px
    }

    .newspaper-footer__social {
        margin-top: 15px
    }

    .site-menu[data-position=bottom] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #6610f2
    }

    .site-menu[data-position=bottom] > ul {
        display: none
    }

    .site-menu[data-position=bottom] > ul > li > a {
        margin: 0;
        display: flex;
        align-items: center;
        padding: 15px;
        border-top: 1px solid rgba(255, 255, 255, .3)
    }
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 24px
    }

    .transform-table thead {
        display: none
    }

    .transform-table table, .transform-table tbody, .transform-table td, .transform-table tr {
        width: 100%;
        display: block
    }

    .transform-table tr {
        margin-bottom: 15px
    }

    .transform-table td {
        margin-bottom: -1px
    }

    .transform-table td:before {
        content: attr(data-label);
        font-weight: 700;
        margin-right: 5px
    }

    .transform-table table {
        min-width: 100%
    }

    .mb-30 {
        margin-bottom: 20px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .newspaper-center-slider__container {
        flex: 0 0 100%;
        max-width: 100%
    }

    .newspaper-center-slider__arrow {
        display: none
    }

    .breadcrumb {
        margin-bottom: 10px
    }

    .newspaper-tab-controls {
        flex-wrap: nowrap !important;
        overflow: auto
    }

    .newspaper-tab-controls li:not(:last-child) a {
        margin-right: 20px
    }

    .newspaper-tab-controls a {
        white-space: nowrap
    }

    .newspaper-form-input {
        height: 45px
    }

    .newspaper-btn {
        min-width: initial;
        padding: 0 30px
    }

    .form-checkbox {
        font-size: 14px
    }

    .container {
        padding: 0 15px
    }

    .newspaper-home-popular-post {
        width: 240px;
        margin-right: 15px
    }

    .newspaper-page__aside {
        max-width: 280px;
        margin: 40px auto 0
    }
}

@media (max-width: 575.98px) {
    .newspaper-bar {
        width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newspaper-home-posts__aside {
        flex: 0 0 220px;
        max-width: 220px
    }

    .newspaper-home-posts__main {
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px)
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .newspaper-home-posts__wrap {
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .newspaper-page__aside {
        flex: 0 0 220px;
        max-width: 220px
    }

    .newspaper-page__wrapper {
        flex: 0 0 calc(100% - 220px - 20px);
        max-width: calc(100% - 220px - 20px)
    }
}

