

/* Start:/local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17260630222288*/
.ya-share2__list > * {
    margin-right: 20px !important;
    width: 33px;
    height: 33px;
}

.ya-share2__list .ya-share2__badge {
    margin-right: 20px !important;
    width: 33px !important;
    height: 33px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ya-share2__list .ya-share2__badge .ya-share2__icon {
    background-size: 33px 33px !important;
    width: 30px !important;
    height: 30px !important;
    margin-left: -1px;
    margin-top: -1px;
}

.article-item__header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.article-item__header > * {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.article-item__header svg {
    margin-right: 4px;
}

.article__text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article__text h3, .article__text h4 {
    color: #000;
    margin-bottom: 1.25rem;
}

.article__text p, .article__text li {
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #000;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #212529;
}

.article-item__img {
    margin-bottom: 1.25rem;
}

.article {
    display: grid;
    grid-template-columns: 1fr 375px;
    gap: 20px;
}

.article__text .article-toc {
    display: none !important;
}

.article-toc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #f2f2f2;
    padding: 40px;
    margin-bottom: 30px;
}

.article-toc a {
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #000 !important;
}

.article-toc__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #000;
}

@media (max-width: 700px) {
    .article__text .article-toc {
        display: flex !important;
    }

    .article-info .article-toc {
        display: none !important;
    }

    .article {
        grid-template-columns: 1fr;
    }    
}
/* End */


/* Start:/local/templates/bitlate_pro/components/bitrix/form.result.new/consultation/style.css?17260649381788*/
.form_block.articles-form {
    background: #009e80 !important;
    padding: 30px !important;
}

.form_block.articles-form .advanced-container {
    width: 100% !important;
    overflow: hidden;
}

.form_block.articles-form .form_block_wrap {
    grid-template-columns: none !important;
    align-items: flex-start !important;
    grid-column-gap: 0;
    grid-template-areas: none !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.form_block.articles-form .title {
    font-weight: 600 !important;
    font-size: 32px !important;
    text-align: center !important;
    color: #fff !important;
    width: 100%;
}

.form_block.articles-form * {
    grid-area: none !important;
}

.form_block.articles-form .form_block_wrap > * {
    width: 100%;
}

.form_block.articles-form .bottom_text {
    text-align: center;
}

.form_block.articles-form .bottom_text a {
    font-size: 32px;
}

.form_block.articles-form .form {
    display: flex !important;
    flex-direction: column;
    grid-gap: 20px !important;
}

.form_block.articles-form .captha-block {
    display: flex !important;
    flex-direction: column;
}

.form_block.articles-form .button_wr {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 30px;
}

.form_block.articles-form .button_wr button {
    width: 100%;
    max-width: 100% !important;
    height: 45px;
}

.form_block.articles-form .button_wr div {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #fff !important;
}

.form_block.articles-form .button_wr a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff !important;
}
/* End */


/* Start:/local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.list/similar/style.css?17261317672393*/
.articles {
    background: #F2F2F2;
    padding: 80px 0;
}

.articles__container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 50px;
    column-gap: 20px;
}

.articles__title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 60px;
}

.articles-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.articles-item__img {
    width: 100%;
}

.articles-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-item__date {
	font-weight: 400;
    font-size: 13px;
    color: #999;
    margin: 0 !important;
}

.articles-item__name {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.articles-item__text {
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.articles-item__link {
    border: 1px solid #ff5a43;
    padding: 8px 14px;
    width: 127px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ff5a43;
}

.articles-item__link span {
    font-weight: 400;
    font-size: 14px;
}

.articles-item__link svg {
    fill: #FF5A43;
}

.articles-item__link:hover {
    border: 1px solid #ff5a43;
    background: #ff5a43;
    color: #fff;
}

.articles-item__link:hover svg {
    fill: #fff;
}

.articles__load-more {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    padding: 18px 59px;
    width: 252px;
    height: 59px;
    background: #ff5a43;
    display: flex;
    line-height: normal;
}

.articles__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.articles__load-more:hover {
    background: #fe7f6d;
}

@media (max-width: 1200px) {
    .articles__container {
        grid-template-columns: repeat(3, 1fr);
    }    
}

@media (max-width: 700px) {
    .articles__container {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    } 

    .articles-item__name {
        font-size: 20px;
    }   

    .articles-item__text {
        font-size: 15px;
    }

    .articles__title {
        margin-bottom: 45px;
    }

    .articles {
        padding: 70px 0;
    }
    .owl-dots {
        display: block !important;
    }
}

/* End */
/* /local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17260630222288 */
/* /local/templates/bitlate_pro/components/bitrix/form.result.new/consultation/style.css?17260649381788 */
/* /local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.list/similar/style.css?17261317672393 */
