

/* Start:/local/templates/condy/components/bitrix/catalog/catalog/style.min.css?1763643706959*/
.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/condy/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17782439106000*/
/* line */
.bx_catalog_line {}

.catalog-section-top {
	padding-bottom: 15px;
}

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #474A51;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 80px;
		height: 80px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { 
	padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	box-sizing: border-box;
	padding: 10px;
	list-style: none;
	text-align: center;
	background-color: #fff;
}
.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	width: 100%;
    height: 0;
    padding-bottom: 65%;
	overflow: hidden;
	margin: 0 auto 20px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
    display: block;
    text-align: center;
    margin: 0;
	font-weight: 500;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #bd0a1d;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

@media (max-width: 640px) {
	.bx_catalog_tile .bx_catalog_tile_ul{
		grid-template-columns: 1fr 1fr;
	}
	.bx_catalog_tile .bx_catalog_tile_ul li{
		padding: 0;
	}
}
@media (max-width: 480px) {
	.bx_catalog_tile .bx_catalog_tile_ul { 
		grid-template-columns: 1fr
	}
}



.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/condy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?17803200867437*/
.sections{
    display: flex;
    flex-direction: column;
}
.sections .bx-section-desc-bottom{
    order: 1;
}
.relates-equipment{
    border-top: 1px solid;
    padding-top: 40px;
    margin-top: 40px;
    order: 2;
    margin-bottom: 20px;
}
.relates-equipment .items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}
.relates-equipment .slick-slider {
    display: block;
    max-width: 860px;
}
.relates-equipment .items .item{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.relates-equipment .items .item .btn{
    margin-top: auto;
    display: block;
}
.relates-equipment .slick-slider .image-wrap {
    height: 200px;
    display: flex;
    align-items: center;
}
.relates-equipment .slick-slider .image {
    height: 100%;
    width: auto;
}
.relates-equipment .slick-slider .name {
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}


@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}
    
    .relates-equipment .items{
        grid-template-columns: 1fr;
    }
}

.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;
}
.bx-section-desc-post h2 {
    font-size: 18pt;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.bx-section-desc-post h2:first-child {
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
.row::before {
    display: initial;
}
.catalog-section{
    margin-bottom: 15px;
}
.catalog-section + .bx-section-desc{
    margin-top: 20px;
}
.bx-section-desc table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.bx-section-desc table th,
.bx-section-desc table td{
    border: 1px solid #000;
    padding: 5px;
}
.bx-section-desc table:not(.first-col):not(.clear) thead th,
.bx-section-desc table:not(.first-col):not(.clear) tr:nth-child(even) td:not([rowspan]){
    background-color: #dddddd;
}
.bx-section-desc table thead th{
    text-align: center;
}
.catalog-section > table.matrix{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.catalog-section > table.matrix th{
    background-color: #dddddd;
    text-align: center;
}
.catalog-section > table.matrix th,
.catalog-section > table.matrix td{
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
}
.catalog-section > table.matrix tr td:last-child{
    border: none;
}
.bx-section-desc table.first-col td{
    text-align: center;
    vertical-align: middle;
}
.bx-section-desc table.first-col th{
    background-color: #dddddd;
    text-align: center;
}
.bx-section-desc table.first-col tr:nth-child(odd) td:first-child{
    background-color: #dddddd;
}


/* OMG. Need new styles. WTF */
.bx-section-desc {
    margin-top: 15px;
}
.bx-section-desc-right {
    text-align: center;
    margin: 0 0 30px;
}
.bx-section-desc-right .bx-section-desc-images {
    width: 420px;
    max-width: 100%;
    margin: 0 auto 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bx-section-desc-right .bx-section-desc-image-link {
    display: inline-block;
}
.bx-section-desc-right .bx-section-desc-image {
    margin: 0 auto;
}
.bx-section-desc-right .bx-section-desc-action {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal;
}

.bx-section-desc-with-right .gallery-content {
    clear: both;
}
@media (min-width: 992px) {
    .bx-section-desc-right {
        width: 350px;
        margin: 0 0 15px 15px;
        float: right;
        text-align: right;
    }
    bx-section-desc-images {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/condy/components/bitrix/catalog.item/table/style.css?17787453701832*/
.catalog-section{
	display: table;
	width: 100%;
    border-collapse: collapse;
}
.catalog-section .row:before,
.catalog-section .row:after{
	display: none;
}
.catalog-section .row.titles,
.catalog-section .product-item-container{
    display: table-row;
}
.catalog-section .row.titles,
.catalog-section .product-item-container:nth-child(odd){
	background-color: #dddddd;
}
.catalog-section .product-item-container:nth-child(even){
	background-color: rgb(249, 249, 251);
}
.catalog-section .row.titles{
	font-weight: 700;
}
.catalog-section .row.titles > div,
.catalog-section .product-item-container > div{
	display: table-cell;
	border: 1px solid #000;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.catalog-section .product-item-container > div:first-child{
	text-align: left;
	white-space: nowrap;
}
.catalog-section .product-item-container .btn.orderPrice{
	min-height: 0;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
}
.catalog-section .product-item-container .product-item-button-container .btn{
    font-size: inherit;
    min-height: 0;
    border: none;
    padding: 5px 10px;
    background-color: #bb1e10;
}
@media (max-width: 780px){
	.catalog-section-wrap{
		overflow-x: scroll;
	}
/*	.catalog-section{
		border-collapse: none;
	}
	.catalog-section .row.titles > div:first-child,
	.catalog-section .product-item-container > div:first-child {
	    position: sticky;
	    left: 0;
	    z-index: 99999;
	    background: inherit;
	    border-right: 1px solid #000;
	}*/
	.catalog-section .product-item-container .product-item-button-container .btn{
		background-image: url(/local/templates/condy/components/bitrix/catalog.item/table/cart.png);
    	background-repeat: no-repeat;
	    background-position: center center;
	    font-size: 0;
	    color: transparent;
	    width: 50px;
	    height: 50px;
	    background-size: 25px;
	}
}
/* End */


/* Start:/local/templates/condy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/themes/blue/style.min.css?1763644160706*/
.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/condy/components/bitrix/catalog/catalog/style.min.css?1763643706959 */
/* /local/templates/condy/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17782439106000 */
/* /local/templates/condy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?17803200867437 */
/* /local/templates/condy/components/bitrix/catalog.item/table/style.css?17787453701832 */
/* /local/templates/condy/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/themes/blue/style.min.css?1763644160706 */
