

/* Start:/bitrix/templates/new/components/bitrix/system.pagenavigation/round/style.css?16977430462445*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #69AE26;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}


/* End */


/* Start:/bitrix/templates/new/components/bitrix/catalog.section/mainpage/style.css?169774304521778*/
/* catalog.section */
.home_overitems:before{
	top: -30px;
    left: -11px;
	position:absolute;
	width: 96px;
	height: 96px;
	background: rgba(105, 174, 38, 0.2);
	content:'';
	border-radius:50%;
}
.home_overitems .ttl{
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	margin-bottom:55px;
}
.home_overitems{
	max-width:970px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home{
	margin-bottom:60px;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	margin-bottom:30px;
}

.bx_catalog_list_home.col4 .bx_catalog_item{
	padding: 0;
	margin: 0 0 20px;
	width: 25%;
	min-height: 315px;
}
	
@media screen and (min-width:768px) and (max-width:980px){
	.bx_catalog_list_home.col4 .bx_catalog_item {
		width: 33.3%;
	}
	.bx_catalog_list_home .bx_catalog_item {
		position: relative;
		float: none;
		display: inline-block;
	}
}	
	
@media (min-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0  ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
	padding:15px;
	transition:max-height 0.5s linear, border 0.7s ease;
	max-height: 315px;
	background:#fff;
	border-radius:8px;
    overflow: hidden;
	position:absolute;
	z-index:990;
	top:0;
	left:0;
	right:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	border: 1px solid rgba(0, 0, 0, 0.19);
	max-height: 600px;
}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
	color:#a5a5a5;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a{
	color:#3f3f3f;
	text-decoration:none;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.bx_catalog_list_home .bx_catalog_item_price{
	color:#3f3f3f;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
	color:#a5a5a5;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls{
	padding-top:10px;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item:hover {
	z-index:2;
}

@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width:100%;
	white-space:nowrap;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}


@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{display:none}
.bx_catalog_list_home .bx_cnt_desc{
	text-align:left;
	position:absolute;
	right:-45px;
	top:2px;
	width:40px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
	padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price.realprice2{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	padding-top: 0;
    text-align: left;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	z-index:910;
	display:block;
	padding-top:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
	z-index:900;
	margin-top:-100%;
	margin-bottom:10px;
	opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity:0;
	-webkit-animation:rotateimgfirst 0.5s;
	animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity:1;
	-webkit-animation:rotateimglast 0.5s;
	animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch  .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}


.bx_catalog_list_home .bx_bt_button_type_2 {
	width:40px;
	height:40px;
	border-right:1px solid rgba(0, 0, 0, 0.12);
	background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/./images/minus.svg) no-repeat center;
}
.bx_catalog_list_home .bx_bt_button_type_2.btnplus {
	border-right:none;
	border-left:1px solid rgba(0, 0, 0, 0.12);
	background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/./images/plus.svg) no-repeat center;
}
.bx_catalog_list_home .bx_bt_button{
	background:#00a2df;
	text-shadow:0 1px 0 #006cae;
}
.bx_catalog_list_home .bx_bt_button:hover 		{
	background:#21afe4;

}
.bx_catalog_list_home .bx_bt_button:active 		{
	background:#21afe4;
}


.bx_catalog_list_home .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}



.bx_catalog_list_home .bx_medium.bx_bt_button{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:23px;
	font-weight:bold;
	line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .overnum span{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	display:inline-block;
	width:25px;
}
.bx_catalog_list_home .overnum{
    height: 38px;
	width: calc(100% - 82px);
	cursor:text;
}
.bx_catalog_list_home .bx_col_input{
	display:inline-block;
	text-align:center;
	padding: 0 24px 0 10px;
    height: 38px;
    vertical-align: top;
	margin-right:-27px;
	font-size: 16px;
	text-align: center;
	color: #000000;
	border: none;
	box-shadow:unset;
	outline:none!important;
	max-width:100%;
	width: 65px;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right 		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/arr_left.png) no-repeat left center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:  0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/fade_left.png) repeat-y left center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right: 0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:  6%;
	right: 6%;
	bottom:6%;
	left: 6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right 	 {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/arr_left.png) no-repeat  left center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/arr_right.png) no-repeat  right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:  0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/fade_left.png) repeat-y  left center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right: 0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/images/fade_right.png) repeat-y  right center;background-size: 100% auto}
