

/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/style.css?15334450982485*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: right;
	width: 950px;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: left;
	/*width: 18.21%;*/
	width: 235px;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/*filter*/
.catalog-section-filter{
	height:40px;
	margin-bottom:20px;
	border: 1px solid #50bdab;
	background-color: #50bdab;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.catalog-section-filter .option{
	height: 16px;
	padding: 4px 20px;
	margin: 8px 0;
	border-left: 1px solid #fff;
	float: left;
    line-height: 10px;
}
.catalog-section-filter .option:nth-child(1){padding-right:30px; border-left:0;}
.catalog-section-filter .option:nth-child(2){padding-right:20px}
.catalog-section-filter .option:nth-child(3){padding-right:0px}
.catalog-section-filter .option span{
	display:block;
	float:left;
	margin-top: 2px;
	margin-right:7px;
    color: #fff;
}
.catalog-section-filter .option a.ico{
	display:block;
	float:left;
	height:14px;
	min-width:14px;
	padding:2px 4px 4px;
	background-position: 0px -100px;
	background-repeat:no-repeat;
	margin-left:7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	color:#fff;
    line-height: 14px;
}
.catalog-section-filter .option a.active{
    background-color: #fff;       
    color: #565958;    
    line-height: 14px;
}
.catalog-section-filter .option a.ico:not(.active):hover{
	text-decoration:underline;
}
.catalog-section-filter .option a.ico-1{
    background-position: 0 -23px;
    padding: 3px;
    border-color:#383368;
    }
.catalog-section-filter .option a.ico-1.active {
    background-position:-1px 0; padding:3px;
    border-color: transparent;
    }

.catalog-section-filter .option a.ico-2{
    background-position: -21px 0;
    padding: 3px;
    border-color:#383368;
    }
.catalog-section-filter .option a.ico-2.active {
    background-position: -21px -22px;
    padding: 3px;
    border-color: transparent;
    background-color: #fff;
    }

.catalog-section-filter .option a.active i.ico-arrow {
	display: inline-block;
	height: 12px;
	width: 7px;
	margin: 0 0 -2px 2px;	
	background-position: -105px -4px;
	background-repeat:no-repeat;
}
.catalog-section-filter .option a.active i.ico-arrow.down {
	background-position: -117px -3px;
}
/* End */


/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/catalog.section.list/tree_main/style.css?15337396132322*/
.mainpage-catalog-list {  
    border: 1px solid #f7c221;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;    
    background-color: #f7c221;
}
.mainpage-catalog-list > ul > li {
   width: 100%;
   position: relative;
   padding-left: 30px;
   box-sizing: border-box;
}
.mainpage-catalog-list > ul > li:nth-child(3n+4) {
    clear: both;
}
.mainpage-catalog-list > ul > li > a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 95.5%;
    padding-left: 10px;
   /*  line-height: 40px; */
     text-shadow: 0 1px 0 rgba(146, 117, 0, 0.79);
     font-weight: bold;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.mainpage-catalog-list ul li a {
    text-decoration: none;
}
.mainpage-catalog-list ul li:hover {
  background-color: #48b3a1;   
}
.mainpage-catalog-list ul li a.select{
   border-color: #359a89;
   background-color: #6acebd;
   box-shadow: 0 1px 0 0 #6cd8c6 inset, 0 1px 0 0 #6cd8c6;         
}

.mainpage-catalog-list ul li ul li a, .is_menu_in_child ul li a {
    /* color: #999; */
    font-size: 14px;
}

.mainpage-catalog-list ul li ul li a, .is_menu_in_child ul li a {
    color: #FFF;
    display: block;
    padding: 5px 0;
    text-shadow: 0 1px 0 rgba(146, 117, 0, 0.79);
    font-weight: normal;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}

.mainpage-catalog-list ul li ul, .is_menu_in_child ul {
    padding: 10px 0;
}

.mainpage-catalog-list ul {
    color: #FFF;
}

