

/* Start:/bitrix/templates/device/components/bitrix/catalog/products/style.css?17308789106204*/
#sectionList {
	margin-bottom: 50px;
}
#underProducts {
	position: relative;
}
#underProducts #saveCSV,
#underProducts #fullPage_btn {
	position: absolute;
	right: 0;
	bottom: 25px;
}
#underProducts #saveCSV a,
#underProducts #fullPage_btn a {
	display: inline-block;
	width: 291px;
	line-height: 45px;
	padding: 0 25px;
	background-color: #24293e;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 400;

	text-transform: uppercase;
	font-size: 11px;
}
#underProducts #fullPage_btn a.open {
    background-color: #d1d1d1;
}

#underProducts #saveCSV { right: 300px; }
#underProducts #saveCSV a {
	width: 150px;
}
.afterTable{
	position: relative;
	margin-left:325px;
}
/*
#underProducts:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	z-index: 100;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,.06) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,.06) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
}
*/
#under_productsLeft,
#productsLeft {
	width: 290px;
	float: left;
	padding-right: 15px;
	border-top: 2px solid #f8f3f0;
}
#under_productsRight,
#productsRight {
	margin-left: 290px;
	border-top: 2px solid #f8f3f0;
}
#productsRight {
    /*width: 870px;*/
    height: auto;
    margin-bottom: 20px;
	border-left: 2px solid #f8f3f0;
}
/*
#productsLeft:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 1050;
	background: -moz-linear-gradient(left, rgba(0,0,0,.06) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,.06) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,.06) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
}
*/
#productsLeft {
    transition: 0.2s all;
}
#productsRight {
    transition: 0.2s all;
}
#productsLeft,
#productsRight {
	position: relative;
}
#productsLeft.hideLeft {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#productsRight.hideLeft {
	margin-left: 0;
}

.dp.parametricFull_Container__dp {
	transition: 0.2s all;
}
.dp.parametricFull_Container__dp.fullpage_true {
	max-width: 100%;
}




a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}

.search-page {
	margin: 25px 0 0 0;
	position: relative;
}

.search-page input[type=text] {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    background: none;
    border-radius: 4px;
    font-size: 16pt;
    font-weight: 100;
    outline: none;
	padding: 15px 60px 15px 25px;
	border-radius: 4px;
	border: 2px solid #ff8000;
}
.search-page input[type=submit] {
    position: absolute;
    top: 10px;
    right: 25px;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/bitrix/templates/.default/images/icons/lupa.svg) center center no-repeat;
    text-indent: -9000px;
}
.search-language-guess {
	font-size: 12pt;
}

/*
.search-page:before {
	content: "";
	display: block;
    height: 2px;
    background: #edaa04;
    background: -moz-linear-gradient(-45deg, #edaa04 0%, #f06d08 100%);
    background: -webkit-linear-gradient(-45deg, #edaa04 0%,#f06d08 100%);
    background: linear-gradient(135deg, #edaa04 0%,#f06d08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edaa04', endColorstr='#f06d08',GradientType=1 );
    border-radius: 25px;
}
*/
.rc_section_wrap {
	margin-top:20px;
}
#iCatalog_container_filter {
	border-top: 1px solid #ebebeb;
	font-size:12px;
}
#iCatalog_container_filter .iCc_item
{
	position: relative;
	float: left;
	position: relative;
	display: block;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	/*border-top:1px solid #ebebeb;*/
	background: #fff;
	width: 33.333333%;
	height: 85px;
	transition: 0.2s all;
	font-size: 15px;
	z-index: 5;
}
#iCatalog_container_filter .iCc_item .item_hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	transition: all 0.2s ease;
}
#iCatalog_container_filter .iCc_item .item_inner{
	position: relative;
	padding: 22px 10px 12px 80px;
	z-index: 2;
}
#iCatalog_container_filter .iCc_item .item_inner {
	padding: 17px 0px 0px 80px;
	height:50px;
}
#iCatalog_container_filter .iCc_item:hover .item_hover{
	-webkit-transform: scale(1.01,1.01);
	-ms-transform: scale(1.01,1.01);
	transform: scale(1.01,1.01);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