.tarakud-oneclick a.btn-primary {padding:2px 12px;}

.fake_price2{
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
	padding-top: 5px;
}
.realprice2 .bx_price{
    font-weight: bold!important;
    padding-top: 0!important;
    text-align: left!important;
    margin-bottom: 9px!important;
    font-size: 25px!important;
    line-height: 36px!important;
}
.poditogo2{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    text-align: left;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.tarakud-oneclick a.btn{
	background: rgba(105, 174, 38, 0.15)!important;
    border-radius: 4px;
    width: 100%;
    border: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #69AE26!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	background: #69AE26!important;
    color: #FFFFFF!important;
    margin-bottom: 0;
}




















/* End */


/* Start:/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/style.css?16977430474901*/
.popup-hidden-window {
	max-width:500px;
	/*min-height:500px;*/
}
.popup-title {
	font-size:16px;
	font-weight:bold;
	padding-bottom:7px;
	width:550px;
	color:#333;
}
.popup-hidden-window .required {
	color:red;
}
.popup-location select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
.popup-date input[type=text] {
	display: block;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
#popup-comment {
	resize:none;
	height:100px;
	min-height:100px;
}

.popup-reload-captcha {
	background:url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/reload.png) 0 0 no-repeat;
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
	margin:4px 0 0 5px;
}
.popup-captha {
	width:auto !important;
}

.popup-quantity {
	float:left;
	width:100px !important;
}
.popup-quantity-calc {
	float:left;
	margin:7px 0 0 7px;
}
.popup-quantity-calc a {
	display:block;
	width:7px;
	height:4px;
	text-decoration:none;
}
.popup-quantity-calc-top {
	background:url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/top.gif) 0 0 no-repeat;
}
.popup-quantity-calc-down {
	background:url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/down.gif) 0 0 no-repeat;
	margin:15px 0 0 0;
}


.popup-btn {
	text-align:center;
	margin-top:15px;
}

.order-error {
	padding:10px;
	margin-bottom:10px;
	background-color:#fcf8e3;
}

.popup-order-confirm {
	text-align:center;
}
.popup-order-confirm div {
	font-size:16px;
	text-align:left;
	background:url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/apply.png) 0 0 no-repeat;
	display:inline-block;
	padding:15px 0 0 55px;
	height:48px;
}

.popup-price {
	margin:3px 0;
	text-align:left;
}
.popup-price span {
	color:red;
}
.popup-offers {
	margin-bottom:10px;
}
.popup-offers-props {
	margin-left:25px;
	color:#999;
}
.popup-offers-props.price {
	font-size:14px;
}
@media (max-width: 760px) {
	.popup-img {
		text-align:center;
	}
}





.oneclickmodal .inblock .btn-primary {
    display: inline-block;
    margin-left: 20px;
    height: 48px;
    line-height: 48px;
    box-shadow: unset;
    border: 1px solid #69AE26;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-shadow: unset;
    padding: 0 30px;
    transition: all 0.3s ease;
    text-decoration: none;
	background: #69AE26;
    color: #fff;
}
.oneclickmodal .inblock .btn-primary:hover {
    background: #fff;
    color: #69AE26;
}






