

/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-document/style.min.css?1686048863959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/treeCatalog/style.css?16869188982799*/
.treeCatalog__list>ul>li ul ul {
    padding-left: 16px;
}
.treeCatalog__list>ul>li>a.active +ul {
    display: block;
}
.treeCatalog__list>ul>li>a +ul {
    display: none;
}
.treeCatalog__list>ul>li>a.active {
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    color: white;
    font-weight: 700;
	position: relative;
}
.treeCatalog__list>ul>li>a.active:before {
    content: "";
    background-image: url(/bitrix/templates/115fzpro/images/white-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 9px;
    position: absolute;
    right: 19px;
    margin: auto;
    bottom: 0px;
    top: 0px;
}
.treeCatalog__list>ul>li ul>li a.active {
	color: #000000;
	font-weight: 600;
}
.treeCatalog__list ul li, 
.treeCatalog__list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.treeCatalog__list li a {
    display: block;    
	margin-bottom: 16px;
}
.treeCatalog__list>ul>li>a {
    padding: 13px 16px;
    padding-right: 38px;
    background-color: #F8F8F8;
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background-image: url(/bitrix/templates/115fzpro/images/right-nav.svg);
    background-repeat: no-repeat;
    background-position: center right 22px;
}
.treeCatalog__list>ul>li {
    margin-bottom: 16px;
}
.treeCatalog__list>ul>li ul>li a {
    padding: 0px 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
	font-size: 12px;
    line-height: 16px;
    color: #818181;
}

.treeCatalog-list__icon {
    display: none;
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    border-radius: 0px 6px 6px 0px;
    width: 20px;
    height: 32px;
    transition: all ease 0.5s;
    margin-top: 14px;
    margin-left: -1px;
}

.treeCatalog-list__icon svg {
    transition: all ease 0.2s;
}

.treeCatalog-list__icon.active svg {
    transform: rotate(180deg);
}

@media (max-width: 767px) { 
    .treeCatalog__list {
        width: 278px;
        background: #FFFFFF;
        box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 8px;
        left: -278px;
        position: fixed;
        z-index: 2;
        transition: all ease 0.5s;
        height: 100vh;
        top: 0px;
        overflow: auto;
    }
    .treeCatalog__list.active {
        left: 0px;
    }
    .treeCatalog-list__icon.active {
        left: 278px;
    }
    .treeCatalog-list__icon {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: fixed;
        z-index: 2;
        left: 0px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section.list/.default/style.css?16869936631020*/
.category-list__item {
    margin-bottom: 30px;
	position: relative;
}
.category-list__title {
    background: linear-gradient(94.87deg, #0036F8 52.3%, #001C81 88.94%);
    border-radius: 10px;
    padding: 24px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;    
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.category-list__picture {
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    height: 273px;
}

@media (max-width: 870px) {
    .category-list__title {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
        min-height: 48px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    .category-list__item {
        margin-bottom: 16px;
    }
    .category-list__picture {
        height: 164px;
    }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section/.default/style.css?16906480073808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.item/baseitem/style.css?16913326643415*/
.productItem__title {
    display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 13px;
}
.productItem__text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 12px;
}
.productItem {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.product-item-big-card {
    margin-bottom: 30px;
}
.productItem__picture {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    margin-bottom: 16px;
}
.productItem__info {
	padding: 0px 24px 24px;
    height: calc(100% - 216px);
    position: relative;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.productItem__btn {
    background: #0036F8;
    border-radius: 10px;
    display: block;
    padding: 14px;
    text-align: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    width: 100%;
    transition: all ease 0.2s;
}
.productItem__btn:hover,
.productItem__btn:focus,
.productItem__btn:active {
    background: #A20E8B;
    color: white;
}
.product-item-price-current {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
.product-item-price-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 12px;
}
.product-item-price-old {
    margin-right: 8px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 13px;
    text-decoration-line: line-through;
    color: #818181;
}
.product-item-price-diskount {
    margin-left: 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
	color: #FFFFFF;
	background-image: url(/bitrix/templates/115fzpro/images/discount.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 22px;
    text-align: center;
    padding-top: 2px;
}

@media (max-width: 1277px) {
    .productItem__picture {
        height: 180px;
    }
}

@media (max-width: 1200px) {
    .productItem__picture {
        height: 180px;
    }
}

@media (max-width: 1100px) {
    .productItem__picture {
        height: 180px;
    }
}

@media (max-width: 998px) {
    .productItem__picture {
        height: 180px;
    }
}

@media (max-width: 885px) {
    .productItem__picture {
        height: 160px;
    }
}

@media (max-width: 870px) {
    .product-item-big-card {
        margin-bottom: 16px;
    }
    .productItem__title {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px;
    }
    .productItem__info {
        padding: 0px 16px 16px;
    }
}

@media (max-width: 767px) {
    .productItem__picture {
        height: initial;
    }
    .productItem__info {
        height: initial;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section/.default/themes/blue/style.min.css?1690648007706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-document/style.min.css?1686048863959 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/treeCatalog/style.css?16869188982799 */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section.list/.default/style.css?16869936631020 */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section/.default/style.css?16906480073808 */
/* /bitrix/templates/.default/components/bitrix/catalog.item/baseitem/style.css?16913326643415 */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-document/bitrix/catalog.section/.default/themes/blue/style.min.css?1690648007706 */