#iCatalog_container_filter .iCc_item a{
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	z-index: 0;
	transition: 0.2s all;
}
#iCatalog_container_filter .iCc_item a:hover{
	text-decoration: none;
	color: #ff8000;
}
#iCatalog_container_filter .iCc_item a:hover {
	color:black;
}
#iCatalog_container_filter .iCc_item .icon{
	position: absolute;
	display: block;
	top: 23px;
	left: 24px;
	transition: 0.2s all;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
#iCatalog_container_filter .iCc_item .icon {
	top:10px;
	background-size:contain;
}

#iCatalog_container_filter .iCc_item {
	height:60px;
	cursor: pointer;
}
#iCatalog_container_filter .iCc_item:nth-child(1) {
	text-align:left;
	/*border:1px solid #ff8000;*/
}
#iCatalog_container_filter .iCc_item:nth-child(1) .icon {
	/*display:none;*/
}
#lp_menu {
	/*border-bottom:2px solid #ff8000;*/
	width:100%;
	padding: 10px;
	padding-bottom:6px;
	margin-bottom:2px;
}
#lp_menu a {
	position: relative;
	margin: 0 5px 0 -.5rem;
	padding: 10px .5rem;
	line-height: 16px;
	background-color: #C7C7C7;
	text-decoration: none;
	color:black;
}
#lp_menu a:first-child {
	border-radius:10% 0 0 0;
}
#lp_menu a:last-child {
	border-radius:0 10% 0 0;
}
#lp_menu a.active {
	background-color:#333;
	color:white;
}
.dp.mainContent {
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.dp.mainContent {
		padding-bottom: 10px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/js/magicpopup/style.css?17308789106343*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; 
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; 
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
	display: none; 
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1100 !important; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}

.mfp-ajax-cur {
	cursor: progress; 
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; 
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}

.mfp-auto-cursor .mfp-content {
	cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}

.mfp-loading.mfp-figure {
	display: none; 
}

.mfp-hide {
	display: none !important; 
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
	font-size: 12pt !important;
}
.mfp-preloader a {
	color: #CCC; 
}
.mfp-preloader a:hover {
	color: #FFF; 
}

.mfp-s-ready .mfp-preloader {
	display: none; 
}

.mfp-s-error .mfp-content {
	display: none; 
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; 
	transition: 0.2s all;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}

button.mfp-close {
	position: fixed;
	right: 35px !important;
	top: 35px;
	width: 44px !important;
	text-decoration: none;
	text-align: center !important;
	color: #fff;
	font-style: normal;
	font-size: 40pt;
	padding: 0 !important;
	cursor: pointer !important;
	z-index: 1050 !important;
	transition: 0.2s all;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; 
	color: #ff8000 !important; 
}

.mfp-close-btn-in .mfp-close {
	color: #333; 
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; 
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 0;
	padding: 0;
	width: 30%;
	height: 100%;
	-webkit-tap-highlight-color: transparent; 
	transition: 0.2s all;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; 
}
.mfp-arrow:before {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border: medium inset transparent; 
	color: #fff;
	font-size: 30pt;
}
.mfp-arrow-left {
	left: 0; 
}
.mfp-arrow-left:before {
	content: "\f104";
	font-family: "icons";
	left: 40px;
}
.mfp-arrow-right {
	right: 0; 
}
.mfp-arrow-right:before {
	content: "\f105";
	font-family: "icons";
	right: 40px !important;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
	/*top: -40px;*/
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; 
}
@media screen and (max-width: 991px) {
	button.mfp-close {
		position: absolute;
		top: -33px;
		right: 0 !important;
	}
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; 
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
	background: #444; 
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; 
}
.mfp-figure figure {
	margin: 0; 
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; 
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; 
}

.mfp-image-holder .mfp-content {
	max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; 
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0; 
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; 
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; 
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; 
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; 
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; 
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; 
	} 
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); 
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; 
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; 
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; 
	} 
}

