

/* Start:/bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?16893050731543*/
.news-detail {
	background:#fff;
	border-radius:25px;
	padding:14px;
	border:1px solid #e6e6e6;
	margin-bottom:14px;
}
.news-detail .news-date-time {
	height:20px;
	line-height:20px;
	background:url(/bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/../../news.list/.default/images/icon_date.png) no-repeat left center;
	padding-left:25px;
	color:#313131;
	margin-bottom:3px;
}
.news-detail h1 {
	font-size:18px;
	color:#de322e;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	padding:0;
	margin:0 0 3px 0;
}
.news-detail .image {
	float:left;
	margin:0 15px 0 0;
}


.news-detail ul.actions {
	margin:10px 0;
	padding:0 0 10px 0;
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
}
.news-detail ul.actions li {
	margin:0;
	padding:0 0 0 26px;
	list-style-type:none;
	float:left;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:17px;
	color:#444444;
	font-size:12px;	
	margin-right:15px;
}
.news-detail ul.actions li.views { background-image:url(/bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/../../news.list/.default/images/icon_view.png); }
.news-detail ul.actions li.comments { background-image:url(/bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/../../news.list/.default/images/icon_comments.png); }
.news-detail ul.actions li.subscribe { background-image:url(/bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/../../news.list/.default/images/icon_subscribe.png); }

.news-detail ul.actions li a:link,
.news-detail ul.actions li a:visited {
	color:#e60000;
	font-style:italic;
	text-decoration:none;
	font-size:14px;
}
.news-detail ul.actions li a:hover,
.news-detail ul.actions li a:active {
	text-decoration:underline;
}
/* End */


/* Start:/bitrix/templates/intercom2016/js/fancyBox/source/jquery.fancybox.css?16893050734895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/intercom2016/js/fancyBox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/intercom2016/js/fancyBox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/intercom2016/js/fancyBox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/intercom2016/js/fancyBox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/intercom2016/js/fancyBox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/intercom2016/js/fancyBox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/intercom2016/components/bitrix/system.pagenavigation/.default/style.css?16893050735027*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
	text-align:center;
	width:100%;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/bitrix/templates/intercom2016/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}
.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 33px;
	color: #000;
	text-align: center;
	line-height: 33px;
	font-size:18px;
	margin:0 1px;
}
.bx_pagination_bottom .bx_pagination_page li a {
	display: block;
	min-width: 33px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
	background:#ffffff;
	box-shadow:0 1px 2px rgba(0,0,0,.23);
	border-radius:4px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{
	color: #fff;
	background:#aa3533;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	color: #fff;
	background:#aa3533;
	box-shadow:0 1px 2px rgba(0,0,0,.23);
	border-radius:4px;
}
.bx_pagination_bottom .bx_pagination_page li.arrow {
	min-width:25px;
}
.bx_pagination_bottom .bx_pagination_page li.arrow a {
	display:inline-block;
	background:url(/bitrix/templates/intercom2016/components/bitrix/system.pagenavigation/.default/images/arrow.png) no-repeat 0 0;
	width:13px;
	min-width:12px;
	height:20px;
	box-shadow:none;
	vertical-align:middle;
}
.bx_pagination_bottom .bx_pagination_page li.arrow.arrow-prev a {
	background-position:0 0;
}
.bx_pagination_bottom .bx_pagination_page li.arrow.arrow-prev a:hover {
	background-position:0 -20px;
}
.bx_pagination_bottom .bx_pagination_page li.arrow.arrow-next a {
	background-position:-13px 0;
}
.bx_pagination_bottom .bx_pagination_page li.arrow.arrow-next a:hover {
	background-position:-13px -20px;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/style.css?168930507329599*/
