.news-items,
.news-main,
.categories-container,
.categories,
.load-more,
.news-item_lg .news-item__img,
.news-item_lg .news-item__content,
.news-item {
    display: -ms-flexbox;
    display: flex;
}
.category_block,
.categories,
.load-more {
    -ms-flex-align: center;
    align-items: center;
}
.news-item_lg .news-item__img {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.news-item_lg .news-item__content {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.category_block,
.categories-container,
.categories,
.load-more {
    -ms-flex-pack: center;
    justify-content: center;
}
.load-more {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.news-item__img {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
    margin-right: 0.75rem;
}
.news-item__img img {
    width: 100%;
    border-radius: 0.5rem;
}
.news-item__date {
    margin-bottom: 0.25rem;
}
.news-item__content {
    flex: 1;
}
.news-item__title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item__subtitle {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.25rem;
    opacity: 0.7;
}
.news-item_white {
    padding: 1rem 1.5rem 1rem 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
}
.news-item_white .news-item__img {
    -ms-flex: 0 0 26.8%;
    flex: 0 0 26.8%;
    max-width: 26.8%;
}
.news-item_lg {
    padding: 1.5rem;
    height: 100%;
    background-color: #fff;
    border-radius: 0.75rem;
    position: relative;
}
.news-item_lg::after {
    position: absolute;
    content: "";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: -0.0625rem;
    right: 1.25rem;
    font-size: 1.5rem;
    color: #bbb;
}
.news-item_lg .news-item__content {
    flex-direction: column;
    margin-right: 1.5rem;
}
.news-item_lg .news-item__title {
    margin-right: 3rem;
}
.news-item_lg .news-item__title.helv_lg {
    line-height: 1.55;
}
.news-item_lg .news-item__img {
    border-radius: 100%;
    border: 0.0625rem solid #e8e8e8;
    margin: auto 0 0 0;
    max-width: fit-content;
    flex: 1;
}
.news-item_lg .news-item__img img {
    padding: 0.375rem;
    width: 7.5rem;
    height: 7.5rem;
    object-fit: cover;
    border-radius: 100%;
}
.news-item_decor:not(:first-child) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
}
.news-item_decor:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-image: url("../../img/decor/horizontal-gray-dark.svg");
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.news-item_decor:not(:first-child):after {
    top: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
.news-item_decor .news-item__img {
    -ms-flex: 0 0 29.5%;
    flex: 0 0 29.5%;
    max-width: 29.5%;
    margin-right: 1.25rem;
}
.news-item_decor .news-item__title {
    padding-right: 2.625rem;
}
.news-item_decor .news-item__subtitle {
    padding-right: 1.5rem;
}
@media (max-width: 1023px) {
    .news-item__img {
        -ms-flex: 0 0 20.5%;
        flex: 0 0 20.5%;
        max-width: 20.5%;
    }
    .news-item__title {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-item_white {
        padding: 0.75rem;
    }
    .news-item_white .news-item__img {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
    .news-item_lg {
        padding: 0.75rem;
        height: auto;
    }
    .news-item_lg::after {
        display: none;
    }
    .news-item_lg .news-item__content {
        margin-right: 1rem;
    }
    .news-item_lg .news-item__title {
        margin: 0 0 0.75rem 0;
    }
    .news-item_lg .news-item__img {
        margin: auto;
    }
    .news-item_lg .news-item__img img {
        padding: 0.1875rem;
        width: 6rem;
        height: 6rem;
    }
    .news-item_decor:not(:first-child) {
        margin-top: 1rem;
        padding-top: 0;
    }
    .news-item_decor:not(:first-child):after {
        display: none;
    }
    .news-item_decor .news-item__img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-right: 0.75rem;
    }
    .news-item_decor .news-item__title,
    .news-item_decor .news-item__subtitle {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .news-item {
        border-radius: 0.75rem;
        flex-direction: column;
    }
    .news-item__img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .news-item__img img {
        border-radius: 0.75rem;
        width: 100%;
    }
    .news-item__title {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-item_white {
        padding: 0.75rem 0.75rem 1.25rem 0.75rem;
        border: 0.0625rem #e8e8e8 solid;
    }
    .news-item_white .news-item__img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-item_white .news-item__img img {
        border-radius: 0.5rem;
    }
    .news-item_lg {
        border: 0.0625rem #e8e8e8 solid;
        padding: 1rem 0.75rem;
        text-align: center;
    }
    .news-item_lg .news-item__content {
        margin: 0 0 0.75rem 0;
    }
    .news-item_lg .news-item__img img {
        width: 5rem;
        height: 5rem;
    }
    .news-item_decor:not(:first-child) {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }
    .news-item_decor:not(:first-child):after {
        display: block;
    }
    .news-item_decor .news-item__img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
}
.load-more {
    height: 3.5rem;
    background-color: #f6f7f9;
    border: 0.0625rem solid #edeef3;
    border-radius: 0.5rem;
}
.load-more span {
    margin-right: 0.25rem;
}
.load-more .icon {
    font-size: 1rem;
}
@media (max-width: 1023px) {
    .load-more {
        height: 2.25rem;
    }
}
.categories .category {
    margin-bottom: 0.75rem;
}
.categories .category:not(:last-child) {
    margin-right: 1rem;
}
.categories-container {
    flex-wrap: wrap;
}
.category {
    display: block;
}
.category_sm img {
    height: 1.75rem;
}
.category_lg img {
    height: 2.25rem;
}
.category_block {
    min-width: max-content;
    display: flex;
    max-width: fit-content;
    height: 3.25rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #e8e8e8;
    padding: 0 0.75rem;
    margin-bottom: 0.75rem;
}
.category_block img:first-child {
    display: none;
}
.category_block img:last-child {
    display: block;
}
.category_block.active {
    background-color: #333;
    border: 0;
}
.category_block.active img:first-child {
    display: block;
}
.category_block.active img:last-child {
    display: none;
}
@media (max-width: 1023px) {
    .categories .category {
        margin-bottom: 0.75rem;
    }
    .categories .category:not(:last-child) {
        margin-right: 0.875rem;
    }
    .category_lg img {
        height: 1.75rem;
    }
    .category_block {
        height: 2.75rem;
    }
    .category_block.category_sm img {
        height: 1.25rem;
    }
}
@media (max-width: 767px) {
    .categories-container {
        justify-content: flex-start;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
    .categories {
        justify-content: flex-start;
        overflow-x: auto;
        margin: 0 -1rem;
        padding: 0 1rem;
    }
    .categories::-webkit-scrollbar {
        display: none;
    }
    .categories .category:not(:last-child) {
        margin-right: 0.75rem;
    }
   .category_block {
        padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    }
    
    .category_block {
        height: auto;
        padding: 2rem 1.5rem 0.75rem 0.75rem;
    }
    .category_block.category_sm img {
        height: 1.5rem;
    }
}
.section-top {
    margin-bottom: 3.25rem;
}
@media (max-width: 1023px) {
    .section-top {
        margin-bottom: 1.5rem;
    }
}
.container {
    padding: 3.75rem 0 5.5rem;
}
.news-subscribe {
    background-color: #f4f4f4;
    padding: 2rem 14.875rem;
    border-radius: 1rem;
    text-align: center;
}
.news-subscribe__title,
.news-subscribe__text {
    margin-bottom: 1rem;
}
.news-main {
    position: relative;
}
.news-main::after {
    position: absolute;
    content: "";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: -0.0625rem;
    right: 2.875rem;
    font-size: 2rem;
    color: #d2d2d2;
}
.news-main__img {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
    max-width: 48.7%;
}
.news-main__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
}
.news-main__content {
    padding: 2.25rem 10rem 3.75rem 3rem;
    background-color: #f4f4f4;
    border-radius: 0 1rem 1rem 0;
}
.news-main__date {
    margin-bottom: 1rem;
}
.news-main__title {
    margin-bottom: 0.75rem;
}
.news-items {
    background-color: #f4f4f4;
    border-radius: 1rem;
    padding: 1.25rem;
}
.news-items__col {
    flex: 1;
}
.news-items__col:first-child {
    margin-right: 1.5rem;
}
.news-items__col .news-item:not(:last-child) {
    margin-bottom: 1rem;
}
.news-items__rows {
    margin-bottom: 2.5rem;
}
.news-items__rows .row {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    position: relative;
}
.news-items__rows .row:not(:first-child) {
    position: relative;
}
.news-items__rows .row:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-image: url("../../img/decor/horizontal-gray-dark.svg");
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.news-items__rows .row:not(:first-child):after {
    top: 0;
    width: calc(100% - 15.5rem);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
.ad_wide {
    margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
    .container {
        padding: 1rem 0 3.5rem;
    }
    .news-subscribe {
        padding: 1.25rem;
    }
    .news-subscribe__title {
        margin-bottom: 0.75rem;
    }
    .news-main::after {
        right: 1rem;
        font-size: 1.5rem;
    }
    .news-main__img {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .news-main__img img {
        border-radius: 0.75rem 0 0 0.75rem;
    }
    .news-main__title {
        margin-bottom: 0;
    }
    .news-main__content {
        padding: 2.25rem 1rem 2.25rem 1.5rem;
        border-radius: 0 0.75rem 0.75rem 0;
    }
    .news-items {
        padding: 0.75rem;
        flex-direction: column;
    }
    .news-items__col {
        flex-direction: column;
    }
    .news-items__col:first-child {
        margin-right: 0;
    }
    .news-items__col:first-child {
        margin-bottom: 1rem;
    }
    .news-items__rows {
        margin-bottom: 1rem;
    }
    .news-items__rows .row {
        padding-top: 0;
        margin-top: 0;
    }
    .news-items__rows .row:not(:first-child):after {
        display: none;
    }
    .news-items__rows .news-item {
        margin-bottom: 1rem;
    }
    .ad_wide {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .news-subscribe__title {
        margin-bottom: 0.5rem;
    }
    .news-subscribe__text {
        margin-bottom: 0.75rem;
    }
    .news-main {
        flex-direction: column;
        background-color: #f4f4f4;
        padding: 0.75rem;
        border-radius: 0.75rem;
    }
    .news-main::after {
        top: 0.65625rem;
        right: 1.5rem;
    }
    .news-main__img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-main__img img {
        border-radius: 0.5rem;
    }
    .news-main__date {
        margin-bottom: 0.25rem;
    }
    .news-main__content {
        padding: 0.5rem 0;
        border-radius: 0;
    }
    .news-items {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
    }
    .news-items__rows {
        margin-bottom: 1.25rem;
    }
    .news-items__rows .news-item {
        margin-bottom: 0;
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        position: relative;
        position: relative;
    }
    .news-items__rows .news-item::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1.5px;
        background-image: url("../../img/decor/horizontal-gray-dark.svg");
        background-repeat: repeat-x;
        background-size: contain;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }
    .news-items__rows .news-item:after {
        top: 0;
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%);
    }
    .news-items__rows .row:first-child .column:first-child .news-item {
        margin-top: 0;
        padding-top: 0;
    }
    .news-items__rows .row:first-child .column:first-child .news-item::after {
        display: none;
    }
    .news-items__col .news-item:not(:last-child) {
        margin-bottom: 1.25rem;
    }
    .news-items__col:first-child {
        margin-bottom: 1.25rem;
    }
    .ad_wide {
        margin-bottom: 1.25rem;
    }
} /*# sourceMappingURL=news-listing.css.map */
