

/* Start:/acedemy-first/style.css?17667703379705*/
.education-section__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.1;
    color: #e10d0b;
    text-transform: uppercase;
}
.education-section__subtitle {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(24px, 2.083vw, 40px);
}
.education-section__description {
    margin-bottom: clamp(24px, 2.083vw, 40px);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    font-family: Pragmatica Extended, arial, sans-serif;
}
.education-section__description p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    font-family: Pragmatica Extended, arial, sans-serif;
}

.education-section__grid-item .prop-card {
    height: 100%;
}
.education-section {
    margin-bottom: clamp(24px, 2.083vw, 40px);
}

.academy-promo {
    font-family: Pragmatica Extended, arial, sans-serif;
    margin-bottom: clamp(40px,  6.25vw, 120px);
}

.academy-promo__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    align-items: center;
    margin-bottom: clamp(24px, 2.083vw, 40px);
}

.academy-promo__title {
    font-weight: bold;
    font-size: clamp(20px, 1.719vw, 32px);
    line-height: 1.2;
    padding-right: 25px;
}

.academy-promo__title-accent {
    color: #ED1B2E;
}

.academy-promo__image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.academy-promo__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy-promo__details {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.academy-promo__detail-item {
    font-size: clamp(16px, 1.042vw,  20px);
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 7px;
    font-family: Pragmatica Extended, arial, sans-serif;
}

.academy-promo__detail-label {
    font-weight: bold;
    color: #ED1B2E;
    font-size: 20px;
}
.gallery-section {
    margin-bottom: clamp(24px, 3.646vw, 70px);
}


.prop-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #EDEDED;
}

.prop-card_gary {
    background-color: #EDEFF3;
}

.prop-card__image-link {
    display: block;
    aspect-ratio: 390 / 280;
    overflow: hidden;
    border-radius: 20px;
}

.prop-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.prop-card:hover.prop-card__image {
    transform: scale(1.05);
}

.prop-card__content {
    padding: 21px 20px;
}

.prop-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 13px;
}

.prop-card__meta-item {
    font-family: 'Pragmatica';
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #828282;
}

.prop-card__meta-item::before {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}



.prop-card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}

.prop-card__title-link {
    text-decoration: underline;
    /* text-decoration-color: #ED1B2E; */
    text-underline-offset: 4px;
    color: #e10d0b;
}

.prop-card__title-link:hover {
    color: #000;
}


.prop-card__list-view {
    height: 100%;
    padding-bottom: 0;
}

.prop-card__meta-item {
    font-family: 'Pragmatica';
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #828282;
}

.prop-card__meta-item {
    gap: 4px;
    font-size: 14px;
}

.prop-card__meta {
    gap: 6px;
}


.workshop__header {
    padding: 24px 0 10px;
    margin: 0 25px -10px;
    border-bottom: 1px solid #EDEFF3;
}

.workshop__caption {
    background: #e10d0b;
    color: #fff;
    padding: 12px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.forums-section__desc {
    margin-bottom: clamp(24px, 2.083vw, 40px);
    font-weight: bold;
    font-size: clamp(16px, 1.042vw, 20px);
}

@media (max-width: 1279px) {
    .education-section__title {
        font-size: 32px;
    }

    .education-section__description {
        font-size:16px;
    }
}

@media (max-width: 1023px) {
    .academy-promo__main {
        grid-template-columns: 1fr;
    }
}

.business-grid__item-header {
    padding: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(225, 11, 11, 1);
    margin-bottom: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    text-align: center;
}

.business-grid__item-text {
    font-family: Pervye, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(37, 37, 37, .7);
}
.business-items {
    display: flex;
    align-items: stretch;
    gap: 27px;

}
.business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    width: 51.741%;
}
.business-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 45.886%;
}

.business-list__item {
    padding: 21px 27px;
    background-color: rgba(105, 139, 250, 1);
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    flex-grow: 1;
    color: white;
    font-family: Pervye, sans-serif;
}