.bx_catalog_list_home.catalog_block_container {
  margin-bottom: 30px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item {
  float: left;
  margin: 0 12px 21px 0;
  position: relative; }
  .bx_catalog_list_home.catalog_block_container .bx_catalog_item.is_sale .bx_catalog_item_container:before {
    content: '';
    display: block;
    pointer-events: none;
    border: 2px solid #ff4646;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 4px);
    height: calc(100% - 33px);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item:after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/shadow.png) no-repeat center top;
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: .7; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item:nth-child(4n) {
  margin-right: 0; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item .bx_catalog_item_container {
  padding: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  width: 185px;
  padding-bottom: 38px;
  margin: 0 auto; }

.bx_catalog_list_home.catalog_block_container .label_container {
  position: absolute;
  top: 43px;
  right: -9px;
  z-index: 100; }

.bx_catalog_list_home.catalog_block_container .label_container .label {
  width: 99px;
  height: 24px;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/stick.png) no-repeat 0 0;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity {
  margin: 0 0 10px 0;
  padding: 0; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li {
  margin: 0;
  padding: 0;
  width: 49%;
  float: left;
  font-size: 11px;
  font-weight: 600;
  list-style-type: none;
  line-height: 12px;
  text-transform: lowercase; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare {
  text-align: left; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare a:link,
.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare a:visited {
  color: #000000;
  text-decoration: none; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare a span {
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/compare.png) no-repeat 0 0;
  vertical-align: middle; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare a:hover {
  color: #de322e;
  text-decoration: none; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.compare a:hover span {
  background-position: 0 -12px; }

.bx_catalog_list_home.catalog_block_container ul.catalog-item-compare-quantity li.quantity {
  float: right;
  text-align: right;
  color: #de322e; }

.bx_catalog_list_home.catalog_block_container .catalog_image_container {
  margin-bottom: 10px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_articul {
  color: #a5a5a5;
  font-size: 13px; }

.bx_catalog_list_home.catalog_block_container .catalog_item_title_container {
  height: 32px;
  overflow: hidden; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_title {
  line-height: 1.2em;
  text-align: center;
  display: table-cell;
  transition: all .3s linear;
  padding: 0;
  height: 32px;
  vertical-align: middle;
  width: 190px;
  overflow: hidden; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_title a:link,
.bx_catalog_list_home.catalog_block_container .bx_catalog_item_title a:visited {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 14px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_title a:hover {
  color: #ff1212; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_price {
  color: #ff1212;
  font-weight: 600;
  font-size: 18px;
  text-align: center; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
  width: 100%;
  white-space: nowrap;
  text-align: center; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
  color: #3f3f3f;
  font-size: 13px; }

.bx_catalog_list_home.catalog_block_container .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; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo .btn {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  line-height: 28px; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls,
.bx_catalog_list_home.catalog_block_container .bx_catalog_item:hover .bx_catalog_item_controls {
  opacity: 1; }

.bx_catalog_list_home.catalog_block_container .bx_cnt_desc {
  text-align: left;
  position: absolute;
  right: -45px;
  top: 2px;
  width: 40px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_controls a {
  margin-bottom: 10px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price {
  line-height: 39px;
  height: 39px;
  color: #383838;
  font-size: 18px;
  font-weight: bold; }
  .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price > span {
    color: #414141;
    font-weight: normal; }
  .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .rub {
    color: #383838;
    font-size: 18px;
    font-weight: normal; }
  .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .sale_price {
    font-size: 24px;
    color: #ff130e;
    position: relative; }
    .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .sale_price .old_price {
      display: inline-block;
      font-weight: normal;
      padding: 0 2px;
      margin: 0 5px;
      font-size: 18px;
      color: #8c8c8c;
      position: relative; }
      .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .sale_price .old_price:before {
        content: '';
        display: block;
        width: 100%;
        left: 0;
        top: calc(50% - 1px);
        border-top: 2px solid #de322e;
        position: absolute; }
    .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .sale_price .procent {
      position: absolute;
      right: -15px;
      top: -49px;
      line-height: 33px;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      border-bottom-left-radius: 33px;
      border-top-left-radius: 33px;
      padding: 0 7px;
      background: #cd1e1a;
      background: -moz-linear-gradient(left, #cd1e1a 0%, #fd0101 100%);
      background: -webkit-linear-gradient(left, #cd1e1a 0%, #fd0101 100%);
      background: linear-gradient(to right, #cd1e1a 0%, #fd0101 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1e1a', endColorstr='#fd0101',GradientType=1 ); }
      .bx_catalog_list_home.catalog_block_container .bx_catalog_item_price .bx_price .sale_price .procent:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: -5px;
        width: 0;
        height: 0;
        border-bottom: 5px solid #a11010;
        border-right: 5px solid transparent; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_images {
  display: block;
  padding-top: 154px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all .3s linear;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%); }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item_container:hover .bx_catalog_item_images {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item .bx_catalog_item_scu {
  padding-top: 10px; }

.bx_catalog_list_home.catalog_block_container .bx_catalog_item:hover .bx_catalog_item_scu > div {
  margin: 0 auto; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_list_home.catalog_block_container .bx_catalog_item .bx_catalog_item_controls.no_touch {
  display: none !important; }

/* Stickers */
.bx_catalog_list_home.catalog_block_container .bx_stick {
  position: absolute;
  width: 123px;
  height: 35px;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/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.catalog_block_container .bx_stick.short {
  font-weight: bold;
  font-size: 18px; }

.bx_catalog_list_home.catalog_block_container .bx_stick.average {
  font-weight: bold;
  font-size: 13px; }

.bx_catalog_list_home.catalog_block_container .bx_stick.long {
  font-weight: normal;
  font-size: 11px; }

.bx_catalog_list_home.catalog_block_container .bx_stick_disc {
  position: absolute;
  width: 72px;
  height: 74px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 23px;
  line-height: 74px;
  background: #f42c2c url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/stick_disc.png) no-repeat center;
  text-shadow: 0 1px 0 #ba3434;
  font-weight: bold; }

.bx_catalog_list_home.catalog_block_container .bx_stick.left,
.bx_catalog_list_home.catalog_block_container .bx_stick_disc.left {
  left: -2px; }

.bx_catalog_list_home.catalog_block_container .bx_stick.right,
.bx_catalog_list_home.catalog_block_container .bx_stick_disc.right {
  right: 0; }

.bx_catalog_list_home.catalog_block_container .bx_stick.top,
.bx_catalog_list_home.catalog_block_container .bx_stick_disc.top {
  top: 15px; }

.bx_catalog_list_home.catalog_block_container .bx_stick.bottom,
.bx_catalog_list_home.catalog_block_container .bx_stick_disc.bottom {
  bottom: 5px; }

.bx_catalog_list_home.catalog_block_container .bx_stick.middle,
.bx_catalog_list_home.catalog_block_container .bx_stick_disc.middle {
  top: 49%; }

@media (min-width: 768px) and (max-width: 960px) {
  .bx_catalog_list_home.catalog_block_container .bx_stick {
    width: 90px;
    height: 30px;
    background-size: 100%;
    line-height: 30px; }

  .bx_catalog_list_home.catalog_block_container .bx_stick.short {
    font-weight: normal;
    font-size: 14px; }

  .bx_catalog_list_home.catalog_block_container .bx_stick.average {
    font-weight: normal;
    font-size: 11px; }

  .bx_catalog_list_home.catalog_block_container .bx_stick.long {
    font-weight: normal;
    font-size: 11px; }

  .bx_catalog_list_home.catalog_block_container .bx_stick_disc {
    width: 64px;
    height: 65px;
    background-size: 100%;
    font-size: 20px;
    line-height: 65px; } }
@media (max-width: 767px) {
  .bx-touch .bx_catalog_list_home.catalog_block_container .bx_stick {
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size: 11px;
    line-height: 30px; }

  .bx-touch .bx_catalog_list_home.catalog_block_container .bx_stick_disc {
    width: 37px;
    height: 38px;
    background-size: 100%;
    font-size: 13px;
    line-height: 38px; } }
/* buttons */
.bx_catalog_list_home.catalog_block_container .bx_bt_button,
.bx_catalog_list_home.catalog_block_container .bx_bt_button_type_2 {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap; }

.bx_catalog_list_home.catalog_block_container .bx_bt_button_type_2 {
  border: 1px solid #e9e9e9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
  background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
  color: #656565;
  text-shadow: 0 1px 0 #fff; }

.bx_catalog_list_home.catalog_block_container .bx_bt_button_type_2:hover {
  background: #fff; }

.bx_catalog_list_home.catalog_block_container .bx_bt_button_type_2:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
  background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05); }

.bx_catalog_list_home.catalog_block_container .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%);
  color: #fff;
  text-shadow: 0 1px 0 #006cae; }

.bx_catalog_list_home.catalog_block_container .bx_bt_button:hover {
  background: #21afe4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
  background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%); }

.bx_catalog_list_home.catalog_block_container .bx_bt_button:active {
  background: #21afe4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
  background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
  background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%); }

.bx_catalog_list_home.catalog_block_container .bx_small.bx_bt_button {
  display: inline-block;
  min-width: 20px;
  line-height: 20px; }

.bx_catalog_list_home.catalog_block_container .bx_small.bx_bt_button_type_2 {
  display: inline-block;
  min-width: 18px;
  line-height: 18px; }

.bx_catalog_list_home.catalog_block_container .bx_medium.bx_bt_button {
  padding: 0 13px;
  height: 25px;
  font-weight: bold;
  line-height: 25px; }

.bx_catalog_list_home.catalog_block_container .bx_medium.bx_bt_button_type_2 {
  padding: 0 13px;
  height: 23px;
  font-weight: bold;
  line-height: 23px; }

.bx_catalog_list_home.catalog_block_container .bx_medium.bx_bt_button,
.bx_catalog_list_home.catalog_block_container .bx_medium.bx_bt_button_type_2 {
  font-weight: bold; }

.bx_catalog_list_home.catalog_block_container .bx_col_input {
  display: inline-block;
  width: 40px;
  text-align: center; }

/* scu_detail_size */
.bx_catalog_list_home.catalog_block_container .bx_item_detail_size {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%; }

/*----*/
.bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px; }

/*----*/
.bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_size_scroller_container {
  position: relative; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_size {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_size {
  overflow-x: auto; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_size ul {
  margin-left: 0 !important; }

.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .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.catalog_block_container .bx_item_detail_size ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 fill stretch; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul li:hover .cnt {
  border: 1px solid #006cc0; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul li.bx_active .cnt {
  border: 2px solid #006cc0; }

.bx-retina .bx_catalog_list_home.catalog_block_container .bx_item_detail_size ul li.bx_active .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 fill stretch; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important; }

.bx_catalog_list_home.catalog_block_container .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, 0.79) url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/missing.png) no-repeat center; }

/*----*/
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_right {
  opacity: 0.8; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_right:hover {
  opacity: 1.0; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .bx_item_detail_size .bx_slide_left {
  left: -5%;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/arr_left.png) no-repeat left center;
  background-size: 100% auto; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_right {
  right: -5%;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/arr_right.png) no-repeat right center;
  background-size: 100% auto; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_left {
  left: 0;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/fade_left.png) repeat-y left center;
  background-size: 100% auto; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_size .bx_slide_right {
  right: 0;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/fade_right.png) repeat-y right center;
  background-size: 100% auto; }

/* scu_detail_scu */
.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%; }

/*----*/
.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px; }

/*----*/
.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu_scroller_container {
  position: relative; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu {
  overflow-x: auto; }

.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .bx_item_detail_scu .bx_scu ul {
  margin-left: 0 !important; }

.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .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.catalog_block_container .bx_item_detail_scu .bx_scu ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 stretch;
  border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border.png) 2 fill stretch; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu ul li:hover .cnt {
  border: 1px solid #006cc0; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
  padding: 3px;
  border: 2px solid #006cc0; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important; }

.bx_catalog_list_home.catalog_block_container .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, 0.79) url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/missing.png) no-repeat center; }

.bx-retina .bx_catalog_list_home.catalog_block_container .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/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 stretch;
  border-image: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/x2border_active.png) 2 fill stretch; }

.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
  width: auto;
  height: 25px; }

/*----*/
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_right {
  opacity: 0.8; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_right:hover {
  opacity: 1.0; }

.bx_catalog_list_home.catalog_block_container .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home.catalog_block_container .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.catalog_block_container .bx_item_detail_scu .bx_slide_left {
  left: -5%;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/arr_left.png) no-repeat left center;
  background-size: 100% auto; }

.bx-no-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_right {
  right: -5%;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/arr_right.png) no-repeat right center;
  background-size: 100% auto; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_left {
  left: 0;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/fade_left.png) repeat-y left center;
  background-size: 100% auto; }

.bx-touch .bx_catalog_list_home.catalog_block_container .bx_item_detail_scu .bx_slide_right {
  right: 0;
  background: url(/bitrix/templates/intercom2016/components/bitrix/catalog.section/block/images/fade_right.png) repeat-y right center;
  background-size: 100% auto; }

@media screen and (max-width: 768px) {
  .bx_catalog_list_home.catalog_block_container {
    text-align: center; }

  .bx_catalog_list_home.catalog_block_container .bx_catalog_item {
    float: none;
    margin: 0 5px 20px 5px;
    display: inline-block; } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/intercom2016/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?16893050731543 */
/* /bitrix/templates/intercom2016/js/fancyBox/source/jquery.fancybox.css?16893050734895 */
/* /bitrix/templates/intercom2016/components/bitrix/system.pagenavigation/.default/style.css?16893050735027 */
/* /bitrix/templates/intercom2016/components/bitrix/catalog.section/block/style.css?168930507329599 */
