

/* Start:/local/templates/landing_main/components/bitrix/system.pagenavigation/.default/style.css?1770378132778*/
.custom-nav {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 0;
    gap: 8px;
    flex-wrap: wrap;
}

.custom-nav .nav-element {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Unbounded, system-ui;
    background: var(--chelbit_card-bg-color);
    border-radius: calc(var(--chelbit_block-border-radius) * 0.5);
    color: var(--bit-corp-green);
    user-select: none;
    border: 1px solid var(--chelbit_card-bg-color);

    transition: all ease .3s;
}

.custom-nav .nav-element:not(.nav-element-disabled):hover {
    border: 1px solid var(--bit-corp-green);

    transition: all ease .3s;
}

.custom-nav .nav-element.nav-element-disabled {
    color: white;
}

/* End */


/* Start:/local/templates/landing_main/components/bitrix/news/.default/bitrix/news.list/2kline/style.css?17131536904119*/
:root {
    --chelbit_block-border-radius: 25px;
    --chelbit_button-border-radius: 15px;

    --chelbit_body-bg-color: #000;
    --chelbit_main-bg-color: rgba(255 255 255 / 0.07);
    --chelbit_card-bg-color: rgba(255 255 255 / 0.03);
    --chelbit_accent-color: #03F903;
    --chelbit_gray-color: rgba(255 255 255 / .4);

    --chelbit_font-size-default: 20px;
    --chelbit_font-size-small: 16px;
    --chelbit_font-size-xsmall: 14px;
    --max-width: calc(1708px - 170px * 2);
}

.main {
    margin-bottom: 50px;
}

.news-wrapper {
    margin: 80px 0 50px 0;
}

p {
    margin-bottom: 1rem;
}

body {
    background-color: var(--chelbit_body-bg-color);
    /*color: white;*/
    font-family: Unbounded, system-ui;
    font-size: var(--chelbit_font-size-default);
}

.wrapper {
    background-color: var(--chelbit_main-bg-color);
    border-radius: var(--chelbit_block-border-radius);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card {
    border-radius: var(--chelbit_block-border-radius);
    background: var(--chelbit_card-bg-color);
}

body {
    background-color: var(--chelbit_body-bg-color);
    color: white;
    font-family: Unbounded, system-ui;
    font-size: var(--chelbit_font-size-default);
}

.news-header-wrapper {
    margin-bottom: 50px;
    margin-left: 170px;
}

.news-header {
    display: flex;
    font-size: 26px;
    align-items: center;
    gap: 10px;
}

.card {
    border-radius: var(--chelbit_block-border-radius);
    background: var(--chelbit_card-bg-color);
}

img {
    border-radius: var(--chelbit_block-border-radius);
    object-fit: cover;
    width: 100%;
}

.news-list-wrapper {
    padding: 0 170px;
}

.news-list {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(7, 1fr);
}

.news-list-item-wrapper {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: grayscale(100%);

    transition: .3s;

}

.news-list-item-wrapper.important {
    grid-column: span 3;

}

.news-list-item-wrapper:hover {
    filter: unset;
}

.news-list-item-wrapper:hover path {
    fill: var(--chelbit_accent-color);
}

.news-list-item-wrapper button {
    border: 1px solid #000;
    font-family: Montserrat;
    font-size: var(--chelbit_font-size-small);
    font-weight: 500;
}

.news-list-item-wrapper .black_button {
    cursor: pointer;
}


.news-list-item-wrapper:hover .black_button {
    border: 1px solid var(--chelbit_accent-color);
    color: var(--chelbit_accent-color);
}

.news-list-item-wrapper:hover .black_button::after {
    background-image: url(/local/templates/landing_main/img/arrow-logo_active.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    right: 24px;
}

.news-list-item-image img {
    height: 327px;
}

.news-list-item-text {
    font-size: 20px;
    font-family: Unbounded, system-ui;
    font-weight: 700;
    padding: 40px;
}

.news-list-item-button-wrapper {
    padding: 0 40px 40px 40px;
}

.news-list-item-button {
    display: flex;
    align-items: center;

    background: #000;
    color: #fff;
    outline: none;
    border: 1px solid black;
    border-radius: var(--chelbit_button-border-radius);
    padding: 12px 56px 12px 24px;

}

@media (max-width: 767px) {
    .wrapper {
        background-color: var(--chelbit_main-bg-color);
        padding: 20px 10px;
    }
    .news-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-list-wrapper {
        padding: 0;
    }
    .news-item-block-header-title h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .news-list-item-wrapper {
        grid-area: unset !important;
        grid-row: unset !important;
        grid-column: span 2 !important;
    }
}
@media (min-width: 768px) and (max-width: 1414px) {
    .news-list-wrapper {
        padding: 0 60px;
    }
    .news-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .news-list-item-wrapper.important {
        grid-column: span 4;
    }
    .news-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* End */
/* /local/templates/landing_main/components/bitrix/system.pagenavigation/.default/style.css?1770378132778 */
/* /local/templates/landing_main/components/bitrix/news/.default/bitrix/news.list/2kline/style.css?17131536904119 */
