

/* Start:/local/templates/movement-first/components/bitrix/news/collective/bitrix/news.detail/.default/style.css?17761792103729*/
.news-detail .topic-page > h2 {
    font-size: 36px;
}


.page-wrapper {
    display: flex;
    gap: 53px;
}

.collective-detail.box-main {
    padding-left: 0;
    overflow: hidden;
    width: 100%;
}

.ajaxNews > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}
.workshop-card.swiper-slide {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    padding-bottom: 0;
}
.swiper-slide .workshop-card__image-link {
    width: 100%;
}

.ajaxNews > div:has(.empty-message) {
    grid-template-columns:  1fr;
}

#project .workshop-card {
    height: auto;
    display: flex;
    flex-direction: column;
}
#project .workshop-card__meta {
    margin-bottom: 16px;
}
#project  .workshop-card__title {
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#project .workshop-card__content {
    height: auto;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.workshop-card.swiper-slide {
    height: 100%;
}
.swiper-wrapper {
    align-items: stretch;
}

.workshop-card .btn-arrow {
    width: fit-content;
    margin-top: auto;
}

.detail-modal iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.collective-gallery .swiper-slide {
    width: calc((100% - 32px) / 3);
    height: auto;
    aspect-ratio: 320 / 208;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 16px;
}

.modal_gallery__slider .swiper-2 {
    width: 100%;
}

@media (max-width: 1023px) {
    .ajaxNews > div  {
        grid-template-columns: repeat(2, 1fr);
    }

    .collective-gallery .swiper-slide {
        width: calc((100% - 16px) / 2);
    }
}

@media (max-width: 620px) {
    .ajaxNews > div  {
        grid-template-columns:  1fr;
    }

    .collective-gallery .swiper-slide {
        width: 270px;
    }
}

.page_collective-participants .collective-info__wrapper {
    padding: 36px 34px 36px 34px;
}

.page_collective-participants .collective-info__footer {
    padding: 64px 36px 67px 36px;
}

.page_collective-participants .collective-info__box {
    background: #FFFFFF;
    position: relative;
}

.page_collective-participants .collective-info__box-wrapper {
    grid-template-columns: auto;
}

.page_collective-participants .collective-info__detail-1 {
    position: absolute;
    left: 521px;
    width: calc(920px - 521px);
    top: 0;
    height: 100%;
    z-index: 0;
}

.page_collective-participants .collective-info__qr {
    min-width: 132px;
    min-height: 132px;
    width: 132px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_collective-participants .collective-info__columns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 39px;
}

@media screen and (max-width: 1080px) {
    .page_collective-participants .collective-info__columns {
        flex-direction: column;
        align-items: center;
    }
}

.page_collective-participants .collective-info__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 694px;
}

.page_collective-participants .collective-info__qr-image {
    width: 112px;
    height: 112px;
}

.page_collective-participants .complex_card-doc-min {
    padding: 26px 24px 26px 24px;
}

.page_collective-participants .section-contacts {
    width: 100%;
}

.page_collective-participants .collective-info__desc {
    overflow: hidden;
    word-break: break-word;
}

@media screen and (min-width: 1081px) {
    .page_collective-participants .collective-info__column--qr {
        margin-left: auto;
    }
}
/* End */
/* /local/templates/movement-first/components/bitrix/news/collective/bitrix/news.detail/.default/style.css?17761792103729 */
