

/* Start:/local/templates/shop/components/bitrix/catalog/common_catalog/style.min.css?1672823770959*/
.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:/local/templates/shop/components/bitrix/system.pagenavigation/common/style.css?16730311782914*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #252525;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #252525;
	color: #fff;
}

/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.item/common_card/style.css?17800493517330*/
.catalog_section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    min-height: 100vh;
}

.product_item_container:first-child {
    position: relative;
}

.product_item_container {
    position: relative;
    background-color: #fff;
}

.product_item_container {
    position: relative;
    z-index: 100;
}

.product_item_container:hover {
    position: relative;
    z-index: 300;
}

.product_item {
    background-color: #fff;
}

.product_item:hover {

}

.product_item_inner {
    padding: 15px;
    position: relative;
    z-index: 100;
    transition: all .3s;
}

.product_item_inner:hover {
    z-index: 200;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, 0.2);
    transition: all .3s;
    cursor: pointer;
}

.product_item_inner:hover .product_item_addition {
    display: block;
}

.product_item_pic {
    position: relative;
}

.product_item_pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100;
}

.product_item_pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.product_item_patent_badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 210;
    max-width: calc(100% - 24px);
    padding: 6px 10px;
    border-radius: 3px;
    background: rgba(37, 37, 37, 0.88);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    pointer-events: none;
}

.product_item_name {
    padding: 15px 0 15px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.product_item_name span:first-child {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.product_item_name span:last-child {
    display: inline-block;
    font-family: 'Magistral';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
}

.product_item_properties {
    width: 100%;
    background-color: #fff;
}

.product_item_properties_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.product_item_properties_col:first-child {
    padding-top: 0;
}

.product_item_properties_col_title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.product_item_properties_col_subtitle {
    font-size: 12px;
    color: #6c6c6c;
    font-weight: 300;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 5px;
}

.product_item_properties_col_subtitle span {

}

.product_item_properties_col_values {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 60%;
    font-size: 13px;
}

.product_item_properties_col_values span {

}

.product_item_simple_properties_col {

}

.product_item_simple_properties_col_title {

}

.product_item_simple_properties_col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.product_item_simple_properties_col:last-child {
    border-bottom: 0;
}

.product_item_simple_properties_col_title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.product_item_simple_properties_col_values {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 50%;
    font-size: 13px;
}

.product_item_more_info {
    text-align: center;
}

.product_item_more_info a {
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.product_item_more_info a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #6c6c6c;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

.product_item_more_info a:hover:after {
    display: none;
    transition: all .3s;
}

/*cursor slider */
.product_item_pic .slider {
    height: 215px;
    width: 100%;
    position: relative;
}

.product_item_pic .slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: 1s;
}

.product_item_pic .section {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.product_item_pic .section a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:none;
}

.product_item_pic .indicator {
    width: 100%;
    height: 3px;
    background-color: #6c6c6c;
    transition: 0.3s;
    opacity: 0.5;
    border-radius: 2px;
}

.product_item_pic .indicator_full {
    background-color: white;
}

.product_item_pic .hidden {
    opacity: 0;
}
/*cursor slider */

@media (min-width: 320px) {
    .product_item_addition {
        display: block;
    }
    .product_item_container {
        width: 100%;
        height: auto;
    }
    .product_item_container {
        border: 1px solid #ccc;
        position: relative;
        background-color: #fff;
        margin-left: -1px;
        margin-top: -1px;
    }
    .product_item_container {
        border: 1px solid #ccc;
        margin-left: 0;
        margin-top: -1px;
    }
    .product_item_container:first-child {
        margin-top: -1px;
    }
    .catalog_section {
        margin: 0;
        padding-bottom: 30px;
    }
    .product_item_pic_mobile_inner {
        display: block;
    }
    .product_item_pic .slider {
        display: none;
    }
}

@media (min-width: 410px) {
    .product_item_container {
        width: 100%;
        height: auto;
    }
    .product_item_container {
        border: 1px solid #ccc;
        margin-left: 0;
        margin-top: -1px;
    }
    .product_item_container:first-child {
        margin-top: -1px;
    }
    .catalog_section {
        margin: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 640px) {
    .product_item_container {
        width: 50%;
        height: auto;
    }
    .product_item_container {
        border: 1px solid #ccc;
        margin-left: -1px;
        margin-top: -1px;
    }
    .product_item_container:first-child {
        margin-top: -1px;
    }
    .catalog_section {
        margin: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .product_item_container {
        width: 33.333%;
        max-height: 286px;
    }
    .product_item_addition {
        display: none;
    }
    .product_item_container {
        border: none;
        margin-left: -1px;
        margin-top: -1px;
    }
    .product_item_container:first-child {
        margin-top: -1px;
    }
    .catalog_section {
        margin: 0 -15px;
        padding-bottom: 150px;
    }
}

@media (min-width: 1280px) {
    .product_item_container {
        width: 25%;
        max-height: 295px;
    }
    .product_item_pic .slider {
        display: flex;
    }
    .product_item_pic_mobile_inner {
        display: none;
    }
}

@media (min-width: 1368px) {

}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.section/common_section/themes/blue/style.min.css?1672827898706*/
.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 */
/* /local/templates/shop/components/bitrix/catalog/common_catalog/style.min.css?1672823770959 */
/* /local/templates/shop/components/bitrix/system.pagenavigation/common/style.css?16730311782914 */
/* /local/templates/shop/components/bitrix/catalog.item/common_card/style.css?17800493517330 */
/* /local/templates/shop/components/bitrix/catalog.section/common_section/themes/blue/style.min.css?1672827898706 */
