

/* Start:/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/style.css?17633729978298*/
#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: 12px;
}*/
#underProducts #fullPage_btn a.open {
    background-color: #d1d1d1;
}

#underProducts #saveCSV { right: 300px; }
#underProducts #saveCSV a {
	width: 150px;
}

#underProducts.underProducts_flex {
    display: flex;
    flex-wrap: wrap;
}
#underProducts.underProducts_flex #saveCSV,
#underProducts.underProducts_flex #saveCSV a,
#underProducts.underProducts_flex #fullPage_btn,
#underProducts.underProducts_flex #fullPage_btn a {
    position: static;
    width: 100%;
}

.table-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 25px;
}
.table-buttons__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
	padding: 0 15px;
	background-color: #24293e;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 400;

	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
}
.table-buttons__item.active {
    background: #ff6800;
}
@media screen and (min-width: 768px) {
    .table-buttons__item,
    #underProducts.underProducts_flex #saveCSV,
    #underProducts.underProducts_flex #fullPage_btn {
        width: auto;
    }
    .table-buttons {
        margin-left: auto;
    }
}
@media screen and (min-width: 992px) {
    #underProducts.underProducts_flex,
    .table-buttons {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1199px) {
    #underProducts #saveCSV {
        right: 0;
    }
}
@media screen and (max-width: 576px) {
    #underProducts {
        display: flex;
    }
    #underProducts #saveCSV {
        position: relative;
        bottom: 0;
    }
    #underProducts #saveCSV a {
        width: 100%;
    }
}



.afterTable{
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
}
/*
#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 {
    flex: 0 0 auto;
	width: 290px;
	padding-right: 15px;
	border-top: 2px solid #f8f3f0;
}
#under_productsRight,
#productsRight {
    flex: 1 1 auto;
	border-top: 2px solid #f8f3f0;
	min-width: 1px;
}
#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;
	margin-bottom: 20px;
	display: flex;
}
#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;
}

#productsRight .jspPane {
    margin-left: 0 !important;
}

@media screen and (max-width: 991px) {
    #under_productsLeft,
    #productsLeft {
        width: 220px;
    }
    a#showAllFilters {
        padding-left: 60px;
        background-position: 20px center;
    }
}
@media screen and (max-width: 767px) {
    .rc_section_wrap {
        flex-direction: column;
    }
    #under_productsLeft,
    #productsLeft {
        width: 100%;
        padding-right: 0;
    }
    #productsLeft {
        margin-bottom: 20px;
    }
    #productsRight {
        border: none;
    }
    #productsRight .jspPane {
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/otladka/style.css?17383254423101*/
#detailProduct_right__crumbs {

}

#detailProduct {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.detailProduct__desc {}
.detailProduct__img-wrapper {
    flex: 0 0 auto;
    width: 100%;
}
.detailProduct__img {
    display: block;
    max-width: max-content;
    margin: 0 auto;
	max-height: 400px;
}

@media screen and (min-width: 768px) {
    #detailProduct {
        gap: 40px;
        flex-direction: row;
    }
    .detailProduct__img-wrapper {
        width: 300px;
    }
}
@media screen and (min-width: 992px) {
    #detailProduct {
        gap: 100px;
    }
    .detailProduct__img-wrapper {
        width: 400px;
    }
}





#detail__container {
	border-top: 2px solid #28283e;
}
#detail__container h2 { 
	font-size: 22px; 
	font-weight: 500;
}

#detailProduct_left {
	width: 50%;
	padding-right: 100px;
}
#detailProduct_right {
	text-align: right;
}
#detailProduct_left.small {  }
#detailProduct_right.small {  }

#detailProduct_right .detailProduct_left__foto img {
	max-width: 500px;
}

#detail__container .tabDocs_container,
#detail__container .tabProd_container {
	display: block;
	margin-top: 35px;
}

#detail__container .tabDocs_container {

}

/********* HEADERLINE ************/
#iCatalogHeader_container { 

}
#iCatalogHeader_container .iCH_item {
	position: relative;
	padding: 10px 0 10px 60px;
	border-top: 1px solid #efefef;
}
#iCatalogHeader_container .iCH_item .nameProduct_icon_new {
	padding-right: 40px;
}
#iCatalogHeader_container .iCH_item .nameProduct_icon_new:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 16px;
	/*top: 1px;
	right: 0;*/
	background: url("/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/otladka/images/icon-new.svg") center center no-repeat;
}
#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;
    line-height: 18px;
    margin: 0;
}

#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__btn {
	display: inline-block;
	background: linear-gradient(180deg, #FFA40E 0%, #FF8506 100%);
	border-radius: 4px;
	text-decoration: none !important;
	height: 53px;
	line-height: 53px;
	padding: 0 100px;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
margin-top:20px;
}

/* End */


