

/* Start:/local/templates/movement-first/components/bitrix/news/primary-departments/style.css?1758571278193*/
.complex_card-primary {
    position: relative;
}

.complex_card-primary a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.detail/primary_departments_detail/style.css?17712459478997*/
.region-clubs__block:has(.region-clubs) .region-clubs__wrapper {
    display: block;
}

.topic-page > h3 {
    display: block;
}

.region-clubs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.region-clubs__wrapper {
    padding-top: 40px;
}

.region-clubs__item {
    display: flex;
    align-items: stretch;
    padding: 36px 36px 42px 36px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 259px;
}

.region-clubs__item:before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.region-clubs__avatar {
    width: 112px;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgba(249, 249, 251, 1);
    margin-right: 48px;
    flex-shrink: 0;
    display: flex;
    z-index: 2;
    position: relative;
}

.region-clubs__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region-clubs__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-right: 16px;
    max-width: 401px;
    width: 44%;
}
.region-clubs__tag-icon {
    left: 24px;
    bottom: 20px;
    width: 110px;
    height: 60px;

}
.region-clubs__tag-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.region-clubs__info {
    margin-left: auto;
    max-width: 278px;
}

.region-clubs__name {
    font-weight: 700;
}

.region-clubs__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.region-clubs__tag {
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    width: fit-content;
    color: white;
}

.region-clubs__item--before, .region-clubs__item--after {
    position: absolute;
    top: 0;
    z-index: -1;
    width: auto;
}

.region-clubs__item--before {
    top: 0;
    left: 0;
    height: 100%;
    width: 210px;
}

.region-clubs__item--after {
    top: 0;
    right: 0;
    width: 139px;
    height: 121px;
}

.region-clubs__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-top: auto;
    color: rgba(111, 111, 111, 1);
}

.region-clubs__links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    padding-top: 16px;
}

.region-clubs__link {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
}

