

/* 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/.default/js/spoilers/style.css?17237954621845*/
.spoilerMain { }
.spoilerMain .spoiler_links_main {
	border-bottom: none;
	cursor: pointer;
	padding: 25px;
	transition: 0.2s all;
	position: relative;
	background-color: #e9e9e9;
	margin-top: 15px;
}
.spoilerMain .spoiler_links_main:hover {
	background-color: #e0e0e0;
}
.spoilerMain .spoiler_links_main:before {
	content: "+";
	display: block;
	position: absolute;
	top: 30px;
	right: 25px;
	border: 1px solid #d7d6d6;
	color: #ff6800;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16pt;
}
.spoilerMain .spoiler_links_main.no-active:before {
	content: "-";
}
.spoilerMain:last-child .spoiler_links_main.no-active {
	border-radius: 0;
}
.spoilerMain .spoiler_links_main.no-active {
	background-color: #fff;
}
.spoilerMain .sLm_Name {
	font-size: 12pt;
	display: block;
	font-weight: 400;
}
.spoilerMain .spoiler_links_main.no-active .sLm_Name { }
.spoilerMain .sLm_Desc { }
.spoiler_links_main a.vacancyCall {
	position: absolute;
	right: 3rem;
	top: 5px;
	z-index: 10;
}
.spoilerMain .spoiler_links_main.no-active a.vacancyCall {
	opacity: 1;
	background-color: #fff;
	color: #000;
}
.spoilerMain .spoiler_links_main.no-active a.vacancyCall:before {
	color: #000;
}
.spoilerMain .spoiler_body_main {
	background-color: #fff;
	padding: 25px;
	border-top: 1px solid #f7f7f7;
}

.spoilerMain .spoiler_body_main .sBm_item {
	width: 33%;
	float: left;
	padding: 0 25px 0 0;
}
.spoilerMain .spoiler_body_main .sBm_item span {
	margin-bottom: 25px;
	display: block;
	font-weight: 500;
}
.spoilerMain .spoiler_body_main .sBm_item div {
	font-weight: 300;
	padding: 10px 0 10px 30px;
	position: relative;
	line-height: 12pt;
}
.spoilerMain .spoiler_body_main .sBm_item div:before {
	content: "\e806";
	font-family: "icons";
	position: absolute;
	left: 0;
	padding-top: 0px;
	font-size: 7pt;
	color: #ff8000;
}

/* End */


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

}
#fillDescription {
	line-height: 20px;
}

#topImg {
	position: absolute;
	right: 0;
	top: 15px;
}
#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: 100%;
    margin: 0 auto;
	height: auto;
}

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



#detail__container h2,
#orderinfo h2 { 
	font-size: 22px; 
	font-weight: 500;
}
#orderinfo_tiles {
	margin: 15px 0 25px;
	padding: 0 0 15px 16px;
	font-size: 11px;
	color: #555;
	border-bottom: 2px solid #bfbfbf;
}
#orderinfo .red,
#orderinfo_tiles .red {
	color: #ff0000;
}
#orderinfo table {
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#orderinfo table tr td {
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 15px;
	text-align: center;
}
#orderinfo table tr td:nth-child(1) {
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
	width: 250px;
}
#orderinfo table tr:hover td {
	background: #f8f3f0;
}
#orderinfo table tr:nth-child(1):hover td,
#orderinfo table tr:nth-child(1) td {
	font-weight: 700;
	font-size: 15px;
	background: #efefef;
}

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

#propContainer_main {
	margin: 60px 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.detailProduct__desc #propContainer {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#propContainer.fullContainer {
	margin-top: 10px;
}

