

/* Start:/css/main2/interactive-equipment.css?16801896828235*/

body {
    font-family: Arial;
    background: #fff;
}

.wrap {
    width: 750px;
    margin: 50px auto;
}

.inteq {

}
.inteq .descPage {
    color: #424141;
    font-size: 14px;
    padding: 0 0 33px 0;
    overflow: hidden;
}
.inteq .descPage p {
    margin: 0;
    padding: 0 0 15px 0;
}
.inteq .descPage a {
    color: #88be00;
    text-decoration: underline;
}
.inteq .descPage.bottom {
    padding-top: 20px;
}
.inteq .descPage.bottom h1 {
    font-size: 14px;
}

.inteq .sectionList {
    margin: 0 -8px 40px -8px;
}
.inteq .sectionList .col-md-4 {
    padding: 0 8px;
}
.inteq .sectionList .item {
    background: #f1f1f1;
    padding: 7px;
    overflow: hidden;
    display: block;
    height: 211px;
    text-decoration: none;
}
.inteq .sectionList .item:hover,
.inteq .sectionList .item.active {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(1,1,1,0.17);
    -moz-box-shadow: 0px 0px 5px 1px rgba(1,1,1,0.17);
    box-shadow: 0px 0px 5px 1px rgba(1,1,1,0.17);
}
.inteq .sectionList .item .img {
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.inteq .sectionList .item .img img {
    max-width: 100%;
}
.inteq .sectionList .item .name {
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    color: #2f2f2f;
}
.inteq .sectionList .item .name span {
    vertical-align: super;
    font-size: 11px;
    font-weight: normal;
}
.inteq .sectionList .item:hover .name,
.inteq .sectionList .item.active .name {
    color: #88be00;
    text-decoration: none;
}
.inteq .filterBlock {
    padding: 8px 20px 8px 12px;
    background: #f1f1f1;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.inteq .filterBlock .filter {
    width: 50%;
    float: left;
}
.inteq .filterBlock .sort {
    width: 50%;
    float: left;
    text-align: right;
}
.inteq .filterBlock .sort a {
    color: #88be00;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    text-decoration: none;
}
.inteq .filterBlock .sort a:hover {
    text-decoration: none;
}
.inteq .filterBlock .sort a:before {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background: url("/css/main2/../../images/sort-up.png") no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    overflow: hidden;
}
.inteq .filterBlock .sort a:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background: url("/css/main2/../../images/sort-down.png") no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    overflow: hidden;
}
.inteq .filterBlock .sort.asc a:before {
    background-position: 0 -14px;
}
.inteq .filterBlock .sort.desc a:after {
    background-position: 0 -14px;
}

