

/* Start:/local/templates/bananoed/components/bitrix/catalog/catalog/style.css?16177828271122*/
.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/bananoed/components/bitrix/catalog.section.list/mainSections/style.css?16209978171155*/
.sections{
	margin: 50px 0;
}
.sections--title{
	margin-bottom: 30px;
}
.sections--description{
	font-weight: bold;
}
.sections-item{
	overflow: hidden;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: block;
    padding: 40px 0 0 0;
    position: relative;
    margin-top: 25px;
    transition: border 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}
.sections-item:hover{
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px rgb(247, 145, 44, 0.5);
}
.sections-item:hover .sections-btn:before{
	background: #F7912C;
	box-shadow: 0px 8px 15px rgb(247, 81, 44, 0.5);
}
.sections-title{
	position: absolute;
	top: 20px;
	left: 20px;
}
.sections-img{
	max-width: 100%;
	display: block;
}
.sections-btn{
	position: absolute;
	bottom: 53px; right: 58px;
	font-size: 56px;
}
.sections-btn i{
	display: block;
	line-height: 0;
	position: relative;
	z-index: 2;
}
.sections-btn:before{
	content:"";
	position: absolute;
	bottom: 0; right: 6px; top: 50%;
	transform: translate(50%, -50%);
	width: 56px; height: 56px;
	border: 2px solid #F7912C;
	border-radius: 30px;
	z-index: 1;
	transition: background 0.3s, box-shadow 0.3s;
}
/* End */


/* Start:/local/templates/bananoed/components/bitrix/system.pagenavigation/visual/style.css?16190093094005*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/bananoed/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #f7912c;
    color: #FFF;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/bananoed/components/bitrix/catalog.item/.default/style.css?16481272781229*/
.product{
	padding: 40px 25px 20px;
	border: 1px solid #EBEBEB;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s, border-color 0.3s;
	margin-top: 25px;
	box-sizing: border-box;
	position: relative;
}
.product:hover{
	box-shadow: 0px 10px 20px rgb(247 145 44 / 50%);
	border-color: transparent;
}
.product-new{
	position: absolute;
	top: 0;left: 0;
	width: 52px;height: 52px;
	color: #FFF;
	background: #f7912c;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}
.product-img{
	width: 100%;
	margin-bottom: 40px;
	display: block;
}
.product-title{
	margin-bottom: auto;
	
}
.product-price{
	font-size: 24px;
    font-weight: bold;
}
.product-price span{
	color: #f7912c;
}
span.product-price--meausure{
	font-size: 14px;
	color: #222222;
}

.product-item-container .product-price .product-buy {
	display: inline-block;
	position: absolute;
	right: 25px;
	bottom: 15px;
	padding: 8px 20px;
	background-color: #f7912c;
	color: #fff;
	border: none;
	font-size: 16px;
}
.product-item-container .product-price .product-buy:hover {
	background-color: #da8c3e;
}
/* End */


/* Start:/local/templates/bananoed/components/bitrix/catalog.section/.default/themes/blue/style.css?1617785744825*/
/* 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/bananoed/components/bitrix/catalog/catalog/style.css?16177828271122 */
/* /local/templates/bananoed/components/bitrix/catalog.section.list/mainSections/style.css?16209978171155 */
/* /local/templates/bananoed/components/bitrix/system.pagenavigation/visual/style.css?16190093094005 */
/* /local/templates/bananoed/components/bitrix/catalog.item/.default/style.css?16481272781229 */
/* /local/templates/bananoed/components/bitrix/catalog.section/.default/themes/blue/style.css?1617785744825 */