#propContainer_main .title,
#propContainer .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
#propContainer_main .title {
	margin-bottom: 35px;
}
#propContainer_main .propContainer_main__item {
    flex: 0 0 100%;
    max-width: 100%;
	width: 100%;
	float: left;
	display: block;
	padding: 0 25px 25px 30px;
	font-size: 13px;
	color: #555;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 18px;
	/*min-height:100px;*/
	max-height: none !important;
	height: auto !important;
}
#propContainer_main .propContainer_main__item span,
#propContainer_main .propContainer_main__item a {
	font-size: 13px;
	color: #000;
	display: block;
	font-weight: 500;
	text-decoration: none;
}
#propContainer .propL {
	max-width: 250px;
	padding: 9px 50px 9px 0;
	font-size: 13px;
	background: url(/bitrix/templates/ic_adaptive/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 {
	padding: 9px 0 9px 10px;
	font-size: 13px;
	font-weight: 500;
}
#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 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;
	display: flex;
	position: sticky;
	top: 0;
	overflow-x: auto;
}
#buttons.fixed {
	position: fixed;
	top: 0;
	width: 1160px;
}
#buttons a {
	font-size: 15px;
	line-height: 50px;
	position: relative;
	display: block;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	background: #28283e;
	text-decoration: none;
	border-left: 1px solid #413d52;
	white-space: nowrap;
	flex: 1;
}
#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;
    line-height: 18px;
    margin: 0;
    display: inline-block;
    position: relative;
}
#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/.default/images/icon-new.svg") center center no-repeat;
}
#iCatalogHeader_container .iCH_item .nameProduct_icon_719:after {
    content: "";
    position: relative;
    width: 113px;
    height: 16px;
    display: inline-block;
    top: 0;
    background: url("/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/icon-719-full.svg") center center no-repeat;
    background-size: contain;
    margin-left: 6px;
}

#iCatalogHeader_container .iCH_item .item-icons {
    display: inline-flex;
}
#iCatalogHeader_container .iCH_item .item-icon_new {
    margin-bottom:5px;
    margin-left:10px;
    display:inline-block;
    width: 32px;
    height: 16px;
    background: url("/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/icon-new.svg") center center no-repeat;
    background-size: contain;
}
#iCatalogHeader_container .iCH_item .item-icon_719 {
    margin-bottom:5px;
    margin-left:10px;
    display:inline-block;
    width: 113px;
    height: 16px;
    background: url("/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/icon-719-full.svg") center center no-repeat;
    background-size: contain;
}
#iCatalogHeader_container .iCH_item .item-icon_new + .item-icon_719 {
    margin-left: 5px;
}

#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: 12pt;
	position: absolute;
	left: 0;
	transition: 0.2s all;
	font-weight: 100;
}
#allSection:hover,
#allSection:hover:before {
	color: #ff8000;
	opacity: 1;
}

.propContainer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.propContainer_right,
.propContainer_left {}
.propContainer_left {
	min-height: 285px;
	background-image: url(/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/lineika.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 230px;
	position: relative;
}

.propContainer_left.eightcm {
	background-image: url(/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/lineika8cm.jpg);
}

.propContainer_left.fivecm {
	background-image: url(/bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/images/__lineika.jpg);
	background-size: 285px;
	min-height: 285px;
}

.propContainer_left .lineika_img {
	position: absolute;	
	display: block;
	bottom: 43px;
	left: 47px;
}

.propContainer_left.eightcm .lineika_img {
	bottom: 26px;
	left: 32px;
}

.propContainer_left.fivecm .lineika_img {
	bottom: 54px;
	left: 56px;
}

.propContainer_left .lineika_name {
	position: absolute;	
	display: block;
	bottom: 12px;
	left: 12px;
}

.fullContainer_left,
.fullContainer_right {
	margin-top: 0 !important;
	/*display: flex;
	flex-wrap: wrap;*/
}
.fullContainer_right {
    padding-top: 5px;
}
.fullContainer_right .propContainer_main__item {
    /*padding-bottom: 50px !important;*/
}

.fullContainer_left .otherProps {
	padding-right: 50px;
}
@media screen and (min-width: 768px) {
    .propContainer__wrapper {
        flex-direction: row;
        gap: 40px;
    }
    .fullContainer_left,
    .fullContainer_right {
        width: 50%;
    }
}


/****************  START FORUM  ****************/
#mainForum {
	padding: 25px;
	position: relative;
	background-color: #e9e9e9;
	background-image: url(/bitrix/templates/.default/images/uf_1.png);
	background-repeat: no-repeat;
	background-position: 410px -30px;
}
#mainForum #mainForum_name span {
	font-size: 22px;
	display: block;
	margin: 5px 0;
}
#mainForum #mainForum_name a {
	color: #000;
	text-decoration: none;
	transition: 0.2s all;
}
#mainForum #mainForum_name a:hover { 
	color: #ff8000;
}
#mainForum #mainForum_name a.btn {
	color: #fff;
}
#mainForum #mainForum_desc {
	margin-top: 10px;
}
#mainForum #mainForum_desc span {
	font-size: 11px;
	display: block;
	margin-top: 15px;
	opacity: 0.8;
}
#mainForum #mainForum_desc .mainForum_desc__item {
	float: left;
	width: 33%;
}

.forum_container {
	float: left;
	position: relative;
}
.forum_container:nth-child(1) { padding-right: 25px; width: 500px; }
.forum_container:nth-child(2) { padding-left: 25px; width: 660px; }

