

/* Start:/local/templates/base/components/bitrix/news.list/country-flags/style.css?17702196671512*/
.flags__horizontal-line {
    margin: 2rem 0;

    @media (min-width: 1200px) {
        margin: 2.5rem 0 4.75rem;
    }
}

.flags__wrapper {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;

    @media (min-width: 1200px) {
        grid-template-columns: repeat(5, 1fr);
    }
}

.flag__card {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flag__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.flag__card:hover .flag__content-overlay {
    opacity: 1;
}

.flag__image {
    height: 9.625rem;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.4s ease;
}

.flag__card:hover .flag__image {
    transform: scale(1.05);
    filter: brightness(70%);
}

.flag__content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    opacity: 0;
}

.flag__content-overlay div {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    text-align: center;
    color: var(--white);
}

.flags__button {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

/* End */


/* Start:/local/templates/base/components/bitrix/news.list/news-slider/style.css?1770219667950*/
.news__swiper {
    padding-bottom: 7rem !important;

    @media (min-width: 1200px) {
        /*height: 29.375rem;*/
        padding-bottom: 5rem;
    }
}

.news__swiper-card {
    display: flex;
    flex-direction: column;
    height: 26.25rem;
}

.news__swiper-card-image {
    margin-bottom: 2.25rem;
}

.news__swiper-card-image img {
    height: 19.6875rem;
    width: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
    overflow: hidden;

    @media (min-width: 1200px) {
        height: 11.25rem;
    }
}

.news__swiper-card-subtitle {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}

.news__swiper-card h3 {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 1.5rem;
}

.news__swiper-card-button {
    margin-top: auto;
}

/* End */
/* /local/templates/base/components/bitrix/news.list/country-flags/style.css?17702196671512 */
/* /local/templates/base/components/bitrix/news.list/news-slider/style.css?1770219667950 */