/* End */


/* Start:/bitrix/templates/device/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17552640657290*/
.mfp-figure:after { background: #fff; }
.mfp-image-holder .mfp-content { padding: 25px; }

#detailProduct_right__crumbs {

}

#topImg {
	position: absolute;
	right: 0;
	top: 15px;
}
#detailProduct { margin-bottom: 25px; }
#detail__container { }
#detail__container h2 { 
	font-size: 22px; 
	font-weight: 500;
}
#detailProduct .detailProduct__item {
	display: flex;
	gap: 20px;
}

#detailProduct_left {
	width: 860px;
	padding-right: 50px;
}
#detailProduct_right {
	padding-top: 100px;
}
#detailProduct_right .detailProduct__img {
	width: 100%;
	height: auto;
}
.detailProduct_photo {
	display: flex;
}

#detailProduct_left.small {  }
#detailProduct_right.small {  }
@media screen and (max-width: 991px) {
	#detailProduct .detailProduct__item {
		flex-direction: column-reverse;
	}
	#detailProduct_left {
		width: 100%;
		padding-right: 0;
	}
	.detailProduct_photo {
		flex-direction: column;
	}
}
@media screen and (min-width: 992px) {
    #detailProduct_right-wrap {
        max-width: 50%;
    }
}
#propContainer {

}
#propContainer.fullContainer {
	margin-top: 10px;
}

#propContainer .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
#propContainer .propL {
	/*width: 100%;*/
	padding: 8px 35px 8px 0;
	font-size: 13px;
	background: url(/bitrix/templates/device/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/dot.png) left 18px repeat-x;
	color: #555;
}
#propContainer .propL span {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
}
#propContainer .propR {
	/*width: 50%;*/
	padding: 8px 0 8px 10px;
	font-size: 13px;
	font-weight: 500;
	background: url(/bitrix/templates/device/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/dot.png) left 18px repeat-x;
	text-align: right;
}
#propContainer .propR span {
    background: #fff;
	display: inline-block;
	padding-left: 10px;
	white-space: nowrap;
}
#propContainer .propL.full,
#propContainer .propR.full {
	width: 50%;
}


.allProps {
	display: inline-block;
	margin: 25px 0;
	color: #000;
	border-bottom: 1px solid #ff8000;
	text-decoration: none;
	font-weight: 500;
}

#buttons { 
	margin: 0 0 25px; 
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
#buttons.fixed {
	position: fixed;
	top: 0;
}
#buttons a {
	line-height: 50px;
	position: relative;
	display: block;
	float: left;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background: #28283e;
	width: 193.3px;
	text-decoration: none;
	border-left: 1px solid #413d52;
}
#buttons a:first-child { border: none; }
#buttons a.selected {
	font-weight: 500;
	background: #fff;
	color: #000;
	border-bottom: 2px solid #ff6800;
}

#detailProductLast {
	margin: 0 0 50px;
}

/********* HEADERLINE ************/
#iCatalogHeader_container { 

}
#iCatalogHeader_container .iCH_item {
	position: relative;
	padding: 10px 0 10px 60px;
	border-top: 1px solid #efefef;
}
#iCatalogHeader_container .iCH_item.iCH_item__first {
	padding-top: 25px;
	border-top: none;
}

#iCatalogHeader_container .iCH_item a {
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	z-index: 0;
	transition: 0.2s all;
}

#iCatalogHeader_container .iCH_item .nameProduct {
	font-weight: 500;
	font-size: 22px;
	
}

#iCatalogHeader_container .iCH_item a:hover {
	text-decoration: none;
	color: #ff8000;
}

