

/* Start:/local/templates/main/components/bitrix/news.list/legal/style.css?17609472822030*/
.tabs {
    display: flex;
    max-width: 1200px;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
    margin: 100px auto;
    justify-content: center;
}

.tabs__content {
    flex: 1;
    max-width: 600px;
    padding: 0 20px 0 40px;
}

.tabs__tab {
    display: none;
}

.tabs__tab--active {
    display: block;
}

.tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tabs__nav-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.tabs__nav-item {
    padding: 15px 20px;
    cursor: pointer;
    /* transition: background 0.3s; */
    border-radius: 7px;
    background-color: rgba(244, 244, 244, 1);
    color: #77767e;
}

.tabs__nav-item:hover {
    background: #eaeaea;
}

.tabs__nav-item--active {
    background: linear-gradient(
            90deg,
            #ff9026 0%,
            #ee4911 25%,
            #ee4911 50%,
            #ff9026 100%
    );
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #fff;
}

.tabs__nav-item--active:hover {
    background: linear-gradient(
            90deg,
            #ff9026 0%,
            #ee4911 25%,
            #ee4911 50%,
            #ff9026 100%
    );
}

.page-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.tabs__tab-info {
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 40px;
}

.tabs__tab-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tabs__tab-link {
    color: #000;
}


@media screen and (max-width:1024px) {
    .tabs {
        flex-direction: column;
    }
    .tabs__content {
        padding: 0;
    }
    .tabs__nav {
        align-items: center;
        margin-bottom: 20px;
    }
    .tabs__nav-item {
        max-width: 250px;
        width: 100%;
        text-align: center;
    }

    .tabs__tab-info {
        display: none;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/legal/style.css?17609472822030 */
