<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/belmash/components/bitrix/catalog/articles/element.css?1736771483190*/
.news-block__title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 45px 0 20px 0;
    color: #1a1b1b;
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.element/belmash-acticles-detail/style.css?17398119872729*/
.container_single_video_section {
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 285px;
    grid-gap: 35px;
    margin-bottom: 60px;
}

.container_single_video_section .row {
    margin-left: 0;
    margin-right: 0;
}

.container_single_video_section .article_w_block {
    /*max-width: 1080px;*/
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.article-menu_desktop {
    margin-top: 20px;
}

.video-footer {
    margin-top: 100px;
    text-align: center;
}

.video-footer h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}

.video-footer button {
    padding: 15px;
    min-width: 300px;
    background: #ED2524;
    color: #fff;
    border: none;
    cursor: pointer;
}

.box_goto_catalog {
    margin: 30px 0;
}

.news-single__content {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.news-single__content iframe {
    width: 100%;
    height: 400px;
}

.news-single__content p {
    font-weight: 300;
    font-size: 16px;
    /* line-height: 21px; */
    color: #000;
}


.button_goto_catalog {
    width: 100%;
    height: 53px;
    background: #1A509B;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_goto_catalog:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    transition: .3s;
}

.container_news_single_video {
    padding: 0 !important;
}

.container_banner_single_video {
    padding: 0 !important;
}

.news-single__subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}

.news-single__subtitle h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.news-single__content .sp-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 1px auto 1px;
    display: block;
}

@media (max-width: 1023px) {
    .container_news_single_video {
        margin-bottom: 50px;
    }

    .news-single__subtitle .tf-section__grid.tf-section__grid_1 {
        grid-template-columns: 1fr 1fr;
    }

    .news-single__subtitle h3 {
        margin: 45px 0 20px 0;
        font-size: 24px;
    }

    .article-menu_desktop {
        display: none;
    }

    .container_single_video_section {
        display: grid;
        grid-template-columns: 100%;
    }
}

@media (max-width: 767px) {
    .container_single_video_section {
        width: 100% !important;
    }
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17514404863514*/
/* РћР±С‰РёРµ СЃС‚РёР»Рё РґР»СЏ Р±Р»РѕРєРѕРІ */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-articles/style.css?1736771484735*/
.ba__container{
    background: #fff;
    padding: 21px 30px 20px;
}

.ba__item{}

.ba__title{
    margin-top: 0;
    border-bottom: 1px solid #E8EAE9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.ba__item-name {
    position: relative;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    transition: .3s;
    cursor: pointer;
    z-index: 2;
    color: #1a1b1b;
    padding-bottom: 10px;
}

.ba__item-count{
    color: #b1b5b5;
    margin-left: 10px;
}

.ba__item-name:hover .ba__item-count,
.ba__item-current .ba__item-count,
.ba__item-current .ba__item-name{
    color: #004e9d;
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.product.subscribe/twofingers/style.css?17367714842743*/
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
.popup-window-buttons {
    display: flex;
    justify-content: center;
    padding: 10px;
}/*
.popup-window-buttons span.btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    color: #fff;
    transition: .6s;
    background: #ED2524;
    padding: 10px;
}
.popup-window-buttons span.btn:hover {
    background: #1A509B;
    transition: .6s;
    color: #fff;
}
.popup-window-buttons span.btn:nth-child(2){
    background: transparent;
    color:#ED2524;
    font-weight: 600;
}*/
.popup-window-close-icon:after {
    width: 20px;
    height: 20px;
}
.bx-catalog-subscribe-form-container-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
}

.popup-window-titlebar {
    text-align: center;
}
.popup-window-titlebar .popup-window-titlebar-text{
    text-transform: uppercase;
    color: #000;
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/news.list/articles-select/style.css?17367714832411*/
.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 17.5px));
    grid-gap: 35px;
    margin-bottom: 30px;
}

.articles-grid.articles-grid__3 {
    grid-template-columns: repeat(3, calc(33.333% - 23.333px));
}

.articles-post__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1a1b1b;
    padding: 20px 20px;
}

.articles-post__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.articles-post__date {
    padding: 0 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    bottom: -17px;
    color: #1a1b1b;
    line-height: 1.3;
    position: relative;

}

.articles-post__text {
    padding: 0px 20px 20px 20px;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: auto;
    color: #1a1b1b;
    font-weight: 300;
    /*color: #b1b5b5;*/
}

.articles-grid__post {
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    background: #FFF;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);*/
}

.articles-grid__post:hover {
    /* box-shadow: 0 9px 16px rgba(0,0,0,.15);*/
}