#iCatalogHeader_container .iCH_item .icon {
	position: absolute;
	left: 0;
	top: 26px;
	display: block;
	transition: 0.2s all;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

#allSection {
	font-size: 13px;
	opacity: 0.6;
	padding: 8px 25px;
	line-height: 15px;
	cursor: pointer;
	transition: 0.2s all;
	opacity: 0.6;
	display: block;
	position: relative;
}
#allSection:before {
	content: "\f177";
	font-family: "icons";
	font-size: 17px;
	position: absolute;
	left: 0;
	transition: 0.2s all;
	font-weight: 100;
}
#allSection:hover,
#allSection:hover:before {
	color: #ff8000;
	opacity: 1;
}

.detailProduct_left__foto.fixed {
	position: fixed;
	top: 25px;
}


#ip_tabs { 
	-webkit-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
	z-index: 10;
	height: 50px;
}

#ip_tabs .tabs span { 
	margin: 0;
}
#ip_tabs .tabs span:last-child { 
	margin-right: 0;
}
#ip_tabs .tabs span a {
	line-height: 50px;
	position: relative;
	display: block;
	float: left;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background: #28283e;
	text-decoration: none;
	border-left: 1px solid #413d52;
	white-space: nowrap;
	font-size: 15px;
}
#ip_tabs .tabs.tabCount_1 span a { width: 100%; }
#ip_tabs .tabs.tabCount_2 span a { width: 50%; }
/*#ip_tabs .tabs.tabCount_3 span a { width: 33.3%; }*/
#ip_tabs .tabs.tabCount_3 span a { width: 30%; }
#ip_tabs .tabs.tabCount_3 span:last-child a { width: 40% }

#ip_tabs .tabs span:first-child a { 
	border: none;
}
#ip_tabs .tabs span a:before {
	display: none;
}
#ip_tabs .tabs span.active a {
	font-weight: 500;
	background: #fff;
	color: #000;
	border-bottom: 2px solid #ff6800;
}

.tab_content {
	padding-top: 25px;
}

#otherProduct {
	padding: 25px 0;
	background: #f9f9f9;
}

#otherProduct span.large {
	font-size: 24px;
}

#detailProduct_right_mf {
	padding-top: 100px;
}
#morePhoto { margin-left: 20px; }
#morePhoto a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999;
	border-radius: 4px; 
	margin: 0 0 15px 0;
}
@media screen and (max-width: 991px) {
	#morePhoto {
		display: flex;
		margin-left: 0;
		width: min-content;
	}
	#morePhoto a {
		margin-right: 20px;
	}
	#detailProduct_right {
		padding-top: 20px;
	}
	#detailProduct_right_mf {
		padding-top: 20px;
		overflow-x: scroll;
	}
}
#iProducts_otladka .otlName {
	width: 80% !important;
}

.long-desc {
	height: 280px;
	overflow: hidden;
	position: relative;
}
.long-desc:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */





}

#description div.showall {
	border-top: 1px dotted #999;
	width:100%;
	padding: 10px;
	text-align: center;
	background: #eee;
	cursor: pointer;
}

.question {
	float:right;
	left:630px;
	top:105px;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/device/components/bitrix/news.list/products_detail_docs/style.css?17237954631206*/
#doscContainer { margin-top: 20px; }
#doscContainer .doscContainer_item td {
	padding: 20px 0;
	border-top: 1px solid #efefef;
	font-size: 13px;
}
#doscContainer .doscContainer_item td span {
	font-size: 13px;
}
#doscContainer .doscContainer_item td:first-child {
	width: 100%;
	padding-right: 30px;
	font-size: 13px;
	color: #999;
}
#doscContainer .doscContainer_item td:first-child span {
	display: block;
	margin-bottom: 5px;	
}
#doscContainer .doscContainer_item td:first-child span a {
	color: #000;
	transition: 0.2s all;
	text-decoration: none;
	font-size: 15px;
}
#doscContainer .doscContainer_item td:first-child span a:hover {
	color: #ff6800;
}
#doscContainer .doscContainer_item td:last-child a {
	text-decoration: none;
	display: block;
	color: #000;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: -30px center;
	background-size: 100% 100%;
}
#doscContainer .doscContainer_item td:last-child a span {
	text-transform: uppercase;  
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
	transition: 0.2s all;
}
#doscContainer .doscContainer_item td:last-child a:hover span {
	color: #ff6800;
}