.mainpage-catalog-list > ul > li:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 10px;
    display: block;
    background: url(/bitrix/templates/kmarket_kmarket/images/arrow_white_bold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainpage-catalog-list > ul > li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 10px;
    display: block;
    background: url(/bitrix/templates/kmarket_kmarket/images/circle_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* End */


/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/news.list/news-list-catalog/style.css?1519887120976*/
.news-list {	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news-list > a{
	font-weight: 300;
	color: #50bdab;
	font-size: 12px;
	text-decoration: underline;
	padding: 15px 0px;
	display: block;
}
.news-list > a:hover{text-decoration: none;}
.news-list .news-item {
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.news-list .news-item img.preview_picture {
	float:left;
	margin:0 7px 0 0;
	max-width:150px;
	max-height:150px;
}
.news-list .news-item a.link{
	color: #50bdab;
	font-size: 13px;
	line-height: 15px;
	min-height: 30px;
	max-height: 30px;	
	overflow: hidden;
	text-decoration: none;
	display: block;
	margin: 3px 0 10px;
	transition: all 0.4s ease-out;
}
.news-list .news-item a.link:hover{
	text-decoration:underline;
	max-height: 105px;
}
.news-list .news-item .news-date-time {
	color:#888888;
	display:block;
	padding-bottom:3px;
	font-size:11px;
	line-height:10px;
}
/* End */


/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/style.css?15194655857909*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-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;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:first-child {
    margin-left: 0;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #565958;
	white-space: nowrap;
	font-size: 16px;   
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}
	
/* tile */


.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #565958;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide){
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	text-align:left;
	margin-bottom:21px;
}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_title{
	min-height: 30px;
	padding: 10px;
	padding-right: 165px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
    margin-bottom: 10px;
    background-image: url("/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/images/bg-top-menu-w.png");
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #fff;
	font-size: 18px;
	line-height: 14px;
	text-decoration:none;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: underline;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;color: #fff;}

.bx_catalog_tile .bx_catalog_tile_show_all{
	position:absolute;
	top:-45px;
	right:70px;
	color:#FFF;
	font-size:14px;
	line-height:14px;
	text-decoration: none;
}
.bx_catalog_tile .bx_catalog_tile_show_all:hover{
	text-decoration: underline;
}

.emarket-mSlider{position:relative;
    border: 1px solid #f7c221;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.emarket-mSlider .mSlider-wrap{
	overflow-x: hidden;
	margin: 0 0 -1px 0;
}
.emarket-mSlider .mSlider-wrap .mSlider-window{
	margin: -1px 0 0 1px;
	position: relative;
	list-style: none;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li{
	float: left;
	height: 400px;
	width: 0px;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap{
	height: 398px;
    border: 1px solid #f7c221;
    border-radius: 3px;
    position: relative;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li.current .slide-wrap{
	border-left:0;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new,
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    position:absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	left:-2px;
	top:-2px;
	z-index:911;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new {
    background-image:url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/images/product_new.png);    
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    background-image:url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/images/product_bestseller.png);   
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 180px;
    position: relative;
    width: 216px;
    z-index: 1;
}



.emarket-mSlider .bx_stick.left,
.emarket-mSlider .bx_stick_disc.left{left:-2px;}
.emarket-mSlider .bx_stick.top,
.emarket-mSlider .bx_stick_disc.top{top:15px;}
.emarket-mSlider .bx_stick.middle,
.emarket-mSlider .bx_stick_disc.middle{top:49%;}

.emarket-mSlider a.mSlider-prev,
.emarket-mSlider a.mSlider-next {
	position:absolute;
	width:9px;
	height:16px;
	top: -45px;
	opacity:.8;	
    background-image:url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/images/sprite-arrow.png);	
	background-repeat:no-repeat;
}
.emarket-mSlider a.mSlider-prev:hover, 
.emarket-mSlider a.mSlider-next:hover{opacity:1;}
.emarket-mSlider a.mSlider-prev {
	right:40px;
	background-position:-2px -4px;
}
.emarket-mSlider a.mSlider-next {
	right:10px;
	background-position:-32px -4px;
}

/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-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;
	}
.char-list-box {
    height: 82px;
    overflow: hidden;
    padding-top: 5px;
}
.char-list-box .prop-line {
    font-size: 11px;
}
    
    
/* End */


/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/system.pagenavigation/modern/style.css?1533661417758*/
div.modern-page-navigation {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/bitrix/templates/kmarket_kmarket/images/bg-top-menu-dekoratsii.png);
    min-height: 50px;
}
.modern-page-navigation a {
    font-size: 18px;
    color: #fff;
    padding: 0 4px;
    text-decoration: none;
}
.modern-page-navigation a:hover {
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #f7c221;
}
.modern-page-current {
    color: #f7c221;
    font-size: 18px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 0 4px;
}

.modern-page-navigation>* {
    height: 30px;
    margin: 0 3px;
    /* font-weight: bold; */
}
/* End */


/* Start:/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/style.css?151740795420892*/
/* catalog.section */
.bx_catalog_list_home{margin-bottom:30px;}
.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	background:#fff;
	-webkit-transition:none;
	transition:none;
}

.bx_catalog_list_home .bx_catalog_item 	{
	width: calc(25% - 2px);
	border: 1px solid #50bdab;
	border-radius: 3px;
}
.bx_catalog_list_home .bx_catalog_item:nth-child(4n){/* width:237px; *//* margin: 0px -1px -1px -1px; */}
.bx_catalog_list_home .bx_catalog_item:nth-child(4n+1){/* clear:both */}

.bx_catalog_list_home .bx_catalog_item .item_new,
.bx_catalog_list_home .bx_catalog_item .item_hit {
	position:absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	left:-2px;
	top:-2px;
	z-index:2;
}

.bx_catalog_item_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover 
.bx_catalog_item_container {
	/* position:absolute;
		z-index:990;
		top:0px;
		left:0px;
		right:0;
		box-shadow: 0 0 0 2px #50bdab, 0 2px 0 2px #3da090;
		-webkit-box-shadow: 0 0 0 2px #50bdab, 0 2px 0 2px #3da090;
		    -moz-box-shadow: 0 0 0 2px #50bdab, 0 2px 0 2px #3da090;
		    border-radius:3px;
		background:#fff; */	
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover  .bx_catalog_item_controls{
    /* height: 90px;
    display: block; */
}
.bx_catalog_list_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px;}

.bx_catalog_list_home .bx_catalog_item_title a:hover{
    text-decoration: underline;
}


.bx_catalog_list_home .bx_catalog_item_price{
	color:#7933c8;
	font-size:16px;
	line-height:16px;
	display: inline-block;
	position:relative;
    width: 100%;
}
.bx_catalog_list_home .bx_catalog_item_controls{
	text-align:center;
	width: 90%;
	padding: 0px 10px;
}
.services-box{
    text-align: left;
    margin-bottom: 4px;
    height: 18px;
    padding-top: 10px;
}
.blue-text{
    color: #1763a6;
}
.services-box .blue-text{
    font-size: 11px;
}
@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:right;
	position:relative;
    margin-top: 10px;
    height: 22px;
    display: none;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
	border:1px solid #50bdab;
	display: inline-block;
	border-radius: 3px;
	box-shadow:         inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone  .compare-control{
	position: absolute;
	left:0;
	top:1px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .compare-control .load{
	width:32px;
	height:32px;
	position:absolute;
	right: -34px;
	top: -6px;
	display:none;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color:#3f3f3f;
	font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align:left;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	/* height: 40px; */
}

.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;background: none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{/*opacity:1*/}
.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_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	display:block;
	height: 180px;
	width: 87%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
    padding: 15px 15px 0 15px;
}
.bx_catalog_list_home .bx_catalog_item_images_double{	
	margin-top: -190px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.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{}
.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{
	position:absolute;
	width:123px;
	height:35px;
	background:url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/images/stick.png) left center no-repeat;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	line-height:35px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.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.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:2px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}

@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;
	}
}

