

/* Start:/local/templates/negagroup-site/components/bitrix/menu/about.top/style.css?16708259511351*/
.about__tabs {
    display: flex;
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE;
    margin-top: 30px;
    overflow: auto;
}

.about__tab {
    font-size: 18px;
    line-height: 21px;
    color: #636B83;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
    transition: all 0.3s;
    white-space: nowrap;
}

.about__tab:last-child {
    margin-right: 0;
}

.about__tab::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #00305C;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 50%;
    right: 50%;
    opacity: 0;
}

.about__tab:hover {
    color: #00305C;
}

.about__tab:hover::before {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}

.about__tab--active {
    color: #00305C;
}

.about__tab--active::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #00305C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}


@media (max-width: 575px) {
    .about__tabs {
        margin-bottom: 30px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .about__tab {
        font-size: 14px;
        margin-right: 20px;
        padding-bottom: 4px;
    }
}
/* End */


/* Start:/local/templates/negagroup-site/components/bitrix/news.list/about-benefits/style.css?16885401921011*/
.about__benefits-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.about__benefit {
    border: 1px solid #DCE0E5;
    border-radius: 10px;
    padding: 24px;
    width: 413px;
    flex-shrink: 0;
}

.about__benefit-img {
    width: 100%;
    margin-bottom: 20px;
}

.about__benefit-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #00305C;
    margin-bottom: 12px;
}

.about__benefit-text {
    font-size: 16px;
    line-height: 150%;
    color: #636B83;
}

.about__benefit-text a {
    color: #29B7D0;
    text-decoration: underline;
}


@media (max-width: 1439px) {
    .about__benefit {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about__benefit {
        width: 100%;
        gap: 20px;
        padding: 15px;
    }

    .about__benefit-img {
        margin-bottom: 15px;
    }

    .about__benefit-name {
        font-size: 16px;
    }

    .about__benefit-text {
        font-size: 14px;
        line-height: 150%;
    }
}
/* End */
/* /local/templates/negagroup-site/components/bitrix/menu/about.top/style.css?16708259511351 */
/* /local/templates/negagroup-site/components/bitrix/news.list/about-benefits/style.css?16885401921011 */
