/* ЭТО ГОТОВЫЙ!!!!!!!!!!!!1 */
/* catalog.section */
/* Панель настройки сортировки и внешнего вида товаров */
.dop-panel-all {
	display: block;
    width: 100%;
    height: 28px;
    margin-bottom: 10px;
}
.panel-sortirovka {
	display: block;
	width:50%;
	float: left;
	padding-left: 8px;
}
.panel-sortirovka span {
	float: left;
}
.sort1 {
	display: block;
	float: left;
	padding: 4px 10px;
    border: 1px solid #d3d3d3;
	margin: -5px 5px 0px 5px;
	border-radius: 4px;
}
.sort1-icon {
	display: block;
	width: 15px;
	height: 20px;
	background-image: url('/bitrix/templates/PC/images/icon-sort-po-ybiv.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
}
.sort2 {
	display: block;
	float: left;
	padding: 4px 10px;
    border: 1px solid #d3d3d3;
	margin: -5px 5px 0px 5px;
	border-radius: 4px;
}
.sort2-icon {
	display: block;
	width: 15px;
	height: 20px;
	background-image: url('/bitrix/templates/PC/images/icon-sort-po-vozrt.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-left: 5px;
}
.sort-active .sort2-icon, .sort-active .sort1-icon {
	background-position: 0px -20px;
}
.sort-active span, .sort-active span {
	color: red;
}
.sort-active {
box-shadow: 0px 0px 10px #d1d1d1;
}
.sort1:hover, .sort2:hover {
	cursor: pointer;
}
.panel-vid {
	display: block;
	width:50%;
	float: left;
	text-align: right;
	padding-right:8px;
}
.panel-vid span {
	float: right;
}
.view1{float: right;}
.view2{float: right;}
.view1-icon{
	display: block;
	width: 17px;
	height: 16px;
	background-image: url('/bitrix/templates/PC/images/icon-view-plitka.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
	margin-top: 4px;
	
}
.view2-icon{
	display: block;
	width: 17px;
	height: 16px;
	background-image: url('/bitrix/templates/PC/images/icon-view-table.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	margin-top: 4px;
}
.view1-icon:hover, .view2-icon:hover {
	cursor: pointer;
}
.view-active .view1-icon, .view-active .view2-icon {
	background-position: 0px -16px;
}
/* Панель настройки сортировки и внешнего вида товаров */
.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;
}
@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 0px;
		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 {
		padding: 1px 26px;
		margin: 0 1% 30px;
		width: 23%
	}
	.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: 768px) 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 {
		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,
	.bx_catalog_list_home.col5 .bx_catalog_item {
		padding: 1px 16px;
		margin: 0 1% 30px;
		width: 23%
	}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1) {
		clear: both
	}
}

.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	border: 1px solid transparent;
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
	position: relative;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 8px;
	border: 1px solid #d3d3d3;
	background: #fff;
}
.bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container:hover {
	box-shadow: 0px 0px 5px;
}
@media (min-width: 960px) {
	.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
		padding: 0px;
	}
}
@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 .bx_catalog_item_title {
	overflow: auto;
	white-space: normal;
	text-align: left;
	height: 51px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
}
.bx_catalog_list_home .bx_catalog_item_title a {
	color: #024FA1;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: table-cell;
    vertical-align: middle;
	line-height: 17px;
}
.bx_catalog_list_home .bx_catalog_item_price {
	display: block;
  width: 60%;
  float: left;
	margin-bottom: 5px;
	padding-right:10px;
}
.bx_catalog_list_home .bx_catalog_item_price span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_list_home .bx_catalog_item_controls {
		height: auto
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item .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;
}
.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;
	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 .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	text-align: center;
}
.bx_catalog_item_controls_blockone {display: none;}

