

/* Start:/local/templates/biv/components/bitrix/news.list/platform/style.css?1775843796961*/
.fix-nav {
    margin-top: 0 !important;
    position: relative !important;
}

.platform {
    padding: 2rem 0 4rem;
}

.platform-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 15px;
}

.platform-left {
    width: 30%;
}

.platform-right {
    width: 70%;
}

.platform-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.platform-title-2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.platform ul {
    list-style-type: disc;
    margin-left: 25px;
}

.platform li::marker {
    color: var(--text-color);
    font-size: 18px;
}

.platform li {
    padding-left: 5px;
    margin-bottom: 10px;
}

.docs {
    margin-top: 4rem;
}

.docs h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

@media all and (max-width: 768px) {
    .platform-inner {
        flex-direction: column;
    }

    .platform-right {
        width: 100%;
    }
}
/* End */
/* /local/templates/biv/components/bitrix/news.list/platform/style.css?1775843796961 */