/* Start:/bitrix/templates/ic_adaptive/components/bitrix/news.list/products_detail_docs/style.css?17237954651198*/
#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: 85%;
	padding-right: 30px;
	font-size: 13px;
	color: #999;
}
#doscContainer .doscContainer_item td:first-child span {
	display: block;
}
#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: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 11px;
	color: #999;
	line-height: 12pt;
}
#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/ic_adaptive/components/bitrix/catalog.section/.default/style.css?17237954643535*/
#iProducts {
    display: flex;
    flex-wrap: wrap;
}
#iProducts .iProducts_item {
	display: flex;
	flex-direction: column;
	width: 50%;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center 120px; 
	padding: 25px;
	background-color: #f8f3f0;
	background-position: 300px 25px;
	background-position: right 25px !important;
	background-size: 110px;
	position: relative;
	transition: 0.2s all;
	height: auto !important;
	overflow: hidden;
}
#iProducts .iProducts_item:nth-child(3n) {
	background-color: #f3ede9;
}
#iProducts .iProducts_item:nth-child(3n+2) {
	background-color: #f1e9e4;
}
#iProducts .iProducts_item:hover {
	background-color: #fff;
}

@media screen and (max-width: 991px) {
    #productsRight #iProducts .iProducts_item {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #iProducts .iProducts_item {
        width: 100%;
    }
}

.productImg {
    position: absolute;
    top: 25px;
    right: 0;
    max-width: 110px;
    /*max-height: 110px;*/
    max-height: calc(100% - 80px);
}
.productSection {
	font-size: 13px;
	opacity: 0.8;
	margin-bottom: 6px;
	width: 100%;
	padding-right: 100px;
}
.productName {
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	line-height: 15pt;
    padding-right: 100px;
}
#iProducts .iProducts_item:hover .productSection,
#iProducts .iProducts_item:hover .productName {
	text-align: left;
}

.productName a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	transition: 0.2s all;
}
.productName a:hover {
	color: #ff8000;
}

.productDescription {
	width: 250px;
	margin-top: 20px;
	font-size: 13px;
	opacity: 0.8;
	min-height: 30px;
	height: auto !important;
	flex: 1 1 auto;
}
.productDescription b {
	font-weight: 400;
}
.productMenu { 
	margin: 20px 0 0 0; 
	font-size: 13px !important;
	width: 100%;	
}
.productMenu a {
	position: relative;
	display: inline-block;
	line-height: 22pt;
	text-decoration: none;
	transition: 0.2s all;
	color: #000;
	font-weight: 400;
	padding-left: 25px;
	margin-right: 30px;
}
#iProducts .iProducts_item:hover .productMenu a {
	opacity: 1;
}

.productMenu a:last-child { margin: 0; }

.productMenu a:hover {
	color: #ff6800;
}
.productMenu a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
}

.iProducts_item_new:after {
	content: "";
	width: 19px;
	height: 9px;
	/*position: absolute;
	top: 50px;
	right: 270px;
	position:relative;
	right:20px;
	float:right;*/
	display:inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
	background: url(/bitrix/templates/ic/components/bitrix/catalog.section/parametric/images/icon-new.svg) center center no-repeat;
	z-index: 100;
}
.iProducts_item_new * {
	display:inline-block;
}
.productMenu a.pM_desc:before { background-image: url(/bitrix/templates/.default/images/icons/desc.svg); }
.productMenu a.pM_support:before { background-image: url(/bitrix/templates/.default/images/icons/support.svg); }
.productMenu a.pM_soft:before { background-image: url(/bitrix/templates/.default/images/icons/soft.svg); }
.productMenu a.pM_forum:before { background-image: url(/bitrix/templates/.default/images/icons/forum.svg); }
.productMenu a.pM_docs:before { background-image: url(/bitrix/templates/.default/images/icons/docs.svg); }

.divBtn { cursor: pointer; }
.divBtn:hover .productName a { color: #ff8000; }

/* End */


/* Start:/bitrix/templates/ic_adaptive/js/scroll/jquery.jscrollpane.css?17237954651584*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
    margin: 0;
    padding-bottom: 10px;
}

.jspPane
{
	position: relative;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
    z-index: 1060;
	width: 10px;
	height: 100%;
    border-radius: 100px;
    background-color: #ccc;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
    z-index: 1060;
	width: 100%;
	height: 10px;
	background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
    background-color: #ccc;
	position: relative;
}

.jspDrag
{
    border-radius: 100px;
    background: #ff6800;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #ccc;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog/products/style.css?17633729978298 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/otladka/style.css?17383254423101 */
/* /bitrix/templates/ic_adaptive/components/bitrix/news.list/products_detail_docs/style.css?17237954651198 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section/.default/style.css?17237954643535 */
/* /bitrix/templates/ic_adaptive/js/scroll/jquery.jscrollpane.css?17237954651584 */