.forum_container.forum_container__faq .btn {
	position: absolute;
	right: 20px;
	top: 0;
}

#mainFAQ .mainFAQ_first {
	display: block;
}

#mainFAQ .spoilerMain {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f9f9f9;
}
#mainFAQ .spoilerMain .spoiler_links_main:before {
	content: "+";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d7d6d6;
	color: #ff6800;
	border-radius: 50%;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}
#mainFAQ .spoilerMain .spoiler_links_main.no-active:before {
	content: "-";
}
#mainFAQ .spoilerMain .spoiler_links_main {
    border-bottom: none;
    cursor: pointer;
    padding: 0 0 0 35px;
    transition: 0.2s all;
    position: relative;
    background-color: #fff;
}
#mainFAQ .spoilerMain .sLm_Name {
    font-size: 13px;
    display: block;
	font-weight: 300;
	padding-top: 2px;
	opacity: 0.8;
}
#mainFAQ .spoiler_links_main.active.no-active .sLm_Name {
	opacity: 1;
}

#mainFAQ .spoilerMain .spoiler_body_main {
    padding: 10px 0 10px 35px;
    border-top: none;
	font-style: italic;
	font-family: arial;
	color: #ff8000;
}
/****************  END FORUM  ****************/

#price {
	font-size: 22px;
	margin-top: 35px;
}
#price span { font-weight: 400; }

.tab_block {
    margin-bottom: 50px;
}

.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: 100px;
}

#crocobox input.vacancySend {
    min-width: 170px;
    width: auto;
    margin: 30px auto 0;
    padding: 0 30px;
}

.table-default {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.table-default th {
    text-align: left;
}
.table-default th,
.table-default td {
    border: 1px solid #eee;
    padding: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #buttons {
        margin-left: -15px;
        margin-right: -15px;
    }
    .allProps {
        margin-top: 0px;
    }
    #detail__container h2, #orderinfo h2 {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) {
    .detailProduct__desc #propContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    #propContainer_main .propContainer_main__item {
        flex: 0 0 50%;
        max-width: 50%;
    	width: 50%;
	}
	#propContainer {
    	gap: 0;
	}
	.propContainer_right,
    .propContainer_left {
    	width: 50%;
    }
    .propContainer_left {
        min-width: 285px;
    }
}
/* 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/otladka/style.css?17237954643567*/
#iProducts_otladka {
    display: flex;
    flex-wrap: wrap;
}
#iProducts_otladka .iProducts_otladka_item {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	padding: 25px;
	background-color: #f8f3f0;
    background-position: right 25px top 25px;
	background-size: 80px;
	position: relative;
	transition: 0.2s all;
	min-height: 250px;
	height: auto !important;
}
#iProducts_otladka .iProducts_otladka_item:nth-child(3n) {
	background-color: #f3ede9;
}
#iProducts_otladka .iProducts_otladka_item:nth-child(3n+2) {
	background-color: #f1e9e4;
}
#iProducts_otladka .iProducts_otladka_item:hover {
	background-color: #fff;
}

.productSection {
	font-size: 13px;
	opacity: 0.8;
	margin-bottom: 6px;
	width: 100%;
	padding-right: 100px;
}
.productSection a {
    color: #000;
    text-decoration: none;
    transition: 0.2s all;
}
.productSection a:hover {
    color: #ff8000;
}
.productName {
	width: 100%;
	font-size: 15px;
	line-height: 14pt;
	padding-right: 100px;
	font-weight: 500;
}
#iProducts_otladka .iProducts_otladka_item:hover .productSection,
#iProducts_otladka .iProducts_otladka_item:hover .productName {
	text-align: left;
}

.productName a {
	color: #000;
	text-decoration: none;
	transition: 0.2s all;
	display: block;
}
.productName a:hover {
	color: #ff8000;
}

.productDescription {
	width: 245px;
	margin-top: 20px;
	font-size: 11px;
	opacity: 0.8;
	height: auto !important;
}

.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_otladka .iProducts_otladka_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;
}

.productMenu a.pM_desc:before { background-image: url(/bitrix/templates/.default/images/icons/desc.svg); }

