

/* Start:/local/templates/.default/components/bitrix/news.detail/news/style.css?17301003123849*/
.inner-page-title-block__title {
    max-width: 95% !important;
}

.inner-page-title-block__date {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-white);
}

.news-detail {
    padding-top: 60px;
    padding-bottom: var(--spacing-section-xl);
}

.detail-page h2 {
    margin-bottom: 20px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 119%;
    color: var(--color-black);
}

.detail-page p {
    margin-bottom: 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey-dark);
}

.detail-page ol,
.detail-page ul {
    margin: 40px 0;
}

.detail-page ol {
    counter-reset: number;
}


.detail-page ol > li {
    counter-increment: number;
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-black);
    list-style: none;
}

.detail-page ol li:before {
    content: counter(number);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border-radius: 50%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: var(--color-black);
    background: #f6f6f6;
}

.detail-page ol ul li:before {
    display: none;
}

.detail-page ol ul,
.detail-page ul ul {
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 0;
}

.detail-page ol ul li,
.detail-page ul ul li {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey-dark);
    list-style-type: disc;
}

.text-block {
    margin-bottom: 40px;
    padding: 5px 0px 5px 25px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey-dark);
    border-left: 5px solid var(--color-green-background);
}

.detail-page blockquote {
    position: relative;
    margin: 40px 0;
    padding-top: 50px;
}

.detail-page blockquote p {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-grey-dark);
}

.detail-page blockquote strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-black);
}

.detail-page blockquote:before {
    content: '“';
    position: absolute;
    top: -30px;
    left: 0;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 100px;
    color: var(--color-green-background);
}

.detail-page blockquote span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    color: var(--color-grey);
}

.detail-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}

.detail-text {
    width: 100%;
    max-width: 740px;
}

.detail-text .img2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.detail-text img {
    margin-bottom: 40px;
    border-radius: 10px;
}

.news-form {
    width: 100%;
    max-width: 390px;
    padding-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.news-form img {
    border-radius: 15px;
}

.news-form__image {
    margin-bottom: 20px;
}

.news-form__inner {
    padding: 0 20px;
}

.news-form__text {
    display: block;
    margin-bottom: 50px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-black);
}

.news-form__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

@media(max-width:992px){
    .detail-page {
        justify-content: center;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/news/style.css?17301003123849 */