.oneclickmodal .inblock .close span {
    font-size: 0;
    background: url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/close.svg) no-repeat center;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition: all 1.0s ease!important;
}
.oneclickmodal .inblock .close:hover span {
    transform: rotate(90deg);
}
.oneclickmodal .inblock .close:hover span:last-child {
    transform: rotate(-90deg);
}
.oneclickmodal .inblock .close {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 28px;
    cursor: pointer;
    opacity: 1;
	z-index: 9;
}
.oneclickmodal .inblock .popup-price span{
	font-weight:bold;
}
.oneclickmodal .inblock select{
    margin-bottom: 10px;
}
.oneclickmodal .inblock .popup-hidden-window .popup-img img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.oneclickmodal .inblock .popup-order-confirm{
	min-height: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.oneclickmodal .inblock form{
	background:#fff;
}
.oneclickmodal .inblock .popup-title {
    margin-bottom: 10px;
	width: 100%;
}
.oneclickmodal .inblock {
    overflow: hidden;
    padding: 30px 34px;
    background: #FFFFFF url(/bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/images/loader.gif) no-repeat center;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    position: relative;
    width: 100%;
    max-width: 500px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    max-height: 100%;
    overflow-y: auto;
    margin: 25px;
	min-height: 300px;
}
.oneclickmodal{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999999;
}
body.noscroll2 {
    overflow: hidden;
    width: 100%;
}

/* End */


/* Start:/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/style.min.css?16977430454634*/
.bx_blue.bx-section-desc{border-left-color:#69AE26}.bx_catalog_list_home.bx_blue .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #165c99;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_catalog_list_home.bx_blue .bx_bt_button:hover{background:#26b0e4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));background:-webkit-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-moz-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-ms-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-o-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:linear-gradient(to bottom,#26b0e4 0,#2684d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0)}.bx_catalog_list_home.bx_blue .bx_bt_button:active{background:#0052bf;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));background:-webkit-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-moz-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-ms-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-o-linear-gradient(top,#0052bf 0,#0085d3 100%);background:linear-gradient(to bottom,#0052bf 0,#0085d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0)}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/style.css?169774304523894*/
/* catalog.section */
.home_overitems:before{
	top: -30px;
    left: -11px;
	position:absolute;
	width: 96px;
	height: 96px;
	background: rgba(105, 174, 38, 0.2);
	content:'';
	border-radius:50%;
}
.home_overitems .ttl{
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	margin-bottom:55px;
}
.home_overitems{
	max-width:970px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home{
	margin-bottom:60px;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	margin-bottom:30px;
}

.bx_catalog_list_home.col4 .bx_catalog_item{
	padding: 0;
	margin: 0 0 20px;
	width: 25%;
	min-height: 315px;
}
	
@media screen and (min-width:768px) and (max-width:980px){
	.bx_catalog_list_home.col4 .bx_catalog_item {
		width: 33.3%;
	}
	.bx_catalog_list_home .bx_catalog_item {
		position: relative;
		float: none;
		display: inline-block;
	}
}	
	
@media (min-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0  ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px ;width:100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
	padding:15px;
	transition:max-height 0.5s linear, border 0.7s ease;
	max-height: 315px;
	background:#fff;
	border-radius:8px;
    overflow: hidden;
	position:absolute;
	z-index:990;
	top:0;
	left:0;
	right:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	border: 1px solid rgba(0, 0, 0, 0.19);
	max-height: 600px;
}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
	color:#a5a5a5;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
	overflow: auto;
	white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a{
	color:#3f3f3f;
	text-decoration:none;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.bx_catalog_list_home .bx_catalog_item_price{
	color:#3f3f3f;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
	color:#a5a5a5;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls{
	padding-top:10px;
	text-align:center;
}
.bx_catalog_list_home .bx_catalog_item:hover {
	z-index:2;
}

@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width:100%;
	white-space:nowrap;
	text-align:center;
	border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}


@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{display:none}
.bx_catalog_list_home .bx_cnt_desc{
	text-align:left;
	position:absolute;
	right:-45px;
	top:2px;
	width:40px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
	padding-top: 5px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price.realprice2{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	padding-top: 0;
    text-align: left;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	z-index:910;
	display:block;
	padding-top:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
	z-index:900;
	margin-top:-100%;
	margin-bottom:10px;
	opacity:0;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity:0;
	-webkit-animation:rotateimgfirst 0.5s;
	animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity:1;
	-webkit-animation:rotateimglast 0.5s;
	animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast {from {opacity:0;} to {opacity:1;}}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	 .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch  .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick .stickblk {
	height: 24px;
	line-height: 24px;
	background: #3357EB;
	border-radius: 2px;
	margin-bottom:6px;
	padding:0 8px;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
}
.bx_catalog_list_home .bx_stick .stickblk.type-hit {
	background: #69AE26;
}
.bx_catalog_list_home .bx_stick .stickblk.type-action {
	background: #eb3333;
}
.bx_catalog_list_home .bx_stick{
	position:absolute;
	text-align:left;
	top: 12px;
  left: -12px;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
	position:absolute;
	width:72px;
	height:74px;
	background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:23px;
	line-height:74px;
}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_list_home .bx_stick{
		width:90px;
		height:30px;
		background-size:100%;
		line-height:30px;
	}
	.bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick_disc{
		width:64px;
		height:65px;
		background-size:100%;
		font-size:	20px;
		line-height:65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}
	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:48px;
		height:49px;
		background-size:100%;
		font-size:	16px;
		line-height:49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_list_home .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}

	.bx-touch .bx_catalog_list_home .bx_stick_disc{
		width:37px;
		height:38px;
		background-size:100%;
		font-size:13px;
		line-height:38px;
	}
}

.bx_catalog_list_home .bx_bt_button_type_2 {
	width:40px;
	height:40px;
	border-right:1px solid rgba(0, 0, 0, 0.12);
	background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/./images/minus.svg) no-repeat center;
}
.bx_catalog_list_home .bx_bt_button_type_2.btnplus {
	border-right:none;
	border-left:1px solid rgba(0, 0, 0, 0.12);
	background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/./images/plus.svg) no-repeat center;
}
.bx_catalog_list_home .bx_bt_button{
	background:#00a2df;
	text-shadow:0 1px 0 #006cae;
}
.bx_catalog_list_home .bx_bt_button:hover 		{
	background:#21afe4;

}
.bx_catalog_list_home .bx_bt_button:active 		{
	background:#21afe4;
}


.bx_catalog_list_home .bx_small.bx_bt_button{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}



.bx_catalog_list_home .bx_medium.bx_bt_button{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:23px;
	font-weight:bold;
	line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .overnum span{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	display:inline-block;
	width:25px;
}
.bx_catalog_list_home .overnum{
    height: 38px;
	width: calc(100% - 82px);
	cursor:text;
}
.bx_catalog_list_home .bx_col_input{
	display:inline-block;
	text-align:center;
	padding: 0 24px 0 10px;
    height: 38px;
    vertical-align: top;
	margin-right:-27px;
	font-size: 16px;
	text-align: center;
	color: #000000;
	border: none;
	box-shadow:unset;
	outline:none!important;
	max-width:100%;
	width: 65px;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right 		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/arr_left.png) no-repeat left center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:  0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/fade_left.png) repeat-y left center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right: 0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:  6%;
	right: 6%;
	bottom:6%;
	left: 6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right 	 {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/arr_left.png) no-repeat  left center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/arr_right.png) no-repeat  right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:  0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/fade_left.png) repeat-y  left center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right: 0;background:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/images/fade_right.png) repeat-y  right center;background-size: 100% auto}