.business-list__item-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 4px 60px;
    justify-content: start;
    margin-top: 10px;
    font-family: Pervye, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

.business-list__item-list li {
    list-style: disc outside;
}


@media (max-width: 1279px) {
    .business-items {
        flex-direction: column;
        gap: 24px;
    }
    .business-grid {
        width: 100%
    }
    .business-list {
        width: 100%
    }
}

@media (max-width: 767px) {
    .business-grid {
        grid-template-columns:  1fr;
    }

    .business-list__item-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.game-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 28px;
    background: linear-gradient(90deg, #7495FF 0%, #4E75EF 62.02%);
    border-radius: 20px;
    position: relative;
    padding: 30px;
    color: white;
    margin-top: 31px;
    margin-bottom: 87px;
}

.game-box:before {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 292px;
    height: 108px;
    background-image: url("/acedemy-first/icons/line.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
}

.game-box .UI_button-main {
    width: 174px;
}

.game-box__img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 165px;
    height: 165px;
}

.game-box__hidden {
    opacity: 0;
    pointer-events: none;
}
.game-box h3 {
    font-family: Pragmatica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    padding: 0 60px;
}

@media (max-width: 1023px) {
    .game-box__img {
        position: static;
        transform: translateY(0);
    }
    .game-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .game-box__hidden {
        display: none;
    }


    .game-box__img {
        width: 120px;
        height: 120px;
    }

    .game-box h3 {
        padding: 0;
    }
}


.benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: min(60px, 3.125vw);
    column-gap:  min(76px, 3.958vw);
}

.benefits-item {
    display: flex;
    gap: 20px;
}

.benefits-item h3 {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
}

.benefits-item__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

@media (max-width: 1279px) {
    .benefits {
        gap: 32px;
    }
}