#iProducts_otladka .productPrim { 
	margin: 15px 0 0 0; 
}
#iProducts_otladka .productPrim span {
	display: block;
	font-size: 11px;
	opacity: 0.8;
	padding-bottom: 6px;
}
#iProducts_otladka .productPrim a.btn_prim {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	transition: 0.2s all;
	border-radius: 50px;
	font-size: 11px;
	line-height: 20pt;
	padding: 0 20px;
	font-weight: 500;
	background: #eae8e8;
	margin: 0 8px 8px 0;
}
#iProducts_otladka .productPrim a.btn_prim:hover {
	background: #ff8000;
	color: #fff;
}
.paramsTable__item-name-wrapper_icon_new {
	padding-right: 25px;
}
.paramsTable__item-name-wrapper_icon_new:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	top: 45px;
	right: 120px;
	background: url("/bitrix/templates/ic_adaptive/components/bitrix/catalog.section/otladka/images/icon-new.svg") center center no-repeat;
	z-index: 100;
}
@media screen and (min-width: 768px) {
    #iProducts_otladka .iProducts_otladka_item {
        flex: 0 0 50%;
    	max-width: 50%;
    	height: auto !important;
    }
    #productsRight #iProducts_otladka .iProducts_otladka_item {
        flex: 0 0 100%;
    	max-width: 100%;
    }
}
@media screen and (min-width: 992px) {
    #productsRight #iProducts_otladka .iProducts_otladka_item {
        flex: 0 0 50%;
    	max-width: 50%;
    }
}
/* 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 */


/* Start:/bitrix/templates/ic_adaptive/components/bitrix/catalog.section/software/style.css?17237954642562*/
.sectionProducts {
	display: none;
	margin-bottom: 35px;
}

.spoilerMain .spoiler_body_main {
	border: 1px solid #e9e9e9;
	padding-bottom: 0 !important;
	display: flex;
	flex-wrap: wrap;
}
.spoilerMain .sLm_Name { 
	font-weight: 500;
}
.spoilerMain .sLm_Desc { 
	opacity: 0.7; 
	font-size: 13px; 
	margin-top: 5px;
	padding-right: 25px;
}
.spoilerMain .spoiler_links_main:before {
    top: 50%;
    transform: translateY(-50%);
}
.spoilerMain .spoiler_links_main.rc_empty:before {
    display: none;
}

.spoilerMain .spoiler_links_main {
	border: 1px solid #e9e9e9;
	border-bottom: none;
	padding: 25px 70px 25px 60px;

	background-repeat: no-repeat;
	background-position: 25px 50%;
	background-size: 25px auto;
}
.spoilerMain .spoiler_links_main.no-active {
	background-color: #f8f3f0;
	border: 1px solid #efefef;
	border-bottom: none;
}

#iProducts {
	background-color: #fff;
}
#iProducts .iProducts_item {
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 25px 35px; 
	border-bottom: 1px solid #f7f7f7;
	padding: 25px 25px 25px 105px;
	position: relative;
	transition: 0.2s all;
}

#iProducts .iProducts_item__container {
	float: left;
	display: block;
	padding: 0 0 20px 45px;
	width: 100%;

	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-size: 30px auto;
}

#iProducts .iProducts_item__container .productName {

}
#iProducts .iProducts_item__container .productName a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 12pt;
	transition: 0.2s all;
}
#iProducts .iProducts_item__container .productName a:hover {
	color: #ff8000;
}
#iProducts .iProducts_item__container .productVersion,
#iProducts .iProducts_item__container .productFormat {
	font-size: 11px;
	color: #999;
	line-height: 12pt;
}

#iProducts .iProducts_item__container .productDownload {

}
#iProducts .iProducts_item__container .productDownload a {
	color: #ff8000;
	border-bottom: 1px solid #ff8000;
	text-decoration: none;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
    .spoilerMain .spoiler_body_main {
    	padding: 15px;
    }
    .spoilerMain .spoiler_links_main:before {
    	right: 20px;
        width: 30px;
        line-height: 30px;
    }
}
@media screen and (min-width: 768px) {
    .spoilerMain .spoiler_links_main {
    	padding: 25px 80px 25px 90px;
        background-position: 30px 50%;
        background-size: 35px auto;
    }
    #iProducts .iProducts_item__container {
    	width: 50%;
    	padding: 0 25px 25px 65px;
    }
}

/* End */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog/products/style.css?17633729978298 */
/* /bitrix/templates/.default/js/spoilers/style.css?17237954621845 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?176354469111864 */
/* /bitrix/templates/ic_adaptive/components/bitrix/news.list/products_detail_docs/style.css?17237954651198 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section/otladka/style.css?17237954643567 */
/* /bitrix/templates/ic_adaptive/js/scroll/jquery.jscrollpane.css?17237954651584 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section/software/style.css?17237954642562 */
