

/* Start:/local/templates/main/components/bitrix/news/press_center/bitrix/news.list/.default/style.css?17727967137986*/

.b-card-bottom-items {
    align-items: center;
}

.b-card-bottom-items button {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #5F5F5F;
    padding: 8px 16px;
    border: 1px solid #B8B8B8;
    background-color: transparent;
    font-family: 'DIN-Pro-Regular';
    border-radius: 16px;
}


.b-card-news.image .b-card-bottom-items .b-button.b-button--badge {
    color: white;
    z-index: 10;
}

.b-card-news.image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 60%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0) 100%
    );
}

.b-card-bottom-items button {
    border: 1px solid white !important;
}

.b-button.b-button--badge:hover {
    background-color: transparent !important;

}

.b-nav-links__item a:hover {
    color: #1D1D1F;
}


.b-card-bottom-items button:hover {
    color: #535358;
}

.b-nav-links__item {
    border-radius: 21px !important;
    border: 1px solid #B8B8B8;
}


.b-nav-links__item:hover {
    border-color: #1D1D1F;
}

.b-nav-links__item a {
    color: #1D1D1F;
}

.b-nav-links {
    margin-bottom: 40px;
}

.b-nav-links__item.active {
    background-color: #323233;
    color: white;
}

.b-nav-links__item.active a {
    color: white;
}

.b-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.b-news-list__item {
    position: relative;
    flex: 30%;
    flex-grow: 0;
}

.b-card-info-item {
    position: absolute;
    top: 32px;
    width: 32px;
    height: 32px;
}

.b-news-list-container section .b-title.b-title--h1.b-title--press-center {
    text-align: center;
}

.b-card-news {
    background-color: #F9F9FA;
    border-radius: 24px;
    display: flex;
    padding: 32px;
    border: 1px solid #E8E7ED;
    gap: 52px;
    flex-direction: column;
    height: 380px;
}

.b-news-list__item:first-child .b-card-news h2, .b-news-list__item:first-child .b-card-news .b-card-news__date {
    color: white !important;
}

.b-news-list__item:first-child .b-card-news:hover h2 {
    color: white;
}

.b-news-list__item:first-child .b-card-news:hover {
    background: rgb(57, 122, 182);
}

.b-news-list__item:first-child .b-card-news:hover .b-card-news__date {
    color: white;
}

.b-card-news.image {
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.b-card-news.image .b-card-bottom-items {
    margin-top: unset;
}

.b-card-news.image h2, .b-card-news.image .b-card-news__date {
    color: white;
    z-index: 10;
}

.b-news-list__item:first-of-type .b-card-news {
    background-color: #4799E3;
}

.b-card-news.image:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none; /* чтобы не мешало кликам */
    transition: background 0.3s ease; /* плавное появление при hover, если нужно */
    z-index: 1;
}



.b-card-news:hover h2 {
    color: #4799E3;
}

.b-card-news.image:hover h2, .b-card-news.image:hover .b-card-news__date {
    color: white;
}

b-card-news.image h2, .b-card-news.image .b-card-news__date {
    z-index: 10;
}