@media (max-width: 1023px) {
    .benefits {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .benefits-item h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

.skills-list {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 304px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.skills-item {
    padding: 24px 36px;
    background-color: rgba(237, 239, 243, 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.skills-item h3 {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: rgba(33, 79, 226, 1);
    word-break: break-all;
}

.skills-item__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    .skills-list {
        grid-template-columns: 1fr;
    }

    .skills-item {
        padding: 16px;
        border-radius: 12px;
        gap: 16px;
    }
    .skills-item__icon {
        width: 28px;
        height: 28px;
    }

    .skills-item h3 {
        font-size: 16px;
    }
}


.title--hidden .photo-title {
    display: none;
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/academy_slider/style.css?17667703373366*/
/* //AcademyFirst// */
.video-slider {
    margin-bottom: 60px;
}
.video__player {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.video__player--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
#video-iframe {
    width: 100%;
    height: 100%;
}
.video-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1340 / 600;
    height: auto;
    min-height: 600px;
    background-color: #FEF7F7;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(https://via.placeholder.com/800x450/cccccc/000000?text=Video+Thumbnail);
    background-size: cover;
    background-position: center;
    transition: transform 0.2s ease-out;
}

.video-item__pict {
    width: 100%;
    height: 100%;
}

.video-item__img {
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-out;
    object-fit: cover;
}



.video-desc {
    font-family: 'Pragmatica';
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 545px;
    height: auto;
    background: linear-gradient(90deg, rgb(255 78 80) 0%, rgb(225 13 23) 100%);
    border-radius: 10px;
    padding: 27px 24px;
    color: #fff;
    line-height: 1.25;
    font-size: 16px;
    z-index: 11;
}

.video-desc b {
    font-family: 'Pragmatica Extended';
}

.video-slider .swiper-pagination {
    bottom: 24px;
}

.video-slider .swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    z-index: 11;
}

.video-slider  .swiper-pagination-bullet-active {
    background-color: #e10b17;
}


.play {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    display: none;
    opacity:0;
}

.play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background: #e10b17 url(/local/templates/movement-first/icons/play-ico.svg) no-repeat 55% center / 38px;
    opacity: 1;
    transition: all .3s ease-out;
}

.video-item:has(.video) .play {
    display: block;
}


@media (max-width: 1365px) {
    .video-desc {
        left: 33px;
        bottom: 44px;
    }

    .play:before {
        width: 80px;
        height: 80px;
        background-size: 26px;
    }
}

@media (max-width: 767px) {
    .video-item {
        min-height: 380px;
    }

    .video-desc {
        font-size: 12px;
        padding: 12px;
        width: 70%;
        left: 50px;
    }

    .play {
        width: 45px;
        height: 45px;
        background-size: 20px;
        opacity: 1;
    }
}
.video-item__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (hover: hover) {
    .video-item:hover .play {
        opacity: 1;
    }
    .video-item:hover .video-item__play-icon {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-item:hover::after {
        opacity: 0.6;
    }

    .video-item:hover .video-item__img {
        transform: scale(1.02);
    }

}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/academy_info/style.css?17585712782928*/
.infographics {
    font-family: 'Pragmatica Extended';
    margin-bottom: 44px;
}

.infographics__title {
    font-weight: bold;
    font-size: clamp(24px,  2.552vw, 49px);
    color: #e10d0b;
    text-transform: uppercase;
    margin-bottom: clamp(24px, 3.646vw, 70px);
}

.infographics__grid {
    display: flex;
    flex-wrap: wrap;
    /*grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(100px, auto);*/
    gap: 0 55px;
    margin: 0 -40px 0 0;
}


.stat-card {
    position: relative;
    color: #fff;
    padding: 24px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 207px;
    width: 100%;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 11, 23, 1);
    border-radius: 20px;
    transform: rotate(-1.85deg);
    box-shadow: 12px 24px 12px 0px rgba(37, 37, 37, 0.25);
}

.stat-card__number {
    position: relative;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1;
    display: block;
    margin-bottom: 8px;
    font-family: Pragmatica Extended, arial, sans-serif;
}

.stat-card__desc {
    position: relative;
    font-family: Pragmatica Extended, arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.infographics__grid-item {
    width:  30.075%;
    border-radius: 20px;
}

/* Верхний ряд */
.infographics__grid-item_1 {
    grid-column: 1 / span 2;
}

.infographics__grid-item_2 {
    grid-column: 3 / span 2;

}

.infographics__grid-item_3 {
    grid-column: 5 / span 2;
}

/* Нижний ряд */
.infographics__grid-item_4 {
    grid-column: 2 / span 2;
    grid-row: 2;
    transform: translateY(-14px) translateX(64%);
    box-shadow: 12px -12px 12px 0px rgba(37, 37, 37, 0.15);

}

.infographics__grid-item_5 {
    grid-column: 4 / span 2;
    grid-row: 2;
    transform: translateY(-14px)  translateX(68%);
    box-shadow: 12px -12px 12px 0px rgba(37, 37, 37, 0.15);

}
@media (max-width: 1279px) {
    .infographics__grid {
        gap: 0 24px;
    }
}

@media (max-width: 1023px) {

    .infographics__grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin: 0;
    }

    .infographics__grid-item {
        width: 100%;
    }

    .stat-card::before {
        box-shadow:none;
        transform: rotate(0deg);
    }

    .infographics__grid-item_4 {
        transform: translateY(0) translateX(0);
        box-shadow: 12px -12px 12px 0px rgba(37, 37, 37, 0.15);
    }

    .infographics__grid-item_5 {
        transform: translateY(0) translateX(0);
        box-shadow: 12px -12px 12px 0px rgba(37, 37, 37, 0.15);
    }

    .stat-card {
        height: 150px;
    }

}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/academy_pro_avto/style.css?17640994591586*/
.project-section__list .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide.education-section__grid-item {
    height: auto;
    width: calc((100% - 32px) / 3);
}

.education-section__grid-item .workshop-card {
    height: 100%;
}

.education-section__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.education-section__img {
    width: 100%;
    height: auto;
}

.education-section__img img {
    width: 100%;
    height: auto;
}
.workshop-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.workshop-card__title {
    color: black;
}

.education-section.box-collapsing {
    background-color: #F9F9FB;
}

.education-section .workshop-card__meta {
    margin-bottom: 16px;
}

.workshop-card__title {
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.education-section__grid-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s linear;
    color: inherit;
    text-decoration: none;
}
.education-section__grid-item:hover {
    background-color: rgba(237, 239, 243, 1);
}
.complex_card-info__tags {
    margin-bottom: 12px;
}
@media (max-width: 1023px) {
    .swiper-slide.education-section__grid-item {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 768px) {
    .swiper-slide.education-section__grid-item {
        width: 325px;
    }
}


/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/academy_pro_kurs/style.css?17640994592099*/
.project-section__list .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide.education-section__grid-item {
    height: auto;
    width: calc((100% - 32px) / 3);
}

.education-section__grid-item .workshop-card {
    height: 100%;
}

.workshop-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.workshop-card__title {
    color: black;
}

.education-section.box-collapsing {
    background-color: #F9F9FB;
}
.education-section__list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.education-section__item {
    display: flex;
    flex-direction: column;
    gap: 51px;
    padding: 24px;
    border: 1px solid #EDEDED;
    border-radius: 20px;
    background-color: #FFFFFF;
}
.education-section__item  p {
    color: #6A6A6A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.education-section__item-header  {
    display: flex;
    align-items: center;
    gap: 36px;
    min-height: 86px;
}
.education-section__item-header h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #214FE2;
}
.education-section__item-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.education-section__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 1023px) {
    .swiper-slide.education-section__grid-item {
        width: calc((100% - 32px) / 2);
    }

    .education-section__list-grid {
        grid-template-columns: 1fr;
    }

    .education-section__item {
        gap: 16px;
    }

    .education-section__item-header {
        min-height: unset;
    }
    .education-section__item-header h3 {
        font-size: 24px;
    }
    .education-section__item-icon {
        width: 42px;
        height: 42px;
    }

    .education-section__item  p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .swiper-slide.education-section__grid-item {
        width: 325px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/academy_forum/style.css?1758571278150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/pervye/business_game/templates/.default/style.css?1766770337557*/
.business-list__item ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 4px 60px;
    justify-content: start;
    margin-top: 10px;
    font-family: Pervye, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

.business-list__item li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.business-list__item li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 9px 5px 0 -3px;
    background-color: white;
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/our-graduates/style.css?1758571278386*/
.graduates-slider .swiper-wrapper {
    align-items: stretch;
}

.graduates-slider .swiper-slide {
    height: auto;
    width: calc((100% - 48px) / 4);
}

@media (max-width: 1023px) {
    .graduates-slider .swiper-slide {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 768px) {
    .graduates-slider .swiper-slide {
        width: 325px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/gallery-first/style.css?176409945964*/
.modal_gallery__slider .swiper-2 {
    width: 100% !important;
}
/* End */
/* /acedemy-first/style.css?17667703379705 */
/* /local/templates/movement-first/components/bitrix/news.list/academy_slider/style.css?17667703373366 */
/* /local/templates/movement-first/components/bitrix/news.list/academy_info/style.css?17585712782928 */
/* /local/templates/movement-first/components/bitrix/news.list/academy_pro_avto/style.css?17640994591586 */
/* /local/templates/movement-first/components/bitrix/news.list/academy_pro_kurs/style.css?17640994592099 */
/* /local/templates/movement-first/components/bitrix/news.list/academy_forum/style.css?1758571278150 */
/* /local/components/pervye/business_game/templates/.default/style.css?1766770337557 */
/* /local/templates/movement-first/components/bitrix/news.list/our-graduates/style.css?1758571278386 */
/* /local/templates/movement-first/components/bitrix/news.list/gallery-first/style.css?176409945964 */