.inteq .itemsList {
    margin: 0 -5px;
}
.inteq .itemsList .col-md-3,
.inteq .itemsList .col-md-4 {
    padding: 5px;
}
.inteq .itemsList .item {
    border: 1px solid #eaeaea;
    padding: 10px;
    height: 320px;
    overflow: hidden;
}
.inteq .itemsList .item .img {
    height: 135px;
    text-align: center;
    overflow: hidden;
}
.inteq .itemsList .item .img a {
    display: block;
    height: inherit;
    min-height: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.inteq .itemsList .item .img img {
    max-width: 100%;
}
.inteq .itemsList .item .name {
    margin: 8px 0 5px 0;
    height: 64px;
    overflow: hidden;
    line-height: 16px;
}
.inteq .itemsList .item .name a {
    font-size: 14px;
    color: #474747;
    text-decoration: none;
}
.inteq .itemsList .item .price {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0 12px 0;
    overflow: hidden;
}
.inteq .itemsList .item .price .lbl {
    font-size: 13px;
    color: #88be00;
    width: 30%;
    float: left;
}
.inteq .itemsList .item .price .val {
    font-size: 14px;
    color: #222222;
    width: 70%;
    float: left;
    text-align: right;
}
.inteq .itemsList .item .buy {
    overflow: hidden;
    width: 100%;
}
.inteq .itemsList .item .buy a {
    width: 115px;
    height: 28px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    background: #88be00;
    margin: 0 auto;
}
.inteq .pagenav {
    overflow: hidden;
    padding: 15px 0 15px 0;
    width: 100%;
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
}
.inteq .pagenav a {
    font-size: 14px;
    color: #88be00;
    margin: 0 3px;
    text-decoration: none;
}
.inteq .pagenav a:hover {
    text-decoration: none;
}
.inteq .pagenav span {
    font-size: 14px;
    color: #262626;
    font-weight: 700;
    margin: 0 3px;
}

.inteq .sectionMenu {
    padding-right: 5px;
}
.inteq .sectionItems {
    padding-left: 5px;
}
.inteq .sectionMenu .currentSection {
    border-top: 2px solid #88be00;
    background: #f1f1f1;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 12px;
}
.inteq .sectionMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inteq .sectionMenu ul li {
    list-style: none;
    background: #f1f1f1;
    border-top: 1px solid #dbdbdb;
    padding: 0;
    margin: 0;
}
.inteq .sectionMenu ul li a {
    font-size: 12px;
    color: #333333;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
}
.inteq .sectionMenu ul li.active a,
.inteq .sectionMenu ul li a:hover {
    color: #80bb00;
    text-decoration: none;
}

.inteq .element {
    padding-left: 10px;
}
.inteq .element .img {
    overflow: hidden;
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #e6e6e6;
}
.inteq .element .img a {
    display: block;
    height: inherit;
    min-height: inherit;
}
.inteq .element .col-md-6:first-child {
    padding-right: 5px;
}
.inteq .element .name {
    font-size: 17px;
    color: #414141;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.inteq .element .priceBuy {
    padding: 20px 0 0 0;
}
.inteq .element .price {
    color: #4d4d4d;
    font-size: 13px;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.inteq .element .price span {
    color: #88be00;
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    display: block;
    padding: 5px 0 0 0;
}
.inteq .element .buy {
    padding: 20px 0 0 0;
    width: 50%;
    float: left;
}
.inteq .element .buy a {
    width: 115px;
    height: 28px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    background: #88be00;
    float: right;
}
.inteq .element .nav-tabs {
    margin: 40px 0 0 0;
    border-bottom: 1px solid #88be00;
}
.inteq .element .nav-tabs li {
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    background: none;
}
.inteq .element .nav-tabs li a {
    background: #f1f1f1;
    font-size: 14px;
    color: #424242;
    border-radius: 0;
    height: 36px;
    padding: 8px 20px;
    border: 0;
    text-decoration: none;
}
.inteq .element .nav-tabs li.active a,
.inteq .element .nav-tabs li a:hover {
    background: #88be00;
    color: #ffffff;
}
.inteq .element .tab-pane {
    padding: 20px 0 0 0;
}
.inteq .element .desc p {

}
.inteq .element .props table {
    width: 100%;
    border-collapse: collapse;
}
.inteq .element .props table tr td {
    font-size: 13px;
    font-weight: normal !important;
    vertical-align: top;
    padding: 6px 20px 5px 10px !important;
}
.inteq .element .props table tr td p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.inteq .element .props table tr td:first-child {
    width: 40% !important;
    font-weight: normal !important;
    text-transform: uppercase;
    padding: 5px 10px 5px 20px !important;
    text-align: left !important;
}
.inteq .element .props table tr td:first-child p {
    font-weight: normal !important;
    text-transform: uppercase;
    text-align: left !important;
}
.inteq .element .props table tr td:first-child p strong {
    font-weight: normal;
}
.inteq .element .props table tr:nth-child(even) td {
    background: #f2f2f2;
}




/* End */


/* Start:/bitrix/templates/main2_in_new/components/bitrix/catalog.section.list/interactive-equipment/style.css?16801896537305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.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-repeat: no-repeat;
	-webkit-background-size:contain;
			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: #4c7da6;
	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: 50px;
		height: 50px;
	}

	.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{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		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;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.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;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		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;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/main2_in_new/components/bitrix/catalog.section.list/interactive-equipment-menu/style.css?16801896537305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.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-repeat: no-repeat;
	-webkit-background-size:contain;
			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: #4c7da6;
	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: 50px;
		height: 50px;
	}

	.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{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		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;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.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;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		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;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.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{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/main2_in_new/components/bitrix/news/interactive-equipment/bitrix/news.list/.default/style.css?1680189653150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /css/main2/interactive-equipment.css?16801896828235 */
/* /bitrix/templates/main2_in_new/components/bitrix/catalog.section.list/interactive-equipment/style.css?16801896537305 */
/* /bitrix/templates/main2_in_new/components/bitrix/catalog.section.list/interactive-equipment-menu/style.css?16801896537305 */
/* /bitrix/templates/main2_in_new/components/bitrix/news/interactive-equipment/bitrix/news.list/.default/style.css?1680189653150 */