.b-card-bottom-items {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.b-nav-links__item {
    background-color: white;
    padding: 8px 24px !important;
    text-decoration: none;
}

.b-nav-links__item:not(.active) a:hover {
    color: #1D1D1F;
}

.b-nav-links__item.active a:hover {
    color: white;
}

.b-nav-links__list {
    justify-content: center;
    gap: 16px;
}

.b-nav-links__item a {
    text-decoration: none;
}

.b-href-news-links {
    display: flex;
    width: 308px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.b-href-news-links a {
    color: #4799E3;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    font-family: Din-Pro-Medium;
}

.b-button-load-more {
    margin-left: auto;
    margin-right: auto;
}

.b-get-more-updates {
    margin-top: 56px;
    border-radius: 24px;
    padding: 24px 32px;
    width: 100%;
    background-color: #66B6FF26;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.b-get-more-updates span {
    font-size: 30px;
    font-family: Din-Pro-Medium;
    line-height: 44px;
}

.b-news-list__item:nth-child(6n) .b-card-news {
    background-color: #2976BC;
}

.b-news-list__item:nth-child(6n) .b-card-news .b-card-news__date {
    color: white !important;
}

.b-news-list__item:not(.image):not(:first-child):not(:nth-child(6n)):not(:nth-child(8n)) .b-button.b-button--badge {
    border: 1px solid #323233 !important;
    color: #323233 !important;
}

.b-news-list__item:not(.image):not(:first-child):not(:nth-child(6n)):not(:nth-child(8n)) .b-card-news__date {
    color: #323233 !important;
}

.b-news-list__item.image .b-card-news.image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.b-news-list__item.image .b-card-news__date {
    color: white !important;
}

.b-news-list__item:nth-child(6n) .b-card-news h2,  .b-news-list__item:nth-child(8n) .b-card-news h2,
.b-news-list__item:nth-child(6n) .b-card-news .b-card-bottom-items .b-button.b-button--badge,  .b-news-list__item:nth-child(8n) .b-card-news .b-card-bottom-items .b-button.b-button--badge,
.b-news-list__item:nth-child(6n) .b-card-news .b-card-bottom-items .b-card-news__date,  .b-news-list__item:nth-child(8n) .b-card-news .b-card-bottom-items .b-card-news__date {
    color: white !important;
}

.b-news-list__item:nth-child(6n):hover .b-card-news .b-card-bottom-items .b-button.b-button--badge,  .b-news-list__item:nth-child(8n):hover .b-card-news .b-card-bottom-items .b-button.b-button--badge {
    color: white !important;
}

.b-news-list__item:nth-child(8n):hover .b-card-news {
    background: rgb(82, 146, 204);
}

.b-news-list__item:nth-child(6n):hover .b-card-news {
    background: rgb(33, 94, 150);
}



.b-news-list__item:nth-child(8n) .b-card-news {
    background-color: #66B6FF;
}

@media (max-width: 1200px) {


    .b-news-list {
        margin-bottom: 20px;
    }

    .b-card-bottom-items .b-button.b-button--badge {
        display: none;
    }

    .b-journal-item span {
        padding-right: 20px;
    }

    .b-journal-item {
        flex: 45% !important;
    }

    .b-nav-links__list {
        justify-content: unset;
    }

    .b-card-bottom-items {
        flex-direction: column;
        align-items: flex-start;
    }

    .b-journal-item.melee {
        flex: 100%;
    }

    .b-press-contacts {
        flex-direction: column;
    }

    .contact-for-press {
        margin-top: 20px;
    }

    .b-information-links {
        flex-wrap: wrap;
    }

    .b-get-more-updates {
        display: none;
    }

    .b-card-news {
        padding-bottom: 32px;
    }
}


@media (max-width: 850px) {
    .b-information-links {
        flex-direction: row;
        min-width: 0
    }


    .b-card-news {
        margin-bottom: 0 !important;
    }

    .b-information-link-column {
        flex: 100% !important;
        min-width: 0;
    }

    .b-information-link span{
        word-wrap: break-word;
        word-break: break-word;
    }

    .b-news-list__item {
        flex: 45%;
    }

}

@media (max-width: 650px) {
    .b-news-list__item {
        flex: 100%;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/press_center/bitrix/news.list/journal/style.css?17727957714044*/
.b-journal-container {
    background-color: #1D1D1F;
    padding-top: 60px;
    padding-bottom: 60px;
}

.b-top-journal--header__text {
    font-family: 'DIN-Pro-Light';
    font-size: 96px;
    font-weight: 700;
    color: white;
    line-height: 86.4px;
    text-transform: uppercase;
}

.b-top-journal--header__subtext {
    font-family: 'DIN-Pro-Light';
    font-size: 60px;
    font-weight: 700;
    color: white;
    line-height: 67.2px;
    text-transform: uppercase;
}

.b-top-journal-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.b-top-journal-right-text {
    color: white;
}

.b-top-journal-line {
    width: 100%;
    height: 1px;
    background-color: #323233;
}

.b-main-journal-items {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 120px;
}

.b-journal-item {
    padding: 24px;
    border: 1px solid #5F5F5F;
    border-radius: 24px;
    min-height: 400px;
    position: relative;
    color: white;
    flex: 30%;

    transition: color 0.4s ease;
}

.b-journal-item span {
    z-index: 10;
}

.b-journal-item .b-journal-bottom-items {
    z-index: 10;
}

.b-journal-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.b-journal-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    background: rgba(29, 29, 29, 0.8);
    opacity: 0;

    transition: opacity 0.3s ease;
    z-index: 0;
}

.b-journal-item:hover::after {
    opacity: 1;
    transition: opacity 0s;
}

.b-journal-item:hover::before {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.b-journal-item span {
    padding-right: 24px;
}

.b-journal-item span:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.b-journal-item span:first-child {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
}

.b-journal-item.big span:first-child {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
}

.b-journal-item.big {
    flex: 64%;
    min-height: 520px;
}

.b-journal-bottom-items {
    position: absolute;
    bottom: 24px;
    align-items: center;
    display: flex;
    gap: 24px;
}

.b-card-news__date {
    color: #B8B8B8 !important;
    font-size: 16px;
    line-height: 22px;
}

.b-journal-bottom-items button {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #B8B8B8;
    padding: 8px 16px;
    font-family: Din-Pro-Regular;
    border: 1px solid #B8B8B8;
    background-color: transparent;
    border-radius: 16px;
}

.b-journal-bottom-items button:hover {
    color: #B8B8B8 !important;
}

.b-journal-top {
    flex: 30%;
}

.b-journal-bottom {
    flex: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.b-journal-bottom-items span {
    color: #B8B8B8;
}

.b-button-dark {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    color: #FFFFFF;
    margin-left: auto;
    margin-top: 24px;
}

@media (max-width: 1200px) {
    .b-journal-item.big span:first-child {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -1px;
    }

}

@media (max-width: 600px){
    .b-top-journal--header__text {
        font-size: 80px;
    }

    .b-journal-item.big span:first-child {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .b-journal-item.big {
        min-height: 400px;
    }

    .b-top-journal-block {
        flex-direction: column;
    }

    .b-journal-item {
        flex: 100% !important;
    }

    .b-main-journal-items {
        margin-top: 20px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/press_center/bitrix/news.list/smi-info/style.css?17725429181637*/
.b-information-links {
    display: flex;
    gap: 20px;
}


.b-information-link i{
    line-height: 0;
}

.b-information-link-column {
    flex: 30%;
}

.b-information-link-column h2 {
    margin-bottom: 24px;
}

.b-information-link {
    display: flex;
    margin-bottom: 8px;
    gap: 16px;
    padding: 8px 16px;
    border-radius: 12px;
    color: #2976BC;
    border: solid 0.5px #E8E7ED;
}

.b-information-link-column h2 {
    font-size: 30px;
    font-family: Din-Pro-Medium;
    line-height: 100%;

}

.contact-description {
    color: #5F5F5F;
    font-size: 20px;
    font-family: Din-Pro-Regular;
}

.contact-for-press h3 {
    font-size: 30px;
    font-family: Din-Pro-Medium;
    margin-bottom: 8px;
}

.contact-for-press {
    margin-bottom: 50px;
}

.b-information-media .b-title {
    margin-top: 80px;
}

.b-information-media {
    margin-bottom: 80px;
}

.b-press-contacts {
    display: flex;
    gap: 24px;
    margin-top: 48px;
}

.b-press-contact {
    display: flex;
    flex: 50%;
    border: solid 1px #4799E31A;
    border-radius: 24px;
    flex-direction: row;
    align-items: center;
    padding: 12px;
}

.b-press-contact--info {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

.b-press-contact {
    flex: 50%;
}

.b-information-link:hover span {
    text-decoration: underline;
}

.b-container.b-information-media h1.b-title.b-title--h1 {
    margin-bottom: 48px;
}


.b-information-link-column h2 {
    margin-bottom: 48px;
}

.contact-for-press h3 {
    margin-top: 60px;

}

/* End */
/* /local/templates/main/components/bitrix/news/press_center/bitrix/news.list/.default/style.css?17727967137986 */
/* /local/templates/main/components/bitrix/news/press_center/bitrix/news.list/journal/style.css?17727957714044 */
/* /local/templates/main/components/bitrix/news/press_center/bitrix/news.list/smi-info/style.css?17725429181637 */
