

/* Start:/local/templates/main/components/bitrix/news/navigator/bitrix/news.list/.default/style.css?17447148553759*/
.navigation-page {
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow: hidden;
}
.navigation-page::before {
    display: none !important;
}
.navigation-page::after {
    display: none !important;
}

.support-card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 381px;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    min-height: 200px;
    align-items: center;
    transition: .35s all;
    background: #F6F7F9;
    border-radius: 8px;
    box-shadow: 0 0 9px -4px;
}

.support-card:nth-child(odd):hover {
    background-color: #3648AA;
}

.support-card:nth-child(even):hover {
    background-color: #0D47A1;
}



.support-card .light {
    font-size: 16px;
    line-height: 125%;
    font-weight: 700;
    color: #B3BCEC;
    margin: 0;
}

.support-card .main-text {
    font-size: 24px;
    line-height: 142%;
    font-weight: 700;
    margin: 0;
    text-align: center;
    transition: .35s all;
}

.support-card:nth-child(odd) .main-text {
    color: #3648AA;;
}

.support-card:nth-child(even) .main-text {
    color: #0D47A1;;
}
.support-card:hover .main-text {
    color: white;
}
.support-card a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background-color: #FF6F00;
    border-radius: 10px;
    padding: 16px 20px 17px 20px;
    margin-top: auto;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.2s;
    color: #FFFFFF;
    align-self: baseline;
}
.support-card a.btn::after {
    content: '';
    background-image: url("/local/templates/main/components/bitrix/news/navigator/images/svg/caret-right.svg");
    width: 24px;
    height: 24px;
}

.support-sect {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.support-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 0 10px 0;
}

.gisp-sect {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px
}

.gisp__title {
    font-size: 34px;
    font-weight: 500;
    grid-column: 1;
}
.gisp__desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    grid-column: 1;
}
.gisp__pic {
    width: 480px;
    height: 441px;
    border-radius: 12px;
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gisp-sect a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background-color: #FF6F00;
    border-radius: 10px;
    padding: 16px 20px 17px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    align-self: baseline;
    margin-top: 24px;
    grid-column: 1;
    width: fit-content;
    transition: 0.2s;
}
.gisp-sect a.btn::after {
    content: '';
    background-image: url("/local/templates/main/components/bitrix/news/navigator/images/svg/caret-right.svg");
    width: 24px;
    height: 24px;
}

@media (any-hover: hover) {
    .support-card a.btn:hover {
        background: #ff9340;
    }
    .gisp-sect a.btn:hover {
        background: #ff9340;
    }
}

@media (max-width: 1364px) {
    .navigation-page {
        padding: 0 40px;
        gap: 60px;
    }
    .support-sect {
        gap: 30px;
    }
    .gisp__pic {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        height: auto;
        img {
            width: 100%;
            min-height: 259px;
            max-height: 400px;
            object-fit: cover;
        }
    }
}

@media (max-width: 767px) {
    .support-card {
        width: 90%;
    }
    .navigation-page {
        padding: 0 15px;
        gap: 40px;
    }
    .support-sect {
        gap: 20px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/navigator/bitrix/news.list/.default/style.css?17447148553759 */
