

/* Start:/local/templates/doona/components/bitrix/breadcrumb/breadcrumbs/style.css?17752245791240*/
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
    color: #6b7280;
}

/* элементы */
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

/* ссылки */
.breadcrumbs a {
    color: #595959;
    text-decoration: underline;
    transition: color .2s ease;
}

.breadcrumbs a:hover {
    color: #000;
}

/* разделитель */
.breadcrumb-sep {
    margin: 0 4px;
    color: #595959;
}

/* текущая страница */
.breadcrumb-current {
    color: #000;
    font-weight: 500;
}

/* скрытые элементы */
.breadcrumb-hidden {
    display: none;
}

/* раскрытие */
.breadcrumbs.open .breadcrumb-hidden {
    display: inline;
}

/* троеточие */
.breadcrumb-dots {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0 6px;
    color: #595959;
    user-select: none;
    transition: opacity .2s ease;
}

.breadcrumb-dots:hover {
    opacity: 0.7;
}

/* скрываем троеточие только когда крошки раскрыты */
.breadcrumbs.open .breadcrumb-dots {
    display: none;
}
/* End */


/* Start:/local/templates/doona/components/bitrix/news/articles/bitrix/news.detail/detail/style.css?17734082193666*/
.article-detail {
    max-width: 1440px;
    margin: 0 auto;
}

.article-image {
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: auto;
}

.article-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #777;
}

.article-date {
    font-size: 21px;
    color: #000;
}

.article-category {
    font-size: 21px;
    color: #595959;
}

.article-content {
    max-width: 960px;
    font-size: 21px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;

    h2 {
        font-size: 37px;
        font-weight: 700;
        margin-top: 80px;
        margin-bottom: 40px;
    }

    a {
        text-decoration: underline;
    }
}

.back-btn {
    display: flex;
    justify-content: center;

    a {
        color: #fff;
        background-color: #000;
        padding: 21px 14px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
    }
}

.banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #e9e9e9;
    /* padding: 40px 60px; */
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-right: 40px;
}

.banner__content {
    padding: 80px 0;
    margin-left: 80px;
    max-width: 200px;
}

.banner__title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner__btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #000;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
}

.banner__btn.mobile {
    display: none;
}

.banner__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.banner__images img {
    max-width: 384px;
    width: 100%;
}



@media (max-width: 1000px) {
    .banner__images img:last-child {
        display: none;
    }

    .banner__images {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 80px;
    }
}

@media (max-width: 768px) {
    .banner {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
        padding-right: 0;
        padding: 50px 0;
        align-items: center;
    }
    
    .banner__images {
        display: flex;
        justify-content: center;
    }

    .banner__images img {
        max-width: 90%;
    }

    .banner__btn {
        display: none;
    }

    .banner__btn.mobile {
        display: inline;
    }

    .banner__title {
        text-align: center;
    }

    .banner__content {
        padding: 0;
        margin-left: 0;
        max-width: 90%;
    }

    .article-detail {
        margin-top: -62px;
    }

    .article-image {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 15px;
    }

    .article-title {
        font-size: 37px;
        margin-bottom: 10px;
    }

    .article-meta {
        gap: 15px;
    }

    .article-date,
    .article-category {
        font-size: 18px;
    }

    .article-content {
        font-size: 18px;

        h2 {
            font-size: 32px;
            line-height: 100%;
            margin-top: 60px;
            margin-bottom: 20px;
        }
    }

    .back-btn {
        a {
            font-size: 12px;
        }
    }
}
/* End */
/* /local/templates/doona/components/bitrix/breadcrumb/breadcrumbs/style.css?17752245791240 */
/* /local/templates/doona/components/bitrix/news/articles/bitrix/news.detail/detail/style.css?17734082193666 */