.articles-grid__post a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.articles-post__image {
    background: #fff;
    overflow: hidden;
}

.articles-post__image img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    transition: .3s;
    min-height: 244px;
    min-width: 100%;
}

.tfc-s__articles {
    margin-bottom: 65px;
}

@media all and (max-width: 1440px) {
    .articles-grid {
        grid-template-columns: repeat(3, calc(33.333% - 23.333px));
    }

    .articles-grid.articles-grid__3 {
        grid-template-columns: repeat(2, calc(50% - 17.5px));
    }
}

@media all and (max-width: 1023px) {
    .articles-grid.articles-grid__3,
    .articles-grid {
        grid-template-columns: repeat(2, calc(50% - .5px));
        grid-gap: 1px;
    }

    .articles-grid__post.shadow-light-md,
    .articles-grid__post.shadow-light-md:hover {
        box-shadow: none;
    }

    .tfc-s__articles {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media all and (max-width: 575px) {
    .articles-grid.articles-grid__3,
    .articles-grid {
        grid-template-columns: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_pagination_articles/style.css?1736771484489*/
.pagination {
    display: flex;
    justify-content: center;
    min-width: 60%;
    list-style: none;
    width: fit-content;
    margin: 80px auto 0;
}

.pagination__button {
    text-transform: uppercase;
    padding: 15px 20px;
    color: #000;
    transition: .3s;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.pagination__button:hover {
    color: #fff;
    background: #1a509b;
}

.pagination__button_active {
    color: #fff;
    background: #1a509b;
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_pagination_articles/../belmash_cat/style.css?17367714842376*/
.catalog-pagen__show-more-container{
    position: relative;
    padding: 40px 0 0;
    margin-top: 1px;
    margin-bottom: 20px;
}

.catalog-pagen__show-more {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*max-width: 335px;*/
    /*height: 45px;*/
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    /* padding: 0 75px; */
    background: #1A509B;
    transition: .3s;
}
.catalog-pagen__show-more.ajax-loading,
.catalog-pagen__show-more.ajax-loading:hover{
    background-color: #eee;
    color: #1a1b1b;
    cursor: default;
}
.catalog-pagen__show-more:hover {
    background: #ED2524;
    color: #fff;
}

.catalog-pagen__pagination {
    display: flex;;
    justify-content: center;
    width: 100%;
    list-style: none!important;
    /*width: fit-content;*/
    margin: 20px auto 40px!important;
    flex-wrap: wrap;
    padding-left: 0;
}

.catalog-pagen__pagination-button {
    display: none;
}

.catalog-pagen__pagination-button:first-child,
.catalog-pagen__pagination-button:nth-child(2),
.catalog-pagen__pagination-button:last-child,
.catalog-pagen__pagination-button:nth-child(3) {
    display: flex;
}

.catalog-pagen__pagination-button {
    text-transform: uppercase;
    padding: 15px;
    color: #000;
    transition: .3s;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

a.catalog-pagen__pagination-button:hover {
    color: #fff;
    background: #1a509b;
}

.catalog-pagen__pagination-button_active {
    color: #fff;
    background: #1a509b;
}

@media (max-width: 720px)
{
    .catalog-pagen__show-more-container{
        padding-top: 22px;
    }
    .catalog-pagen__show-more{
        margin-left: 20px;
        margin-right: 20px;
    }

    .catalog-pagen__show-more-container:after{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 52px;
        z-index: -1;
        content: '';
        background-color: #fff;
    }
}

@media (max-width: 575px)
{
    /*.catalog-pagen__show-more{
        font-size: 16px;
        padding: 16px 20px;
    }*/

  /*  .catalog-pagen__pagination-button{
        padding: 12px;
        font-size: 12px;
    }*/

    /*.catalog-pagen__show-more-container:after{
        height: 46px;
    }*/
}
/* End */
/* /bitrix/templates/belmash/components/bitrix/catalog/articles/element.css?1736771483190 */
/* /bitrix/templates/belmash/components/bitrix/catalog.element/belmash-acticles-detail/style.css?17398119872729 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17514404863514 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-articles/style.css?1736771484735 */
/* /bitrix/templates/belmash/components/bitrix/catalog.product.subscribe/twofingers/style.css?17367714842743 */
/* /bitrix/templates/belmash/components/bitrix/news.list/articles-select/style.css?17367714832411 */
/* /bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_pagination_articles/style.css?1736771484489 */
/* /bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_pagination_articles/../belmash_cat/style.css?17367714842376 */
</pre></body></html>