

/* Start:/local/components/pervye/grants_announce/templates/.default/style.css?1771245947123*/
.grant-promo:has(.documents-list__placeholder) .page_partners__title-btns .UI_navigation-swiper-blue {
    display: none;
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/grant_ek/style.css?1771245947436*/
.grant-nav.fixed-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    animation: slideDown 0.3s ease-out !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/grant_ek/style.css?1758571278348*/
.card-slider-expert .swiper-slide {
    width: calc((100% - 48px) / 4);
    height: auto;
    margin-right: 16px;
}

@media (max-width: 1023px) {
    .card-slider-expert .swiper-slide {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 768px) {
    .card-slider-expert .swiper-slide {
        width: 325px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/media_list_video_slider/style.css?1771245947373*/
.js-grant-slider-video .swiper-slide {
    width: 420px;
    margin-right: 16px;
}
.modal_video__video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: black;
}

.modal_video__video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal_video__video iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* End */


/* Start:/local/components/pervye/news.list/templates/.default/style.css?1771405469850*/

.swiper:has(.documents-list__placeholder) {
    overflow: visible;
}
.pervye-news-list.pervye-news-list--default {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pervye-news-list.pervye-news-list--default .pervye-news-list__topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

@media (max-width: 680px) {
    .pervye-news-list.pervye-news-list--default .pervye-news-list__topic {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pervye-news-list__list .workshop-card {
    padding-bottom: 0;
    border: 0;
    margin-right: 16px;
}

.pervye-news-list__list .workshop-card__meta {
    flex-direction: row;
    gap: 20px;
}

.pervye-news-list__list .workshop-card__meta-item {
    gap: 7px;
}

.js-nav-link.hidden-link {
    display: none !important;
}
/* End */


/* Start:/local/components/pervye/filter/templates/.default/style.css?1771245947431*/
.pervye-filter--default {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pervye-filter__topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pervye-filter__fields {
    display: flex;
    gap: 24px;
}

@media (max-width: 1023px) {
    .pervye-filter__fields {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/grant_doc/style.css?1771245947183*/
.document-card__footer .button-group {
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
    .docs-section__grid {
        grid-template-columns:  1fr;
        gap: 32px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/grant_pro/style.css?1758571278254*/
.UI_title-page b {
    color: rgba(225, 11, 23, 1);
    font-size: 24px;
}

.card-slider-pro .swiper-slide {
    width: calc((100% - 32px)/ 3);
}

@media (max-width: 768px) {
    .card-slider-pro .swiper-slide {
        width: 335px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/grant_pro/style.css?1758571278193*/
.item-grid:has(#empty-message) {
    grid-template-columns:  1fr;
}

.filters__controls {

}

@media (max-width: 1279px) {
    .filters__controls form {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/grants_projects/style.css?1771245947372*/
.filters__controls.filters__controls--full {
    grid-template-columns: 1fr;
}
.complex_pagination {
    margin-top: 40px;
}

.UI_select-filter > label br {
    display: none;
}

.grant-activities:has(.documents-list__placeholder) .complex_pagination {
    display: none;
}

.grant-activities--no-pag  .complex_pagination {
    display: none !important;
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/smena_contact_centr/style.css?17714054691358*/
.swiper:has(.contact-center__item) {
    padding: 10px;
    margin: -10px;
    width: calc(100% + 20px);
}
.contact-center__item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #DAE3F4;
    background-image: url("/local/templates/movement-first/components/bitrix/news.list/smena_contact_centr/img/bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 64.138% 76.285%;
    width: calc((100% - 32px) / 3);
}

.contact-center__item h3 {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #214FE2;
}

.contact-center__desc {
    font-size: 12px;
    color: #6F6F6F;
    word-wrap: break-word;
}
.contact-center__meta-phone {
    font-size: 14px;
    font-weight: 700;
    color: #252525;
}

.contact-center__meta-email {
    font-size: 14px;
    font-weight: 700;
    color: #E10B0B;
    text-decoration: none;
}

.contact-center__item-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 1279px) {
    .contact-center__item {
        width: 435px;
    }
}

@media (max-width: 767px) {
    .contact-center__item {
        width: 325px;
        gap: 16px;
        padding: 16px;
    }
    .contact-center__item-col {
        gap: 8px;
    }
}
/* End */


/* Start:/local/components/MovementFirst/projects.list/templates/grant_event/style.css?17712459473850*/

.education-section {
    font-family: 'Pragmatica Extended';
    background-color: #F9F9FB;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.education-section__action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.education-section__action button {
    margin-bottom: 36px;
}
.education-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    gap: 16px;
}

.education-section__title {
    font-size: 48px;
    line-height: 1.1;
    color: #ED1B2E;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 11px;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ED1B2E;
}

.education-section__subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 36px;
}

.view-all-link__icon {
    width: 24px;
    height: 24px;
    border: 1.5px solid #ED1B2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33331 8H12.6666M12.6666 8L8.66665 4M12.6666 8L8.66665 12' stroke='%23ED1B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.education-section__description {
    font-size: 20px;
    line-height: 1.2;
    color: #4F4F4F;
    margin-bottom: 42px;
    font-weight: 600;
}

.education-section__description p:not(:last-child) {
    margin-bottom: 24px;
}

.education-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}


.workshop-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EDEDED;
    padding-bottom: 45px;
}

.workshop-card_gary {
    background-color: #EDEFF3;
}

.workshop-card__image-link {
    display: block;
    aspect-ratio: 390 / 280;
    overflow: hidden;
    border-radius: 20px;
}

.workshop-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.workshop-card:hover .workshop-card__image {
    transform: scale(1.05);
}

.workshop-card__content {
    padding: 21px 20px;
}

.workshop-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 13px;
}

.workshop-card__meta-item {
    font-family: 'Pragmatica', sans-serif;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #828282;
}

.workshop-card__meta-item::before {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}


.workshop-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;

}

.workshop-card__title-link {
    text-underline-offset: 4px;
    color: rgba(37, 37, 37, 1);
}

.workshop-card:hover {
    background-color: rgba(237, 237, 237, 1);
}

.workshop-card:hover .workshop-card__title-link {
    color: rgba(225, 11, 23, 1);
    text-decoration: underline;
}
.education-section__caption {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .education-section {
        padding: 40px 16px;
    }

    .education-section__header {
        margin-bottom: 24px;
    }
    .education-section__action button {
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {

    .education-section__caption {
        font-size: 24px;
    }

    .education-section__header {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* End */


/* Start:/local/components/MovementFirst/projects.item/templates/mentors-events-list/style.css?1771245947114*/
.complex_card-events--mentors-events-list .btn-arrow{
    width: fit-content;
    color: rgba(225, 11, 23, 1);
}


/* End */
/* /local/components/pervye/grants_announce/templates/.default/style.css?1771245947123 */
/* /local/templates/movement-first/components/bitrix/news/grant_ek/style.css?1771245947436 */
/* /local/templates/movement-first/components/bitrix/news.list/grant_ek/style.css?1758571278348 */
/* /local/templates/movement-first/components/bitrix/news.list/media_list_video_slider/style.css?1771245947373 */
/* /local/components/pervye/news.list/templates/.default/style.css?1771405469850 */
/* /local/components/pervye/filter/templates/.default/style.css?1771245947431 */
/* /local/templates/movement-first/components/bitrix/news.list/grant_doc/style.css?1771245947183 */
/* /local/templates/movement-first/components/bitrix/news/grant_pro/style.css?1758571278254 */
/* /local/templates/movement-first/components/bitrix/news.list/grant_pro/style.css?1758571278193 */
/* /local/templates/movement-first/components/bitrix/news/grants_projects/style.css?1771245947372 */
/* /local/templates/movement-first/components/bitrix/news.list/smena_contact_centr/style.css?17714054691358 */
/* /local/components/MovementFirst/projects.list/templates/grant_event/style.css?17712459473850 */
/* /local/components/MovementFirst/projects.item/templates/mentors-events-list/style.css?1771245947114 */
