

/* Start:/local/templates/russoft/components/bitrix/news.detail/text_pages/style.css?17749418413671*/
header {
    border-bottom: 1px solid var(--border-gray);
}

.breadcrumbs {
    display: none;
    padding: 28px 100px;
    font-size: 14px;
    gap: 4px;
    flex-direction: row;
    align-items: center;
}

.breadcrumbs__separator {
    height: 16px;
    width: 16px;
    display: block;
}

.breadcrumbs__link {
    color: var(--secondary-medium);
    transition: all 0.3s ease;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    color: var(--accent-blue-active);
}

.breadcrumbs__current {
    color: var(--gray-medium);
}

.text-page {
    margin: 0;
    padding: 25px 16px;
    background-color: var(--bg-white);
    max-width: 100%;
    box-sizing: border-box;
}

.text-page section {
    padding-bottom: 15px;
}

.text-page h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-text);
    margin: 0;
    margin-bottom: 16px;
}

.text-page h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-text);
    margin: 0;
    margin: 15px 0 15px;
}

.text-page h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-text);
    margin: 15px 0 15px;
}

.text-page p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary-text);
    margin: 0;
}

.text-page a {
    color: var(--accent-orange);
    text-decoration: underline;
}

.text-page a:hover {
    color: var(--accent-orange);
    cursor: pointer;
}

.text-page ul, ol {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--primary-text);
    padding-left: 16px;
    margin: 0;
}

.text-page li {
    padding: 7px 0;
}

.text-page blockquote {
    position: relative;
    border-left: 2px solid var(--accent-blue-active);
    margin: 20px 0 25px 24px;
}

.text-page blockquote p {
    margin: 0;
    font-style: italic;
    color: var(--secondary-medium);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 18px;
}

.text-page cite {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    color: var(--secondary-medium);
    font-size: 15px;
    line-height: 1.4;
    padding-left: 18px;
}

.text-page b {
    font-weight: bold;
}

.text-page i {
    font-style: italic;
}

.text-page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: flex;
        padding: 15px;
    }

    .text-page {
        margin: 0 auto;
        padding: 40px 55px;
        max-width: 1140px;
    }

    .text-page section {
        padding-bottom: 25px;
    }

    .text-page h1 {
        font-size: 60px;
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .text-page h2 {
        font-size: 36px;
        line-height: 1.2;
        margin: 15px 0 25px;
    }

    .text-page h3 {
        font-size: 20px;
        line-height: 1.2;
        margin: 15px 0 25px;
    }

    .text-page p {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-page ul, ol {
        line-height: 1.5;
        padding-left: 24px;
        margin-top: 10px;
    }

    .text-page blockquote {
        margin: 25px 0 25px 70px;
    }

    .text-page blockquote p {
        font-size: 18px;
    }

    .text-page cite {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .breadcrumbs {
        padding: 28px 100px;
    }
}

@media (min-width: 1400px) {
    .text-page {
        margin: 0 10%;
    }
}

@media (min-width: 1700px) {
    .text-page {
        margin: 0 22%;
    }
}

@media (min-width: 1900px) {
    .text-page {
        margin: 0 20.5%;
    }
}
/* End */
/* /local/templates/russoft/components/bitrix/news.detail/text_pages/style.css?17749418413671 */
