<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/system.pagenavigation/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 */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.section/twofingers/style.css?17367714842637*/
.tf-section__empty-result {
    font-weight: bold;
    margin: 0 20px;
}

.tf-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

.tf-section__grid.tf-section__grid_gap-28{
    grid-gap: 28px;
}

.tf-section__grid.tf-section__grid_4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tf-section__grid.tf-section__grid_1{
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.tf-section__grid.tf-section__grid_gap-0{
    grid-gap: 0;
}

.tf-section__grid.tf-section__grid_gap-2{
    grid-gap: 2px;
}
.tf-section__grid.tf-section__grid_gap-3{
    grid-gap: 3px;
}

.tf-section__grid.tf-section__grid_gap-20{
    grid-gap: 20px;
}

.tfc-s__bottom-info-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.tfc-s__bottom-info-text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
}

.tfc-s__bottom-info-text ul {
    padding: 0;
    list-style-type: none;
}

.tfc-s__bottom-info-text ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

.tf-section__product.tf-section__product-promo{
    grid-column-start: span 2;
}
.tf-section__product:hover{
    z-index: 25;
}

.tf-section__product-out-of-sale.tf-section__product:hover,
.tf-section__product.tf-section__product-out-of-sale{
    opacity: .35;
    box-shadow: none;
}



.tf-section__product.tf-section__product-visible-mobile{
    display: none;
}