.tarakud-oneclick a.btn-primary {padding:2px 12px;}

.fake_price2{
	font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
	padding-top: 5px;
}
.realprice2 .bx_price{
    font-weight: bold!important;
    padding-top: 0!important;
    text-align: left!important;
    margin-bottom: 9px!important;
    font-size: 25px!important;
    line-height: 36px!important;
}
.poditogo2{
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    text-align: left;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.tarakud-oneclick a.btn{
	background: rgba(105, 174, 38, 0.15)!important;
    border-radius: 4px;
    width: 100%;
    border: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #69AE26!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	background: #69AE26!important;
    color: #FFFFFF!important;
    margin-bottom: 0;
}




















/* End */


/* Start:/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/style.min.css?16977430454634*/
.bx_blue.bx-section-desc{border-left-color:#69AE26}.bx_catalog_list_home.bx_blue .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #165c99;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_catalog_list_home.bx_blue .bx_bt_button:hover{background:#26b0e4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));background:-webkit-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-moz-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-ms-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-o-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:linear-gradient(to bottom,#26b0e4 0,#2684d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0)}.bx_catalog_list_home.bx_blue .bx_bt_button:active{background:#0052bf;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));background:-webkit-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-moz-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-ms-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-o-linear-gradient(top,#0052bf 0,#0085d3 100%);background:linear-gradient(to bottom,#0052bf 0,#0085d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0)}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/news.list/mainpage/style.css?16977430461050*/
.manpage-newslist{
	margin-bottom:130px;
}
.manpage-newslist .ttl {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}
.manpage-newslist .link {
    position: absolute;
    top: 12px;
    right: 20px;
}
.manpage-newslist .link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #69AE26;
    text-decoration: none;
}
.manpage-newslist .items{
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}
.manpage-newslist .items .blk .name{
	font-weight: bold;
    font-size: 16px;
    line-height: 24px;
	color: #000000;
	margin-bottom:12px;
}
.manpage-newslist .items .blk .date{
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}
.manpage-newslist .items .blk img{
	margin-bottom:12px;
	border-radius: 4px;
}
.manpage-newslist .items .blk {
	max-width:290px;
	text-decoration:none;
}
.manpage-newslist .wrapper {
    position: relative;
    padding: 0 20px;
}














/* End */


/* Start:/bitrix/templates/new/components/bitrix/news.list/porody_list/style.css?16977430462238*/
.porody_list .ttl {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}
.porody_list .wrapper {
    position: relative;
    padding: 0 20px;
}
.porody_list .link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #69AE26;
    text-decoration: none;
}
.porody_list .items{
    display: flex;
    flex-wrap: wrap;
}
.porody_list .items a .right .txt{
	font-size: 16px;
    line-height: 24px;
	color: #000000;
}
.porody_list .items a .right .name{
	font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}
