

/* Start:/news-first/style.css?17640994594234*/
a {
    text-decoration: unset;
    color: inherit;
}

.news-first-list {
    display: grid;
    gap: 25px;
}

.news-first-list_3 {
    grid-template-columns: repeat(3, 1fr);
}

.news-first-list__item {
    margin-top: -2px;
}

.news__description {
    margin-bottom: 40px;
}

.news__description p {
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: Pragmatica Extended, arial, sans-serif
}

.news__description p:last-child {
    padding-bottom: 0;
}

.news-card__image-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: rgba(37, 37, 37, 0.5);
    pointer-events: none;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 1;
}

.news-card__image-link:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    pointer-events: none;
    transition: all .3s ease-out;
    opacity: 0;
    z-index: 1;
    background-image: url("/news-first/icons/play.svg");
}


.news-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.news-card__image-link {
    position: relative;
    display: block;
    aspect-ratio: 400 / 231;
    overflow: hidden;
    border-radius: 20px;
}

.news-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.news-card:hover .news-card__image {
    transform: scale(1.05);
}


.news-card__type-label {
    position: absolute;
    top: 9px;
    right: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 6px;
    border-radius: 26px;
    background-color: rgb(226 13 23);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 71px;
    height: 25px;
    font-family: Pragmatica;
    line-height: 120%;
    transition: opacity .3s ease;
    z-index: 11;
}

.news-card__content {
    padding: 24px 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-card__title {
    font-family: 'Pragmatica Extended';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.news-card__title-link {
    text-decoration: underline;
    text-decoration-color: #ED1B2E;
    text-underline-offset: 4px;
}

.news-card__title-link:hover {
    color: #ED1B2E;
}

.news-card__excerpt {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 13px;
    color: #6F6F6F;
}

.news-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 9px;
}

.news-card__tag {
    padding: 5px 9px;
    border-radius: 4px;
    background-color: #ED1B2E;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    transition: background-color 0.2s;
}

.news-card__tag:hover {
    background-color: #c81220;
}

.news-card__footer {
    margin-top: auto;
}

.news-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.news-card__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Pragmatica Extended';
    font-size: 12px;
    color: #252525;
}

.news-card__meta-item::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


.page_news__filters-fields {
    display: flex;
    align-items: center;
    gap: 24px;
}

.UI_tag-icon {
    color: rgba(37, 37, 37, .7);
    font-size: 12px;
}

.complex_pagination {
    margin-top: 40px;
}

@media (hover: hover) {
    .news-card:hover .news-card__image-link:before {
        opacity: 1;
    }

    .news-card:hover .news-card__image-link:after {
        opacity: 1;
    }
}



@media (max-width: 1020px) {
    .news-first-list_3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .news-first-list_3 {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/news-first/style.css?1758571278229*/
.page_news__filters-fields-wrapper .calendar {
    width: 210px;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .page_news__filters-fields-wrapper .calendar {
        width:100%;
        flex-shrink: 0;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/catalog.filter/news_first_filter/style.css?1758571278987*/
.news-first__controls {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    align-items: flex-end;
}

.page_news__filters-topic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page_news__controls {
    display: flex;
    gap: 16px 32px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page_news__controls .UI_button-action {
    display: none;
}

.page_news__search {
    flex-grow: 1;
}

@media (max-width: 1279px) {
    .news-first__controls {
        grid-template-columns: 1fr;
    }

    .page_news__controls .UI_button-action {
        display: flex;
    }

    .page_news__filters-topic {
        justify-content: flex-start;
        gap: 0 16px;
    }

    .page_news__filters-fields {
        flex-direction: column;
    }

    .page_news__filters-fields .UI_button-main {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/news_list_first/style.css?1758571278249*/
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.modal_video__container {
    height: 100%;
}
.modal_video__main {
    height: 100%;
}
.modal_video__video {
    height: 100%;
}
/* End */
/* /news-first/style.css?17640994594234 */
/* /local/templates/movement-first/components/bitrix/news/news-first/style.css?1758571278229 */
/* /local/templates/movement-first/components/bitrix/catalog.filter/news_first_filter/style.css?1758571278987 */
/* /local/templates/movement-first/components/bitrix/news.list/news_list_first/style.css?1758571278249 */