@media all and (max-width: 1440px)
{
    .tf-section__grid {
        grid-template-columns: 1fr 1fr;
    }

    .tf-section__grid.tf-section__grid_4{
        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media (max-width: 1200px)
{
    .tf-section__grid
    {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px)
{
    .tf-section__product.shadow-middle-md-hover:hover,
    .tf-section__product.shadow-light-md{
        box-shadow: none;
    }

    .tf-section__grid,
    .tf-section__grid.tf-section__grid_gap-28,
    .tf-section__grid.tf-section__grid_1,
    .tf-section__grid.tf-section__grid_4
    {
        grid-gap: 1px;
    }

    .tf-section__grid.tf-section__grid_gap-0{
        grid-gap: 0px!important;
    }

    .tf-section__product.tf-section__product-promo{
        display: none;
    }
    .tf-section__product.tf-section__product-visible-mobile{
        display: block;
    }

}

@media (max-width: 767px)
{

    .tf-section__grid.tf-section__grid_4{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px)
{

}

@media (max-width: 319px)
{
    .tf-section__grid.tf-section__grid_4,
    .tf-section__grid
    {
        grid-template-columns: 1fr;

    }
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.item/card/style.css?17367714846247*/
.tf-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    position: relative;
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
}

.tf-card__short-info{
    position: absolute;
    bottom: 15px;
    left: 50%;
    padding: 5px 15px 5px 15px;
    background: rgba(26,80,155,.7);
    color: #fff;
    font-size: 14px;
    /* line-height: 14px; */
    right: -20px;
    font-weight: bold;
    line-height: 1.2;
}

.tf-card.tf-card_colored{
    outline: 3px solid #347CE0;
    outline-offset: -3px;
}

.tf-card .tf-cis{
    top: 10px;
    left: 10px;
}

.tf-card .tf-cis__stock.item-stock__v,
.tf-card .tf-cis__stock.item-stock__vvv{
    margin-top: -10px;
}

.tf-card.tf-card_colored .tf-cis__stock.item-stock__v,
.tf-card.tf-card_colored .tf-cis__stock.item-stock__vvv{
    margin-top: -7px;
}

.tf-card__img {
    display: block;
    position: relative;
    background: #fff;
    margin: 20px;
}

.tf-card__actions{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}

.tf-card__actions .cia__action{
    opacity: 0;
    transition: .3s;
}

.tf-card__actions .cia__action.cia__action_active{
    opacity: 1;
}

.tf-card:hover .tf-card__actions .cia__action{
    opacity: 1;
}

.tf-card__info {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
}

.tf-card__name {
    margin-bottom: 8px;
}
.tf-card__seo-desc,
.tf-card__sub-desc {
    font-size: 14px;
    line-height: 1.3;
    color: #1a1b1b;
    margin: 0 0 15px;
    word-break: break-word;
}

.tf-card__seo-desc{
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
}

.tf-card__article{
    color: #b1b5b5;
    font-size: 12px;
    position: relative;
    word-break: break-word;
    font-weight: 300;
}

.tf-card__params{
    padding: 0 0 15px;
}

.tf-card__quantity{
    margin-left: -2px;
}

.tf-card__quantity.tf-card__quantity_no-price{
    margin-bottom: 53px;
}

.tf-card__info-bar {
    position: absolute;
    bottom: 70px;
    left:20px;
    right: 20px;
}

.tf-tf-card__price{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5px;
}

.tf-card__bonus{
    position: absolute;
    right: 0;
    top: -3px;
    opacity: 0;
    transition: opacity .3s;
}

.tf-card:hover .tf-card__bonus{
    opacity: 1;
}

.tf-card__search{
    margin-right: -10px;
}

.tf-card__buttons {
    display: flex;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.tf-card.tf-card_colored .tf-card__buttons{
    height: 57px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

.tf-card__info-bar .cii__info-item-bonus-compact .cii__info-icon{
    margin-left: 0;
    margin-right: 7px;
}

.tf-card__info-bar .cii__info-item-link{
    padding: 4px 6px 6px;
    border-radius: 20px;
    /*border: 1px solid #E7E8EA;*/
    background-color: #fff;
    transition: background-color .3s;
    align-items: center;
}

.tf-card__info-bar .cii__info-item-link:hover{
    background-color: #E7E8EA;
}

.tf-card__info-bar .cip:not(.cip_economy) .cip__new-price{
    margin-bottom: 16px;
}

.tf-card .cii__info-item-quantity.cii__info-item-quantity_no-can-buy-after {
    margin-bottom: 24px;
}

@media (max-width: 1023px)
{
    .tf-card__actions{
        left: 0;
        top: auto;
        right: auto;
        bottom: 0;
    }

    .tf-card__sub-desc {
        font-size: 13px;
    }

    .tf-card__seo-desc {
        font-size: 12px;
    }

    .tf-card__actions .cia__action{
        opacity: 1;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .tf-card__actions .cia{display: flex}

    .tf-card__search{
        display: none;
    }

    .tf-card.tf-card_colored .tf-card__buttons,
    .tf-card__buttons{
        /*left: 0px;
        bottom: 0px;
        right: 0px;
        position: relative;*/
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        height: 41px;
    }

    /*.tf-card{*/
    /*    padding-bottom: 120px;*/
    /*}*/

    .tf-card .cii__info-name{
        font-size: 14px;
    }

    .tf-card .cii__info-icon-empty,
    .tf-card .cii__info-icon-full,
    .tf-card .cii__info-icon-low,
    .tf-card .cii__info-icon-small{
        margin-top: 1px;
    }

    .tf-card__short-info{
        display: none;
    }

    /*.tf-card__info{*/
    /*    padding-bottom: 0;*/
    /*}*/

    .tf-card__bonus{
        top: 12px
    }

    .tf-card__bonus .cii__info-name{
        font-size: 14px;
    }
}

@media(max-width: 575px)
{
    .tf-card{
        padding-bottom: 130px;
    }

    .tf-card.tf-card_colored{
        outline: 2px solid #347CE0;
        outline-offset: -2px;
    }

    .tf-card__name {
        margin-bottom: 3px;
    }

    .tf-card__seo-desc,
    .tf-card__sub-desc {
        font-size: 11px;
    }

    .tf-card__info-bar{
        bottom: 65px;
        flex-direction: column;
    }

    .tf-card__article{
        font-size: 10px;
        margin-top: 2px;
    }
    /*.tf-card__img {
        margin: 10px;
    }*/
    .tf-card .cii__info-name{
        font-size: 12px;
    }
    /*.tf-card__info {*/
    /*    padding: 0 20px 10px 20px;*/
    /*}*/

    .tf-card__params{
        padding: 5px 0;
    }

    .tf-card.tf-card_colored .tf-card__buttons, .tf-card__buttons,
    .tf-card__buttons{
        overflow: hidden;
    }

    .tf-card__name.element-title {
        margin-bottom: 5px;
    }

    .tf-card__bonus{
        top: 0px;
        position: relative;
        display: none;
    }

    .tf-card__bonus .cii__info-name{
        font-size: 12px;
    }

    .tf-card .cii__info-item.cii__info-item-quantity,
    .tf-card .cii__info-item.cii__info-item-quantity.cii__info-item-quantity_no-can-buy-after {
        margin-bottom: 10px;
    }

    .tf-card .cii__info-item-quantity .color-gray {
        display: none
    }
}

@media (max-width: 420px)
{
    .tf-card__info-bar .cip__old-price {
        margin-left: 0;
        padding-bottom: 0px;
        align-self: flex-end;
        margin-top: 0;
        margin-bottom: -5px;
    }

    .tf-card__info-bar .cip__box{
        flex-direction: column-reverse;
    }

    .tf-card__info-bar .cip{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.stocks/templates/.default/style.css?17367714874841*/
.tf-cis {
    position: absolute;
    display: flex;
    left: 0;
    top:0;
    z-index: 2;
    flex-direction: column;
    align-items: baseline;
    max-width: 100%;
    flex-wrap: wrap;
}

.tf-cis__stock{
    display: flex;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    font-weight: bold;
    align-items: center;
    height: 40px;
    position: relative;
    border-radius: 20px ;
    max-width: 40px;
    min-width: 40px;
    overflow: hidden;
    /*transition: max-width, opacity .3s ease-in-out;*/
    /*background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);*/
}

.tf-cis.tf-cis_compact .tf-cis__stock.item-stock__sales .tf-cis__stock-img,
.tf-cis.tf-cis_compact .tf-cis__stock{
    height: 10px;
    position: relative;
    border-radius: 5px ;
    max-width: 10px;
    min-width: 10px;
    margin-bottom: 3px;
    margin-right: 3px;
}


.tf-cis__stock a{
    color: #fff;
    text-decoration: underline;
}

.tf-cis__stock a:hover{
    color: #fff;
}

.tf-cis__stock-description{
    max-width: 0px;
    overflow: hidden;
    transition: .3s ease-in-out;
    white-space: nowrap;
    opacity: 0;
}

.tf-cis__stock-description span{
    padding-right: 15px;
    padding-left: 15px;
}

.tf-cis__stock:hover{
    max-width: none;
}

.tf-cis__stock:hover .tf-cis__stock-description{
    max-width: 300px;
    opacity: 1;
}

.tf-cis__stock-description-link{
    cursor: pointer;
}

.tf-cis__stock-img{
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tf-cis__stock-img img{
    width: 26px;
    height: 26px;
}

.tf-cis__stock-img img path{
    fill: #fff;
}

.tf-cis__stock:hover .tf-cis__stock-img{
    display: none;
}

.tf-cis__stock.item-stock__set {
    background-color: #ED182E;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__blue {
    background-color: #1A4F99;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__best-product {
    /*background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);*/
    background-color: #EDCA30;
}

.tf-cis__stock.item-stock__sales {
    /*background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);*/
    background-color: #76B624;
}

.tf-cis__stock.item-stock__best-price {
    background-color: #ED1930;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__special-offer {
    background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);
}

.tf-cis__stock.item-stock__new {
    background-color: #45B628;
    /*background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);*/
}
/*
.tf-cis .item-stock__v {
    background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);
}

.tf-cis .item-stock__vvv {
    background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);
}*/

.tf-cis__stock.item-stock__v,
.tf-cis__stock.item-stock__vvv
{
    background-color: transparent;
    margin-top: 0;
    height: 22px;
    max-width: 400px;
}


.tf-cis__stock.item-stock__v .tf-cis__stock-img,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-img{
    height: 22px;
    min-height: 22px;
    width: 30px;
    min-width: 22px;
    padding-left: 5px;
}

.tf-cis__stock.item-stock__sales .tf-cis__stock-img{
    margin-bottom: 1px;
}

.tf-cis__stock.item-stock__best-product .tf-cis__stock-img{
    margin-top: 1px;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-description,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-description{
    max-width: 400px;
    color: #000;
    opacity: 1;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-description span,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-description span{
    padding: 0;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-img img,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-img img{
    min-height: 22px;
    height: 22px;
    min-width: 30px;
    width: 30px;
}

.tf-cis__stock.item-stock__v:hover .tf-cis__stock-img,
.tf-cis__stock.item-stock__vvv:hover .tf-cis__stock-img{
    display: inherit;
}

@media (max-width: 1023px)
{
    .tf-cis{flex-direction: row; align-items: flex-start}
    .tf-cis__stock.item-stock__v,
    .tf-cis__stock.item-stock__vvv
    {
        min-width: calc(100% - 10px);
    }
}

@media (max-width: 575px)
{
    .tf-cis__stock.item-stock__v,
    .tf-cis__stock.item-stock__vvv
    {
        margin-top: -5px;
    }

    .tf-cis__stock{
        height: 30px;
        min-width: 30px;
        max-width: 30px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .tf-cis__stock-img {
        min-width: 30px;
        min-height: 30px;
    }

    .tf-cis__stock-img img{
        width: 20px;
        height: 20px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.actions/templates/.default/style.css?17367714871828*/
.cia {
    position: relative;
    display: flex;
}

.cia-vertical {
    flex-direction: column;
}

.cia__action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.cia-vertical .cia__action {
    margin-bottom: 10px;
}

.cia_sm.cia-vertical .cia__action:last-child,
.cia-vertical .cia__action:last-child {
    margin-bottom: 0;
}

.cia-horizontal .cia__action {
    margin-right: 15px;
}

.cia_sm.cia-horizontal .cia__action {
    margin-right: 12px;
}

.cia_sm.cia-horizontal .cia__action:last-child,
.cia-horizontal .cia__action:last-child {
    margin-right: 0;
}

.cia__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cia_sm .cia__icon {
    width: 16px;
    height: 16px;
}

.cia__action svg {
    fill: #dfe1e3;
    width: 28px;
    height: 28px;
    transition: .3s;
}

.cia__action.cia__action_active svg,
.cia__action:hover svg {
    fill: #1a4f99;
}

.cia__label {
    color: #b1b5b5;
    transition: .3s;
    font-weight: 400;
    white-space: nowrap;
    font-size: 15px;
}

.cia__action.cia__action_active .cia__label,
.cia__action:hover .cia__label {
    color: #1a1b1b;
}

.cia__action.cia__action-search svg {
    fill: #666768;
    width: 24px;
    height: 24px;
}

.cia__action.cia__action-search:hover path {
    fill: #1B4F9A;
}

@media (max-width: 1023px) {
    .cia__action {
        border: 1px solid #E8EAE9;
        border-radius: 3px;
        width: 30px;
        height: 30px;
        background-color: #fff;
    }

    .cia__action.cia__action_active {
        background-color: #1a4f99;
    }

    .cia__action.cia__action-search svg,
    .cia__action svg {
        fill: #666768;
        height: 16px;
    }

    .cia__action.cia__action_active svg {
        fill: #fff;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.gallery/templates/.default/style.css?17367714871307*/

.tf-cig {
    position: relative;
    padding-bottom: 100%;
}

.tf-cig__item {
    display: none ;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
}

.tf-cig__item .lazy.lazy-preloader[data-src]{
    min-height: 50px;
    min-width: 50px;
}

.tf-cig__item.tf-cig__item_show {
    display: flex;
}

.tf-cig__btn {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.tf-cig__btns{
    display: flex;
    width: 100%;
    table-layout: fixed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    min-height: 100%;
}

.tf-cig__btn.catalog-section__btn_active:before,
.tf-cig__btn:hover:before {
    background: #1B4F9B;
}

.tf-cig__btn:before {
    content: '';
    display: block;
    height: 1px;
    background: #E7E8EC;
    left: 2px;
    right: 2px;
    position: absolute;
    bottom: 0;
}

@media(max-width: 1023px)
{
    .tf-cig__btns{
        display: none;
    }
}
@media(max-width: 720px)
{
    .tf-cig__item .lazy.lazy-preloader[data-src]{
        min-height: 32px;
        min-width: 32px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.info/templates/.default/style.css?17367714872526*/
.cii__info {

}

.cii__info-item {
    display: flex;
    margin-bottom: 10px;
    align-items: start;

}

.cii__info-item .cii__info-name {
    margin-top: 2px;
}

.cii__info-item-bonus.cii__info-item .cii__info-name {
    margin-top: 0px;
}

.cii__info-item a,
.cii__info-item a:hover {
    color: #1a1b1b;
}

.cii__info-icon {
    margin-right: 5px;
    line-height: 1;
}

.cii__info-icon img,
.cii__info-icon svg {
    width: 24px;
    min-width: 24px;
    height: 17px;
    min-height: 17px;
}

.cii__info-icon.cii__info-icon-photo svg,
.cii__info-icon.cii__info-icon-delivery svg {
    height: 20px;
}

.cii__info-icon-full,
.cii__info-icon-small,
.cii__info-icon-low,
.cii__info-icon-empty {
    margin-top: 1px;
}

.cii__info-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 2px;
}



.cii__info-item-quantity .cii__info-name div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cii__info-price {
    font-weight: bold;
}

.cii__info-price .curr-rub {
    font-weight: 300;
    font-size: 15px !important;
}

.cii__info-item.cii__info-item-installment {
    margin-bottom: 45px;
}

.cii__info-item-installment .cii__info-icon {
    margin-top: 1px;
}

.cii__info-item-installment .cii__info-name {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0;
}

.cii__info-item-installment .cii__info-name a {
    font-weight: 400;
    border-bottom: 1px dotted;
    color: #1a1b1b;
}

.cii__info-item-installment .cii__info-name a:hover {
    color: #1a1b1b;
}

.cii__info-item-bonus .cii__info-icon img,
.cii__info-item-bonus-compact .cii__info-icon img,
.cii__info-item-installment .cii__info-icon img {
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
}

.cii__info-item-installment .cii__info-icon {
    margin-left: 3px;
    margin-right: 10px;
}

.cii__info-item-bonus-compact .cii__info-icon,
.cii__info-item-bonus .cii__info-icon {
    margin-left: 4px;
    margin-right: 9px;
}

.cii__info-item-link {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .cii__info-name {
        font-size: 17px;
    }

    .cii__info-item.cii__info-item-installment {
        margin-bottom: 35px;
    }

    .cii__info-icon-full,
    .cii__info-icon-small,
    .cii__info-icon-low,
    .cii__info-icon-empty {
        margin-top: 4px;
    }

    .cii__info-icon-delivery {
        margin-top: 3px;
    }
}

@media (max-width: 575px) {
    .cii__info-item {
        margin-bottom: 5px;
    }


}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.price/templates/.default/style.css?17367714871237*/
.cip {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    /*padding: 5px 0 20px;*/
    /*padding-bottom: 20px;*/
}

.cip__box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.cip__new-price {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #1a1b1b;
}

.cip__old-price {
    font-size: 18px;
    color: #b1b5b5;
    text-decoration-line: line-through;
    margin: -5px 0 0 9px;
    position: relative;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 5px;
}

.cip__profit {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #4caf50;
    /*position: absolute;*/
    bottom: 0px;
    white-space: nowrap;
    margin-top: -0px;
}

.cip__profit.cip__profit-can{line-height: 14px;margin-top: 5px;}

@media (max-width: 1023px)
{
    /*.cip {
        margin-top: 15px;
    }*/
}
@media (max-width: 575px)
{
    .cip{
        /*padding-bottom: 15px;*/
    }

    .cip__new-price {
        font-size: 20px;
        /*padding-bottom: 5px;*/
    }

    .cip__old-price {
        font-size: 14px;
    }

    .cip__profit{
        font-size: 11px;
        bottom: 5px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.buttons/templates/.default/style.css?17367714876517*/
.cib {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;

}

.cib__button {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    overflow: hidden;
}

.cib__button.cib__button-out-of-order {
    background-color: #666769;
    cursor: default;
    color: #fff;
    font-weight: normal;
    height: 60px;
    justify-content: center;
    line-height: 1.2;
}

.cib__out-of-order {
    background-color: #fff;
    /* color: #666768;*/
    /*color: #b1b5b5;
    font-weight: normal;*/
    color: #b1b5b5;
    cursor: default;
    margin-top: 10px;
}

.cib__button-buy {
    background: #1B4F9A;
    height: 60px;
}

.cib__button.cib__button_compact {
    height: 100%;
    justify-content: center;
}

/*
.cib__button-buy.cib__button_compact {

}*/

.cib__button-out-of-order.cib__button_compact {
    font-size: 14px;
    line-height: 1.33;
    text-align: center;
}

.cib__button-buy.cib__button_compact .cib__button-icon {
    margin-right: 5px;
}

.cib__button-icon {
    position: relative;
}

.cib__button-line {
    width: 35px;
    min-width: 35px;
    margin-right: 15px;
    margin-left: 15px;
    height: 1px;
    background-color: #fff;
    transition: width .3s ease-in-out;
}

.cib__button:hover .cib__button-line {
    width: 100%;
}

.cib__button-label {
    white-space: nowrap;
    line-height: 1.2;
}

.cib__button-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.cib__button-subscribe .cib__button-icon svg {
    width: 32px;
    min-width: 32px;
    height: 28px;
    min-height: 28px;
}

.cib__button-buy:hover {
    background-color: #3161A3;
    transition: .3s;
    color: #fff;
}

.cib__button-buy:hover svg {
    fill: #fff;

}

.cib__button-buy.cib__button-buy_added,
.cib__button-buy.cib__button-buy_added:hover {
    background-color: #347CE0;
    cursor: default;

}

.btn.cib__button-mini {
    display: flex;
    font-weight: normal;
    align-self: start;
    height: auto;
    line-height: 1.2;
    padding-left: 24px;
    padding-right: 24px;
}

.cib__button-mini.cib__button-buy_added,
.cib__button-mini.cib__button-buy_added:focus,
.cib__button-mini.cib__button-buy_added:hover {
    color: #fff;
    background-color: #347CE0;
    cursor: default;
    border-color: #fff;
}

.cib__button-mini.cib__button-buy_added .cib__button-icon {
    margin-left: 8px;
    margin-right: -29px;
}

.cib__button-subscribe.disabled .cib__button-icon,
.cib__button-buy.cib__button-buy_added .cib__button-icon {
    margin-left: auto;
    margin-right: -25px;
}

.cib__button-subscribe.cib__button_compact.disabled .cib__button-icon,
.cib__button-buy.cib__button-buy_added.cib__button_compact .cib__button-icon {
    margin-right: auto;
}

.cib__button-icon.cib__button-icon_ok {
    width: 32px;
    min-width: 32px;
    height: 23px;
    min-height: 23px;
    background-position: center center;
    background-size: cover;
    background-image: url("/bitrix/components/twofingers/catalog.item.buttons/templates/.default/image/checked-w.svg");
}

.btn.cib__button-mini .cib__button-icon.cib__button-icon_ok {
    width: 23px;
    min-width: 23px;
    height: 17px;
    min-height: 17px;
}

.cib__button.cib__button-subscribe {
    background-color: #666769;
    font-weight: 400;
    font-size: 16px;
    height: 60px;
}

.cib__button.cib__button-subscribe.bx-catalog-subscribe-compact {
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.cib__button.cib__button-subscribe.bx-catalog-subscribe-compact .cib__button-icon {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
}

.cib__button-subscribe.disabled {
    background-color: #b1b5b5;
}

.cib__button-subscribe:hover {
    background-color: #7E7F81;
    color: #fff;
}


.cib__button-ocb {
    height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .cib {
        align-items: baseline;
    }

    .cib__button-line {
        display: none;
    }

    .cib__button-subscribe.disabled .cib__button-icon,
    .cib__button:not(.cib__button_compact) .cib__button-icon {
        margin-left: 10px;
    }

    .cib__button-buy.cib__button-buy_added .cib__button-icon {
        margin-left: 20px;
        margin-right: -40px;
    }

    .cib__button:not(.cib__button_compact) {
        border-radius: 5px;
        padding-left: 36px;
        padding-right: 36px;
        font-weight: normal;
    }
    /*.cib__button.cib__button-out-of-order:not(.cib__button_compact),*/
    .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 13px;
    }

    .bm-item__out-of-order .cib__button.cib__button-subscribe {
        font-size: 16px;
        text-align: center;
    }

    .bm-item__out-of-order .cib__button-label {
        white-space: nowrap;
    }

    .bm-item__out-of-order .cib__button-line {
        width: 100%;
        display: inline-block;
    }

    .cib__button-subscribe .cib__button-label {
        white-space: normal;
    }
}

@media (max-width: 575px) {


    .bm-item__out-of-order .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        font-size: 16px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .bm-item__out-of-order .cib__button-subscribe .cib__button-label {
        white-space: nowrap;
    }

    .cib__button.cib__button-out-of-order:not(.cib__button_compact),
    .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cib__button:not(.cib__button-out-of-order):not(.cib__button_main) {
        font-size: 14px;
    }

    .cib__button-buy.cib__button-buy_added .cib__button-icon {
        margin-right: -17px;
        margin-left: 10px;
    }

    .cib__button-icon.cib__button-icon_ok {
        width: 26px;
        min-width: 26px;
        height: 20px;
        min-height: 20px;
    }

    .cib__button-icon svg {
        width: 20px;
        height: 20px;
    }

    .cib__button-subscribe .cib__button-label {
        white-space: normal;
    }

    .cib__button:not(.cib__button_compact) {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 419px) {
    .cib__button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cib__button.cib__button-out-of-order {
        font-size: 14px;
    }
}

/* 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/css/fancybox-popup.css?17367714842531*/
.fancybox-popup__container.fancybox-content {
    width: 800px;
}

.fancybox-popup__container .errors{
    color: #EB5757;
    margin-bottom: 20px;
}

.fancybox-popup__container .errors &gt; div {
    margin-bottom: 18px;
}

.fancybox-popup__wrap{
    width: 500px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    justify-content: center;
    position: relative;
}

.fancybox-popup__success-container{
    display: flex;
    color: #b1b5b5;
    flex-direction: column;
}
.fancybox-popup__title{
    font-size: 26pt;
    font-weight: 900;
    line-height: 1.06;
    margin-bottom: 60px;
}
.fancybox-popup__success-title{
    font-weight: 700;
    color: #4caf50;
    font-size: 36px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;

}

.fancybox-popup__success-title svg{
    width: 51px;
    height: 51px;
    margin-left: -7px;
    margin-bottom: 5px;
}

.fancybox-popup__success-title span{
    line-height: 1.1;
}
.fancybox-popup__message,
.fancybox-popup__message p{
    font-size: 14pt;

}
.fancybox-popup__footer,
.fancybox-popup__footer p{
    font-size: 12pt;
    color: #969999;
    margin-top: 48px;
    line-height: 1.33;
}
.fancybox-popup__success-message{
    color: #969999;
}

@media (max-width: 1023px)
{
    .fancybox-popup__container.fancybox-content {
        width: 700px;
    }

    .fancybox-popup__wrap{
        width: 470px;
    }
}

@media (max-width: 720px)
{
    .fancybox-popup__container.fancybox-content {
        width: 100%;
    }

    .fancybox-popup__wrap{
        width: calc(100% - 150px);
    }
}
@media (max-width: 575px)
{
    .fancybox-popup__container.fancybox-content {
        width: 100%;
    }

    .fancybox-popup__wrap{
        width: 100%;
    }

    .fancybox-popup__container.fancybox-content{
        padding-right: 15px;
        padding-left: 20px;
    }

    .fancybox-popup__container .lk-row textarea{
        height: 152px;
        line-height: 1.2;
    }
/*
    .fancybox-popup__container .bm-form__confirmation-block{
        margin-bottom: 30px;
    }*/

    .fancybox-popup__success-title{
        font-size: 30px;
    }

    .fancybox-popup__success-title svg {
        width: 40px;
        height: 40px;
        margin-left: -5px;
    }
}



@media (max-width: 575px)
{
    .fancybox-popup__success-title{
        font-size: 30px;
    }

    .fancybox-popup__success-title svg {
        width: 40px;
        height: 40px;
        margin-left: -5px;
    }
}
/* End */


/* Start:/bitrix/templates/belmash/css/form.css?17367714848838*/
.bm-form__confirmation-block {
    cursor: pointer;
    position: relative;
    /*margin-top: 11px;*/
    display: flex;
    align-items: start;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bm-form__confirmation-block.bm-form__confirmation-block_invalid .bm-form__invalid-feedback {
    display: block;
    top: 20px;
}

/* The switch - the box around the slider */
.bm-form__confirmation-switch {
    position: relative;
    display: inline-block;
    width: 33px;
    min-width: 33px;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

/* Hide default HTML checkbox */
.bm-form__confirmation-switch input {
    display: none;
}

/* The slider */
.bm-form__confirmation-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E0E0E0;
    -webkit-transition: .4s;
    transition: .4s;
}

.bm-form__confirmation-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
    -moz-box-shadow: 0 .15rem .15rem rgba(0, 3, 2, .12);
    box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
}

.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider {
    background-color: #1A509B;
}


.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.bm-form__remember {
    font-size: 14px;
    font-weight: 400;
}

.btn.bm-form__submit {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

/* Rounded sliders */
.bm-form__confirmation-slider.round {
    border-radius: 34px;
}


.mb-form__login-alternative {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.bm-form__confirmation-slider.round:before {
    border-radius: 50%;
}

.bm-form__note {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 7px;
}

.bm-form__invalid-feedback {
    /*display: none;*/
    font-size: 11px;
    color: #e0020f;
    position: absolute;
    top: 35px;
    left: 5px;
    opacity: 0;
    transition: .3s opacity, .3s top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.bm-form__was-validated .form-control:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated [data-entity=form-control]:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.form-control.invalid ~ .bm-form__invalid-feedback:not(.skipped),
.custom-control-input.invalid ~ .bm-form__invalid-feedback:not(.skipped),
[data-entity=form-control].invalid ~ .bm-form__invalid-feedback:not(.skipped) {
    opacity: 1;
    top: 50px;
}

.bm-form__label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    /*top: 0;
    line-height: 40px;*/
    transition: .3s;
    top: 9px;
    color: #969999;
    font-size: 18px;
    font-weight: 400;
}

.bm-form__label.filled,
.form-control:focus ~ .bm-form__label,
.form-control:not(:focus):valid ~ .bm-form__label {
    /*top: -28px;*/
    top: -18px;
    /*top: -15px;*/
    font-size: 14px;
}

.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback {
    top: -15px;
}

.bm-form__container-wrap {
    max-width: 800px;
    width: 100%;
    margin: 60px auto 120px;
}

.mb-form__container-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 150px 40px;
    position: relative;
    background-color: #fff;
}

.bm-form__title {
    font-size: 30px;
    margin-bottom: 55px;
    margin-top: 0;
    line-height: 1.2;
}

.lk-row {
    margin-bottom: 20px;
    position: relative;
    padding: 0.1px 0;
}

.lk-row:empty {
    margin-bottom: 0;
}

.lk-row textarea {
    padding: 12px 18px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 5px;
    font-size: 18px;
}

.lk-row textarea::-webkit-input-placeholder {
    color: #969999;
}

.lk-row textarea:-moz-placeholder { /* Firefox 18- */
    color: #969999;
}

.lk-row textarea::-moz-placeholder { /* Firefox 19+ */
    color: #969999;
}

.lk-row textarea:-ms-input-placeholder {
    color: #969999;
}

.lk-row textarea::placeholder {
    color: #969999;
}

.bm-form__container-edit-personal-section {
    margin-bottom: 60px !important;
}

.bm-form__container-edit-personal-section .lk-row {
    display: flex;
    flex-direction: column;
}

.lk-row.double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

.lk-row-input {
    margin-bottom: 25px;
    width: 100%;
}

.lk-row-input &gt; .lk-row-input {
    margin: 0 !important;
}


.lk-row input.inputfile {
    min-width: 100px;
    width: auto;
    place-self: flex-start;
    height: 55px;
    position: relative;
    border-radius: 6px;
}

input[type=password].form-control,
input[type=text].form-control,
input[type=tel].form-control,
input[type=email].form-control,
.modal_input {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 12px 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1;
}


input[type=tel].form-control:focus,
input[type=email].form-control:focus,
input[type=password].form-control:focus,
input[type=text].form-control:focus {
    border-bottom: 1px solid #1A509B;
}

.bm-form__was-validated input[type=tel].form-control:invalid,
.bm-form__was-validated input[type=email].form-control:invalid,
.bm-form__was-validated input[type=password].form-control:invalid,
.bm-form__was-validated input[type=text].form-control:invalid,
input[type=tel].form-control.invalid,
input[type=email].form-control.invalid,
input[type=password].form-control.invalid,
input[type=text].form-control.invalid {
    border-bottom: 1px solid #e0020f;
}

.bm-form__login-forget {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #969999;
    transition: .3s;
    /*margin-top: 28px;*/
    /*margin-bottom: 47px;*/
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

.bm-form__login-reset {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #1A509B;
    padding-left: 10px;
    transition: .6s;
}

.bm-form__bottom {
    font-size: 14px;
    margin-top: 50px;
}

.bm-form__login-reset:hover {
    opacity: .7;
    color: #1A509B;
}

.bm-form__sub-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*margin-top: 47px;*/
    margin-top: 20px;
}

.bm-form__sub-title-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #f1f1f1;
}

.bm-form__sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    /*line-height: 28px;*/
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    text-align: center;
}


.fancybox-popup__wrap .bm-form__container-wrap {
    margin: 0;
}

.fancybox-popup__wrap .bm-form__bottom {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.fancybox-popup__wrap .bm-form__sub-title-wrap {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    padding-top: 0;
}

@media (max-width: 1023px) {
    .lk-row {
        flex-direction: column;
    }

    .lk-row input[type='checkbox'] {
        width: auto;
    }
}

@media (max-width: 767px) {
    .lk-row.double {
        flex-wrap: wrap;
    }

    .lk-row.double .lk-row-input:first-child {
        margin-right: 0;
    }

    .mb-form__container-inner {
        padding: 50px 15px 25px;
    }

    .bm-form__container-edit-personal-section .lk-row input {
        width: 100% !important;
    }

    .lk-row input {
        width: calc(100% - 40px);
    }

    .mb-form__login-alternative {
        flex-direction: column;
    }

    .bm-form__container-wrap {
        margin-top: 0;
    }

    .bm-form__login-forget {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .bm-form__sub-title-wrap{
        margin-top: 0;
    }

    .bm-form__bottom{
        margin-top: 20px;
    }

    .bm-form__sub-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .bm-form__title {
        font-size: 24px;
    }
}

/* 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/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/system.pagenavigation/belmash_cat/style.css?17367714842376 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section/twofingers/style.css?17367714842637 */
/* /bitrix/templates/belmash/components/bitrix/catalog.item/card/style.css?17367714846247 */
/* /bitrix/components/twofingers/catalog.item.stocks/templates/.default/style.css?17367714874841 */
/* /bitrix/components/twofingers/catalog.item.actions/templates/.default/style.css?17367714871828 */
/* /bitrix/components/twofingers/catalog.item.gallery/templates/.default/style.css?17367714871307 */
/* /bitrix/components/twofingers/catalog.item.info/templates/.default/style.css?17367714872526 */
/* /bitrix/components/twofingers/catalog.item.price/templates/.default/style.css?17367714871237 */
/* /bitrix/components/twofingers/catalog.item.buttons/templates/.default/style.css?17367714876517 */
/* /bitrix/templates/belmash/components/bitrix/catalog.product.subscribe/twofingers/style.css?17367714842743 */
/* /bitrix/templates/belmash/css/fancybox-popup.css?17367714842531 */
/* /bitrix/templates/belmash/css/form.css?17367714848838 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-articles/style.css?1736771484735 */
/* /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>