@media (max-width: 767px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text] {
	border: 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 {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images {
	position: relative;
	z-index: 91;
	display: block;
	height: 177px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px;
}
.bx_catalog_list_home .bx_catalog_item_images_double {
	z-index: 90;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double .bx_catalog_item_images {
	display: block;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double .bx_catalog_item_images_double {
	opacity: 1;
}
@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_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 .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .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 .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(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_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left {
	left: -2px;
}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right {
	right: 0;
}
.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: 5px;
}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) 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: 767px) {
	.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 .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 .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 18px;
	line-height: 18px;
}

.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_type_2 {
	font-weight: bold;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}
.bx_catalog_list_home .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* 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(images/x2border.png) 2 stretch;
	-moz-border-image: url(images/x2border.png) 2 stretch;
	-o-border-image: url(images/x2border.png) 2 stretch;
	border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li .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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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(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,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {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(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(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(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(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(images/x2border.png) 2 stretch;
	-moz-border-image: url(images/x2border.png) 2 stretch;
	-o-border-image: url(images/x2border.png) 2 stretch;
	border-image: url(images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .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(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(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(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,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{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(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(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(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(images/fade_right.png) repeat-y   right center;background-size: 100% auto}
.bx_catalog_item_anons {
	display: block;
	width:100%;
	height: 66px;
	padding: 0px 10px;
}
.bx_catalog_item_images_wrapper {
	padding: 5px;
}
.bx_catalog_item_nalichie {
	display: block;
  width: 40%;
  float: left;
	height: 25px;
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
}
.bx_catalog_item_nalichie span {
    position: absolute;
    bottom: 0px;
}
.bx_catalog_item_nalichie_green {
	color: green;
	font-size: 14px;
}
.dopgreen {
	line-height: 12px;
    font-size: 14px;
}
.bx_catalog_item_nalichie_orange {
	color: orange;
	font-size: 14px;
}
.bx_catalog_item_sravnenie {
	display: block;
    width: 25%;
    float: left;
    height: 25px;
	border-right: 1px solid #d3d3d3;
	margin:8px 0px;
	position: relative;
}
.sravnenie_label {
 width: 24px; 
 height: 24px; 
 display: block; 
 position: relative;
 margin: 0 auto;
}
.compare_check {
	opacity: 0;
}
input.compare_check[type="checkbox"] + span {
	position: absolute; 
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer; 
}
input.compare_check[type="checkbox"]:checked + span  	{
	background-position: 0px -24px;
}
.bx_catalog_item_izbrannoe {
	display: block;
    width: 25%;
    float: left;
    height: 25px;
	border-right: 1px solid #d3d3d3;
	margin:8px 0px;
	position: relative;
}
.defer_link {
	display: block;
	width:24px;
	height: 24px;
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-no-hover.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 auto;
}
.defer_link:hover {
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-hover.png');
}
.defer_link_active {
	display: none;
	width:24px;
	height: 24px;
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-hover.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	cursor: default;
}

.bx_catalog_item_line {
	display: block;
    width: 90%;
	margin: 0 auto;
    height: 1px;
    background: #d3d3d3;
}
.bx_catalog_item_knopki .bx_catalog_item_wrapper_btn_basket {
	display: block;
    width: 50%;
    float: right;
}
.bx_catalog_item_knopki button {
	display: block;
    height: 41px;
    width: 100%;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    color: #024FA1;
    line-height: 19px;
    font-weight: 900;
    border: 0px;
}
.bx_catalog_item_knopki button:hover {
	background: #024FA1;
	color: white;
}
.bx_catalog_item_knopki button .item_btn_inBasket_icon {
    display: block;
    width: 27px;
    height: 19px;
    background-image: url(/bitrix/templates/PC/images/icon_korzina.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}
.bx_catalog_item_knopki button:hover:hover .item_btn_inBasket_icon {
	background-position: 0px -19px;
}
.bx_catalog_item_knopki .bx_catalog_item_wrapper_btn_basket a {
    display: block;
    height: 41px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
.item_btn_inBasket_wrapper span, .item_btn_inBasket_wrapper_zakazat span {
	color: #024FA1;
    height: 19px;
    line-height: 19px;
	font-weight: 900;
}
.bx_catalog_item_knopki .bx_catalog_item_wrapper_btn_basket a:hover {
	background: #024FA1;
	text-decoration: none;
}
.bx_catalog_item_knopki .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_icon {
	background-position: 0px -19px;
}
.bx_catalog_item_knopki .bx_catalog_item_wrapper_btn_basket a:hover span {
	color: #fff;
}
.item_btn_inBasket_wrapper {
	display: block;
    width: 100%;
    margin: 0 auto;
}

.item_btn_inBasket_wrapper_zakazat {
	display: block;
    width: 108px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 10px;
}
.bx_catalog_item_knopki {
	display: block;
    width: 100%;
    float: left;
}
.item_btn_inBasket_icon {
	display: block;
	width: 27px;
	height: 19px;
	background-image: url('/bitrix/templates/PC/images/icon_korzina.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
.complex-sravnenie {
	width: 24px;
    height: 24px;
    display: block;
	margin: 0 auto;
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.complex-sravnenie-del {
	display: none;
	width: 24px;
    height: 24px;
	margin: 0 auto;
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie.png');
    background-position: 0px -24px;
    background-repeat: no-repeat;
	cursor: default;
}
.block-flag-wrapper {
	display: block;
	position: absolute;
	z-index: 101;
	margin-top: 20px;
}
.flag-skidka {
	width: 73px;
	height: 24px;
	background-image: url('/bitrix/templates/PC/images/clipart_skidka.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
.flag-novinka {
	width: 83px;
	height: 24px;
	background-image: url('/bitrix/templates/PC/images/clipart_novinka.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* табличный вид */
.bx_catalog_item_table {
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    border-radius: 4px;
}
.table-img-wrapper {
	display: table;
	width:200px;
	height: 200px;
	float: left;
}
.table-img-wrapper .bx_catalog_item_images_wrapper {
	display: table-cell;
    vertical-align: middle;
}
.table-img-wrapper .bx_catalog_item_images_wrapper .bx_catalog_item_images_double {
	opacity: 1;
	max-width:180px;
}
.table-description-wrapper {
	display: block;
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
	padding-left: 10px;
    padding-right: 10px;
}
.table-description-wrapper .bx_catalog_item_title {
	display: block;
	width:100%;
	height:100px;
	position: relative;
}
.table-description-wrapper .bx_catalog_item_title a {
	display: block;
	width:100%;
	position: absolute;
	bottom: 0;
	color: #024FA1;
	font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: auto;
    white-space: normal;
	margin-bottom:10px;
}
.table-description-wrapper .bx_catalog_item_title a:hover {
	text-decoration: none;
	color: #024FA1;
}
.table-desc-anons-wrapper {
	display: block;
	width:100%;
	height:100px;
}
.table-3knopki-wrapper {
	display: block;
	float: left;
	width: 150px;
    height: 200px;
}
.items-table-sravnenie {
    display: block;
	width: 150px;
    height: 38px;
	position: relative;
	margin-top: 30px;
}
.items-table-sravnenie .bx_catalog_item_sravnenie {
    width: 150px;
    height: 38px;
	border-right: 0px solid;
	margin: 0px;
}
.items-table-sravnenie .bx_catalog_item_sravnenie .complex-sravnenie {
	width: 100%;
	height: 38px;
	padding: 8px 49px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie-no-hover.png');
    background-position: 6px 7px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
	color: #848484;
    font-size: 14px;
    font-weight: 900;
}
.items-table-sravnenie .bx_catalog_item_sravnenie .complex-sravnenie:hover {
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie-hover.png');
	color: #024FA1;
	text-decoration: none;
	border: 1px solid #024FA1;
}
.items-table-sravnenie .bx_catalog_item_sravnenie .complex-sravnenie-del {
	width: 100%;
	height: 38px;
	padding: 8px 49px;
	border: 1px solid #024FA1;
	border-radius: 4px;
	background-image: url('/bitrix/templates/PC/images/icon-sravnenie-hover.png');
    background-position: 6px 7px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
	color: #024FA1;
    font-size: 14px;
    font-weight: 900;
}
.items-table-sravnenie .bx_catalog_item_sravnenie .complex-sravnenie-del:hover {
	text-decoration: none;
}
.items-table-izbrannoe {
	display: block;
	width:150px;
	height: 38px;
	position: relative;
	margin: 14px 0px;
}
.items-table-izbrannoe .bx_catalog_item_izbrannoe {
	width:100%;
	height: 38px;
	margin: 0px;
	border-right: 0px solid #d3d3d3;
}
.items-table-izbrannoe .bx_catalog_item_izbrannoe .defer_link {
	width: 100%;
	height: 38px;
	padding: 8px 49px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-no-hover.png');
	background-position: 6px 6px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
	color: #848484;
    font-size: 14px;
    font-weight: 900;
}
.items-table-izbrannoe .bx_catalog_item_izbrannoe .defer_link:hover {
	width: 100%;
	height: 38px;
	padding: 8px 49px;
	border: 1px solid #e3b316;
	text-decoration: none;
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-hover.png');
	color: #e3b316;
}
.items-table-izbrannoe .bx_catalog_item_izbrannoe .defer_link_active {
	width: 100%;
	height: 38px;
	padding: 8px 49px;
	border: 1px solid #e3b316;
	border-radius: 4px;
	background-image: url('/bitrix/templates/PC/images/icon-izbrannoe-hover.png');
	background-position: 6px 6px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
	color: #e3b316;
    font-size: 14px;
    font-weight: 900;
}
.items-table-izbrannoe .bx_catalog_item_izbrannoe .defer_link_active {
	text-decoration: none;
	cursor: default;
}
.items-table-podrobnee a {
    display: block;
    width: 150px;
    height: 38px;
    border: 1px solid #024FA1;
    padding: 6px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #024FA1;
}
.items-table-podrobnee a:hover {
	background-color: #024FA1;
	color: #fff;
	text-decoration: none;
}
.table-block3-wrapper {
	display: block;	
    width: 195px;
    height: 200px;
	float: left;
}
.table-block3-wrapper .bx_catalog_item_nalichie {
	display: block;
    width: 150px;
    float: none;
    height: 38px;
    position: relative;
	margin: 0 auto;
	margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.table-block3-wrapper .bx_catalog_item_nalichie span {
	position: relative;
	line-height: 1.2;
}
.items-table-price {
	display: block;
    width: 150px;
    float: none;
    height: 38px;
    position: relative;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 14px;
}
.items-table-price .bx_catalog_item_price {
	display: block;
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding-right: 0px;
}
.items-table-price .bx_catalog_item_price .bx_price {
	text-align: center;
    font-size: 21px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
}
.items-table-btn-buy {
	display: block;
	width: 150px;
	height: 38px;
	position: relative;
	margin: 0 auto;
}
.items-table-btn-buy .item_btn_inBasket_wrapper {
	border: 1px solid #3471B4;
    width: 150px;
    height: 38px;
    padding-top: 9px;
    padding-left: 22px;
	border-radius: 4px;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper {
	background-color: #024FA1;
    text-decoration: none;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper span {
    color: #fff;
	text-decoration: none;
}
.items-table-btn-buy .item_btn_inBasket_wrapper:hover  {
	border: 1px solid #024FA1;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper .item_btn_inBasket_icon {
	background-position: 0px -19px;
}
.items-table-btn-buy .item_btn_inBasket_wrapper_zakazat {
	border: 1px solid #024FA1;
    width: 150px;
    height: 38px;
    padding-top: 9px;
    padding-left: 22px;
	border-radius:4px;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper_zakazat {
	background-color: #024FA1;
    text-decoration: none;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper_zakazat span {
    color: #fff;
	text-decoration: none;
}
.items-table-btn-buy .item_btn_inBasket_wrapper_zakazat:hover  {
	border: 1px solid #3471B4;
}
.items-table-btn-buy .bx_catalog_item_wrapper_btn_basket a:hover .item_btn_inBasket_wrapper_zakazat .item_btn_inBasket_icon {
	background-position: 0px -19px;
}
.section-card-image {
	display: block;
	width: 250px;
	height: 190px;
	float: left;
	margin-right: 10px;
}
.sort-all-block {
	display: block;
    position: relative;
    width: 87px;
	height: 32px;
    float: left;
}
.sort-off {
	display: block;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/PC/images/icon_close.png);
    position: absolute;
    margin: -16px 66px;
	cursor: pointer;
}
.stock {
	display: block;
    position: absolute;
	z-index: 101;
}
/* МОИ МЕДИА */
@media (max-width: 1200px) {
	.table-img-wrapper {width: 170px;}
	.table-description-wrapper {width: 200px;}
	.table-block3-wrapper {width: 175px;}
	
	/* блочный вывод товаров */
	.bx_catalog_item_container .bx_catalog_item_title {padding-left: 5px; padding-right: 5px;}
	.bx_catalog_item_container .bx_catalog_item_title a {font-size: 14px;height:51px;}
	.bx_catalog_item_container .bx_catalog_item_anons {font-size: 14px;}
	.bx_catalog_item_container .bx_catalog_item_price .bx_price {font-size: 18px;}
	
}

@media (max-width: 992px) {
	.section-card-image {width: 200px;height: 140px;}
	/* блочный вывод товаров */

}

@media (max-width: 768px) {
	.section-card-image {width: 125px;height: 95px;}
	/* сортировки */
	.panel-sortirovka {width: 197px;padding-left: 0px;}
	.panel-vid {width: 90px;float: right;padding-right: 0px;}
	.panel-vid span {font-size:14px;margin-top: 2px;}
	.panel-sortirovka span {font-size:14px;}
	.sort1 span {display: none;}
	.sort1-icon {margin-left: 0px;}
	.sort2 span {display: none;}
	.sort2-icon {margin-left: 0px;}
	
	/* блочный вывод товаров */
	.bx_catalog_list_home.col3 .bx_catalog_item {margin: 0 1% 30px;width: 48%;}

	/* табличный вывод товаров */
	.table-3knopki-wrapper {display: none;}
	.table-block3-wrapper {float: right;}
}

@media (max-width: 578px) {
	/* блочный вывод товаров */
	.bx_catalog_list_home.col3 .bx_catalog_item {margin: 0 1% 30px;width: 98%;}
	/* табличный вывод товаров */
	.table-img-wrapper {width: 100%;}
	.table-img-wrapper .bx_catalog_item_images_wrapper .bx_catalog_item_images_double {max-width: 180px;display: block;margin: 0 auto;}
	.table-description-wrapper {width:100%;height: auto;}
	.table-description-wrapper .bx_catalog_item_title {height: auto;}
	.table-description-wrapper .bx_catalog_item_title a {position: relative; margin-bottom: 0px;}
	.table-desc-anons-wrapper {height: auto;}
	.table-3knopki-wrapper {display: none;}
	.table-block3-wrapper {width: 100%;height: auto; margin-bottom:10px;}
	.table-block3-wrapper .bx_catalog_item_nalichie {margin-top: 10px;}
	.table-block3-wrapper .items-table-price {margin: 0 auto; margin-top: 8px; margin-bottom:8px;}
	.table-block3-wrapper .items-table-btn-buy .item_btn_inBasket_wrapper_zakazat {margin-top: 0px; margin-bottom: 10px;}
	.table-block3-wrapper .items-table-btn-buy .item_btn_inBasket_wrapper {margin-top: 0px; margin-bottom: 10px;}
	.table-block3-wrapper .bx_catalog_item_nalichie {display: none;}
	.table-block3-wrapper .items-table-price {margin-top: 0px;}
	.table-description-wrapper .table-desc-anons-wrapper {display: none;}
}