.region-clubs__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.region-clubs__properties {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page_primary-one__info-areas > ul > li > strong {
    color: rgba(225, 11, 23, 1);
    font-weight: 400;
}

@media screen and (min-width: 720px) {
    .region-clubs__info {
        min-width: 278px;
    }
}

@media (max-width: 1023px) {
    .region-clubs__wrapper .UI_field-search {
        grid-area: 1 / 1 / 2 / 3;
    }

    .region-clubs__wrapper .UI_select-filter {
        grid-area: 2 / 1 / 3 / 2;
    }

    .region-clubs__wrapper .calendar {
        grid-area: 2 / 2 / 3 / 3;
    }

    .region-clubs__link {
        width: 32px;
        height: 32px;
        padding: 4px;
    }

    .region-clubs__item {
        flex-wrap: wrap;
        row-gap: 16px;

        display: grid;
        grid-template-areas:
            "a b"
            ". c";
        grid-template-columns: 200px auto;
        grid-gap: 0 16px;
    }

    .region-clubs__item-left {
        position: relative;
        height: 112px;
    }

    .region-clubs__content {
        flex-grow: 1;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .region-clubs__info {
        grid-area: c;
        margin-left: 0;
        width: 100%;
    }

    .region-clubs__item--before {
        left: -15%;
        width: 425px;
    }

    .region-clubs__item--after {
        height: 140px;
    }

    .region-clubs__date {
        margin-top: 0;
    }
}


@media (max-width: 767px) {
    .region-clubs__item {
        padding: 16px;
    }

    .region-clubs__item-left {
        display: flex;
        flex-direction: column;
    }

    .region-clubs__avatar {
        align-self: center;
        margin-right: 0;
    }

    .region-clubs__tag-icon {
        align-self: center;
        margin-right: 0;
    }

    .region-clubs__item--after {
        display: none;
    }

    .region-clubs__wrapper .UI_field-search {
        grid-area: unset;
    }

    .region-clubs__wrapper .UI_select-filter {
        grid-area: unset;
    }

    .region-clubs__wrapper .calendar {
        grid-area: unset;
    }
}

@media (max-width: 767px) {
    .region-clubs__item--before {
        left: -15%;
    }

    .padding-inline.region-clubs__wrapper {
        padding-inline: 0;
    }
}

@media (max-width: 520px) {
    .region-clubs__item {
        flex-wrap: wrap;
        row-gap: 16px;

        display: flex;
        flex-direction: column;
    }

    .region-clubs__item-left {
        position: relative;
        height: fit-content;
    }

    .region-clubs__content {
        width: 100%;
    }

    .region-clubs__item--before {
        top: 0;
        left: -15%;
        width: auto;
    }
}

/*GO Направления клубов */
.region-clubs__item--volunteering {
    --color-fill: rgba(251, 225, 225, 1);
    --color-tag: rgba(255, 128, 128, 1);
}

.region-clubs__item--healthy {
    --color-fill: rgba(217, 221, 255, 0.5);
    --color-tag: rgba(127, 138, 237, 1);
}

.region-clubs__item--ecology {
    --color-fill: rgba(233, 253, 235, 1);
    --color-tag: rgba(115, 190, 122, 1);
}

.region-clubs__item--culture {
    --color-fill: rgba(253, 241, 255, 1);
    --color-tag: rgba(229, 169, 239, 1);
}

.region-clubs__item--science {
    --color-fill: rgba(235, 253, 254, 1);
    --color-tag: rgba(143, 209, 213, 1);
}

.region-clubs__item--knowledge {
    --color-fill: rgba(252, 247, 227, 1);
    --color-tag: rgba(238, 187, 58, 1);
}

.region-clubs__item--media {
    --color-fill: rgba(255, 228, 209, 1);
    --color-tag: rgba(255, 158, 87, 1);
}

.region-clubs__item--diplomacy {
    --color-fill: rgba(247, 239, 255, 1);
    --color-tag: rgba(196, 136, 255, 1);
}

.region-clubs__item--tourism {
    --color-fill: rgba(226, 226, 255, 1);
    --color-tag: rgba(148, 148, 255, 1);
}

.region-clubs__item--patriotism {
    --color-fill: rgba(218, 244, 222, 1);
    --color-tag: rgba(128, 192, 138, 1);
}

.region-clubs__item--work {
    --color-fill: rgba(255, 234, 235, 1);
    --color-tag: rgba(255, 170, 175, 1) rgba(255, 170, 175, 1);
}

.region-clubs__item--sport {
    --color-fill: rgba(232, 240, 255, 1);
    --color-tag: rgba(149, 186, 255, 1);
}

.region-clubs__item--patriotism:before {
    background-image: url("/local/templates/movement-first/icons/tags/patriotism--icon.svg");

}

.region-clubs__item--diplomacy:before {
    background-image: url("/local/templates/movement-first/icons/tags/diplomacy--icon.svg");
}

.region-clubs__item--volunteering:before {
    background-image: url("/local/templates/movement-first/icons/tags/volunteering--icon.svg");
    width: 94px;
    height: 48px;
}

.region-clubs__item--ecology:before {
    background-image: url("/local/templates/movement-first/icons/tags/ecology--icon.svg");
    width: 100px;
    height: 87px;
    bottom: 0;
}

.region-clubs__item--knowledge:before {
    background-image: url("/local/templates/movement-first/icons/tags/knowledge--icon.svg");
}

.region-clubs__item--healthy:before {
    background-image: url("/local/templates/movement-first/icons/tags/healthy--icon.svg");

}

.region-clubs__item--science:before {
    background-image: url("/local/templates/movement-first/icons/tags/science--icon.svg");
}

.region-clubs__item--tourism:before {
    background-image: url("/local/templates/movement-first/icons/tags/tourism--icon.svg");
}

.region-clubs__item--culture:before {
    background-image: url("/local/templates/movement-first/icons/tags/culture--icon.svg");
}

.region-clubs__item--work:before {
    background-image: url("/local/templates/movement-first/icons/tags/work--icon.svg");

}

.region-clubs__item--media:before {
    background-image: url("/local/templates/movement-first/icons/tags/media--icon.svg");
}

.region-clubs__item--sport:before {
    background-image: url("/local/templates/movement-first/icons/tags/sport--icon.svg");
}
.page_primary-one__info-header-sep {
    padding: 20px
}
.page_primary-one__info-paragraph {
    padding-top: 20px;
}
.page_primary-one__info-header-sep {
    height: 50px;
    width: 100%;
}
.page_primary-one__info-profile-card.page_primary-one__info-profile-card--socials {
    width: 100%;
}
.page_primary-one__info-profile-sep {
    height: 70px;
}
/* Направления клубов END*/
/* End */
/* /local/templates/movement-first/components/bitrix/news/primary-departments/style.css?1758571278193 */
/* /local/templates/movement-first/components/bitrix/news.detail/primary_departments_detail/style.css?17712459478997 */