/* buttons */
.bx_catalog_list_home .small_button {
	height:13px;
	width:10px;
	background:none;
	position:relative;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}
.bx_catalog_list_home .small_button:before {
	content:"";
	position:absolute;
	top: 6px;
	width: 0;
    height: 0;
}
.bx_catalog_list_home .small_button.left:before {
	left: 3px;
    border-top: 3px solid transparent;
    border-right: 5px solid #50bdab;
    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .small_button.right:before {
	right: 3px;
    border-top: 3px solid transparent;
    border-left: 5px solid #50bdab;
    border-bottom: 3px solid transparent;
}


.bx_catalog_list_home .bx_medium_2,
.btn_emodal {
	display: block;
	text-decoration: none;	
	margin: 7px 0 0 0;
	width: 100%;
	line-height: 40px;
	cursor: pointer;	
	font-size: 16px;
	width:100%;

}
.bx_catalog_list_home .bx_medium_2:hover,
.btn_emodal:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
.bx_catalog_list_home .bx_medium_2:focus{border: 0;outline: 0;}
.bx_catalog_list_home .bx_medium_2:active{box-shadow: inset  0 1px 3px 1px  rgba(0,0,0,.2) ;}

.bx_catalog_list_home .bx_medium_2.ico1,
.bx_catalog_list_home .bx_medium_2.ico2{
	position: relative;
	padding: 7px 0 0 0px;
	height: 33px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    width: 102px;
}
.bx_catalog_list_home .bx_medium_2.ico1{
    margin-right: 12px;
}
.bx_catalog_list_home .bx_medium_2.ico1:after,
.bx_catalog_list_home .bx_medium_2.ico2:after{
	content: "";
	position: absolute;
	left: 8px;
	top: 0;
	height: 27px;
	width: 35px;
	/*background-image: url(/images/sprite.png);*/
	/*background-repeat: no-repeat;*/
}
.bx_catalog_list_home .bx_medium_2.ico1:after {
	/*background-position: 0px -98px;*/
}
.bx_catalog_list_home .bx_medium_2.ico2:after {
	/*background-position: 12px -126px;*/
}

.bx_catalog_list_home .bx_col_input {
	display:inline-block;
	width:40px;
	height:18px;
	text-align:center;
	margin: 0;
	padding: 0;
}
.bx_catalog_list_home .bx_col_input:focus{outline:0;}
/* 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;
		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;
		-o-border-image: url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/images/x2border.png) 2 stretch;
		border-image: url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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;
		-o-border-image: url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/images/x2border_active.png) 2 stretch;
		border-image: url(/bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}
	.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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}

	.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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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;
		width:21px !important;
		padding-top:21px !important;
		height: 0;
		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: 2px;
		left: 0px;
		display: block;
		overflow: hidden;
		background: #fff;
		z-index: 10;
		border-radius: 3px;
	}

	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #7f7f7f}
	.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: 1px;
		border: 1px solid #7f7f7f;
	}
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt .cnt_item,
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt .cnt_item,
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt .cnt_item{
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	.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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/images/missing.png) no-repeat center;
	}

	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
		position: absolute;
		border: 1px solid #d9d9d9;
		top: 1px;
		right: 1px;
		bottom: 1px;
		left: 1px;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 2px;
	}
	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
		background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
	}
	.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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}
	.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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}

	.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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/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/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/images/fade_right.png) repeat-y   right center;background-size: 100% auto}


/*new-styles*/

.bx_catalog_list_home .item-brand{
	
	margin-bottom:20px;
	border-radius: 3px;
	clear: both;
}
/*modal basket*/
.product-modal{
    height: 180px;
}
.product-modal img{
    float: left;
    margin: 20px;
}
.product-modal .title-prod-modal{
    float: left;
    font-size: 16px;
    margin-top: 20px;
    width: 58%;
}
.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.emodal-bnts{
    position: absolute;
    right: 20px;
    top: 75%;
}
.emodal-bnts .btn-close{
    border-bottom: 1px dashed;
    color: #74a1ca;
    font-size: 16px;
    line-height: 44px;
    text-decoration: none;
}
.emodal-bnts .btn-close:hover{
    border: none;
}
.char-list-box{
    height: auto;
    margin: 10px 0;
}
.char-list-box .prop-line{
    font-size: 11px;
}
.dop_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
}

.bx_catalog_list_home .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.price_control {
    margin-top: auto;
    margin-bottom: 15px;
}



.list-view .bx_catalog_item.double {
  width: 100%;
}
.list-view .bx_catalog_item_container {
  flex-direction: row;
  justify-content: space-between;
}
.list-view .bx_catalog_list_home .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images {
    width: 30%;
    padding: 0;
    max-width: 260px;
    min-width: 260px;
}
.list-view .price_control {
    margin-top: auto;
    margin-bottom: auto;
    width: 15%;
    display: flex;
	flex-direction: column;
	align-items: center;
}
.list-view .info_blocks {
    width: 50%;
}

.list-view .bx_price {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.list-view .old_price {
  font-size: 12px !important;
  text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls {
    text-align: center;
    width: 75%;
    padding: 0;
}
.bx_catalog_list_home .bx_catalog_item_price{
	width: 75%;
}
/* End */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/style.css?15334450982485 */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/catalog.section.list/tree_main/style.css?15337396132322 */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/news.list/news-list-catalog/style.css?1519887120976 */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/style.css?15194655857909 */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/system.pagenavigation/modern/style.css?1533661417758 */
/* /bitrix/templates/kmarket_kmarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section/list_new/style.css?151740795420892 */
