

/* 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.section.list/catalog_header_menu/style.css?17633729972538*/
#iCatalogHeader_container { 
	width: 320px;
}
#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 h1 {
    color: #000;
    text-decoration: none;
    z-index: 0;
    line-height: 19px;
    margin: 0;
    transition: 0.2s all;
}

#iCatalogHeader_container .iCH_item a.main_section,
#iCatalogHeader_container .iCH_item h1.main_section {
	font-weight: 400;
	font-size: 22px;
}

#iCatalogHeader_container .iCH_item a:hover {
	text-decoration: none;
	color: #ff8000;
}

#iCatalogHeader_container .iCH_item .icon {
	position: absolute;
	left: 0;
	top: 24px;
	display: block;
	transition: 0.2s all;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

#iCatalogHeader_container .iCH_item .subMenuHeader {
	position: absolute;
	font-size: 13px;
	line-height: 18px;
	left: 380px;
	top: 25px;
}
#iCatalogHeader_container .iCH_item .subMenuHeader a { 
	display: inline-block;
	max-width: 250px;
	vertical-align: top;
	padding: 0 60px 0 45px;
	position: relative;
	opacity: 0.6;
}
#iCatalogHeader_container .iCH_item .subMenuHeader a:before { 
	content: "";
	position: absolute;
	border: 1px solid #e1e1e1;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	left: 0;
}
#iCatalogHeader_container .iCH_item:hover .subMenuHeader {
	display: block;
}

#otherSection {
	display: none;
	position: absolute;
	z-index: 1100;
	background: #fff;
	width: 280px;
}
#otherSection .iCH_item { padding-bottom: 0; }
#otherSection .iCH_item .icon {
	width: 30px;
	height: 30px;
	background-size: cover;
	top: 14px;
}
#otherSection .iCH_item a.main_section {
	font-size: 13px;
	display: block;
	height: auto !important;
}
#allSection {
	font-size: 13px;
	opacity: 0.6;
	padding: 15px 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: 13px;
	position: absolute;
	left: 0;
	margin-top: 0;
	transition: 0.2s all;
	font-weight: 100;
}
#allSection:hover,
#allSection:hover:before {
	color: #ff8000;
	opacity: 1;
}
/* End */


/* Start:/bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/subsection_left/style.css?1723795464620*/
#subsection { margin: 25px 0; }
#subsection a,
#subsection h1 {
	display: block;
	font-size: 13px;
	padding: 15px 15px 15px 60px;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 3px center;
	min-height: 35px;
	font-weight: 400;
}
#subsection h1 {
    margin: 0;
}
#subsection a.ss_active,
#subsection h1.ss_active {
	color: #000;
	font-weight: 700;
}
#subsection a.sub.
#subsection h1.sub {
	font-size: 11px;
	min-height: auto;
	padding: 5px 0 5px 60px;
} 
#subsection a.ss_active.sub,
#subsection h1.ss_active.sub {
    font-weight: 400; color: #ff8000;
}

/* End */


/* Start:/bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/lp/style.css?17237954641129*/
#productsRight,
#productsLeft {
	border: none !important;
}
#productsRight {
	padding-left:40px  !important;
	margin-top:-100px !important;
}
#content {
	padding-bottom: 0 !important;
}
.rc_section_wrap {
	margin-top: 0;
}
.inner_sections_wrapper {
display: flex;
}
.inner_sections_el {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #f8f3f0;
	border-bottom: 2px solid #ff8000;
	padding: 15px;
}
.inner_sections_el:first-child {
	margin-left:0;
}
.inner_sec_elname {
	margin-top:10px;
}
.inner_sec_elname,
.inner_sec_elname a {
	font-size:16px;
	text-decoration:none;
	color:#ff8000;
	text-align:center;
}
.inner_sec_elname a:hover {
	color: #e25c00;
}
.inner_sec_link {
position: relative;
    display: inline-block;
    padding: 5px 25px 5px 25px;
    border-radius: 50px;
    font-size: 11px;
    text-decoration: none;
    color: #ff8000;
    transition: 0.2s all;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff;
	float:right;
border:1px solid #ff8000;
}
.inner_sec_eldesc {
padding:10px; 
margin-left:5px;
}
.inner_sec_link:hover {
color:white;
font-weight:bold;
	background: #ff8000;
}
/* End */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog/products/style.css?17633729978298 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/catalog_header_menu/style.css?17633729972538 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/subsection_left/style.css?1723795464620 */
/* /bitrix/templates/ic_adaptive/components/bitrix/catalog.section.list/lp/style.css?17237954641129 */