.porody_list .items a .right{
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 24px - 102px);
}
.porody_list .items a .overimg{
	display: inline-block;
	width: 102px;
    height: 117px;
	background: rgba(0, 0, 0, 0.3);
	padding:1px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	vertical-align: top;
	margin-right:24px;
}
.porody_list .items a .overimg2{
	position:relative;
	width: 100px;
    height: 115px;
	padding:8px;
	background:#fff;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.porody_list .items a img{
	position:relative;
	z-index:1;
	width: 100%;
    height: 100%;
	display:block;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.porody_list .items a{
	display: inline-block;
    width: calc(50% - 15px);
	padding:24px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: #FFFFFF;
	margin-bottom: 30px;
	text-decoration:none;
	font-size:0;
}
.porody_list .items a:nth-child(even){
    margin-left: 23px;
}
.porody_list .link {
    position: absolute;
    top: 12px;
    right: 20px;
}
.porody_list{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
    padding: 114px 0 165px;
	background: url(/bitrix/templates/new/components/bitrix/news.list/porody_list/./images/bg.svg) no-repeat right top 138px;
}




































/* End */


/* Start:/bitrix/templates/new/components/bitrix/news.list/porody_list_m/style.css?16977430462201*/
.porody_list .ttl {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}
.porody_list .wrapper {
    position: relative;
    padding: 0 20px;
}
.porody_list .link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #69AE26;
    text-decoration: none;
}
.porody_list .items a .right .txt{
	font-size: 16px;
    line-height: 24px;
	color: #000000;
}
.porody_list .items a .right .name{
	font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}
.porody_list .items a .right{
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 24px - 102px);
}
.porody_list .items a .overimg{
	display: inline-block;
	width: 102px;
    height: 117px;
	background: rgba(0, 0, 0, 0.3);
	padding:1px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	vertical-align: top;
	margin-right:24px;
}
.porody_list .items a .overimg2{
	position:relative;
	width: 100px;
    height: 115px;
	padding:8px;
	background:#fff;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.porody_list .items a img{
	position:relative;
	z-index:1;
	width: 100%;
    height: 100%;
	display:block;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.porody_list .items a{
	display: inline-block;
    width: calc(50% - 15px);
    clear: both;
	padding:24px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: #FFFFFF;
	margin-bottom: 30px;
	text-decoration:none;
	font-size:0;
}
.porody_list .items a:nth-child(even){
    float: right;
	clear: none;
}
.porody_list .link {
    position: absolute;
    top: 12px;
    right: 20px;
}
.porody_list{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
    padding: 114px 0 165px;
	background: url(/bitrix/templates/new/components/bitrix/news.list/porody_list_m/./images/bg.svg) no-repeat right top 138px;
}




































/* End */
/* /bitrix/templates/new/components/bitrix/system.pagenavigation/round/style.css?16977430462445 */
/* /bitrix/templates/new/components/bitrix/catalog.section/mainpage/style.css?169774304521778 */
/* /bitrix/templates/new/components/tarakud/sale.order.oneclick/fancy1/style.css?16977430474901 */
/* /bitrix/templates/new/components/bitrix/catalog.section/mainpage/themes/blue/style.min.css?16977430454634 */
/* /bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/style.css?169774304523894 */
/* /bitrix/templates/new/components/bitrix/catalog.section/mainpage_m/themes/blue/style.min.css?16977430454634 */
/* /bitrix/templates/new/components/bitrix/news.list/mainpage/style.css?16977430461050 */
/* /bitrix/templates/new/components/bitrix/news.list/porody_list/style.css?16977430462238 */
/* /bitrix/templates/new/components/bitrix/news.list/porody_list_m/style.css?16977430462201 */
