

/* Start:/local/templates/kontinentalNEW/components/bitrix/catalog/catalog/style.css?17561118721122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/style.css?17612943366525*/
.bx-filter .bx-filter-container-modef {
    height: 0;
}

.bx-filter .range-inputs {
	margin-bottom: 15px;
}

.bx-filter .jcf-select-text {
	position: absolute;
	right: 0;
	top: -13px;
}

.filter-wrap__hidden  .bx-filter-container-modef {
	position: absolute;
	right: 0;
	top: 25%;
}
.filter-wrap__hidden  .view-result {
	position: absolute;
	top: 50px;
	left: 100%;
	/* background: red; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	/* background: #131313; */
	/* padding: 5px 15px; */
	color: #fff;
	white-space: nowrap;
	z-index: 10;
	text-decoration: none;
	background: #ff400d;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 16px;
	display: flex
;
	flex-direction: row;
	justify-content: space-evenly;
}
span#modef_num {
	margin-left: 5px;
}
#modef_num svg{
	width: 15px;
	height: 15px;
}
.filter-wrap__hidden .view-result:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	/* border-right: 5px solid #131313; */
	border-right: 5px solid #ff400d;
	border-bottom: 5px solid transparent;
}
.filter-wrap__hidden .bx-filter-container-modef .view-result {
	top: 0!important;
}

.bx-filter .bx-filter-select-container {
	text-align: left;
	vertical-align: top;
	position: relative;
	background: #f7f7f7;
	border: 0;
	display: block;
	width: 100%;
	height: 54px;
	padding: 15px 0 15px 38px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2f2f2f;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
			border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	/*padding: 0 33px 0 10px;*/
	padding: 0;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.bx-filter .bx-filter-select-text {
	/*font-size: 15px;*/
	/*line-height: 33px;*/
	/*overflow: hidden;*/
	/*max-width: 100%;*/
	/*height: 33px;*/
	/*cursor: pointer;*/
	/*vertical-align: middle;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*-ms-text-overflow: ellipsis;*/

	cursor: pointer;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
/*.bx-filter .bx-filter-select-arrow {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	width: 34px;*/
/*	height: 33px;*/
/*	cursor: pointer;*/
/*	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;*/
/*}*/
/*/**/
/**	Select popup*/
/***/
/**/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}

/*
#e1e1e1
#ed1c24
*/

.bx-ui-slider-track-container
{
	/*margin-top:40px;*/
	margin-bottom:10px;
}

.bx-filter-parameters-box-slider-container
{
	display:flex;
	justify-content:space-between;
}

.bx-ui-slider-part
{
	display:none;
}

.bx-ui-slider-range
{
	height:4px;
	position:relative;
	background:#e1e1e1
}

.bx-ui-slider-handle
{
	display:block;
	position:absolute;
	bottom:8px;
	width:8px;
	height:13px;
	background:#ed1c24
}

.bx-ui-slider-handle::after
{
	content:"";
	display:block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ed1c24;
	position:absolute;
}

.bx-ui-slider-handle.left
{
	margin-left:-4px;
}

.bx-ui-slider-handle.right
{
	margin-right:-4px;
}

.bx-ui-slider-pricebar-v
{
	position:absolute;
	z-index:1;
	height:4px;
	background:#ed1c24;
}

.bx-filter-parameters-box-container-block
{
	color:#808080;
	text-transform:lowercase;
}

.bx-filter-input-container
{
	display:inline-block;
}

.bx-filter-input-container input
{
	border:0px;
	color:#808080;
}
 div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}


.ch-item.checkbox.disabled {
	display: none;
}
span.FILTER_CHECKBOXES_ITEM_CNT {
	 background: #ff400c;
	 padding: 1px 6px !important;
	margin-left: auto;
	 right: 40px;
	top: 30%;
 }

/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/catalog.section/.default/style.css?1756111546105*/
button.added:hover svg{
    display: none;
}
button.added:hover .remove{
    display: block !important;
}
/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/catalog.section/.default/themes/blue/style.css?1756111535825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/kontinentalNEW/components/bitrix/catalog/catalog/style.css?17561118721122 */
/* /local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/style.css?17612943366525 */
/* /local/templates/kontinentalNEW/components/bitrix/catalog.section/.default/style.css?1756111546105 */
/* /local/templates/kontinentalNEW/components/bitrix/catalog.section/.default/themes/blue/style.css?1756111535825 */