/* End */


/* Start:/bitrix/templates/device/components/bitrix/catalog.section/iProducts/style.css?17430818312401*/
#iProducts {
	margin: 25px 0 0; 
}
#iProducts .iProducts_item {
	display: block;
	float: left;
	width: 25%;
	background: #fff;
	background-repeat: no-repeat;
	height: 270px;
	padding: 25px;
	transition: 0.2s all;
}
#iProducts .iProducts_item:hover {
	background-color: #fff !important;
}

.count_3 #iProducts .iProducts_item:nth-child(1),
.count_2 #iProducts .iProducts_item {
	width: 50% !important;
	background-color: #f4f4f4;
	background-size: 210px;
	background-position: 340px center;
}
.count_3 #iProducts .iProducts_item:nth-child(1) .productSection,
.count_3 #iProducts .iProducts_item:nth-child(1) .productName,
.count_2 #iProducts .iProducts_item .productSection,
.count_2 #iProducts .iProducts_item .productName {
	text-align: left;
	width: 290px;
}
.count_3 #iProducts .iProducts_item:nth-child(1) .productDescription,
.count_2 #iProducts .iProducts_item .productDescription {
	display: block;
}

.count_3 #iProducts .iProducts_item:nth-child(2),
.count_3 #iProducts .iProducts_item:nth-child(3) {
	width: 25%;
	background-size: 120px auto;
	background-position: center 120px;
	background-color: #ededed;
}
.count_3 #iProducts .iProducts_item:nth-child(3) {
	background-color: #f4f4f4;
}

.count_4 #iProducts .iProducts_item {
	width: 25%;
	background-size: 200px auto;
	background-position: center 115px;
	background-color: #f4f4f4;
}
.count_4 #iProducts .iProducts_item:nth-child(2),
.count_4 #iProducts .iProducts_item:nth-child(4) {
	background-color: #ededed;
}

.productSection {
	font-size: 13px;
	opacity: 0.7;
	margin-bottom: 6px;
	width: 100%;
	text-align: center;
	line-height: 12pt;
}
.productName {
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 13pt;
	font-weight: 500;
}
.productName a {
	color: #000;
	text-decoration: none;
	transition: 0.2s all;
}
.productName a:hover {
	color: #ff8000;
}

.productDescription {
	width: 290px;
	margin-top: 20px;
	opacity: 0.8;
	font-size: 13px;
	line-height: 12pt;	
	display: none;
}


.divBtn { cursor: pointer; }
.divBtn:hover a { color: #ff8000; }

.iSubSection_title {
	margin-top:20px;
	font-size:18px;
}
@media screen and (max-width: 767px) {
	#iProducts .iProducts_item {
		width: 50% !important;
	}
}
@media screen and (max-width: 441px) {
	#iProducts .iProducts_item {
		width: 100% !important;
	}
}
/* End */
/* /bitrix/templates/device/components/bitrix/catalog/products/style.css?17308789106204 */
/* /bitrix/templates/.default/js/magicpopup/style.css?17308789106343 */
/* /bitrix/templates/device/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17552640657290 */
/* /bitrix/templates/device/components/bitrix/news.list/products_detail_docs/style.css?17237954631206 */
/* /bitrix/templates/device/components/bitrix/catalog.section/iProducts/style.css?17430818312401 */
